Package com.sap.portal.genericcreator.handlers

Provides an interface for creating a custom handler for an XML Content and Actions script.

See:
          Description

Interface Summary
IHandler The interface that defines an XML Content and Actions handler.
 

Package com.sap.portal.genericcreator.handlers Description

Provides an interface for creating a custom handler for an XML Content and Actions script.

Implement the IHandler class, and then implement additional methods for each mode under which the handler is run (currently, only clean and execute are supported). Each such method begins with do followed by the name of the mode, with the first letter capitalized (doClean, doExecute). The methods have the same signature as the doValidate method, except these return void.

Register the handler with the IGenericCreatorRegister portal service.



Copyright 2011 SAP AG Complete Copyright Notice