com.sap.portal.genericcreator

Interface IGenericCreatorRegister

All Superinterfaces:
IService

public interface IGenericCreatorRegister
extends IService

The interface for the portal service that enables you to register and unregister an XML Content and Actions handler.

Obtain the interface as you would any portal service.


Field Summary
static String KEY
           
 
Method Summary
 void registerHandler(String type, Class handlerClass)
          Registers an XML Content and Actions handler.
 void unRegisterHandler(String type)
          Unregisters an XML Content and Actions handler.
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

static final String KEY
See Also:
Constant Field Values
Method Detail

registerHandler

void registerHandler(String type,
                     Class handlerClass)
Registers an XML Content and Actions handler.

Parameters:
type - the handler ID
handlerClass - the handler class

unRegisterHandler

void unRegisterHandler(String type)
Unregisters an XML Content and Actions handler.

Parameters:
type - the handler ID
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/semantics/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice