Interface IRenderer
- All Superinterfaces:
IComponent
,IHandler
,IInitializable
,ISystemHandler
Renders a class of portal resources.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(HttpServletRequest request, HttpServletResponse response) Renders the specified portal resource to the specified output stream given the specified context and specific rendering properties.Methods 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
-
PORTLET
- See Also:
-
PORTLET_PROPERTY
- See Also:
-
-
Method Details
-
render
Renders the specified portal resource to the specified output stream given the specified context and specific rendering properties.- Throws:
PortalException
-