| org.mortbay.jetty.handler.AbstractHandler org.mortbay.jetty.handler.DefaultHandler
DefaultHandler | public class DefaultHandler extends AbstractHandler (Code) | | Default Handler.
This handle will deal with unhandled requests in the server.
For requests for favicon.ico, the Jetty icon is served.
For reqests to '/' a 404 with a list of known contexts is served.
For all other requests a normal 404 is served.
TODO Implement OPTIONS and TRACE methods for the server.
author: Greg Wilkins (gregw) |
_favicon | byte[] _favicon(Code) | | |
_faviconModified | long _faviconModified(Code) | | |
_serveIcon | boolean _serveIcon(Code) | | |
DefaultHandler | public DefaultHandler()(Code) | | |
getServeIcon | public boolean getServeIcon()(Code) | | Returns true if the handle can server the jetty favicon.ico |
setServeIcon | public void setServeIcon(boolean serveIcon)(Code) | | Parameters: serveIcon - true if the handle can server the jetty favicon.ico |
|
|