{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.pagecontext
Interface CorWcmPageContextServiceHome
public interface CorWcmPageContextServiceHomeHome interface of the WcmPageContextService. An instance can be obtained as follows:
Context ctx = new InitialContext(); CorWcmPageContextServiceHome myHome = (CorWcmPageContextServiceHome) ctx.lookup(CorWcmPageContextServiceHome.JNDI_NAME);
Field Summary static java.lang.String JNDI_NAME
The JNDI name used to bind the CorWcmPageContextServiceHome singleton.
Method Summary WcmPageContextService getWcmPageContextService(Context context)
Gets an instance of the WcmPageContextService.WcmPageContextService getWcmPageContextService(Context context, Workspace workspace)
Gets an instance of the WcmPageContextService.
Field Detail JNDI_NAME
static final java.lang.String JNDI_NAME
- The JNDI name used to bind the CorWcmPageContextServiceHome singleton.
- See Also:
- Constant Field Values
Method Detail getWcmPageContextService
WcmPageContextService getWcmPageContextService(Context context) throws PageContextServiceNotAvailableException
- Gets an instance of the WcmPageContextService. When calling this method a new WCM workspace is created. The workspace is ended when calling WcmPageContextService.dispose().
- Parameters:
- context - cor context
- Returns:
- WcmPageContextService
- Throws:
- PageContextServiceNotAvailableException
getWcmPageContextService
WcmPageContextService getWcmPageContextService(Context context, Workspace workspace) throws PageContextServiceNotAvailableException
- Gets an instance of the WcmPageContextService.
- Parameters:
- context - cor context
- workspace - WCM workspace to be used by the service.
- Returns:
- WcmPageContextService
- Throws:
- PageContextServiceNotAvailableException
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD