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, 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
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 getAccesskey()
AccesskeyProps
getAccesskey
in interface AccesskeyProps
public 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()
I18nProps
public abstract Date getExpires()
public abstract String getHreflang()
public abstract String getHspace()
public abstract boolean isIsmap()
public abstract String getLang()
I18nProps
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 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 FocusProps
public 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.ValueHolder
getValue
in class javax.faces.component.UIOutput
public abstract String getOnblur()
FocusProps
getOnblur
in interface FocusProps
public abstract String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public abstract String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public abstract String getOnfocus()
FocusProps
getOnfocus
in interface FocusProps
public abstract String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public abstract String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public abstract String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public abstract String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public abstract String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public abstract String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public abstract String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public abstract String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
Copyright © 2014 JBoss by Red Hat. All rights reserved.