lumis.portal.rest
Class RestApplication
java.lang.Object
javax.ws.rs.core.Application
lumis.portal.rest.RestApplication
public class RestApplication
- extends javax.ws.rs.core.Application
Lumis Portal built-in REST application.
- Since:
- 6.1.0
Methods inherited from class javax.ws.rs.core.Application |
getSingletons |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestApplication
public RestApplication()
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClasses
in class javax.ws.rs.core.Application
getRestContext
public static Map<String,Object> getRestContext()
- Return the current thread local.
- Since:
- 6.1.0
cleanUpThreadLocal
public static void cleanUpThreadLocal()
- Clean up the current thread local.
- Since:
- 6.1.0
setRestContext
public static void setRestContext(Map<String,Object> value)
- Sets a list of preferences of the user on
the thread local.
- Since:
- 6.1.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.