Uses of Class
org.apache.jasper.compiler.Node.JspAttribute
-
Packages that use Node.JspAttribute Package Description org.apache.jasper.compiler -
-
Uses of Node.JspAttribute in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Node.JspAttribute Modifier and Type Field Description (package private) Node.JspAttribute
Node.UseBean. beanName
private Node.JspAttribute
Node.PlugIn. height
private Node.JspAttribute[]
Node.CustomTag. jspAttrs
private Node.JspAttribute[]
Node.JspElement. jspAttrs
private Node.JspAttribute[]
Node.UninterpretedTag. jspAttrs
private Node.JspAttribute
Node.JspElement. nameAttr
(package private) Node.JspAttribute
Node.NamedAttribute. omit
private Node.JspAttribute
Node.ForwardAction. page
private Node.JspAttribute
Node.IncludeAction. page
(package private) Node.JspAttribute
Node.ParamAction. value
private Node.JspAttribute
Node.SetProperty. value
private Node.JspAttribute
Node.PlugIn. width
Methods in org.apache.jasper.compiler that return Node.JspAttribute Modifier and Type Method Description Node.JspAttribute
Node.UseBean. getBeanName()
Node.JspAttribute
Node.PlugIn. getHeight()
private Node.JspAttribute
Validator.ValidateVisitor. getJspAttribute(java.lang.String qName, java.lang.String uri, java.lang.String localName, java.lang.String value, Node n, boolean dynamic, javax.servlet.jsp.tagext.TagAttributeInfo tagAttr)
Preprocess attributes that can be expressions.Node.JspAttribute[]
Node.CustomTag. getJspAttributes()
Node.JspAttribute[]
Node.JspElement. getJspAttributes()
Node.JspAttribute[]
Node.UninterpretedTag. getJspAttributes()
Node.JspAttribute
Node.JspElement. getNameAttribute()
private Node.JspAttribute
TagPluginManager.TagPluginContextImpl. getNodeAttribute(java.lang.String attribute)
Node.JspAttribute
Node.NamedAttribute. getOmit()
Node.JspAttribute
Node.ForwardAction. getPage()
Node.JspAttribute
Node.IncludeAction. getPage()
Node.JspAttribute
Node.ParamAction. getValue()
Node.JspAttribute
Node.SetProperty. getValue()
Node.JspAttribute
Node.PlugIn. getWidth()
Methods in org.apache.jasper.compiler with parameters of type Node.JspAttribute Modifier and Type Method Description private java.lang.String
Generator.GenerateVisitor. attributeValue(Node.JspAttribute attr, boolean encode, java.lang.Class expectedType)
Returns an attribute value, optionally URL encoded.private void
Validator.ValidateVisitor. checkNamedAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, int start, java.util.Hashtable<java.lang.String,java.lang.Object> tagDataAttrs)
private void
Validator.ValidateVisitor. checkXmlAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, java.util.Hashtable<java.lang.String,java.lang.Object> tagDataAttrs)
private void
ELFunctionMapper.ELFunctionVisitor. doMap(Node.JspAttribute attr)
private java.lang.String
Generator.GenerateVisitor. evaluateAttribute(Generator.TagHandlerInfo handlerInfo, Node.JspAttribute attr, Node.CustomTag n, java.lang.String tagHandlerVar)
void
Node.UseBean. setBeanName(Node.JspAttribute beanName)
void
Node.PlugIn. setHeight(Node.JspAttribute height)
void
Node.CustomTag. setJspAttributes(Node.JspAttribute[] jspAttrs)
void
Node.JspElement. setJspAttributes(Node.JspAttribute[] jspAttrs)
void
Node.UninterpretedTag. setJspAttributes(Node.JspAttribute[] jspAttrs)
void
Node.JspElement. setNameAttribute(Node.JspAttribute nameAttr)
void
Node.NamedAttribute. setOmit(Node.JspAttribute ja)
void
Node.ForwardAction. setPage(Node.JspAttribute page)
void
Node.IncludeAction. setPage(Node.JspAttribute page)
void
Node.ParamAction. setValue(Node.JspAttribute value)
void
Node.SetProperty. setValue(Node.JspAttribute value)
void
Node.PlugIn. setWidth(Node.JspAttribute width)
-