Package lumis.portal.documentation
Class DocumentationResource
- java.lang.Object
-
- lumis.portal.documentation.DocumentationResource
-
-
Constructor Summary
Constructors Constructor Description DocumentationResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
goTo(String page, String locale)
Redirects user to the desired page in the online documentation.
-
-
-
Method Detail
-
goTo
@Path("/goTo/{page:[a-zA-Z0-9_.]+}") @GET public Response goTo(@PathParam("page") String page, @QueryParam("locale") String locale) throws PortalException
Redirects user to the desired page in the online documentation.- Parameters:
page
- the requested documentation page.locale
- the optional locale.- Returns:
- the response.
- Throws:
PortalException
- Since:
- 10.0.0
-
-