Java Doc for JspDoBody.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » jsp » java » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server resin 3.1.5 » resin » com.caucho.jsp.java 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.jsp.java.JspNode
      com.caucho.jsp.java.JspDoBody

JspDoBody
public class JspDoBody extends JspNode (Code)
Represents a custom tag.




Method Summary
public  voidaddAttribute(QName name, String value)
     Adds an attribute.
public  voidendAttributes()
     Called when the attributes end.
public  voidgenerate(JspJavaWriter out)
     Generates the children.
public  voidprintXml(WriteStream os)
     Generates the XML text representation for the tag validation.



Method Detail
addAttribute
public void addAttribute(QName name, String value) throws JspParseException(Code)
Adds an attribute.



endAttributes
public void endAttributes() throws JspParseException(Code)
Called when the attributes end.



generate
public void generate(JspJavaWriter out) throws Exception(Code)
Generates the children.



printXml
public void printXml(WriteStream os) throws IOException(Code)
Generates the XML text representation for the tag validation.
Parameters:
  os - write stream to the generated XML.



Fields inherited from com.caucho.jsp.java.JspNode
final static String JSP_NS(Code)(Java Doc)
final static L10N L(Code)(Java Doc)
protected int _endAttributeLine(Code)(Java Doc)
protected int _endLine(Code)(Java Doc)
protected String _filename(Code)(Java Doc)
protected JavaJspGenerator _gen(Code)(Java Doc)
protected QName _name(Code)(Java Doc)
protected Namespace _ns(Code)(Java Doc)
protected JspNode _parent(Code)(Java Doc)
protected ParseState _parseState(Code)(Java Doc)
protected Path _sourcePath(Code)(Java Doc)
protected int _startLine(Code)(Java Doc)
final static Logger log(Code)(Java Doc)

Methods inherited from com.caucho.jsp.java.JspNode
public void addAttribute(QName name, String value) throws JspParseException(Code)(Java Doc)
public void addAttribute(QName name, JspAttribute value) throws JspParseException(Code)(Java Doc)
public void addChild(JspNode node) throws JspParseException(Code)(Java Doc)
public void addChildEnd(JspNode node) throws JspParseException(Code)(Java Doc)
final public void addNamespace(String prefix, String value)(Code)(Java Doc)
public void addNamespaceRec(String prefix, String value)(Code)(Java Doc)
public JspNode addText(String text) throws JspParseException(Code)(Java Doc)
protected boolean attributeToBoolean(String attr, String value) throws JspParseException(Code)(Java Doc)
protected String classToString(Class cl)(Code)(Java Doc)
public void convertParameterValue(JspJavaWriter out, String type, String value) throws IOException(Code)(Java Doc)
public void endAttributes() throws JspParseException(Code)(Java Doc)
public void endElement() throws Exception(Code)(Java Doc)
protected JspParseException error(String msg)(Code)(Java Doc)
protected JspParseException error(String msg, Throwable e)(Code)(Java Doc)
protected JspParseException error(Throwable e)(Code)(Java Doc)
public static String escapeJavaString(String s)(Code)(Java Doc)
public JspNode findScriptingNode()(Code)(Java Doc)
abstract public void generate(JspJavaWriter out) throws Exception(Code)(Java Doc)
public void generateChildren(JspJavaWriter out) throws Exception(Code)(Java Doc)
public void generateChildrenEmpty() throws Exception(Code)(Java Doc)
public void generateDeclaration(JspJavaWriter out) throws IOException(Code)(Java Doc)
public void generateDeclarationChildren(JspJavaWriter out) throws IOException(Code)(Java Doc)
protected String generateELValue(Class type, String value) throws Exception(Code)(Java Doc)
public void generateEmpty() throws Exception(Code)(Java Doc)
public void generateEndLocation(JspJavaWriter out) throws IOException(Code)(Java Doc)
void generateFragment(JspJavaWriter out, JspFragmentNode frag, String contextVar) throws Exception(Code)(Java Doc)
protected String generateFragment(JspFragmentNode frag, String contextVar) throws Exception(Code)(Java Doc)
void generateFragmentParameter(JspJavaWriter out, Object obj, Object objValue, Method method, boolean allowRtexpr, String contextVar) throws Exception(Code)(Java Doc)
String generateFragmentParameter(String string, boolean allowRtexpr) throws Exception(Code)(Java Doc)
void generateIncludeParams(JspJavaWriter out, ArrayList params) throws Exception(Code)(Java Doc)
String generateJstlValue(Class type, String value) throws Exception(Code)(Java Doc)
protected String generateObject(Object obj)(Code)(Java Doc)
String generateParameterValue(Class type, String value) throws Exception(Code)(Java Doc)
String generateParameterValue(Class type, String value, boolean rtexpr, TagAttributeInfo attrInfo, boolean isELIgnored) throws Exception(Code)(Java Doc)
void generateParentTag(JspJavaWriter out, TagInstance parent) throws IOException(Code)(Java Doc)
protected String generateParentTag(TagInstance parent) throws IOException(Code)(Java Doc)
public void generatePrologue(JspJavaWriter out) throws Exception(Code)(Java Doc)
public void generatePrologueChildren(JspJavaWriter out) throws Exception(Code)(Java Doc)
public void generatePrologueDeclare(JspJavaWriter out) throws Exception(Code)(Java Doc)
String generateRTValue(Class type, Object value) throws Exception(Code)(Java Doc)
void generateSetParameter(JspJavaWriter out, String obj, Object objValue, Method method, boolean allowRtexpr, String contextVar, boolean isFragment, TagAttributeInfo attrInfo) throws Exception(Code)(Java Doc)
void generateSetParameter(JspJavaWriter out, String obj, String value, Method method, Class editorClass) throws Exception(Code)(Java Doc)
public void generateStartLocation(JspJavaWriter out) throws IOException(Code)(Java Doc)
public void generateStatic(JspJavaWriter out) throws Exception(Code)(Java Doc)
String generateValue(Class type, String value) throws Exception(Code)(Java Doc)
public String getBodyContent()(Code)(Java Doc)
public ArrayList<JspNode> getChildren()(Code)(Java Doc)
public String getCustomTagName()(Code)(Java Doc)
public int getEndAttributeLine()(Code)(Java Doc)
public int getEndLine()(Code)(Java Doc)
public String getFilename()(Code)(Java Doc)
public String getJsfBodyVar()(Code)(Java Doc)
public String getJsfVar()(Code)(Java Doc)
final public NamespaceContext getNamespaceContext()(Code)(Java Doc)
public String getNamespacePrefix(String uri)(Code)(Java Doc)
public JspNode getParent()(Code)(Java Doc)
public String getParentTagName()(Code)(Java Doc)
public JspNode getParentTagNode()(Code)(Java Doc)
public QName getQName()(Code)(Java Doc)
public String getRuntimeAttribute(String value) throws Exception(Code)(Java Doc)
public JspSegmentNode getSegment()(Code)(Java Doc)
public int getStartLine()(Code)(Java Doc)
public String getStaticText()(Code)(Java Doc)
public void getStaticText(CharBuffer cb)(Code)(Java Doc)
public TagInstance getTag()(Code)(Java Doc)
public String getTagName()(Code)(Java Doc)
public boolean hasCustomTag()(Code)(Java Doc)
public boolean hasDeferredAttribute(String value)(Code)(Java Doc)
public boolean hasDeferredAttribute(String value, boolean isELIgnored)(Code)(Java Doc)
public boolean hasELAttribute(String value)(Code)(Java Doc)
public boolean hasELAttribute(String value, boolean isELIgnored)(Code)(Java Doc)
public boolean hasNamespace(String prefix, String uri)(Code)(Java Doc)
public boolean hasNamespace(QName name)(Code)(Java Doc)
public boolean hasRuntimeAttribute(String value) throws JspParseException(Code)(Java Doc)
public boolean hasScripting()(Code)(Java Doc)
public boolean hasScripting(String value)(Code)(Java Doc)
public boolean hasScripting(JspAttribute value)(Code)(Java Doc)
public boolean hasScriptingElement()(Code)(Java Doc)
public boolean hasTag()(Code)(Java Doc)
protected String invokeFragment(JspFragmentNode frag) throws Exception(Code)(Java Doc)
public boolean isInFragment()(Code)(Java Doc)
public boolean isJsfParentRequired()(Code)(Java Doc)
public boolean isJstl()(Code)(Java Doc)
public boolean isPre21Taglib()(Code)(Java Doc)
public boolean isSimpleTag()(Code)(Java Doc)
public boolean isStatic()(Code)(Java Doc)
protected Class loadClass(String type) throws JspParseException(Code)(Java Doc)
public void printJspId(WriteStream os) throws IOException(Code)(Java Doc)
abstract public void printXml(WriteStream os) throws IOException(Code)(Java Doc)
public void printXmlAttribute(WriteStream os, String name, String text) throws IOException(Code)(Java Doc)
public void printXmlText(WriteStream os, String text) throws IOException(Code)(Java Doc)
public void setEndAttributeLocation(String filename, int line)(Code)(Java Doc)
public void setEndLocation(String filename, int line)(Code)(Java Doc)
public void setGenerator(JavaJspGenerator gen)(Code)(Java Doc)
final public void setNamespace(Namespace ns)(Code)(Java Doc)
public void setParent(JspNode parent)(Code)(Java Doc)
public void setParseState(ParseState parseState)(Code)(Java Doc)
public void setQName(QName name)(Code)(Java Doc)
public void setStartLocation(Path sourcePath, String filename, int line)(Code)(Java Doc)
String stringToValue(Class type, String obj)(Code)(Java Doc)
public static String toELObject(String expr, Class type)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public String xmlAttrText(String text)(Code)(Java Doc)
public String xmlText(String text)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.