|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.icesoft.faces.component.outputresource.OutputResource
public class OutputResource
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
protected com.icesoft.faces.component.outputresource.RegisteredResource |
registeredResource
|
protected com.icesoft.faces.context.Resource |
resource
|
static java.lang.String |
TYPE_BUTTON
|
static java.lang.String |
TYPE_IMAGE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
OutputResource()
|
Method Summary | |
---|---|
void |
addInfo()
|
boolean |
getAttachment()
|
java.lang.String |
getComponentType()
|
java.lang.String |
getFamily()
|
java.lang.String |
getFileName()
|
java.lang.String |
getImage()
|
java.lang.String |
getLabel()
|
java.util.Date |
getLastModified()
|
int |
getLastResourceHashCode()
|
java.lang.String |
getMimeType()
|
java.lang.String |
getPath()
|
java.lang.String |
getRenderedOnUserRole()
Return the value of the renderedOnUserRole property. |
java.lang.String |
getRendererType()
|
com.icesoft.faces.context.Resource |
getResource()
|
java.lang.String |
getStyle()
|
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getTarget()
|
java.lang.String |
getType()
|
boolean |
isAttachment()
|
boolean |
isDisabled()
|
boolean |
isRendered()
Return the value of the rendered property. |
boolean |
isShared()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object. |
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable Object. |
void |
setAttachment(boolean b)
|
void |
setDisabled(boolean disabled)
|
void |
setFileName(java.lang.String fileName)
|
void |
setImage(java.lang.String img)
|
void |
setLabel(java.lang.String label)
|
void |
setLastModified(java.util.Date lastModified)
|
void |
setMimeType(java.lang.String mimeType)
|
void |
setRenderedOnUserRole(java.lang.String role)
|
void |
setResource(com.icesoft.faces.context.Resource resource)
|
void |
setShared(boolean s)
|
void |
setStyle(java.lang.String style)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setTarget(java.lang.String target)
|
void |
setType(java.lang.String type)
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
protected com.icesoft.faces.context.Resource resource
protected transient com.icesoft.faces.component.outputresource.RegisteredResource registeredResource
public static final java.lang.String TYPE_IMAGE
public static final java.lang.String TYPE_BUTTON
Constructor Detail |
---|
public OutputResource()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.String getComponentType()
public java.lang.String getRendererType()
getRendererType
in class javax.faces.component.UIComponentBase
public com.icesoft.faces.context.Resource getResource()
public void addInfo()
public void setResource(com.icesoft.faces.context.Resource resource)
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
public void setFileName(java.lang.String fileName)
public java.lang.String getFileName()
public void setLastModified(java.util.Date lastModified)
public java.util.Date getLastModified()
public void setImage(java.lang.String img)
public java.lang.String getImage()
public void setType(java.lang.String type)
public java.lang.String getType()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public void setStyle(java.lang.String style)
public java.lang.String getStyle()
public void setStyleClass(java.lang.String styleClass)
public java.lang.String getStyleClass()
Return the value of the styleClass
property.
public void setRenderedOnUserRole(java.lang.String role)
public java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole
property.
public boolean isRendered()
Return the value of the rendered
property.
isRendered
in class javax.faces.component.UIComponentBase
public void setAttachment(boolean b)
public boolean isAttachment()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public boolean getAttachment()
public int getLastResourceHashCode()
public java.lang.String getPath()
public boolean isShared()
public void setShared(boolean s)
public java.lang.String getTarget()
public void setTarget(java.lang.String target)
public void setDisabled(boolean disabled)
public boolean isDisabled()
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |