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, setJspFragmentaddAttribute, 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, printXmlChildrenaddNamespace, 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, xmlTextpublic JspNode addText(java.lang.String text) throws JspParseException
addText in class JspFragmentNodeJspParseExceptionpublic java.lang.String getCustomTagName()
getCustomTagName in class JspFragmentNodepublic boolean isStatic()
isStatic in class JspFragmentNodepublic TagInstance getTag()
public void endAttributes()
throws JspParseException
endAttributes in class JspFragmentNodeJspParseExceptionpublic void printXml(WriteStream os) throws java.io.IOException
public void generatePrologue(JspJavaWriter out) throws java.lang.Exception
generatePrologue in class JspNodejava.lang.Exceptionpublic void generatePrologueChildren(JspJavaWriter out) throws java.lang.Exception
generatePrologueChildren in class JspContainerNodejava.lang.Exception