public class ObjectLinkTag extends AbstractObjectTag
This tag will render the URL to the page or page type specified by the attributes provided. It DOES NOT render an actual link (i.e. it does not render an HTML anchor tag) only the URL that represents a link (relative to the server, i.e. it includes the context root of the application.
| Constructor and Description |
|---|
ObjectLinkTag() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
invokeRenderService(RenderService renderService,
RequestContext requestContext,
ModelObject object)
This method should be implemented to invoke the required method of the
RenderService
that the subclass needs to render its output |
getFormat, getObject, getPage, getPageType, release, setFormat, setObject, setPage, setPageTypedoStartTagInternaldoCatch, doFinally, doStartTag, getRequestContextprotected int invokeRenderService(RenderService renderService, RequestContext requestContext, ModelObject object) throws Exception
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 - RenderServicerequestContext - RequestContextobject - ModelObjectExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.