|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletContainer
Method Summary | |
---|---|
PortletInvocationResponse |
dispatch(PortletInvocation invocation)
|
PortletApplication |
getApplication()
Return the portlet application of this container. |
java.lang.String |
getId()
Return the portlet container id, unique within the context of the parent application. |
PortletInfo |
getInfo()
Returns the runtime meta data of the container. |
Valve |
getValve()
|
void |
setApplication(PortletApplication application)
|
void |
start()
Starts the portlet container. |
void |
stop()
Stops the portlet container. |
Method Detail |
---|
java.lang.String getId()
PortletInfo getInfo()
PortletApplication getApplication()
void setApplication(PortletApplication application)
Valve getValve()
PortletInvocationResponse dispatch(PortletInvocation invocation) throws PortletInvokerException, InvocationException
PortletInvokerException
InvocationException
void start() throws java.lang.Exception
java.lang.Exception
- any exception preventing the startvoid stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |