|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinkBuilder
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String page(RequestContext context,
String pageId)
context - The Request Context instancepageId - The id of the page instance
String page(RequestContext context,
String pageId,
String formatId)
context - The Request Context instancepageId - The id of the page instanceformatId - The id of the format to render
String 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 object
String 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 URL
String pageType(RequestContext context,
String pageTypeId)
context - The Request Context instancepageTypeId - The type of the page
String pageType(RequestContext context,
String pageTypeId,
String formatId)
context - The Request Context instancepageTypeId - The type of the pageformatId - The id of the format to render
String 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 object
String 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 URL
String object(RequestContext context,
String objectId)
context - The Request Context instanceobjectId - The id of the object
String object(RequestContext context,
String objectId,
String formatId)
context - The Request Context instanceobjectId - The id of the objectformatId - The id of the format to render
String 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 URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||