|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.sun.jersey.spi.container.servlet.ServletContainer lumis.portal.rest.RestServletApplication
public class RestServletApplication
Servlet that provides access to Lumis Portal built-in REST operations.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jersey.spi.container.servlet.ServletContainer |
---|
com.sun.jersey.spi.container.servlet.ServletContainer.ContextInjectableProvider<T> |
Field Summary |
---|
Fields inherited from class com.sun.jersey.spi.container.servlet.ServletContainer |
---|
APPLICATION_CONFIG_CLASS, FEATURE_FILTER_FORWARD_ON_404, GLASSFISH_DEFAULT_ERROR_PAGE_RESPONSE, JSP_TEMPLATES_BASE_PATH, PROPERTY_FILTER_CONTEXT_PATH, PROPERTY_WEB_PAGE_CONTENT_REGEX, RESOURCE_CONFIG_CLASS |
Constructor Summary | |
---|---|
RestServletApplication()
|
Method Summary | |
---|---|
void |
service(HttpServletRequest arg0,
HttpServletResponse arg1)
|
void |
service(ServletRequest req,
ServletResponse res)
|
int |
service(URI baseUri,
URI requestUri,
HttpServletRequest request,
HttpServletResponse response)
|
Methods inherited from class com.sun.jersey.spi.container.servlet.ServletContainer |
---|
configure, configure, configure, create, destroy, doFilter, doFilter, getDefaultResourceConfig, getDefaultResourceConfig, getServletContext, getStaticContentPattern, getWebConfig, init, init, init, initiate, load, reload |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified |
Methods inherited from class javax.servlet.GenericServlet |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestServletApplication()
Method Detail |
---|
public void service(HttpServletRequest arg0, HttpServletResponse arg1) throws ServletException, IOException
service
in class com.sun.jersey.spi.container.servlet.ServletContainer
ServletException
IOException
public int service(URI baseUri, URI requestUri, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class com.sun.jersey.spi.container.servlet.ServletContainer
ServletException
IOException
public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
service
in interface Servlet
service
in class HttpServlet
ServletException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |