org.jboss.seam.ui.component
public abstract class UIResource extends javax.faces.component.UIComponentBase
Constructor and Description |
---|
UIResource() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext arg0) |
abstract String |
getContentType() |
abstract Object |
getData() |
abstract String |
getDisposition() |
abstract String |
getFileName() |
abstract void |
setContentType(String contentType) |
abstract void |
setData(Object data) |
abstract void |
setDisposition(String disposition) |
abstract void |
setFileName(String fileName) |
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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public abstract Object getData()
public abstract void setData(Object data)
public abstract String getContentType()
public abstract void setContentType(String contentType)
public abstract String getDisposition()
public abstract void setDisposition(String disposition)
public abstract String getFileName()
public abstract void setFileName(String fileName)
public void encodeBegin(javax.faces.context.FacesContext arg0) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
Copyright © 2015 Seam Framework. All Rights Reserved.