org.mmbase.applications.vprowizards.spring.cache.template
Class AbstractTemplateParser
java.lang.Object
org.mmbase.applications.vprowizards.spring.cache.template.AbstractTemplateParser
- All Implemented Interfaces:
- TemplateParser
- Direct Known Subclasses:
- MultiTemplateParser, QueryTemplateParser, SimpleTemplateParser
public abstract class AbstractTemplateParser
- extends Object
- implements TemplateParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
template
protected Template template
nodeNumber
protected String nodeNumber
nodeType
protected String nodeType
AbstractTemplateParser
public AbstractTemplateParser(String nodeType,
String nodeNumber,
String template)
getTemplate
public String getTemplate()
- Specified by:
getTemplate in interface TemplateParser
removeNodeNumber
public void removeNodeNumber()
- Specified by:
removeNodeNumber in interface TemplateParser
stripTemplateLeaveNodenr
public void stripTemplateLeaveNodenr()
- Specified by:
stripTemplateLeaveNodenr in interface TemplateParser
matches
protected abstract boolean matches(String template)
instantiateTemplate
protected abstract Template instantiateTemplate(String templateStr)
MMBase 2.0-SNAPSHOT - null