|
org.netbeans.api.web.webmodule 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.web.api.webmodule.ExtenderController.Properties
public static class ExtenderController.Properties
Encapsulates the properties of an ExtenderController, which are
arbitrary Object values with a String name.
| Constructor Summary | |
|---|---|
ExtenderController.Properties()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
getProperties()
Returns a Map containing all properties. |
Object |
getProperty(String name)
Return the value of a given property. |
void |
setProperty(String name,
Object value)
Sets the value of a property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtenderController.Properties()
| Method Detail |
|---|
public Object getProperty(String name)
name - the property name; never null.
NullPointerException - if the name parameter is null.
public void setProperty(String name,
Object value)
name - the property name; never null.value - the property value; can be null.
NullPointerException - if the name parameter is null.public Map<String,Object> getProperties()
Map containing all properties.
|
org.netbeans.api.web.webmodule 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||