public abstract class AbstractMediaOutput extends javax.faces.component.UIOutput implements AccesskeyProps, EventsKeyProps, EventsMouseProps, FocusProps, I18nProps
The <r:mediaOutput> component is used for generating images, video, sounds, and other resources defined on the fly.
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
AbstractMediaOutput() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAccesskey()
Access key that, when pressed, transfers focus to this element.
|
abstract String |
getAlign()
Deprecated.
|
abstract String |
getArchive()
Specifies a space-separated list of URIs
|
abstract String |
getBorder()
Deprecated.
|
abstract String |
getCharset()
The character encoding of a resource designated by this hyperlink
|
abstract String |
getClassid()
Identifies an implementation
|
abstract String |
getCodebase()
Base URI for classid, data, archive
|
abstract String |
getCodetype()
Defines content type for code
|
abstract String |
getCoords()
The attribute specifies shape and it position on the screen.
|
abstract javax.el.MethodExpression |
getCreateContent()
Method call expression to send generated resource to OutputStream.
|
abstract String |
getDeclare()
Declare but don't instantiate flag
|
abstract String |
getDir()
Direction indication for text that does not inherit directionality.
|
abstract String |
getElement()
Get Element name for rendering ( imj , a , object, applet ).
|
abstract Date |
getExpires()
The attribute allows to manage caching and defines the period after which a resource is reloaded.
|
abstract String |
getFileName()
Filename of the resource to be served
|
abstract String |
getHreflang()
Base language of a resource specified with the href attribute; hreflang may only be used with href
|
abstract String |
getHspace()
Deprecated.
|
abstract String |
getLang()
Code describing the language used in the generated markup for this component.
|
abstract Date |
getLastModified()
The attribute allows to manage caching.
|
abstract String |
getMimeType()
Geterated content mime-type for append to response header ( 'image/jpeg' etc )
|
abstract String |
getOnblur()
Javascript code executed when this element loses focus.
|
abstract String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
abstract String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
abstract String |
getOnfocus()
Javascript code executed when this element receives focus.
|
abstract String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
abstract String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
abstract String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
abstract String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
abstract String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
abstract String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
abstract String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
abstract String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
abstract String |
getRel()
The relationship from the current document to the anchor specified by this hyperlink.
|
javax.faces.application.Resource |
getResource() |
abstract String |
getRev()
A reverse link from the anchor specified by this hyperlink to the current document.
|
abstract String |
getShape()
This attribute specifies the shape of a region.
|
abstract String |
getStandby()
Message to show while loading
|
abstract String |
getStyle()
CSS style rules to be applied to the component
|
abstract String |
getStyleClass()
Assigns one or more CSS class names to the component.
|
abstract String |
getTabindex()
This attribute specifies the position of the current element in the tabbing order for the current document.
|
abstract String |
getTarget()
This attribute specifies the name of a frame where a document is to be opened.
|
abstract String |
getTitle()
Advisory title information about markup elements generated for this component
|
abstract String |
getType()
The content type of the resource designated by this hyperlink
|
abstract String |
getUriAttribute()
Get URI attribute for resource ( src for images, href for links etc ).
|
abstract String |
getUsemap()
Specifies an image as a client-side image-map
|
abstract 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.
|
abstract String |
getVspace()
Deprecated.
|
abstract boolean |
isCacheable()
Attribute is a flag that defines the caching strategy.
|
abstract boolean |
isIsmap()
Use server-side image map
|
abstract void |
setCreateContent(javax.el.MethodExpression createContent) |
clearInitialState, getConverter, getFamily, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, getPassThroughAttributes, 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 javax.faces.application.Resource getResource()
public abstract String getUriAttribute()
public abstract String getElement()
public abstract String getAccesskey()
AccesskeyPropsgetAccesskey in interface AccesskeyPropspublic abstract String getAlign()
public abstract String getArchive()
public abstract String getBorder()
public abstract boolean isCacheable()
public abstract String getCharset()
public abstract String getClassid()
public abstract String getCodebase()
public abstract String getCodetype()
public abstract String getCoords()
The 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:
public abstract String getDeclare()
public abstract String getDir()
I18nPropspublic abstract Date getExpires()
public abstract String getHreflang()
public abstract String getHspace()
public abstract boolean isIsmap()
public abstract String getLang()
I18nPropspublic abstract Date getLastModified()
public abstract String getMimeType()
public abstract javax.el.MethodExpression getCreateContent()
public abstract void setCreateContent(javax.el.MethodExpression createContent)
public abstract String getRel()
public abstract String getRev()
public abstract String getShape()
public abstract String getStandby()
public abstract String getStyle()
public abstract String getStyleClass()
public abstract String getTabindex()
getTabindex in interface FocusPropspublic abstract String getTarget()
public abstract String getTitle()
public abstract String getType()
public abstract String getUsemap()
public abstract String getVspace()
public abstract String getFileName()
public abstract 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. 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 javax.faces.component.UIOutputpublic abstract String getOnblur()
FocusPropsgetOnblur in interface FocusPropspublic abstract String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropspublic abstract String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic abstract String getOnfocus()
FocusPropsgetOnfocus in interface FocusPropspublic abstract String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic abstract String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic abstract String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic abstract String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic abstract String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic abstract String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic abstract String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic abstract String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropsCopyright © 2014 JBoss by Red Hat. All rights reserved.