public class JspBody extends JspFragmentNode
_attributeNames, _attributeValues, _children, _hasJspAttribute
_endAttributeLine, _endLine, _filename, _gen, _name, _ns, _parent, _parseState, _sourcePath, _startLine
Constructor and Description |
---|
JspBody() |
Modifier and Type | Method and Description |
---|---|
JspNode |
addText(java.lang.String text)
Adds a text node.
|
void |
endAttributes()
Called after all the attributes from the tag.
|
void |
generatePrologue(JspJavaWriter out)
Generates the prologue.
|
void |
generatePrologueChildren(JspJavaWriter out)
Generates the prologue as a child, i.e.
|
java.lang.String |
getCustomTagName()
Returns the tag name for the current tag.
|
TagInstance |
getTag()
Returns the TagInstance of the enclosing parent.
|
boolean |
isStatic()
Returns true if the children are static.
|
void |
printXml(WriteStream os)
Generates the XML text representation for the tag validation.
|
generate, generateFragmentPrologue, generateValue, getFragmentCode, getFragmentName, isJspFragment, isTrim, isValueFragment, setJspFragment
addAttribute, addAttribute, addAttributeChild, addChild, addChildEnd, findScriptingNode, generateChildren, generateChildrenEmpty, generateClassEpilogueChildren, generateDeclarationChildren, generateStatic, generateTagReleaseChildren, generateTagStateChildren, getAttribute, getChildren, getStaticText, hasChildren, hasCustomTag, hasScripting, hasScriptingElement, hasTag, isChildrenStatic, isEmpty, isJsfParentRequired, isSingleExpression, isWhitespace, printXmlChildren
addNamespace, addNamespaceRec, attributeToBoolean, classToString, convertParameterValue, endElement, error, error, error, escapeJavaString, generateClassEpilogue, generateDeclaration, generateELValue, generateEmpty, generateEndLocation, generateFragment, generateIncludeUrl, generateObject, generateParentTag, generatePrologueDeclare, generateStartLocation, generateTagRelease, generateTagState, getBodyContent, getEndAttributeLine, getEndLine, getFilename, getGenerator, getJsfBodyVar, getJsfVar, getNamespaceContext, getNamespacePrefix, getParent, getParentTagName, getParentTagNode, getQName, getRuntimeAttribute, getSegment, getStartLine, getStaticText, getTagName, hasDeferredAttribute, hasDeferredAttribute, hasELAttribute, hasELAttribute, hasNamespace, hasNamespace, hasRuntimeAttribute, hasScripting, hasScripting, invokeFragment, isInFragment, isJsp21, isJstl, isPre21Taglib, isSimpleTag, loadClass, printJspId, printXmlAttribute, printXmlOpen, printXmlText, setEndAttributeLocation, setEndLocation, setGenerator, setNamespace, setParent, setParseState, setQName, setStartLocation, toELObject, toString, xmlAttrText, xmlText
public JspNode addText(java.lang.String text) throws JspParseException
addText
in class JspFragmentNode
JspParseException
public java.lang.String getCustomTagName()
getCustomTagName
in class JspFragmentNode
public boolean isStatic()
isStatic
in class JspFragmentNode
public TagInstance getTag()
public void endAttributes() throws JspParseException
endAttributes
in class JspFragmentNode
JspParseException
public void printXml(WriteStream os) throws java.io.IOException
public void generatePrologue(JspJavaWriter out) throws java.lang.Exception
generatePrologue
in class JspNode
java.lang.Exception
public void generatePrologueChildren(JspJavaWriter out) throws java.lang.Exception
generatePrologueChildren
in class JspContainerNode
java.lang.Exception