public abstract class AbstractMediaOutput extends javax.faces.component.UIOutput implements 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 | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractMediaOutput() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAlign()
Deprecated.
|
abstract String |
getArchive()
Specifies a space-separated list of URIs
|
abstract String |
getBorder()
Deprecated.
|
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 |
getElement()
Get the Element name for rendering ( img , 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 |
getHspace()
Deprecated.
|
abstract Date |
getLastModified()
The attribute allows to manage caching.
|
abstract String |
getMimeType()
Geterated content mime-type for append to response header ( 'image/jpeg' etc )
|
javax.faces.application.Resource |
getResource() |
abstract String |
getStandby()
Message to show while loading
|
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, setValue
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccesskey
getStyle, getStyleClass, getTitle
getOnblur, getOnfocus, getTabindex
getCharset, getHreflang, getOnclick, getRel, getRev, getShape, getTarget, getType
isDisabled
getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
getOnkeydown, getOnkeypress, getOnkeyup
public 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 getAlign()
public abstract String getArchive()
public abstract String getBorder()
public abstract boolean isCacheable()
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 Date getExpires()
public abstract String getHspace()
public abstract boolean isIsmap()
public abstract Date getLastModified()
public abstract String getMimeType()
public abstract javax.el.MethodExpression getCreateContent()
public abstract void setCreateContent(javax.el.MethodExpression createContent)
public abstract String getStandby()
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.ValueHolder
getValue
in class javax.faces.component.UIOutput
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.