org.apache.catalina.startup

Class SetAllPropertiesRule

public class SetAllPropertiesRule extends Rule

Rule that uses the introspection utils to set properties.

Author: Remy Maucherat Filip Hanik

Field Summary
protected HashMap<String,String>excludes
Constructor Summary
SetAllPropertiesRule()
SetAllPropertiesRule(String[] exclude)
Method Summary
voidbegin(String namespace, String nameX, Attributes attributes)
Handle the beginning of an XML element.

Field Detail

excludes

protected HashMap<String,String> excludes

Constructor Detail

SetAllPropertiesRule

public SetAllPropertiesRule()

SetAllPropertiesRule

public SetAllPropertiesRule(String[] exclude)

Method Detail

begin

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

Parameters: attributes The attributes of this element

Throws: Exception if a processing error occurs

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.