|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemLinksBuilder
A builder for generating the system links of a resource. The links are created absolute or relative to the base uri according to the configuration or request settings.
Nested Class Summary | |
---|---|
static class |
SystemLinksBuilder.LinkType
Types of system links |
Method Summary | |
---|---|
SystemLinksBuilder |
allResources(boolean all)
Determines if this system links builder will generate links for all the root resources that are reachable when the search mode is "Continued Search" or just the current active resource. |
SystemLinksBuilder |
types(SystemLinksBuilder.LinkType... types)
Set the types of system links to generate. |
Methods inherited from interface org.apache.wink.server.utils.BaseLinksBuilder |
---|
addAltParam, baseUri, build, pathParam, queryParam, relativeTo, relativize, resource, resource, subResource |
Method Detail |
---|
SystemLinksBuilder types(SystemLinksBuilder.LinkType... types)
types
- the types of system links to generate
SystemLinksBuilder allResources(boolean all)
all
- If set to true
then this system links builder
will generate links for all the root resources that are
reachable when the search mode is "Continued Search".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |