Uses of Class
com.caucho.jsp.cfg.TldVariable

Packages that use TldVariable
com.caucho.jsp.cfg   
com.caucho.jsp.java   
 

Uses of TldVariable in com.caucho.jsp.cfg
 

Methods in com.caucho.jsp.cfg with parameters of type TldVariable
 void TldTag.addVariable(TldVariable variable)
          Adds a variable.
 

Uses of TldVariable in com.caucho.jsp.java
 

Methods in com.caucho.jsp.java that return TldVariable
 TldVariable JavaTagGenerator.findNameFromAttributeVariable(java.lang.String name)
          Finds a variable.
 TldVariable JavaTagGenerator.findVariable(java.lang.String name)
          Finds a variable.
 

Methods in com.caucho.jsp.java that return types with arguments of type TldVariable
 java.util.ArrayList<TldVariable> JavaTagGenerator.getVariables()
          Returns the variables.
 

Methods in com.caucho.jsp.java with parameters of type TldVariable
 void JavaTagGenerator.addVariable(TldVariable var)
          Adds a variable.