Package | Description |
---|---|
com.sun.faces.facelets.el | |
com.sun.faces.facelets.tag | |
com.sun.faces.facelets.tag.jsf | |
com.sun.faces.facelets.tag.jsf.core | |
com.sun.faces.facelets.tag.jsf.html |
Tag Library for http://java.sun.com/jsf/html.
|
com.sun.faces.facelets.tag.ui |
Tag Library for http://java.sun.com/jsf/ui.
|
javax.faces.view.facelets |
Constructor and Description |
---|
TagMethodExpression(TagAttribute attr,
javax.el.MethodExpression orig) |
TagValueExpression(TagAttribute tagAttribute,
javax.el.ValueExpression wrapped) |
Modifier and Type | Class and Description |
---|---|
class |
TagAttributeImpl
Representation of a Tag's attribute in a Facelet File
|
Modifier and Type | Method and Description |
---|---|
TagAttribute |
TagAttributesImpl.get(String localName)
Using no namespace, find the TagAttribute
|
TagAttribute |
TagAttributesImpl.get(String ns,
String localName)
Find a TagAttribute that matches the passed namespace and local name.
|
TagAttribute[] |
TagAttributesImpl.getAll()
Return an array of all TagAttributesImpl in this set
|
TagAttribute[] |
TagAttributesImpl.getAll(String namespace)
Get all TagAttributesImpl for the passed namespace
|
Modifier and Type | Method and Description |
---|---|
Metadata |
MethodRule.applyRule(String name,
TagAttribute attribute,
MetadataTarget meta) |
Constructor and Description |
---|
TagAttributesImpl(TagAttribute[] attrs) |
Modifier and Type | Field and Description |
---|---|
protected TagAttribute |
ComponentTagHandlerDelegateImpl.id |
Modifier and Type | Method and Description |
---|---|
protected TagAttribute |
PassThroughElementComponentHandler.getRequiredPassthroughAttribute(String localName) |
Modifier and Type | Method and Description |
---|---|
Metadata |
RenderPropertyRule.applyRule(String name,
TagAttribute attribute,
MetadataTarget meta) |
Metadata |
EditableValueHolderRule.applyRule(String name,
TagAttribute attribute,
MetadataTarget meta) |
static Locale |
ComponentSupport.getLocale(FaceletContext ctx,
TagAttribute attr)
According to JSF 1.2 tag specs, this helper method will use the
TagAttribute passed in determining the Locale intended.
|
Modifier and Type | Field and Description |
---|---|
protected TagAttribute |
EventHandler.listener |
protected TagAttribute |
FacetHandler.name |
protected TagAttribute |
EventHandler.type |
Modifier and Type | Method and Description |
---|---|
protected TagAttribute |
ComponentResourceDelegate.getAttribute(String name) |
Modifier and Type | Field and Description |
---|---|
protected TagAttribute |
CompositionHandler.template |
Modifier and Type | Method and Description |
---|---|
abstract TagAttribute |
TagAttributes.get(String localName)
Using no namespace, find the TagAttribute
|
abstract TagAttribute |
TagAttributes.get(String ns,
String localName)
Find a TagAttribute that matches the passed namespace and local name.
|
abstract TagAttribute[] |
TagAttributes.getAll()
Return an array of all TagAttributes in this set
|
abstract TagAttribute[] |
TagAttributes.getAll(String namespace)
Get all TagAttributes for the passed namespace
|
protected TagAttribute |
TagHandler.getAttribute(String localName)
Utility method for fetching the appropriate TagAttribute
|
TagAttribute |
DelegatingMetaTagHandler.getBinding() |
TagAttribute |
BehaviorHandler.getEvent() |
protected TagAttribute |
TagHandler.getRequiredAttribute(String localName)
Utility method for fetching a required TagAttribute
|
TagAttribute |
DelegatingMetaTagHandler.getTagAttribute(String localName) |
Modifier and Type | Method and Description |
---|---|
abstract Metadata |
MetaRule.applyRule(String name,
TagAttribute attribute,
MetadataTarget meta)
Return an abstraction that takes appropriate
action given the kind of rule represented by the argument
|
Constructor and Description |
---|
TagAttributeException(TagAttribute attr)
Constructor.
|
TagAttributeException(TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(TagAttribute attr,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
Throwable cause)
Constructor.
|
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.