|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.java.JspNode
com.caucho.jsp.java.JspContainerNode
com.caucho.jsp.java.GenericTag
com.caucho.jsp.java.CustomTag
public class CustomTag
Represents a custom tag.
Field Summary |
---|
Fields inherited from class com.caucho.jsp.java.GenericTag |
---|
_tag, _tagClass, _tagInfo, _varInfo |
Fields inherited from class com.caucho.jsp.java.JspContainerNode |
---|
_attributeNames, _attributeValues, _children, _hasJspAttribute |
Fields inherited from class com.caucho.jsp.java.JspNode |
---|
_endAttributeLine, _endLine, _filename, _gen, _name, _ns, _parent, _parseState, _sourcePath, _startLine |
Constructor Summary | |
---|---|
CustomTag()
|
Method Summary | |
---|---|
void |
generate(JspJavaWriter out)
Generates the code for a custom tag. |
void |
generateTagRelease(JspJavaWriter out)
Generates code before the actual JSP. |
void |
generateTagState(JspJavaWriter out)
Generates code before the actual JSP. |
Methods inherited from class com.caucho.jsp.java.GenericTag |
---|
addChild, addTagDepend, endElement, fillAttributes, fillVariableInfo, generateClassEpilogue, generatePrologue, generatePrologueDeclare, getBodyContent, getCustomTagName, getJsfBodyVar, getJsfVar, getTag, getTagInfo, getVarInfo, hasScripting, hasScriptlet, hasVarDeclaration, isDeclared, isDeclaringInstance, isJsfParentRequired, isJsp21, isJstl, isPre21Taglib, isSimple, printVarAssign, printVarAssign, printVarDeclaration, printVarDeclare, printVarDeclare, printXml, setTagClass, setTagInfo, validateClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CustomTag()
Method Detail |
---|
public void generateTagState(JspJavaWriter out) throws java.lang.Exception
generateTagState
in class JspNode
java.lang.Exception
public void generateTagRelease(JspJavaWriter out) throws java.lang.Exception
generateTagRelease
in class JspNode
java.lang.Exception
public void generate(JspJavaWriter out) throws java.lang.Exception
generate
in class GenericTag
out
- the output writer for the generated java.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |