org.jostraca
Class BasicTemplateElementProcessor
java.lang.Object
org.jostraca.BasicTemplateElementProcessor
- All Implemented Interfaces:
- TemplateElementProcessor
- public class BasicTemplateElementProcessor
- extends java.lang.Object
- implements TemplateElementProcessor
Basic processor for template elements (text,script,etc.)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CN
public static final java.lang.String CN
REGEXP_PART_any_whitespace
public static final java.lang.String REGEXP_PART_any_whitespace
- See Also:
- Constant Field Values
REGEXP_PART_any_whitespace_at_start
public static final java.lang.String REGEXP_PART_any_whitespace_at_start
- See Also:
- Constant Field Values
REGEXP_PART_submatch_any_whitespace_any_chars_at_end
public static final java.lang.String REGEXP_PART_submatch_any_whitespace_any_chars_at_end
- See Also:
- Constant Field Values
REGEXP_PART_submatch_section_name
public static final java.lang.String REGEXP_PART_submatch_section_name
- See Also:
- Constant Field Values
NEWLINE
public static final java.lang.String NEWLINE
- See Also:
- Constant Field Values
BasicTemplateElementProcessor
public BasicTemplateElementProcessor(TemplateActionHandler pTemplateActionHandler,
PropertySet pPropertySet)
- Constructor. Needs TemplateActionHandler and PropertySet.
- Parameters:
pTemplateActionHandler - Results of processing operations are sent here.pPropertySet - PropertySet used for parse.
process
public boolean process(Block pBlock)
throws StandardException
- Description copied from interface:
TemplateElementProcessor
- Process parsed template block (text or script).
- Specified by:
process in interface TemplateElementProcessor
- Parameters:
pBlock - Block to process.
- Throws:
StandardException- See Also:
TemplateElementProcessor
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface TemplateElementProcessor
getUnitList
public UnitList getUnitList()
- Description copied from interface:
TemplateElementProcessor
- transitional method
- Specified by:
getUnitList in interface TemplateElementProcessor
toString
public java.lang.String toString()
Copyright © 2000-2002 Richard Rodger