net.contextfw.web.application.servlet
Class CSSServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by net.contextfw.web.application.servlet.ResourceServlet
              extended by net.contextfw.web.application.servlet.CSSServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CSSServlet
extends ResourceServlet

See Also:
Serialized Form

Constructor Summary
CSSServlet(ModuleConfiguration configuration)
           
 
Method Summary
 boolean clear()
           
protected  Pattern getAcceptor()
           
protected  List<String> getRootPaths()
           
 
Methods inherited from class net.contextfw.web.application.servlet.ResourceServlet
clean, doGet
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSServlet

@Inject
public CSSServlet(ModuleConfiguration configuration)
Method Detail

clear

public boolean clear()
Specified by:
clear in class ResourceServlet

getAcceptor

protected Pattern getAcceptor()
Specified by:
getAcceptor in class ResourceServlet

getRootPaths

protected List<String> getRootPaths()
Specified by:
getRootPaths in class ResourceServlet


Copyright © 2010. All Rights Reserved.