lumis.portal.rest
Class RestServletApplication

Package class diagram package RestServletApplication
java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.sun.jersey.spi.container.servlet.ServletContainer
              extended by lumis.portal.rest.RestServletApplication
All Implemented Interfaces:
Serializable, Filter, Servlet, ServletConfig

public class RestServletApplication
extends com.sun.jersey.spi.container.servlet.ServletContainer

Servlet that provides access to Lumis Portal built-in REST operations.

Since:
6.1.0
See Also:
Serialized Form

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

RestServletApplication

public RestServletApplication()
Method Detail

service

public void service(HttpServletRequest arg0,
                    HttpServletResponse arg1)
             throws ServletException,
                    IOException
Overrides:
service in class com.sun.jersey.spi.container.servlet.ServletContainer
Throws:
ServletException
IOException

service

public int service(URI baseUri,
                   URI requestUri,
                   HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Overrides:
service in class com.sun.jersey.spi.container.servlet.ServletContainer
Throws:
ServletException
IOException

service

public void service(ServletRequest req,
                    ServletResponse res)
             throws ServletException,
                    IOException
Specified by:
service in interface Servlet
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.