|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.handler.AbstractHandler
public abstract class AbstractHandler
AbstractHandler.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.mortbay.component.LifeCycle |
---|
org.mortbay.component.LifeCycle.Listener |
Field Summary | |
---|---|
protected String |
_string
|
Fields inherited from class org.mortbay.component.AbstractLifeCycle |
---|
_listeners |
Fields inherited from interface org.mortbay.jetty.Handler |
---|
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST |
Constructor Summary | |
---|---|
AbstractHandler()
|
Method Summary | |
---|---|
void |
destroy()
|
protected void |
doStart()
|
protected void |
doStop()
|
Server |
getServer()
|
void |
setServer(Server server)
|
String |
toString()
|
Methods inherited from class org.mortbay.component.AbstractLifeCycle |
---|
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mortbay.jetty.Handler |
---|
handle |
Methods inherited from interface org.mortbay.component.LifeCycle |
---|
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
Field Detail |
---|
protected String _string
Constructor Detail |
---|
public AbstractHandler()
Method Detail |
---|
protected void doStart() throws Exception
doStart
in class org.mortbay.component.AbstractLifeCycle
Exception
protected void doStop() throws Exception
doStop
in class org.mortbay.component.AbstractLifeCycle
Exception
public String toString()
toString
in class Object
public void setServer(Server server)
setServer
in interface Handler
public Server getServer()
getServer
in interface Handler
public void destroy()
destroy
in interface Handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |