org.nanoko.coffee.mill.mojos.others
Class DirectoryHandler

java.lang.Object
  extended by org.eclipse.jetty.util.component.AbstractLifeCycle
      extended by org.eclipse.jetty.util.component.AggregateLifeCycle
          extended by org.eclipse.jetty.server.handler.AbstractHandler
              extended by org.eclipse.jetty.server.handler.ResourceHandler
                  extended by org.nanoko.coffee.mill.mojos.others.DirectoryHandler
All Implemented Interfaces:
org.eclipse.jetty.server.Handler, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle

public class DirectoryHandler
extends org.eclipse.jetty.server.handler.ResourceHandler

Publishes a directory.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
 
Field Summary
 
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
DirectoryHandler(File workDirectory)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jetty.server.handler.ResourceHandler
doDirectory, doResponseHeaders, doStart, getBaseResource, getCacheControl, getMimeTypes, getResource, getResource, getResourceBase, getStylesheet, getWelcome, getWelcomeFiles, handle, isAliases, isDirectoriesListed, setAliases, setBaseResource, setCacheControl, setDirectoriesListed, setMimeTypes, setResourceBase, setStylesheet, setWelcomeFiles
 
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandler
destroy, doStop, dumpThis, getServer, setServer
 
Methods inherited from class org.eclipse.jetty.util.component.AggregateLifeCycle
addBean, dump, dump, dump, dump, dump, dumpStdErr, getBean, getBeans, getBeans, removeBean, removeBeans
 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

Constructor Detail

DirectoryHandler

public DirectoryHandler(File workDirectory)


Copyright © 2012-2013 OW2. All Rights Reserved.