All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.proxy.ProxyDispatcherProp

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.jigsaw.config.PropertySet
                           |
                           +----org.w3c.jigsaw.proxy.ProxyDispatcherProp

public class ProxyDispatcherProp
extends PropertySet

Variable Index

 o ATTR_DEBUG
 o ATTR_RULES

Constructor Index

 o ProxyDispatcherProp(String, httpd)

Method Index

 o getDegugFlag()
 o getRulesLocation()
 o getTitle()
Get this property set title.

Variables

 o ATTR_RULES
 protected static int ATTR_RULES
 o ATTR_DEBUG
 protected static int ATTR_DEBUG

Constructors

 o ProxyDispatcherProp
 public ProxyDispatcherProp(String name,
                            httpd server)

Methods

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

Returns:
A String encoded title.
Overrides:
getTitle in class PropertySet
 o getRulesLocation
 public String getRulesLocation()
 o getDegugFlag
 public boolean getDegugFlag()

All Packages  Class Hierarchy  This Package  Previous  Next  Index