|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.PortletContainer
| Field Summary | |
protected java.util.Map |
classAdapters
Map of class adapters. |
protected java.lang.String |
className
The portlet implementation class name. |
protected PortletConfig |
config
The portlet config. |
protected ContentTypes |
contentTypes
. |
protected org.apache.log4j.Logger |
log
Logger. |
protected PortletMetaData |
metadata
. |
protected java.util.Map |
plugins
Map of plugins. |
protected Portlet |
portlet
The portlet instance. |
protected ResourceBundles |
resourceBundles
. |
protected java.util.Map |
securityRoleRefsMap
Give the correspondance between role name and role link. |
protected boolean |
started
Are we started or not |
protected java.util.Set |
userDataConstraints
User data constraint. |
protected Valve |
valve
The invocation valve. |
protected PortletWebApp |
webApp
. |
| Constructor Summary | |
PortletContainer(PortletWebApp webApp,
PortletMetaData metadata)
|
|
| Method Summary | |
void |
dispatch(ComponentInvocation invocation)
Deliver the api call to the target. |
java.lang.Object |
getAdapter(java.lang.Class adapterClass)
Return an adapter for the adapter class. |
PortletConfig |
getConfig()
|
ContentTypes |
getContentTypes()
Return the set of content types and modes associated to each content type; |
LocalizedString |
getDescription()
|
LocalizedString |
getDisplayName()
|
java.lang.String |
getId()
Return the component id. |
java.lang.String |
getName()
Return the component name. |
Portlet |
getPortlet()
|
ResourceBundles |
getResourceBundles()
|
java.util.Map |
getSecurityRoleRefsMap()
|
java.util.Set |
getUserDataConstraints()
|
Valve |
getValve()
|
WebApp |
getWebApp()
Return the web application owner of this component. |
protected Result |
invokeAction(ActionInvocation invocation)
|
protected Result |
invokeRender(RenderInvocation invocation)
|
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 PortletWebApp webApp
protected PortletMetaData metadata
protected java.lang.String className
protected PortletConfig config
protected Portlet portlet
protected ContentTypes contentTypes
protected ResourceBundles resourceBundles
protected final Valve valve
protected java.util.Map securityRoleRefsMap
protected boolean started
protected java.util.Set userDataConstraints
protected java.util.Map plugins
protected java.util.Map classAdapters
| Constructor Detail |
public PortletContainer(PortletWebApp webApp, PortletMetaData metadata)
| Method Detail |
public java.lang.String getId()
Component
public java.lang.String getName()
Component
public boolean isStarted()
public LocalizedString getDisplayName()
public LocalizedString getDescription()
public void start()
throws java.lang.Exception,
PortletInitializationException
java.lang.Exception
PortletInitializationExceptionpublic void stop()
public PortletConfig getConfig()
public Portlet getPortlet()
public ContentTypes getContentTypes()
Component
getContentTypes in interface Componentpublic ResourceBundles getResourceBundles()
public java.util.Map getSecurityRoleRefsMap()
public WebApp getWebApp()
Component
public Valve getValve()
public java.util.Set getUserDataConstraints()
public java.lang.String toString()
public java.lang.Object getAdapter(java.lang.Class adapterClass)
Adaptable
getAdapter in interface Adaptablepublic void dispatch(ComponentInvocation invocation) throws InvocationException, InvocationRuntimeException
Component
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 | |||||||||