org.jboss.portal.faces.component.portlet
Class JSFPortalContext

java.lang.Object
  extended by org.jboss.portal.faces.component.portlet.JSFPortalContext
All Implemented Interfaces:
org.jboss.portal.portlet.spi.PortalContext

public class JSFPortalContext
extends java.lang.Object
implements org.jboss.portal.portlet.spi.PortalContext

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
JSFPortalContext(javax.faces.context.FacesContext faces, UIPortlet portlet)
           
 
Method Summary
 java.lang.String getInfo()
           
 java.util.Set getModes()
           
 java.util.Map getProperties()
           
 java.util.Set getWindowStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSFPortalContext

public JSFPortalContext(javax.faces.context.FacesContext faces,
                        UIPortlet portlet)
Method Detail

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface org.jboss.portal.portlet.spi.PortalContext

getWindowStates

public java.util.Set getWindowStates()
Specified by:
getWindowStates in interface org.jboss.portal.portlet.spi.PortalContext

getModes

public java.util.Set getModes()
Specified by:
getModes in interface org.jboss.portal.portlet.spi.PortalContext

getProperties

public java.util.Map getProperties()
Specified by:
getProperties in interface org.jboss.portal.portlet.spi.PortalContext