Java Doc for TldTag.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » jsp » cfg » 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.cfg 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.jsp.cfg.TldTag

All known Subclasses:   com.caucho.jsp.cfg.JsfTag,
TldTag
public class TldTag implements DependencyBean(Code)
Configuration for the taglib tag in the .tld




Method Summary
public  voidaddAttribute(TldAttribute attribute)
     Adds an attribute.
public  voidaddDependency(PersistentDependency dependency)
     Adds a dependency.
public  voidaddFragmentAttribute(TldFragmentAttribute attribute)
     Adds an fragmentAttribute.
public  voidaddVariable(TldVariable variable)
     Adds a variable.
public  booleanequals(Object o)
    
public  ArrayListgetAttributeList()
    
public  TagAttributeInfo[]getAttributes()
     Returns the attributes.
public  TldTaggetBaseTag()
    
public  StringgetBodyContent()
    
public  ArrayList<PersistentDependency>getDependencyList()
     Returns the dependency.
public  StringgetDescription()
    
public  StringgetDisplayName()
    
public  StringgetDynamicAttributeName()
    
public  booleangetDynamicAttributes()
    
public  StringgetExample()
    
public  ArrayListgetFragmentAttributes()
     Returns the attributes.
public  StringgetInfo()
    
public  StringgetLargeIcon()
    
public  StringgetName()
     Gets the tag name, i.e.
public  StringgetSmallIcon()
    
public  ClassgetTagClass()
    
public  StringgetTagClassName()
    
public  TagExtraInfogetTagExtraInfo()
    
public  StringgetTeiClassName()
    
public  ArrayList<TagVariableInfo>getVariableList()
    
public  TagVariableInfo[]getVariables()
     Returns the variables.
public  inthashCode()
    
public  voidsetBaseTag(TldTag tag)
    
public  voidsetBodyContent(String bodyContent)
    
public  voidsetBodycontent(String bodyContent)
    
public  voidsetConfigLocation(String filename, int line)
     Sets the config location.
public  voidsetDescription(String description)
    
public  voidsetDisplayName(String displayName)
    
public  voidsetDynamicAttributeName(String name)
    
public  voidsetDynamicAttributes(boolean dynamicAttributes)
    
public  voidsetExample(String example)
    
public  voidsetIcon(com.caucho.config.types.Icon icon)
     Sets the icon.
public  voidsetInfo(String info)
    
public  voidsetLargeIcon(String largeIcon)
    
public  voidsetName(String name)
     Sets the tag name, i.e.
public  voidsetSmallIcon(String smallIcon)
    
public  voidsetTagClass(String tagClassName)
    
public  voidsetTagclass(String tagClassName)
    
public  voidsetTeiClass(String teiClassName)
    
public  voidsetTeiclass(String teiClassName)
    
public  StringtoString()
    
public  voidvalidate()
     validates.



Method Detail
addAttribute
public void addAttribute(TldAttribute attribute)(Code)
Adds an attribute.



addDependency
public void addDependency(PersistentDependency dependency)(Code)
Adds a dependency.



addFragmentAttribute
public void addFragmentAttribute(TldFragmentAttribute attribute)(Code)
Adds an fragmentAttribute.



addVariable
public void addVariable(TldVariable variable) throws ConfigException(Code)
Adds a variable.



equals
public boolean equals(Object o)(Code)



getAttributeList
public ArrayList getAttributeList()(Code)
Gets the attributes



getAttributes
public TagAttributeInfo[] getAttributes()(Code)
Returns the attributes.



getBaseTag
public TldTag getBaseTag()(Code)



getBodyContent
public String getBodyContent()(Code)
Gets the body-content



getDependencyList
public ArrayList<PersistentDependency> getDependencyList()(Code)
Returns the dependency.



getDescription
public String getDescription()(Code)
Gets the description



getDisplayName
public String getDisplayName()(Code)
Gets the display-name



getDynamicAttributeName
public String getDynamicAttributeName()(Code)
Gets the dynamic-attrisavesavebutes



getDynamicAttributes
public boolean getDynamicAttributes()(Code)
Gets the dynamic-attributes



getExample
public String getExample()(Code)
Gets the example



getFragmentAttributes
public ArrayList getFragmentAttributes()(Code)
Returns the attributes.



getInfo
public String getInfo()(Code)
Gets the info



getLargeIcon
public String getLargeIcon()(Code)
Gets the large-icon



getName
public String getName()(Code)
Gets the tag name, i.e. the local name.



getSmallIcon
public String getSmallIcon()(Code)
Gets the small-icon



getTagClass
public Class getTagClass()(Code)
Gets the tag class



getTagClassName
public String getTagClassName()(Code)
Gets the tag class



getTagExtraInfo
public TagExtraInfo getTagExtraInfo()(Code)
Gets the tei object



getTeiClassName
public String getTeiClassName()(Code)
Gets the tei class



getVariableList
public ArrayList<TagVariableInfo> getVariableList()(Code)
Gets the variables



getVariables
public TagVariableInfo[] getVariables()(Code)
Returns the variables.



hashCode
public int hashCode()(Code)



setBaseTag
public void setBaseTag(TldTag tag)(Code)



setBodyContent
public void setBodyContent(String bodyContent)(Code)
Sets the body-content



setBodycontent
public void setBodycontent(String bodyContent)(Code)
Sets the bodycontent (backwards compat)



setConfigLocation
public void setConfigLocation(String filename, int line)(Code)
Sets the config location.



setDescription
public void setDescription(String description)(Code)
Sets the description



setDisplayName
public void setDisplayName(String displayName)(Code)
Sets the display-name



setDynamicAttributeName
public void setDynamicAttributeName(String name)(Code)
Sets the dynamic-attributes



setDynamicAttributes
public void setDynamicAttributes(boolean dynamicAttributes)(Code)
Sets the dynamic-attributes



setExample
public void setExample(String example)(Code)
Sets the example



setIcon
public void setIcon(com.caucho.config.types.Icon icon)(Code)
Sets the icon.



setInfo
public void setInfo(String info)(Code)
Sets the info



setLargeIcon
public void setLargeIcon(String largeIcon)(Code)
Sets the large-icon



setName
public void setName(String name)(Code)
Sets the tag name, i.e. the local name.



setSmallIcon
public void setSmallIcon(String smallIcon)(Code)
Sets the small-icon



setTagClass
public void setTagClass(String tagClassName) throws ConfigException(Code)
Sets the tag class



setTagclass
public void setTagclass(String tagClassName) throws ConfigException, InstantiationException, IllegalAccessException(Code)
Sets the tei class



setTeiClass
public void setTeiClass(String teiClassName) throws ConfigException(Code)
Sets the tei class



setTeiclass
public void setTeiclass(String teiClassName) throws ConfigException(Code)
Old-style setting of the tei class



toString
public String toString()(Code)



validate
public void validate() throws JspParseException(Code)
validates.



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.