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.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.JspAttributeModifier and TypeMethodDescriptionNode.UseBean.getBeanName()
Node.PlugIn.getHeight()
private Node.JspAttribute
Validator.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.JspAttribute
TagPluginManager.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 String
Generator.GenerateVisitor.attributeValue
(Node.JspAttribute attr, boolean encode, Class expectedType) Returns an attribute value, optionally URL encoded.private void
Validator.ValidateVisitor.checkNamedAttributes
(Node.CustomTag n, Node.JspAttribute[] jspAttrs, int start, Hashtable<String, Object> tagDataAttrs) private void
Validator.ValidateVisitor.checkXmlAttributes
(Node.CustomTag n, Node.JspAttribute[] jspAttrs, Hashtable<String, Object> tagDataAttrs) private void
ELFunctionMapper.ELFunctionVisitor.doMap
(Node.JspAttribute attr) private String
Generator.GenerateVisitor.evaluateAttribute
(Generator.TagHandlerInfo handlerInfo, Node.JspAttribute attr, Node.CustomTag n, 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)