| java.lang.Object org.w3c.tools.resources.AttributeHolder org.w3c.tools.resources.Resource org.w3c.jigsaw.config.PropertySet
All known Subclasses: org.w3c.jigsaw.http.LoggingProp, org.w3c.jigsaw.https.socket.SSLProperties, org.w3c.jigsaw.http.socket.SocketConnectionProp, org.w3c.jigsaw.proxy.ProxyDispatcherProp, org.w3c.jigsaw.pagecompile.PageCompileProp, org.w3c.jigsaw.http.UnixProp, org.w3c.jigsaw.proxy.CacheProp, org.w3c.jigsaw.http.ConnectionProp, org.w3c.jigedit.cvs.CvsProp, org.w3c.jigsaw.servlet.ServletProps, org.w3c.jigsaw.proxy.ProxyProp, org.w3c.jigsaw.http.GeneralProp, org.w3c.www.protocol.http.micp.MICPProp,
getHelpURL | public String getHelpURL()(Code) | | Get this resource's help url.
An URL, encoded as a String, or null if notavailable. |
getHelpURL | public String getHelpURL(String topic)(Code) | | Get the help URL for that resource's attribute.
Parameters: topic - The topic (can be an attribute name, or a property, etc). A String encoded URL, or null. |
getTitle | public String getTitle()(Code) | | Get this property set title.
A String encoding the title of the property set. |
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. |
Methods inherited from org.w3c.tools.resources.AttributeHolder | public boolean definesAttribute(int idx) throws IllegalAttributeAccess(Code)(Java Doc) public boolean definesAttribute(String name) throws IllegalAttributeAccess(Code)(Java Doc) public Attribute[] getAttributes()(Code)(Java Doc) public boolean getBoolean(int idx, boolean def)(Code)(Java Doc) public char getChar(int idx, char def)(Code)(Java Doc) public Object getClone(Object values)(Code)(Java Doc) public synchronized Object getClone()(Code)(Java Doc) public synchronized Object getClone(Hashtable defs)(Code)(Java Doc) public double getDouble(int idx, double def)(Code)(Java Doc) public float getFloat(int idx, float def)(Code)(Java Doc) public int getInt(int idx, int def)(Code)(Java Doc) public long getLong(int idx, long def)(Code)(Java Doc) public String getString(int idx, String def)(Code)(Java Doc) public synchronized Object getValue(int idx, Object def) throws IllegalAttributeAccess(Code)(Java Doc) public Object getValue(String name, Object def) throws IllegalAttributeAccess(Code)(Java Doc) public synchronized void initialize(Object nvalues)(Code)(Java Doc) public synchronized void initialize(Hashtable defs)(Code)(Java Doc) public int lookupAttribute(String name)(Code)(Java Doc) public synchronized void pickleValues(Hashtable defs)(Code)(Java Doc) public void print(PrintStream out)(Code)(Java Doc) public void setBoolean(int idx, boolean b)(Code)(Java Doc) public void setChar(int idx, char ch) throws IllegalAttributeAccess(Code)(Java Doc) public void setDouble(int idx, double d) throws IllegalAttributeAccess(Code)(Java Doc) public void setFloat(int idx, float f) throws IllegalAttributeAccess(Code)(Java Doc) public void setInt(int idx, int i) throws IllegalAttributeAccess(Code)(Java Doc) public void setLong(int idx, long l) throws IllegalAttributeAccess(Code)(Java Doc) public void setString(int idx, String s) throws IllegalAttributeAccess(Code)(Java Doc) public synchronized void setValue(int idx, Object value)(Code)(Java Doc) public void setValue(String name, Object value)(Code)(Java Doc) public boolean unsafeDefinesAttribute(int idx) throws IllegalAttributeAccess(Code)(Java Doc) public double unsafeGetDouble(int idx, double def)(Code)(Java Doc) public String unsafeGetString(int idx, String def)(Code)(Java Doc) public Object unsafeGetValue(int idx, Object def) throws IllegalAttributeAccess(Code)(Java Doc)
|
|
|