| java.lang.Object org.apache.cocoon.components.ChainedConfiguration
ChainedConfiguration | final public class ChainedConfiguration implements Configuration(Code) | | This configuration object is used for
SitemapConfigurable components. It 'extends'
Configuration by a parent.
since: 2.1 author: Carsten Ziegeler version: $Id: ChainedConfiguration.java 433543 2006-08-22 06:22:54Z crossley $ |
getAttributeAsBoolean | public boolean getAttributeAsBoolean(String arg0, boolean arg1)(Code) | | |
getAttributeAsBoolean | public boolean getAttributeAsBoolean(String arg0) throws ConfigurationException(Code) | | |
getAttributeAsDouble | public double getAttributeAsDouble(String name) throws ConfigurationException(Code) | | |
getAttributeAsDouble | public double getAttributeAsDouble(String name, double value)(Code) | | |
getAttributeAsFloat | public float getAttributeAsFloat(String arg0, float arg1)(Code) | | |
getAttributeAsFloat | public float getAttributeAsFloat(String arg0) throws ConfigurationException(Code) | | |
getAttributeAsInteger | public int getAttributeAsInteger(String arg0, int arg1)(Code) | | |
getAttributeAsInteger | public int getAttributeAsInteger(String arg0) throws ConfigurationException(Code) | | |
getAttributeAsLong | public long getAttributeAsLong(String arg0, long arg1)(Code) | | |
getAttributeAsLong | public long getAttributeAsLong(String arg0) throws ConfigurationException(Code) | | |
getChild | public Configuration getChild(String arg0, boolean arg1)(Code) | | |
getChildren | public Configuration[] getChildren()(Code) | | |
getChildren | public Configuration[] getChildren(String arg0)(Code) | | |
getNamespace | public String getNamespace() throws ConfigurationException(Code) | | |
getValue | public String getValue() throws ConfigurationException(Code) | | |
getValueAsBoolean | public boolean getValueAsBoolean() throws ConfigurationException(Code) | | |
getValueAsBoolean | public boolean getValueAsBoolean(boolean arg0)(Code) | | |
getValueAsDouble | public double getValueAsDouble() throws ConfigurationException(Code) | | |
getValueAsDouble | public double getValueAsDouble(double value)(Code) | | |
getValueAsFloat | public float getValueAsFloat() throws ConfigurationException(Code) | | |
getValueAsFloat | public float getValueAsFloat(float arg0)(Code) | | |
getValueAsInteger | public int getValueAsInteger() throws ConfigurationException(Code) | | |
getValueAsInteger | public int getValueAsInteger(int arg0)(Code) | | |
getValueAsLong | public long getValueAsLong() throws ConfigurationException(Code) | | |
getValueAsLong | public long getValueAsLong(long arg0)(Code) | | |
|
|