Package | Description |
---|---|
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
(package private) Node.JspAttribute |
Node.UseBean.beanName |
private Node.JspAttribute |
Node.PlugIn.height |
private Node.JspAttribute[] |
Node.UninterpretedTag.jspAttrs |
private Node.JspAttribute[] |
Node.JspElement.jspAttrs |
private Node.JspAttribute[] |
Node.CustomTag.jspAttrs |
private Node.JspAttribute |
Node.JspElement.nameAttr |
(package private) Node.JspAttribute |
Node.NamedAttribute.omit |
private Node.JspAttribute |
Node.IncludeAction.page |
private Node.JspAttribute |
Node.ForwardAction.page |
(package private) Node.JspAttribute |
Node.ParamAction.value |
private Node.JspAttribute |
Node.SetProperty.value |
private Node.JspAttribute |
Node.PlugIn.width |
Modifier and Type | Method and 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.UninterpretedTag.getJspAttributes() |
Node.JspAttribute[] |
Node.JspElement.getJspAttributes() |
Node.JspAttribute[] |
Node.CustomTag.getJspAttributes() |
Node.JspAttribute |
Node.JspElement.getNameAttribute() |
private Node.JspAttribute |
TagPluginManager.TagPluginContextImpl.getNodeAttribute(java.lang.String attribute) |
Node.JspAttribute |
Node.NamedAttribute.getOmit() |
Node.JspAttribute |
Node.IncludeAction.getPage() |
Node.JspAttribute |
Node.ForwardAction.getPage() |
Node.JspAttribute |
Node.ParamAction.getValue() |
Node.JspAttribute |
Node.SetProperty.getValue() |
Node.JspAttribute |
Node.PlugIn.getWidth() |
Modifier and Type | Method and 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.UninterpretedTag.setJspAttributes(Node.JspAttribute[] jspAttrs) |
void |
Node.JspElement.setJspAttributes(Node.JspAttribute[] jspAttrs) |
void |
Node.CustomTag.setJspAttributes(Node.JspAttribute[] jspAttrs) |
void |
Node.JspElement.setNameAttribute(Node.JspAttribute nameAttr) |
void |
Node.NamedAttribute.setOmit(Node.JspAttribute ja) |
void |
Node.IncludeAction.setPage(Node.JspAttribute page) |
void |
Node.ForwardAction.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) |