|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the Base Portlet Container Interface. It performs run-time portlet operations by executing the operations on the specified active portlet.
EbiPortletEntity| Method Summary | |
String |
getContainerType()
Gets the container type for this portlet container instance. |
EbiMarkupResponse |
getMarkup(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiRuntimeContext runtimeContext)
Renders a portlet instance specified by a EbiPortletEntity object,
and return the markup fragment produced by this operation. |
String |
getPortletApplicationID()
Gets the associated portlet application id (i.e. |
void |
init(ServletContext context)
Initializes the portlet container. |
EbiBlockingInteractionResponse |
performBlockingInteraction(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiInteractionParams iparams)
Processes a portlet action for a portlet instance specified by a EbiPortletEntity object. |
| Method Detail |
public String getContainerType()
public String getPortletApplicationID()
public void init(ServletContext context)
context - a ServletContext from the asscoiated
portlet application.
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.EbiPortletEntity,
EbiMarkupParams,
EbiInteractionParams,
EbiBlockingInteractionResponse
public EbiMarkupResponse getMarkup(EbiPortalContext context,
EbiPortletEntity entity,
EbiMarkupParams mparams,
EbiRuntimeContext runtimeContext)
throws EboUnrecoverableSystemException,
EboSecurityException,
com.novell.afw.portlet.exception.EboPortletOperationException
EbiPortletEntity object,
and return the markup fragment produced by this operation.context - an EbiPortalContext objectentity - a EbiPortletEntity objectmparams - a EbiMarkupParams objectEbiMarkupResponse object.EbiPortletEntity,
EbiMarkupParams,
EbiMarkupResponse
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||