Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.java |
Modifier and Type | Method and Description |
---|---|
abstract JspNode |
JspBuilder.getCurrentNode()
Returns the current node.
|
abstract JspNode |
JspBuilder.getRootNode()
Returns the top node.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomSimpleTag
Represents a custom tag.
|
class |
CustomTag
Represents a custom tag.
|
class |
GenericTag
Represents a custom tag.
|
class |
JsfFacetNode
Special generator for a JSF f:facet tag.
|
class |
JsfNode |
class |
JsfPhaseListener |
class |
JsfTagNode
Represents a custom tag.
|
class |
JsfViewRoot
Represents f:view
|
class |
JspAttribute
Represents a jsp:attribute node
|
class |
JspBody
Represents the body for a SimpleTag
|
class |
JspContainerNode
A node which can contain other nodes.
|
class |
JspDeclaration
Represents a Java declaration.
|
class |
JspDirectiveAttribute |
class |
JspDirectiveInclude |
class |
JspDirectivePage |
class |
JspDirectiveTag |
class |
JspDirectiveTaglib |
class |
JspDirectiveVariable |
class |
JspDoBody
Represents a custom tag.
|
class |
JspElement |
class |
JspExpression
Represents a Java scriptlet.
|
class |
JspFallback
Represents a Java scriptlet.
|
class |
JspForward
Represents a Java scriptlet.
|
class |
JspFragmentNode
Represents the body for a fragment (jsp:attribute or jsp:body)
|
class |
JspGetProperty
Represents a Java scriptlet.
|
class |
JspInclude
Represents a Java scriptlet.
|
class |
JspInvoke
jsp:invoke invokes a fragment
|
class |
JspOutput |
class |
JspParam
Represents a Java scriptlet.
|
class |
JspParamNode
Represents a custom tag.
|
class |
JspParams
Represents a Java scriptlet.
|
class |
JspPlugin
Represents a Java scriptlet.
|
class |
JspRoot
Represents the root node.
|
class |
JspScriptlet
Represents a Java scriptlet.
|
class |
JspSetProperty
Represents a Java scriptlet.
|
class |
JspText
Represents static text.
|
class |
JspTextNode
Represents static text.
|
class |
JspTop
Represents the root node.
|
class |
JspUseBean
Represents a Java scriptlet.
|
class |
JspXmlElement
Represents a JSP implicit element
|
class |
JstlCoreCatch |
class |
JstlCoreChoose |
class |
JstlCoreForEach
Special generator for a JSTL c:forEach tag.
|
class |
JstlCoreIf
Special generator for a JSTL c:if tag.
|
class |
JstlCoreOtherwise
Special generator for a JSTL c:otherwise tag.
|
class |
JstlCoreOut |
class |
JstlCoreRemove |
class |
JstlCoreRtWhen
Special generator for a JSTL c:when tag.
|
class |
JstlCoreSet |
class |
JstlCoreWhen
Special generator for a JSTL c:when tag.
|
class |
JstlFmtBundle
Generates code for the fmt:bundle bundle.
|
class |
JstlFmtMessage |
class |
JstlFmtParam |
class |
JstlFmtSetBundle
Generates code for the fmt:setBundle tag.
|
class |
JstlNode |
class |
JstlTlvCoreChoose |
class |
JstlTlvCoreOtherwise |
class |
JstlTlvCoreWhen |
class |
JstlTlvSqlUpdate |
class |
JstlTlvXmlChoose |
class |
JstlTlvXmlOtherwise |
class |
JstlTlvXmlWhen |
class |
JstlXmlIf |
class |
JstlXmlOut |
class |
JstlXmlSet |
class |
JstlXmlWhen
Special generator for a JSTL x:when tag.
|
class |
NullTag
Represents a custom tag.
|
class |
StaticText
Represents static text.
|
class |
TagFileTag
Represents a custom tag.
|
Modifier and Type | Field and Description |
---|---|
protected JspNode |
JspNode._parent |
protected JspNode |
JavaJspGenerator._rootNode |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<JspNode> |
JspContainerNode._children |
Modifier and Type | Method and Description |
---|---|
JspNode |
JspInclude.addText(java.lang.String text)
Adds text to the scriptlet.
|
JspNode |
JstlCoreChoose.addText(java.lang.String text)
Whitespace text is ignored.
|
JspNode |
JspUseBean.addText(java.lang.String text)
Adds text to the scriptlet.
|
JspNode |
JspScriptlet.addText(java.lang.String text)
Adds text to the scriptlet.
|
JspNode |
JspGetProperty.addText(java.lang.String text)
Adds text to the scriptlet.
|
JspNode |
JspDeclaration.addText(java.lang.String text)
Adds text to the directive.
|
JspNode |
JspBody.addText(java.lang.String text)
Adds a text node.
|
JspNode |
JspNode.addText(java.lang.String text)
Adds text.
|
JspNode |
JspExpression.addText(java.lang.String text)
Adds text to the expression.
|
JspNode |
JspRoot.addText(java.lang.String text)
Adds a text node.
|
JspNode |
JspText.addText(java.lang.String text)
Adds text to the scriptlet.
|
JspNode |
JspTop.addText(java.lang.String text)
Adds a text node.
|
JspNode |
JspFragmentNode.addText(java.lang.String text)
Adds a text node.
|
JspNode |
JspContainerNode.addText(java.lang.String text)
Adds a text node.
|
JspNode |
JspAttribute.addText(java.lang.String text)
Adds a text node.
|
JspNode |
JspNode.findScriptingNode()
Finds the first scripting node
|
JspNode |
JspContainerNode.findScriptingNode()
Finds the first scripting node
|
JspNode |
JavaJspBuilder.getCurrentNode()
Returns the current node.
|
JspNode |
JspNode.getParent()
Returns the parent node.
|
JspNode |
JspNode.getParentTagNode()
Returns parent tag node
|
JspNode |
JavaJspBuilder.getRootNode()
Returns the root node.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<JspNode> |
JspNode.getChildren()
Returns the children.
|
java.util.ArrayList<JspNode> |
JspContainerNode.getChildren()
Returns the children.
|
Modifier and Type | Method and Description |
---|---|
void |
JspInclude.addChild(JspNode node)
Adds a parameter.
|
void |
JspForward.addChild(JspNode node)
Adds a parameter.
|
void |
JspParamNode.addChild(JspNode node)
Adds a child.
|
void |
JstlCoreChoose.addChild(JspNode node)
Children are handled specially.
|
void |
JspPlugin.addChild(JspNode node)
Adds a child.
|
void |
JstlTlvCoreChoose.addChild(JspNode node) |
void |
JspNode.addChild(JspNode node)
Adds a child node.
|
void |
JspParams.addChild(JspNode node)
Adds a child.
|
void |
JstlTlvXmlChoose.addChild(JspNode node) |
void |
JspRoot.addChild(JspNode node)
Adds a child node.
|
void |
JspText.addChild(JspNode node)
Adds a child node.
|
void |
JspTop.addChild(JspNode child)
Adds a child node.
|
void |
JspContainerNode.addChild(JspNode node)
Adds a child node.
|
void |
JstlFmtMessage.addChild(JspNode node)
Adds a child element.
|
void |
GenericTag.addChild(JspNode node)
Adds a child node.
|
void |
JspPlugin.addChildEnd(JspNode node)
Adds a child.
|
void |
JspNode.addChildEnd(JspNode node)
Adds a child node after its completely initialized..
|
void |
JspParams.addChildEnd(JspNode node)
Adds a child after initialization.
|
void |
JspContainerNode.addChildEnd(JspNode node)
Adds a child node after its done initializing.
|
protected void |
JavaTagGenerator.generateDoTag(JspJavaWriter out,
JspNode node)
Prints the _jspService header
|
protected void |
JavaTagGenerator.generateDoTagImpl(JspJavaWriter out,
JspNode node)
Prints the _jspService header
|
protected boolean |
GenericTag.hasScriptlet(JspNode node)
Returns true if the node or one of its children is a scriptlet
|
void |
JsfTagNode.setNext(JspNode next) |
void |
JspNode.setParent(JspNode parent)
Sets the parent node
|
void |
JavaJspGenerator.setRootNode(JspNode node)
Sets the root JSP node.
|
Constructor and Description |
---|
JspTextNode(JavaJspGenerator gen,
java.lang.String text,
JspNode parent) |
StaticText(JavaJspGenerator gen,
java.lang.String text,
JspNode parent) |