public class UIResource extends UITransient
Constructor and Description |
---|
UIResource(javax.faces.component.UIComponent parent,
String name,
String library) |
Modifier and Type | Method and Description |
---|---|
protected Object |
getAttribute(Object key) |
String |
getFamily() |
String |
getLibrary()
|
String |
getName()
|
protected javax.faces.render.Renderer |
getRenderer(javax.faces.context.FacesContext context) |
String |
getRendererType() |
String |
getRendererType(javax.faces.context.FacesContext context) |
protected boolean |
hasAttribute(Object key) |
protected Object |
setAttribute(String key,
Object value) |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRendersChildren, getValueBinding, getValueExpression, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression
addClientBehavior, clearInitialState, getClientBehaviors, getDefaultEventName, getEventNames, getFacetCount, getPassThroughAttributes, invokeOnComponent, markInitialState, restoreAttachedState, saveAttachedState, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree
protected boolean hasAttribute(Object key)
hasAttribute
in class UITransient
protected Object setAttribute(String key, Object value)
setAttribute
in class UITransient
protected Object getAttribute(Object key)
getAttribute
in class UITransient
public String getName()
public String getLibrary()
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getRendererType()
getRendererType
in class UITransient
public String getRendererType(javax.faces.context.FacesContext context)
protected javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext context)
getRenderer
in class UITransient
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.