Class FileDecoratorMapper
java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
com.opensymphony.module.sitemesh.mapper.FileDecoratorMapper
- All Implemented Interfaces:
DecoratorMapper
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.3 $
- Author:
- Joe Walnes, Mike Cannon-Brookes
- See Also:
-
Field Summary
FieldsFields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
config, parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamedDecorator
(javax.servlet.http.HttpServletRequest req, String name) Delegate to parent.Methods inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
getDecorator, init
-
Field Details
-
pathNotAvailable
private boolean pathNotAvailable
-
-
Constructor Details
-
FileDecoratorMapper
public FileDecoratorMapper()
-
-
Method Details
-
getNamedDecorator
Description copied from class:AbstractDecoratorMapper
Delegate to parent.- Specified by:
getNamedDecorator
in interfaceDecoratorMapper
- Overrides:
getNamedDecorator
in classAbstractDecoratorMapper
-