|
Seam UI JSF2 support 2.3.2.Final-redhat-1 | |||||||||
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
org.jboss.seam.ui.component.UIResource
org.jboss.seam.ui.component.html.HtmlResource
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class HtmlResource
Given a data in form of an inputstream, java.util.File or byte[] and a content-type, this tag sends the data to the browser
Nested Class Summary | |
---|---|
protected static class |
HtmlResource.Properties
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
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 | |
---|---|
HtmlResource()
|
Method Summary | |
---|---|
String |
getContentType()
|
Object |
getData()
|
String |
getDisposition()
|
String |
getFamily()
|
String |
getFileName()
|
void |
setContentType(String contentType)
|
void |
setData(Object data)
|
void |
setDisposition(String disposition)
|
void |
setFileName(String fileName)
|
Methods inherited from class org.jboss.seam.ui.component.UIResource |
---|
encodeBegin |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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 String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlResource()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getContentType()
getContentType
in class UIResource
public void setContentType(String contentType)
setContentType
in class UIResource
public Object getData()
getData
in class UIResource
public void setData(Object data)
setData
in class UIResource
public String getDisposition()
getDisposition
in class UIResource
public void setDisposition(String disposition)
setDisposition
in class UIResource
public String getFileName()
getFileName
in class UIResource
public void setFileName(String fileName)
setFileName
in class UIResource
|
Seam UI JSF2 support 2.3.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |