|
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
public class ExtenderController
This class allows a WebModuleExtender
to communicate with its environment.
| Nested Class Summary | |
|---|---|
static class |
ExtenderController.Properties
Encapsulates the properties of an ExtenderController, which are
arbitrary Object values with a String name. |
| Method Summary | |
|---|---|
static ExtenderController |
create()
Creates a new controller. |
String |
getErrorMessage()
Gets the error message for this controller. |
ExtenderController.Properties |
getProperties()
Returns the properties of this controller. |
void |
setErrorMessage(String errorMessage)
Sets an error message for this controller, which creator of the controller may use to e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExtenderController create()
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - the error message; can be null if there is no error message.public ExtenderController.Properties getProperties()
WebModuleExtender.update()
to let the extender know that the properties have changed.
ExtenderController.Properties; never null.
|
org.netbeans.api.web.webmodule 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||