Interface ISubRenderer
- All Superinterfaces:
IComponent
,IInitializable
Renders part of a page.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
subrender
(HttpServletRequest request, HttpServletResponse response, Writer out, IContext ctx, IURI resource, Map<String, Object> properties) Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
subrender
void subrender(HttpServletRequest request, HttpServletResponse response, Writer out, IContext ctx, IURI resource, Map<String, Object> properties) throws PortalException- Throws:
PortalException
-