|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.component.util.admin.Editor
public class Editor
Base-class to derive util-Controllers from.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
Editor()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getValueFromCommand(java.lang.String name, Command command)
Selects the Parameter with the given name from the given
Command, and returns its trimmed value. |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Editor()
| Method Detail |
|---|
protected final java.lang.String getValueFromCommand(java.lang.String name, Command command)
Parameter with the given name from the given
Command, and returns its trimmed value.
If the Parameter can not be found or if the value is
null, null will be returned.
name - the name of the Parameter to be selected from the
Command.command - the Command to get the Parameter
from.
Parameter with the given name or
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||