Constructor and Description |
---|
DocumentationResource() |
Modifier and Type | Method and Description |
---|---|
Response |
goTo(String page,
String locale)
Redirects user to the desired page in the online documentation.
|
@Path(value="/goTo/{page:[a-zA-Z0-9_.]+}") @GET public Response goTo(@PathParam(value="page") String page, @QueryParam(value="locale") String locale) throws PortalException
page
- the requested documentation page.locale
- the optional locale.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.