Interface IPresentationHook
- All Superinterfaces:
IComponent
,IHandler
,IInitializable
,ISystemHandler
A hook for the
IPresentationManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
continue processingstatic final int
stop processing -
Method Summary
Modifier and TypeMethodDescriptionint
handle
(HttpServletRequest request, HttpServletResponse response) This gives a hook a chance to alter thePresentationData
or do any further checksMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.framework.IHandler
getConfigElem, getHandlerBean, getName, getPerfToken, initialize, postInitialize, shutdown
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init
-
Field Details
-
CONTINUE_PRES
static final int CONTINUE_PREScontinue processing- See Also:
-
STOP_PRES
static final int STOP_PRESstop processing- See Also:
-
-
Method Details
-
handle
This gives a hook a chance to alter thePresentationData
or do any further checks- Parameters:
request
-response
-- Returns:
- one of the above response codes
- Throws:
FrameworkException
-