|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap
org.mortbay.jetty.servlet.Holder
org.mortbay.jetty.servlet.ServletHolder
org.apache.geronimo.jetty6.InternalJettyServletHolder
public class InternalJettyServletHolder
| Nested Class Summary | |
|---|---|
class |
InternalJettyServletHolder.StartCommand
|
class |
InternalJettyServletHolder.StopCommand
|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.mortbay.jetty.servlet.Holder |
|---|
_class, _className, _displayName, _httpHandler, _initParams, _name |
| Constructor Summary | |
|---|---|
InternalJettyServletHolder(AbstractImmutableHandler lifecycleChain,
Subject runAsSubject,
JettyServletRegistration servletRegistration)
|
|
| Method Summary | |
|---|---|
void |
destroyInstance(Object o)
|
void |
doStart()
|
void |
doStop()
|
void |
handle(ServletRequest request,
ServletResponse response)
Service a request with this servlet. |
Object |
newInstance()
|
| Methods inherited from class org.mortbay.jetty.servlet.ServletHolder |
|---|
compareTo, equals, getInitOrder, getRunAs, getServlet, getServletContext, getUserRoleLink, hashCode, setInitOrder, setRunAs, setUserRoleLink, start, stop |
| Methods inherited from class org.mortbay.jetty.servlet.Holder |
|---|
entrySet, get, getClassName, getDisplayName, getHttpContext, getHttpHandler, getInitParameter, getInitParameterNames, getInitParameters, getName, isStarted, put, setDisplayName, setInitParameter, toString |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InternalJettyServletHolder(AbstractImmutableHandler lifecycleChain,
Subject runAsSubject,
JettyServletRegistration servletRegistration)
| Method Detail |
|---|
public void handle(ServletRequest request,
ServletResponse response)
throws ServletException,
UnavailableException,
IOException
handle in class org.mortbay.jetty.servlet.ServletHolderServletException
UnavailableException
IOException
public Object newInstance()
throws InstantiationException,
IllegalAccessException
newInstance in class org.mortbay.jetty.servlet.HolderInstantiationException
IllegalAccessException
public void destroyInstance(Object o)
throws Exception
Exception
public void doStart()
throws Exception
Exceptionpublic void doStop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||