|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.web.HttpServletWebActivator
public class HttpServletWebActivator
Adapts HttpServlet as
WebActivator.
| Constructor Summary | |
|---|---|
HttpServletWebActivator(javax.servlet.http.HttpServlet servlet)
|
|
| Method Summary | |
|---|---|
void |
describeTo(DescriptionReceiver receiver)
Invoked to have the receiver describe itself (largely in terms of properties and values). |
java.lang.String |
getActivatorName()
|
java.util.List |
getInitParameterNames()
Returns a sorted list of the names of all initialization parameters (which may be the empty list). |
java.lang.String |
getInitParameterValue(java.lang.String name)
Returns the value of the named parameter, or null if the reciever does not have such a parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpServletWebActivator(javax.servlet.http.HttpServlet servlet)
| Method Detail |
|---|
public java.lang.String getActivatorName()
getActivatorName in interface WebActivatorpublic java.util.List getInitParameterNames()
InitializationParameterHolder
getInitParameterNames in interface InitializationParameterHolderpublic java.lang.String getInitParameterValue(java.lang.String name)
InitializationParameterHolder
getInitParameterValue in interface InitializationParameterHoldername - the name of the parameter to retrieve
public void describeTo(DescriptionReceiver receiver)
DescribabletoString().
describeTo in interface Describable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||