org.jboss.portal.faces.component.portlet
Class UIPortlet
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.jboss.portal.faces.component.portlet.UIPortlet
- All Implemented Interfaces:
- javax.faces.component.ActionSource, javax.faces.component.StateHolder
public class UIPortlet
- extends javax.faces.component.UICommand
- Version:
- $Revision: 9125 $
- Author:
- Julien Viet
Fields inherited from class javax.faces.component.UICommand |
COMPONENT_FAMILY, COMPONENT_TYPE |
Methods inherited from class javax.faces.component.UICommand |
addActionListener, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIPortlet
public UIPortlet()
getPortletInvoker
public PortletInvoker getPortletInvoker()
setPortletInvoker
public void setPortletInvoker(PortletInvoker portletInvoker)
getPortletId
public java.lang.String getPortletId()
setPortletId
public void setPortletId(java.lang.String portletId)
getSupportedModes
public java.util.Set getSupportedModes()
setSupportedModes
public void setSupportedModes(java.util.Set supportedModes)
getSupportedWindowStates
public java.util.Set getSupportedWindowStates()
setSupportedWindowStates
public void setSupportedWindowStates(java.util.Set supportedWindowStates)
getInitialWindowState
public java.lang.String getInitialWindowState()
setInitialWindowState
public void setInitialWindowState(java.lang.String initialWindowState)
getInitialMode
public java.lang.String getInitialMode()
setInitialMode
public void setInitialMode(java.lang.String initialMode)
getOnClick
public java.lang.String getOnClick()
setOnClick
public void setOnClick(java.lang.String onClick)
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UICommand
broadcast
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
- Overrides:
broadcast
in class javax.faces.component.UICommand
- Throws:
javax.faces.event.AbortProcessingException
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext faces)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UICommand
restoreState
public void restoreState(javax.faces.context.FacesContext faces,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UICommand
decode
public void decode(javax.faces.context.FacesContext faces)
- Overrides:
decode
in class javax.faces.component.UIComponentBase
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext faces)
throws java.io.IOException
- Overrides:
encodeBegin
in class javax.faces.component.UIComponentBase
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Overrides:
encodeChildren
in class javax.faces.component.UIComponentBase
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Overrides:
encodeEnd
in class javax.faces.component.UIComponentBase
- Throws:
java.io.IOException
getRendererType
public java.lang.String getRendererType()
- Overrides:
getRendererType
in class javax.faces.component.UIComponentBase