xdoclet.modules.apache
public abstract class ScriptEngineTagHandler extends AbstractProgramElementTagsHandler
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
XDTSectionEnd |
protected java.lang.String |
XDTSectionStart |
currentToken, matchPattern, tagTokenizer
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
Constructor and Description |
---|
ScriptEngineTagHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
escapeResults(TemplateEngine engine,
java.lang.StringBuffer results)
Escape and evaluate the
|
protected void |
fillVariables(xdoclet.modules.apache.SubTemplateEngine templateEngine)
Fill the variables passed to the engines
|
protected void |
generate(xdoclet.modules.apache.SubTemplateEngine subengine,
java.lang.String template,
java.util.Properties attributes) |
protected java.lang.String |
getSubTemplateVariable(xdoclet.modules.apache.SubTemplateEngine subengine,
java.util.Properties attributes)
Get a subtemplate variable
|
checkForWrap, currentToken, exceptionList, firstSentenceDescriptionOfCurrentMember, forAllMembers, forAllMemberTags, forAllMemberTagTokens, getAllClasses, getClassNameFor, getFullClassNameFor, getFullSuperclassNameFor, getIndentChars, getXExecutableMemberForMemberName, getXExecutableMemberForMemberName, hasExecutableMember_OLD, hasExecutableMember, makeCopyOfArray, matchValue, memberComment, setMatchValue, skipToken
delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
getXJavaDoc, setXJavaDoc
protected final java.lang.String XDTSectionStart
protected final java.lang.String XDTSectionEnd
protected final java.lang.String getSubTemplateVariable(xdoclet.modules.apache.SubTemplateEngine subengine, java.util.Properties attributes) throws XDocletException
subengine
- The subtemplate engineattributes
- The attributes from XDOCLET tagXDocletException
protected final void generate(xdoclet.modules.apache.SubTemplateEngine subengine, java.lang.String template, java.util.Properties attributes) throws TemplateException
subengine
- The SubTemplateEngine used to generatetemplate
- The body of the block tagattributes
- The attributes of the template tagTemplateException
TemplateException
protected final void fillVariables(xdoclet.modules.apache.SubTemplateEngine templateEngine) throws XDocletException
templateEngine
- XDocletException
protected final void escapeResults(TemplateEngine engine, java.lang.StringBuffer results) throws TemplateException
engine
- The XDOCLET template engineresults
- The resultsTemplateException