|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.novell.afw.portal.proxy.EboPortletContainerProxy
This is the portlet container proxy class that sends portlet requests to the underlying containers to perform run-time operation on the specified portlet, component, or remote portlet.
EbiPortletContainer,
EbiPortletContainerLocal,
EbiPortletConsumerContainer,
EbiComponentContainer,
com.novell.afw.wsrp.consumer.api.EbiWSRPConsumerContainer| Fields inherited from interface com.novell.afw.portal.proxy.EbiProxyConstants |
COMPONENT_CONTAINER,
COMPONENT_CONTAINER_ENABLE_KEY,
COMPONENT_PORTLET_TYPE,
PORTLET_CONSUMER_CONTAINER,
PORTLET_CONTAINER,
PORTLET_CONTAINER_ENABLE_KEY,
STANDARD_PORTLET_TYPE,
WSRP_CONSUMER_CONTAINER,
WSRP_CONSUMER_ENABLE_KEY,
WSRP_PORTLET_TYPE |
| Constructor Summary | |
EboPortletContainerProxy()
|
|
| Method Summary | |
EbiMarkupResponse |
getMarkup(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiRuntimeContext runtimeContext)
Gets a markup fragment for a portlet specified by a EbiPortletEntity object. |
EbiPortletContainer |
getPortletContainer(ServletContext context,
String containerType)
Gets a portlet container by a container type. |
EboPortletRegistryProxy |
getPortletRegistryProxy()
Gets the PortletRegistryProxy object which handles generic
registration operations. |
boolean |
isContainerEnabled(String containerType)
Checks to see if the specified container type is enabled. |
EbiBlockingInteractionResponse |
performBlockingInteraction(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiInteractionParams iparams)
Performs a portlet interaction for a protlet specified by an EbiPortletEntity object. |
void |
triggerTimeOut(Long processID)
Triggers timeout. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EboPortletContainerProxy()
| Method Detail |
public void triggerTimeOut(Long processID)
processID - a portlet process ID (for the thread that performs
a getMarkup() operation on a portlet).public boolean isContainerEnabled(String containerType)
public EbiBlockingInteractionResponse performBlockingInteraction(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiInteractionParams iparams)
throws EboUnrecoverableSystemException,
EboSecurityException,
com.novell.afw.portlet.exception.EboPortletOperationException
EbiPortletEntity object.context - an EbiPortalContext objectentity - an EbiPortletEntity objectmparams - an EbiMarkupParams objectiparams - an EbiInteractionParams objectEbiBlockingInteractionResponse object.EbiMarkupParams,
EbiInteractionParams,
com.novell.afw.portlet.api.EbiBlockingIteractionRsponse,
com.novell.portlet.api.EbiPortletEntity
public EbiMarkupResponse getMarkup(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiRuntimeContext runtimeContext)
throws EboUnrecoverableSystemException,
EboSecurityException,
com.novell.afw.portlet.exception.EboPortletOperationException
EbiPortletEntity object.context - an EbiPortalContext objectentity - an EbiPortletEntity objectmparams - an EbiMarkupParams objectEbiMarkupResponse object.EbiMarkupParams,
EbiMarkupResponse,
EbiPortletEntity
public EbiPortletContainer getPortletContainer(ServletContext context,
String containerType)
PortletConstants. If the returned context - a ServletContextcontainerType - a container type, defined in ProxyConstants.EbiPortletContainer object for the specified
ServletContext object and the container type.EbiProxyConstantspublic EboPortletRegistryProxy getPortletRegistryProxy()
PortletRegistryProxy object which handles generic
registration operations.PortletRegistryProxy object.EboPortletRegistryProxy
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||