|
||||||||||
| 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
javax.faces.component.UIOutput
org.ajax4jsf.component.UIMediaOutput
public abstract class UIMediaOutput
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIMediaOutput()
|
|
| Method Summary | |
|---|---|
javax.faces.el.MethodBinding |
getCreateContent()
Get EL binding to method in user bean to send resource. |
abstract java.lang.String |
getElement()
Get Element name for rendering ( imj , a , object, applet ). |
abstract java.lang.String |
getUriAttribute()
Get URI attribute for resource ( src for images, href for links etc ). |
void |
setCreateContent(javax.faces.el.MethodBinding newvalue)
Set EL binding to method in user bean to send resource. |
abstract void |
setElement(java.lang.String newvalue)
Set Element name for rendering ( imj , a , object, applet ). |
abstract void |
setUriAttribute(java.lang.String newvalue)
Set URI attribute for resource ( src for images, href for links etc ). |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ajax4jsf.resource.ResourceComponent2 |
|---|
getCreateContentExpression, setCreateContentExpression |
| Methods inherited from interface org.ajax4jsf.resource.ResourceComponent |
|---|
getExpires, getLastModified, getMimeType, getValue, isCacheable, isSession, setCacheable, setExpires, setLastModified, setMimeType, setSession, setValue |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIMediaOutput()
| Method Detail |
|---|
public abstract java.lang.String getUriAttribute()
public abstract void setUriAttribute(java.lang.String newvalue)
newvalue - public abstract java.lang.String getElement()
public abstract void setElement(java.lang.String newvalue)
newvalue - public javax.faces.el.MethodBinding getCreateContent()
getCreateContent in interface org.ajax4jsf.resource.ResourceComponentpublic void setCreateContent(javax.faces.el.MethodBinding newvalue)
setCreateContent in interface org.ajax4jsf.resource.ResourceComponentnewvalue - - new value of createContent method binding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||