|
||||||||||
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(HttpServlet servlet)
|
Method Summary | |
---|---|
void |
describeTo(DescriptionReceiver receiver)
Invoked to have the receiver describe itself (largely in terms of properties and values). |
String |
getActivatorName()
|
List |
getInitParameterNames()
Returns a sorted list of the names of all initialization parameters (which may be the empty list). |
String |
getInitParameterValue(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(HttpServlet servlet)
Method Detail |
---|
public String getActivatorName()
getActivatorName
in interface WebActivator
public List getInitParameterNames()
InitializationParameterHolder
getInitParameterNames
in interface InitializationParameterHolder
public String getInitParameterValue(String name)
InitializationParameterHolder
getInitParameterValue
in interface InitializationParameterHolder
name
- the name of the parameter to retrieve
public void describeTo(DescriptionReceiver receiver)
Describable
toString()
.
describeTo
in interface Describable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |