org.mule.config.builders
Class MuleSetPropertiesRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.digester.SetPropertiesRule
org.mule.config.builders.MuleSetPropertiesRule
- Direct Known Subclasses:
- MuleXmlConfigurationBuilder.ExtendedMuleSetPropertiesRule
- public class MuleSetPropertiesRule
- extends org.apache.commons.digester.SetPropertiesRule
this rule Allows for template parameters to be parse on the configuration file
attributes in the form of ${param-name}. These will get resolved against
properties set in the mule-properites element
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Methods inherited from class org.apache.commons.digester.SetPropertiesRule |
addAlias, begin, isIgnoreMissingProperty, setIgnoreMissingProperty, toString |
Methods inherited from class org.apache.commons.digester.Rule |
body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
processor
protected PlaceholderProcessor processor
MuleSetPropertiesRule
public MuleSetPropertiesRule()
MuleSetPropertiesRule
public MuleSetPropertiesRule(PlaceholderProcessor processor)
MuleSetPropertiesRule
public MuleSetPropertiesRule(String[] strings,
String[] strings1)
MuleSetPropertiesRule
public MuleSetPropertiesRule(String[] strings,
String[] strings1,
PlaceholderProcessor processor)
begin
public void begin(String s1,
String s2,
Attributes attributes)
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.