Class FileDecoratorMapper
- java.lang.Object
-
- com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
-
- com.opensymphony.module.sitemesh.mapper.FileDecoratorMapper
-
- All Implemented Interfaces:
DecoratorMapper
public class FileDecoratorMapper extends AbstractDecoratorMapper
The FileDecoratorMapper will treat the name of the decorator as a file-name to use (in the context of the web-app).- Version:
- $Revision: 1.1 $
- Author:
- Joe Walnes, Mike Cannon-Brookes
- See Also:
DecoratorMapper
,DefaultDecorator
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
pathNotAvailable
-
Fields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
config, parent
-
-
Constructor Summary
Constructors Constructor Description FileDecoratorMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Decorator
getNamedDecorator(javax.servlet.http.HttpServletRequest req, java.lang.String name)
Delegate to parent.-
Methods inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
getDecorator, init
-
-
-
-
Method Detail
-
getNamedDecorator
public Decorator getNamedDecorator(javax.servlet.http.HttpServletRequest req, java.lang.String name)
Description copied from class:AbstractDecoratorMapper
Delegate to parent.- Specified by:
getNamedDecorator
in interfaceDecoratorMapper
- Overrides:
getNamedDecorator
in classAbstractDecoratorMapper
-
-