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.JarResourceServlet
                  extended by net.contextfw.web.application.servlet.CSSServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CSSServlet
extends JarResourceServlet

See Also:
Serialized Form

Constructor Summary
CSSServlet(ModuleConfiguration configuration)
           
 
Method Summary
 boolean accept(File file)
           
 boolean clear()
           
 List<String> getRootPackages()
           
 
Methods inherited from class net.contextfw.web.application.servlet.JarResourceServlet
getRoots, init
 
Methods inherited from class net.contextfw.web.application.servlet.ResourceServlet
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, 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

getRootPackages

public List<String> getRootPackages()
Specified by:
getRootPackages in class JarResourceServlet

clear

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

accept

public boolean accept(File file)
Specified by:
accept in class ResourceServlet


Copyright © 2010. All Rights Reserved.