@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIMediaOutput extends AbstractMediaOutput implements javax.faces.component.behavior.ClientBehaviorHolder, AccesskeyProps, CoreProps, FocusProps, I18nProps, LinkProps
The <a4j:mediaOutput> component is used for generating images, video, sounds, and other resources defined on the fly.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIMediaOutput.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIMediaOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccesskey()
Access key that, when pressed, transfers focus to this element.
|
String |
getAlign()
Deprecated.
|
String |
getArchive()
Specifies a space-separated list of URIs
|
String |
getBorder()
Deprecated.
|
String |
getCharset()
The character encoding of the resource designated by this hyperlink.
|
String |
getClassid()
Identifies an implementation
|
String |
getCodebase()
Base URI for classid, data, archive
|
String |
getCodetype()
Defines content type for code
|
javax.faces.convert.Converter |
getConverter() |
String |
getCoords()
The attribute specifies shape and it position on the screen.
|
javax.el.MethodExpression |
getCreateContent()
Method call expression to send generated resource to OutputStream.
|
String |
getDeclare()
Declare but don't instantiate flag
|
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
String |
getElement()
Get the Element name for rendering ( img , a , object, applet ).
|
Collection<String> |
getEventNames() |
Date |
getExpires()
The attribute allows to manage caching and defines the period after which a resource is reloaded.
|
String |
getFamily() |
String |
getFileName()
Filename of the resource to be served
|
String |
getHreflang()
The language code of the resource designated by this hyperlink.
|
String |
getHspace()
Deprecated.
|
String |
getLang()
Code describing the language used in the generated markup for this component.
|
Date |
getLastModified()
The attribute allows to manage caching.
|
String |
getMimeType()
Geterated content mime-type for append to response header ( 'image/jpeg' etc )
|
String |
getOnblur()
Javascript code executed when this element loses focus.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnfocus()
Javascript code executed when this element receives focus.
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getRel()
The relationship from the current document to the anchor specified by this hyperlink.
|
String |
getRev()
A reverse link from the anchor specified by this hyperlink to the current document.
|
String |
getShape()
The shape of the hot spot on the screen (for use in client-side image maps).
|
String |
getStandby()
Message to show while loading
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTabindex()
Position of this element in the tabbing order for the current document.
|
String |
getTarget()
Name of a frame where the resource retrieved via this hyperlink is to be displayed.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
String |
getType()
The content type of the resource designated by this hyperlink.
|
String |
getUriAttribute()
Get URI attribute for resource ( src for images, href for links etc ).
|
String |
getUsemap()
Specifies an image as a client-side image-map
|
Object |
getValue()
Data value calculated at render time and stored in URI (also as part of cache Key ), at generation time passed
to send method.
|
String |
getVspace()
Deprecated.
|
boolean |
isCacheable()
Attribute is a flag that defines the caching strategy.
|
boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
boolean |
isIsmap()
Use server-side image map
|
void |
setAccesskey(String accesskey) |
void |
setAlign(String align) |
void |
setArchive(String archive) |
void |
setBorder(String border) |
void |
setCacheable(boolean cacheable) |
void |
setCharset(String charset) |
void |
setClassid(String classid) |
void |
setCodebase(String codebase) |
void |
setCodetype(String codetype) |
void |
setConverter(javax.faces.convert.Converter converter) |
void |
setCoords(String coords) |
void |
setCreateContent(javax.el.MethodExpression createContent) |
void |
setDeclare(String declare) |
void |
setDir(String dir) |
void |
setDisabled(boolean disabled) |
void |
setElement(String element) |
void |
setExpires(Date expires) |
void |
setFileName(String fileName) |
void |
setHreflang(String hreflang) |
void |
setHspace(String hspace) |
void |
setIsmap(boolean ismap) |
void |
setLang(String lang) |
void |
setLastModified(Date lastModified) |
void |
setMimeType(String mimeType) |
void |
setOnblur(String onblur) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnfocus(String onfocus) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setRel(String rel) |
void |
setRev(String rev) |
void |
setShape(String shape) |
void |
setStandby(String standby) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTarget(String target) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUriAttribute(String uriAttribute) |
void |
setUsemap(String usemap) |
void |
setValue(Object value) |
void |
setVspace(String vspace) |
getResourceclearInitialState, getLocalValue, markInitialState, restoreState, saveStateaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getAccesskey()
AccesskeyPropsgetAccesskey in interface AccesskeyPropspublic void setAccesskey(String accesskey)
public String getAlign()
AbstractMediaOutputgetAlign in class AbstractMediaOutputpublic void setAlign(String align)
public String getArchive()
AbstractMediaOutputgetArchive in class AbstractMediaOutputpublic void setArchive(String archive)
public String getBorder()
AbstractMediaOutputgetBorder in class AbstractMediaOutputpublic void setBorder(String border)
public boolean isCacheable()
AbstractMediaOutputisCacheable in class AbstractMediaOutputpublic void setCacheable(boolean cacheable)
public String getCharset()
LinkPropsgetCharset in interface LinkPropspublic void setCharset(String charset)
public String getClassid()
AbstractMediaOutputgetClassid in class AbstractMediaOutputpublic void setClassid(String classid)
public String getCodebase()
AbstractMediaOutputgetCodebase in class AbstractMediaOutputpublic void setCodebase(String codebase)
public String getCodetype()
AbstractMediaOutputgetCodetype in class AbstractMediaOutputpublic void setCodetype(String codetype)
public javax.faces.convert.Converter getConverter()
getConverter in interface javax.faces.component.ValueHoldergetConverter in class AbstractMediaOutputpublic void setConverter(javax.faces.convert.Converter converter)
setConverter in interface javax.faces.component.ValueHoldersetConverter in class javax.faces.component.UIOutputpublic String getCoords()
AbstractMediaOutputThe attribute specifies shape and it position on the screen. Possible values: "rect: left-x, top-y, right-x, bottom-y", "circle: center-x, center-y, radius", "poly: x1, y1, x2, y2, ..., xN, yN".
Notes:
getCoords in interface LinkPropsgetCoords in class AbstractMediaOutputpublic void setCoords(String coords)
public javax.el.MethodExpression getCreateContent()
AbstractMediaOutputgetCreateContent in class AbstractMediaOutputpublic void setCreateContent(javax.el.MethodExpression createContent)
setCreateContent in class AbstractMediaOutputpublic String getDeclare()
AbstractMediaOutputgetDeclare in class AbstractMediaOutputpublic void setDeclare(String declare)
public String getDir()
I18nPropspublic void setDir(String dir)
public boolean isDisabled()
DisabledPropsisDisabled in interface DisabledPropspublic void setDisabled(boolean disabled)
public String getElement()
AbstractMediaOutputgetElement in class AbstractMediaOutputpublic void setElement(String element)
public Date getExpires()
AbstractMediaOutputgetExpires in class AbstractMediaOutputpublic void setExpires(Date expires)
public String getFileName()
AbstractMediaOutputgetFileName in class AbstractMediaOutputpublic void setFileName(String fileName)
public String getHreflang()
LinkPropsgetHreflang in interface LinkPropspublic void setHreflang(String hreflang)
public String getHspace()
AbstractMediaOutputgetHspace in class AbstractMediaOutputpublic void setHspace(String hspace)
public boolean isIsmap()
AbstractMediaOutputisIsmap in class AbstractMediaOutputpublic void setIsmap(boolean ismap)
public String getLang()
I18nPropspublic void setLang(String lang)
public Date getLastModified()
AbstractMediaOutputgetLastModified in class AbstractMediaOutputpublic void setLastModified(Date lastModified)
public String getMimeType()
AbstractMediaOutputgetMimeType in class AbstractMediaOutputpublic void setMimeType(String mimeType)
public String getOnblur()
FocusPropsgetOnblur in interface FocusPropspublic void setOnblur(String onblur)
public String getOnclick()
LinkPropsgetOnclick in interface EventsMousePropsgetOnclick in interface LinkPropspublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnfocus()
FocusPropsgetOnfocus in interface FocusPropspublic void setOnfocus(String onfocus)
public String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getRel()
LinkPropspublic void setRel(String rel)
public String getRev()
LinkPropspublic void setRev(String rev)
public String getShape()
LinkPropspublic void setShape(String shape)
public String getStandby()
AbstractMediaOutputgetStandby in class AbstractMediaOutputpublic void setStandby(String standby)
public String getStyle()
CorePropspublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropspublic void setStyleClass(String styleClass)
public String getTabindex()
FocusPropsgetTabindex in interface FocusPropspublic void setTabindex(String tabindex)
public String getTarget()
LinkPropspublic void setTarget(String target)
public String getTitle()
CorePropspublic void setTitle(String title)
public String getType()
LinkPropspublic void setType(String type)
public String getUriAttribute()
AbstractMediaOutputgetUriAttribute in class AbstractMediaOutputpublic void setUriAttribute(String uriAttribute)
public String getUsemap()
AbstractMediaOutputgetUsemap in class AbstractMediaOutputpublic void setUsemap(String usemap)
public Object getValue()
AbstractMediaOutputData value calculated at render time and stored in URI (also as part of cache Key ), at generation time passed to send method. Can be used for update cache at change of generating conditions, and for creating beans as "Lightweight" pattern components (request scope).
IMPORTANT: Since serialized data stored in URI, avoid using big objects.
getValue in interface javax.faces.component.ValueHoldergetValue in class AbstractMediaOutputpublic void setValue(Object value)
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIOutputpublic String getVspace()
AbstractMediaOutputgetVspace in class AbstractMediaOutputpublic void setVspace(String vspace)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.