|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.container.PortletApplicationContextImpl
public class PortletApplicationContextImpl
Constructor Summary | |
---|---|
PortletApplicationContextImpl(PortletApplicationRegistry registry,
PortletAPIFactory portletAPIFactory,
PortletInfoFactory portletInfoFactory,
PortletApplicationMetaData portletAppMD,
JBossApplicationMetaData jbossAppMD,
ServletContext servletContext,
java.lang.ClassLoader classLoader)
|
Method Summary | |
---|---|
java.lang.ClassLoader |
getClassLoader()
Return the classloader. |
PortletApplicationImpl |
getPortletApplication()
|
ServletContext |
getServletContext()
Return the servlet context. |
void |
startPortletApplication()
Start the portlet application and its components. |
void |
startPortletContainer(java.lang.String portletName)
Start a portlet container. |
void |
stopPortletApplication()
Stop the portlet application and its components. |
void |
stopPortletContainer(java.lang.String portletName)
Stop a portlet container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletApplicationContextImpl(PortletApplicationRegistry registry, PortletAPIFactory portletAPIFactory, PortletInfoFactory portletInfoFactory, PortletApplicationMetaData portletAppMD, JBossApplicationMetaData jbossAppMD, ServletContext servletContext, java.lang.ClassLoader classLoader)
Method Detail |
---|
public PortletApplicationImpl getPortletApplication()
public void startPortletApplication() throws java.lang.Exception
PortletApplicationContext
startPortletApplication
in interface PortletApplicationContext
java.lang.Exception
public void stopPortletApplication()
PortletApplicationContext
stopPortletApplication
in interface PortletApplicationContext
public void startPortletContainer(java.lang.String portletName) throws java.lang.Exception
PortletApplicationContext
startPortletContainer
in interface PortletApplicationContext
portletName
- the container name
java.lang.Exception
public void stopPortletContainer(java.lang.String portletName)
PortletApplicationContext
stopPortletContainer
in interface PortletApplicationContext
portletName
- the container namepublic ServletContext getServletContext()
PortletApplicationContext
getServletContext
in interface PortletApplicationContext
public java.lang.ClassLoader getClassLoader()
PortletApplicationContext
getClassLoader
in interface PortletApplicationContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |