com.opensymphony.module.sitemesh.mapper
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.3 $
- Author:
- Joe Walnes, Mike Cannon-Brookes
- See Also:
DecoratorMapper
,
DefaultDecorator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pathNotAvailable
private boolean pathNotAvailable
FileDecoratorMapper
public FileDecoratorMapper()
getNamedDecorator
public Decorator getNamedDecorator(javax.servlet.http.HttpServletRequest req,
String name)
- Description copied from class:
AbstractDecoratorMapper
- Delegate to parent.
- Specified by:
getNamedDecorator
in interface DecoratorMapper
- Overrides:
getNamedDecorator
in class AbstractDecoratorMapper