|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.portlet.PortletWebActivator
public class PortletWebActivator
Adapts a PortletConfig as
WebActivator.
| Constructor Summary | |
|---|---|
PortletWebActivator(javax.portlet.PortletConfig config)
|
|
| 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 PortletWebActivator(javax.portlet.PortletConfig config)
| Method Detail |
|---|
public String getActivatorName()
getActivatorName in interface WebActivatorpublic List getInitParameterNames()
InitializationParameterHolder
getInitParameterNames in interface InitializationParameterHolderpublic String getInitParameterValue(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 | |||||||||