All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.config.PropertySet

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.config.PropertySet

public class PropertySet
extends Resource

Variable Index

 o server

Constructor Index

 o PropertySet(String, httpd)

Method Index

 o convertingGet(httpd, Attribute, Object)
 o getHelpURL()
Get this resource's help url.
 o getHelpURL(String)
Get the help URL for that resource's attribute.
 o getTitle()
Get this property set title.
 o getValue(int, Object)
Generic get of an attribute value.
 o initialize(Object[])
Initialization method for attribute holders.
 o setValue(int, Object)
Set value forwards the effectation to the properties.

Variables

 o server
 protected httpd server

Constructors

 o PropertySet
 public PropertySet(String name,
                    httpd server)

Methods

 o getTitle
 public String getTitle()
Get this property set title.

Returns:
A String encoding the title of the property set.
 o getHelpURL
 public String getHelpURL()
Get this resource's help url.

Returns:
An URL, encoded as a String, or null if not available.
Overrides:
getHelpURL in class Resource
 o getHelpURL
 public String getHelpURL(String topic)
Get the help URL for that resource's attribute.

Parameters:
topic - The topic (can be an attribute name, or a property, etc).
Returns:
A String encoded URL, or null.
Overrides:
getHelpURL in class Resource
 o setValue
 public synchronized void setValue(int idx,
                                   Object value)
Set value forwards the effectation to the properties.

Parameters:
idx - The attribute (property in that case) being set.
value - The new value for that property.
Overrides:
setValue in class Resource
 o convertingGet
 protected Object convertingGet(httpd s,
                                Attribute a,
                                Object def)
 o getValue
 public Object getValue(int idx,
                        Object def)
Generic get of an attribute value.

Overrides:
getValue in class AttributeHolder
 o initialize
 public void initialize(Object values[])
Initialization method for attribute holders.

Overrides:
initialize in class AttributeHolder

All Packages  Class Hierarchy  This Package  Previous  Next  Index