| org.w3c.tools.resources.ContainerResource org.w3c.jigsaw.resources.VirtualHostResource
Method Summary | |
protected ResourceContext | updateDefaultChildAttributes(Hashtable attrs) Update default child attributes.
A parent can often pass default attribute values to its children,
such as a pointer to itself (the parent attribute).
This is the method to overide when you want your container
to provide these kinds of attributes. |
updateDefaultChildAttributes | protected ResourceContext updateDefaultChildAttributes(Hashtable attrs)(Code) | | Update default child attributes.
A parent can often pass default attribute values to its children,
such as a pointer to itself (the parent attribute).
This is the method to overide when you want your container
to provide these kinds of attributes. By default this method will set
the following attributes:
- name
- The name of the child (it's identifier) -
String instance.
- parent
- The parent of the child (ie ourself here) -
a ContainerResource instance.
- url
- If a identifier attribute is defined, that
attribute is set to the full URL path of the children.
|
|
|