org.richfaces.component
Class AbstractMediaOutput
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.richfaces.component.AbstractMediaOutput
- All Implemented Interfaces:
- EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.ajax4jsf.resource.ResourceComponent
- Direct Known Subclasses:
- UIMediaOutput
public abstract class AbstractMediaOutput
- extends javax.faces.component.UIOutput
- implements org.ajax4jsf.resource.ResourceComponent
- Author:
- shura
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIOutput |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
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.ResourceComponent |
getValue, setCacheable, setCreateContent, setExpires, setLastModified, setMimeType, setValue |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
AbstractMediaOutput
public AbstractMediaOutput()
getUriAttribute
public abstract String getUriAttribute()
- Get URI attribute for resource ( src for images, href for links etc ).
- Returns:
getElement
public abstract String getElement()
- Get Element name for rendering ( imj , a , object, applet ).
- Returns:
getResource
public javax.faces.application.Resource getResource()
getAccesskey
public abstract String getAccesskey()
getAlign
public abstract String getAlign()
getArchive
public abstract String getArchive()
getBorder
public abstract String getBorder()
isCacheable
public abstract boolean isCacheable()
- Specified by:
isCacheable
in interface org.ajax4jsf.resource.ResourceComponent
getCharset
public abstract String getCharset()
getClassid
public abstract String getClassid()
getCodebase
public abstract String getCodebase()
getCodetype
public abstract String getCodetype()
getCoords
public abstract String getCoords()
getDeclare
public abstract String getDeclare()
getDir
public abstract String getDir()
getExpires
public abstract Date getExpires()
- Specified by:
getExpires
in interface org.ajax4jsf.resource.ResourceComponent
getHreflang
public abstract String getHreflang()
getHspace
public abstract String getHspace()
isIsmap
public abstract boolean isIsmap()
getLang
public abstract String getLang()
getLastModified
public abstract Date getLastModified()
- Specified by:
getLastModified
in interface org.ajax4jsf.resource.ResourceComponent
getMimeType
public abstract String getMimeType()
- Specified by:
getMimeType
in interface org.ajax4jsf.resource.ResourceComponent
getCreateContent
public abstract javax.el.MethodExpression getCreateContent()
- Specified by:
getCreateContent
in interface org.ajax4jsf.resource.ResourceComponent
getRel
public abstract String getRel()
getRev
public abstract String getRev()
getShape
public abstract String getShape()
getStandby
public abstract String getStandby()
getStyle
public abstract String getStyle()
getStyleClass
public abstract String getStyleClass()
getTabindex
public abstract String getTabindex()
getTarget
public abstract String getTarget()
getTitle
public abstract String getTitle()
getType
public abstract String getType()
getUsemap
public abstract String getUsemap()
getVspace
public abstract String getVspace()
getFileName
public abstract String getFileName()
getOnblur
public abstract String getOnblur()
getOnclick
public abstract String getOnclick()
getOndblclick
public abstract String getOndblclick()
getOnfocus
public abstract String getOnfocus()
getOnkeydown
public abstract String getOnkeydown()
getOnkeypress
public abstract String getOnkeypress()
getOnkeyup
public abstract String getOnkeyup()
getOnmousedown
public abstract String getOnmousedown()
getOnmousemove
public abstract String getOnmousemove()
getOnmouseout
public abstract String getOnmouseout()
getOnmouseover
public abstract String getOnmouseover()
getOnmouseup
public abstract String getOnmouseup()
isSession
@Deprecated
public boolean isSession()
- Deprecated.
- Specified by:
isSession
in interface org.ajax4jsf.resource.ResourceComponent
setSession
@Deprecated
public void setSession(boolean session)
- Deprecated.
- Specified by:
setSession
in interface org.ajax4jsf.resource.ResourceComponent
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.