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).
- See Also:
-
Field Summary
Fields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
config, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamedDecorator(jakarta.servlet.http.HttpServletRequest req, String name) Delegate to parent.Methods inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
getDecorator, init
-
Constructor Details
-
FileDecoratorMapper
public FileDecoratorMapper()
-
-
Method Details
-
getNamedDecorator
Description copied from class:AbstractDecoratorMapperDelegate to parent.- Specified by:
getNamedDecoratorin interfaceDecoratorMapper- Overrides:
getNamedDecoratorin classAbstractDecoratorMapper
-