| org.w3c.jigsaw.config.PropertySet org.w3c.jigsaw.http.GeneralProp
GeneralProp | class GeneralProp extends PropertySet (Code) | | A wrapper class to give access to editable properties through a resource.
This class allows to reuse entirely the generic resource editor to
edit the properties of the server.
|
Method Summary | |
public String | getTitle() This property set's title. | public synchronized void | setValue(int idx, Object value) Set value forwards the effectation to the properties. |
ATTR_PORT | protected static int ATTR_PORT(Code) | | |
getTitle | public String getTitle()(Code) | | This property set's title.
A String encoded title. |
setValue | public synchronized void setValue(int idx, Object value)(Code) | | Set value forwards the effectation to the properties.
Parameters: idx - The attribute (property in that case) being set. Parameters: value - The new value for that property. |
|
|