|
|||||||||
| 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,
javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader,
java.lang.String contextPath)
|
|
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Return the classloader. |
java.lang.String |
getContextPath()
Returns the context path of the web application |
PortletApplicationImpl |
getPortletApplication()
|
javax.servlet.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,
javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader,
java.lang.String contextPath)
| Method Detail |
|---|
public PortletApplicationImpl getPortletApplication()
public void startPortletApplication()
throws java.lang.Exception
PortletApplicationContext
startPortletApplication in interface PortletApplicationContextjava.lang.Exceptionpublic void stopPortletApplication()
PortletApplicationContext
stopPortletApplication in interface PortletApplicationContext
public void startPortletContainer(java.lang.String portletName)
throws java.lang.Exception
PortletApplicationContext
startPortletContainer in interface PortletApplicationContextportletName - the container name
java.lang.Exceptionpublic void stopPortletContainer(java.lang.String portletName)
PortletApplicationContext
stopPortletContainer in interface PortletApplicationContextportletName - the container namepublic javax.servlet.ServletContext getServletContext()
PortletApplicationContext
getServletContext in interface PortletApplicationContextpublic java.lang.String getContextPath()
PortletApplicationContext
getContextPath in interface PortletApplicationContextpublic 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 | ||||||||