Uses of Interface
org.jumpmind.symmetric.web.IServletResource

Packages that use IServletResource
org.jumpmind.symmetric.web   
 

Uses of IServletResource in org.jumpmind.symmetric.web
 

Classes in org.jumpmind.symmetric.web that implement IServletResource
 class AbstractFilter
          All symmetric filters (other than SymmetricFilter) should extend this class.
 class AbstractResourceServlet<T extends ITransportResourceHandler>
           
 class AbstractTransportFilter<T extends ITransportResourceHandler>
          This is a filter that is used by a transport.
 class AbstractTransportResourceServlet<T extends ITransportResourceHandler>
          This is a Servlet that is used by a transport.
 class AckServlet
           
 class AlertServlet
          This is a place holder for the idea that we could create an RSS feed for alerts.
 class AuthenticationFilter
          This better be the first filter that executes ! TODO: if this thing fails, should it prevent further processing of the request?
 class BatchServlet
          Allows for the request of a batch by id.
 class CompressionFilter
          Configured within symmetric-web.xml
 class InetAddressFilter
          This better be the first filter that executes ! TODO: if this thing fails, should it prevent further processing of the request?
 class NodeConcurrencyFilter
          Configured within symmetric-web.xml
 class PullServlet
           
 class PushServlet
           
 class RegistrationServlet
           
 class ServletResourceTemplate
          All symmetric servlets and filters (other than SymmetricFilter and SymmetricServlet) should extend this class.
 class ThrottleFilter
          Configured within symmetric-web.xml
 

Methods in org.jumpmind.symmetric.web that return IServletResource
 IServletResource ServletResourceTemplate.getSpringBean()
          Returns true if this is a container managed resource.
 IServletResource IServletResource.getSpringBean()
          Returns the spring managed bean
 IServletResource AbstractResourceServlet.getSpringBean()
          Returns true if this is a container managed resource.
 



Copyright © 2007-2008. All Rights Reserved.