org.apache.catalina.startup

Class SetDocBaseRule


public class SetDocBaseRule
extends Rule

Rule that modifies the docBase of the host, setting it appropriately, before adding the Context to the parent Host.

Author:
Remy Maucherat

Constructor Summary

SetDocBaseRule()
Construct a new instance of this Rule.

Method Summary

void
begin(String namespace, String name, Attributes attributes)
Handle the beginning of an XML element.

Constructor Details

SetDocBaseRule

public SetDocBaseRule()
Construct a new instance of this Rule.

Method Details

begin

public void begin(String namespace,
                  String name,
                  Attributes attributes)
            throws Exception
Handle the beginning of an XML element.

Parameters:
attributes - The attributes of this element


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.