|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ops4j.pax.web.extender.war.internal.model.WebAppInitParam
public class WebAppInitParam
Models init param element in web.xml.
| Constructor Summary | |
|---|---|
WebAppInitParam()
|
|
| Method Summary | |
|---|---|
String |
getParamName()
Getter. |
String |
getParamValue()
Getter. |
void |
setParamName(String paramName)
Setter. |
void |
setParamValue(String paramValue)
Setter. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebAppInitParam()
| Method Detail |
|---|
public String getParamName()
public void setParamName(String paramName)
paramName - value to set. Cannot be null
org.ops4j.lang.NullArgumentException - if param name is nullpublic String getParamValue()
public void setParamValue(String paramValue)
paramValue - value to set.Cannot be null
org.ops4j.lang.NullArgumentException - if param value is nullpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||