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.JspAttributeNode.UseBean. beanNameprivate Node.JspAttributeNode.PlugIn. heightprivate Node.JspAttribute[]Node.CustomTag. jspAttrsprivate Node.JspAttribute[]Node.JspElement. jspAttrsprivate Node.JspAttribute[]Node.UninterpretedTag. jspAttrsprivate Node.JspAttributeNode.JspElement. nameAttr(package private) Node.JspAttributeNode.NamedAttribute. omitprivate Node.JspAttributeNode.ForwardAction. pageprivate Node.JspAttributeNode.IncludeAction. page(package private) Node.JspAttributeNode.ParamAction. valueprivate Node.JspAttributeNode.SetProperty. valueprivate Node.JspAttributeNode.PlugIn. widthMethods in org.apache.jasper.compiler that return Node.JspAttribute Modifier and Type Method Description Node.JspAttributeNode.UseBean. getBeanName()Node.JspAttributeNode.PlugIn. getHeight()private Node.JspAttributeValidator.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.JspAttributeNode.JspElement. getNameAttribute()private Node.JspAttributeTagPluginManager.TagPluginContextImpl. getNodeAttribute(java.lang.String attribute)Node.JspAttributeNode.NamedAttribute. getOmit()Node.JspAttributeNode.ForwardAction. getPage()Node.JspAttributeNode.IncludeAction. getPage()Node.JspAttributeNode.ParamAction. getValue()Node.JspAttributeNode.SetProperty. getValue()Node.JspAttributeNode.PlugIn. getWidth()Methods in org.apache.jasper.compiler with parameters of type Node.JspAttribute Modifier and Type Method Description private java.lang.StringGenerator.GenerateVisitor. attributeValue(Node.JspAttribute attr, boolean encode, java.lang.Class expectedType)Returns an attribute value, optionally URL encoded.private voidValidator.ValidateVisitor. checkNamedAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, int start, java.util.Hashtable<java.lang.String,java.lang.Object> tagDataAttrs)private voidValidator.ValidateVisitor. checkXmlAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, java.util.Hashtable<java.lang.String,java.lang.Object> tagDataAttrs)private voidELFunctionMapper.ELFunctionVisitor. doMap(Node.JspAttribute attr)private java.lang.StringGenerator.GenerateVisitor. evaluateAttribute(Generator.TagHandlerInfo handlerInfo, Node.JspAttribute attr, Node.CustomTag n, java.lang.String tagHandlerVar)voidNode.UseBean. setBeanName(Node.JspAttribute beanName)voidNode.PlugIn. setHeight(Node.JspAttribute height)voidNode.CustomTag. setJspAttributes(Node.JspAttribute[] jspAttrs)voidNode.JspElement. setJspAttributes(Node.JspAttribute[] jspAttrs)voidNode.UninterpretedTag. setJspAttributes(Node.JspAttribute[] jspAttrs)voidNode.JspElement. setNameAttribute(Node.JspAttribute nameAttr)voidNode.NamedAttribute. setOmit(Node.JspAttribute ja)voidNode.ForwardAction. setPage(Node.JspAttribute page)voidNode.IncludeAction. setPage(Node.JspAttribute page)voidNode.ParamAction. setValue(Node.JspAttribute value)voidNode.SetProperty. setValue(Node.JspAttribute value)voidNode.PlugIn. setWidth(Node.JspAttribute width)
-