| |
|
| java.lang.Object uk.org.ponder.rsf.templateresolver.CRITemplateResolverStrategy
CRITemplateResolverStrategy | public class CRITemplateResolverStrategy implements TemplateResolverStrategy,BaseAwareTemplateResolverStrategy,RootAwareTRS(Code) | | A simple TemplateResolverStrategy that looks in any ConsumerRequestInfo valid
for the current request for a prefix to be applied to the view id to form a
template name, or else falls back to just the view id.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
CONSUMERTYPE_SEPARATOR | final public static String CONSUMERTYPE_SEPARATOR(Code) | | |
getRootResolverPriority | public int getRootResolverPriority()(Code) | | |
getTemplateResourceBase | public String getTemplateResourceBase()(Code) | | |
isStatic | public boolean isStatic()(Code) | | |
setBaseDirectory | public void setBaseDirectory(String basedir)(Code) | | Set the base directory in which template files will be sought. This must
contain both trailing slash and leading slash.
|
setRootResolverPriority | public void setRootResolverPriority(int rootpriority)(Code) | | |
setTemplateResourceBase | public void setTemplateResourceBase(String trbase)(Code) | | |
|
|
|