public class SurfBugInclude extends RenderServiceTag
A custom JSP tag that should only be used in SurfBug instances to
render whatever component is being debugged
| Constructor and Description |
|---|
SurfBugInclude() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object)
This method should be implemented to invoke the required method of the
RenderService
that the subclass needs to render its output |
doStartTagInternaldoCatch, doFinally, doStartTag, getRequestContextprotected int invokeRenderService(RenderService renderService, RequestContext renderContext, ModelObject object) throws RendererExecutionException
RenderServiceTagThis method should be implemented to invoke the required method of the RenderService
that the subclass needs to render its output
invokeRenderService in class RenderServiceTagrenderService - RenderServicerenderContext - RequestContextobject - ModelObjectRendererExecutionExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.