| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.container.PortletContainer
| Field Summary | |
| protected  PortletApplicationImpl | application. | 
| protected  PortletResourceBundleManager | bundleMgr. | 
| protected  java.lang.String | classNameThe portlet implementation class name. | 
| protected  PortletConfig | configThe portlet config. | 
| protected  ContentTypes | contentTypes. | 
| protected  PortletInfo | infoReturn info. | 
| protected  JBossPortletMetaData | jbossMetaData. | 
| protected  org.apache.log4j.Logger | logLogger. | 
| protected  PortletMetaData | metaData. | 
| protected  Portlet | portletThe portlet instance. | 
| protected  org.apache.log4j.Logger | portletLogLogger for portlet. | 
| protected  PreferencesValidator | preferencesValidatorThe preference validator, this is not exposed as runtime meta data as it is only used by the JSR 168 portlet container implementation. | 
| protected  java.util.Map | securityRoleRefsMapGive the correspondance between role name and role link. | 
| protected  boolean | startedAre we started or not. | 
| protected  java.util.Set | userDataConstraintsUser data constraint. | 
| protected  Valve | valveThe invocation valve. | 
| Constructor Summary | |
| PortletContainer(PortletApplicationImpl application,
                 PortletMetaData metaData,
                 JBossPortletMetaData jbossMetaData) | |
| Method Summary | |
|  void | dispatch(PortletInvocation invocation) | 
|  PortletApplication | getApplication() | 
|  PortletConfig | getConfig() | 
|  ContentTypes | getContentTypes() | 
|  java.lang.String | getId()Return the portlet identifier. | 
|  PortletInfo | getInfo()Return the portlet info. | 
|  JBossPortletMetaData | getJBossMetaData() | 
|  PortletMetaData | getMetaData() | 
|  java.lang.String | getName() | 
|  Portlet | getPortlet() | 
|  PreferencesValidator | getPreferencesValidator() | 
|  java.util.Map | getSecurityRoleRefsMap() | 
|  java.util.Set | getUserDataConstraints() | 
|  Valve | getValve() | 
| protected  Result | invokeAction(ActionInvocation invocation) | 
| protected  Result | invokeRender(RenderInvocation invocation) | 
|  boolean | isRemote()Determines whether the described portlet is remote or not. | 
|  boolean | isStarted() | 
|  void | start() | 
|  void | stop() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected final org.apache.log4j.Logger log
protected PortletApplicationImpl application
protected PortletMetaData metaData
protected JBossPortletMetaData jbossMetaData
protected java.lang.String className
protected PortletConfig config
protected Portlet portlet
protected ContentTypes contentTypes
protected PortletResourceBundleManager bundleMgr
protected final Valve valve
protected java.util.Map securityRoleRefsMap
protected boolean started
protected java.util.Set userDataConstraints
protected org.apache.log4j.Logger portletLog
protected PortletInfo info
protected PreferencesValidator preferencesValidator
| Constructor Detail | 
public PortletContainer(PortletApplicationImpl application, PortletMetaData metaData, JBossPortletMetaData jbossMetaData)
| Method Detail | 
public PortletInfo getInfo()
Portlet
public java.lang.String getId()
Portlet
public boolean isRemote()
Portlet
true if the described portlet runs in a remote context (such as WSRP),
         false otherwisepublic java.lang.String getName()
public PortletMetaData getMetaData()
public JBossPortletMetaData getJBossMetaData()
public boolean isStarted()
public void start()
           throws java.lang.Exception,
                  PortletInitializationException
java.lang.Exception
PortletInitializationExceptionpublic void stop()
public PortletConfig getConfig()
public Portlet getPortlet()
public ContentTypes getContentTypes()
public java.util.Map getSecurityRoleRefsMap()
public PortletApplication getApplication()
public Valve getValve()
public java.util.Set getUserDataConstraints()
public PreferencesValidator getPreferencesValidator()
public java.lang.String toString()
public void dispatch(PortletInvocation invocation) throws PortletInvokerException, InvocationException
protected Result invokeAction(ActionInvocation invocation) throws java.lang.Exception
java.lang.Exceptionprotected Result invokeRender(RenderInvocation invocation) throws java.lang.Exception
java.lang.Exception| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||