Class ModeResource
- java.lang.Object
-
- lumis.portal.presentation.mode.rest.ModeResource
-
-
Constructor Summary
Constructors Constructor Description ModeResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModeUrl(HttpServletRequest request, HttpServletResponse response)
String
getToggleModeUrl(HttpServletRequest request, HttpServletResponse response)
-
-
-
Method Detail
-
getToggleModeUrl
@POST @Path("/gettogglemodeurl") @Produces("application/json") public String getToggleModeUrl(@Context HttpServletRequest request, @Context HttpServletResponse response) throws IOException
- Throws:
IOException
-
getModeUrl
@POST @Path("/getmodeurl") @Produces("application/json") public String getModeUrl(@Context HttpServletRequest request, @Context HttpServletResponse response) throws IOException
- Throws:
IOException
-
-