Uses of Class
org.apache.jasper.compiler.Node.JspAttribute
Packages that use Node.JspAttribute
-
Uses of Node.JspAttribute in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Node.JspAttributeModifier and TypeFieldDescription(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.JspAttributeModifier and TypeMethodDescriptionNode.UseBean.getBeanName()Node.PlugIn.getHeight()private Node.JspAttributeValidator.ValidateVisitor.getJspAttribute(String qName, String uri, String localName, String value, Node n, boolean dynamic, javax.servlet.jsp.tagext.TagAttributeInfo tagAttr) Preprocess attributes that can be expressions.Node.CustomTag.getJspAttributes()Node.JspElement.getJspAttributes()Node.UninterpretedTag.getJspAttributes()Node.JspElement.getNameAttribute()private Node.JspAttributeTagPluginManager.TagPluginContextImpl.getNodeAttribute(String attribute) Node.NamedAttribute.getOmit()Node.ForwardAction.getPage()Node.IncludeAction.getPage()Node.ParamAction.getValue()Node.SetProperty.getValue()Node.PlugIn.getWidth()Methods in org.apache.jasper.compiler with parameters of type Node.JspAttributeModifier and TypeMethodDescriptionprivate StringGenerator.GenerateVisitor.attributeValue(Node.JspAttribute attr, boolean encode, Class expectedType) Returns an attribute value, optionally URL encoded.private voidValidator.ValidateVisitor.checkNamedAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, int start, Hashtable<String, Object> tagDataAttrs) private voidValidator.ValidateVisitor.checkXmlAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, Hashtable<String, Object> tagDataAttrs) private voidELFunctionMapper.ELFunctionVisitor.doMap(Node.JspAttribute attr) private StringGenerator.GenerateVisitor.evaluateAttribute(Generator.TagHandlerInfo handlerInfo, Node.JspAttribute attr, Node.CustomTag n, 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)