|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IHandler | The interface that defines an XML Content and Actions handler. |
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.
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||