public interface LinkBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
object(RequestContext context,
String objectId)
Constructs a link to a given object.
|
String |
object(RequestContext context,
String objectId,
String formatId)
Constructs a link to a given object.
|
String |
object(RequestContext context,
String objectId,
String formatId,
Map<String,String> params)
Constructs a link to a given object.
|
String |
page(RequestContext context,
String pageId)
Constructs a link to a given page instance.
|
String |
page(RequestContext context,
String pageId,
String formatId)
Constructs a link to a given page for a given format.
|
String |
page(RequestContext context,
String pageId,
String formatId,
String objectId)
Constructs a link to a given page for a given format.
|
String |
page(RequestContext context,
String pageId,
String formatId,
String objectId,
Map<String,String> params)
Constructs a link to a given page for a given format.
|
String |
pageType(RequestContext context,
String pageTypeId)
Constructs a link to a given page type.
|
String |
pageType(RequestContext context,
String pageTypeId,
String formatId)
Constructs a link to a given page type for a given format.
|
String |
pageType(RequestContext context,
String pageTypeId,
String formatId,
String objectId)
Constructs a link to a given page type for a given format.
|
String |
pageType(RequestContext context,
String pageTypeId,
String formatId,
String objectId,
Map<String,String> params)
Constructs a link to a given page type for a given format.
|
String |
resource(RequestContext context,
String uri)
Constructs a link to a resources at a given relative uri.
|
String page(RequestContext context, String pageId)
context - The Request Context instancepageId - The id of the page instanceString page(RequestContext context, String pageId, String formatId)
context - The Request Context instancepageId - The id of the page instanceformatId - The id of the format to renderString page(RequestContext context, String pageId, String formatId, String objectId)
context - The Request Context instancepageId - The id of the page instanceformatId - The id of the format to renderobjectId - The id of the objectString page(RequestContext context, String pageId, String formatId, String objectId, Map<String,String> params)
context - The Request Context instancepageId - The id of the page instanceformatId - The id of the format to renderobjectId - The id of the objectparams - A map of name/value pairs to be appended to the URLString pageType(RequestContext context, String pageTypeId)
context - The Request Context instancepageTypeId - The type of the pageString pageType(RequestContext context, String pageTypeId, String formatId)
context - The Request Context instancepageTypeId - The type of the pageformatId - The id of the format to renderString pageType(RequestContext context, String pageTypeId, String formatId, String objectId)
context - The Request Context instancepageTypeId - The type of the pageformatId - The id of the format to renderobjectId - The id of the objectString pageType(RequestContext context, String pageTypeId, String formatId, String objectId, Map<String,String> params)
context - The Request Context instancepageTypeId - The type of the pageformatId - The id of the format to renderobjectId - The id of the objectparams - A map of name/value pairs to be appended to the URLString object(RequestContext context, String objectId)
context - The Request Context instanceobjectId - The id of the objectString object(RequestContext context, String objectId, String formatId)
context - The Request Context instanceobjectId - The id of the objectformatId - The id of the format to renderString object(RequestContext context, String objectId, String formatId, Map<String,String> params)
context - The Request Context instanceobjectId - The id of the objectformatId - The id of the format to renderparams - A map of name/value pairs to be appended to the URLString resource(RequestContext context, String uri)
context - RequestContexturi - StringCopyright © 2005–2016 Alfresco Software. All rights reserved.