public class RuleSetRegistryConfigurator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleSetRegistryConfigurator.RegistrationRuleSet |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
static java.lang.String |
RULE_SET_REGISTRATION_NAMESPACE_URI |
static java.lang.String |
RULE_SET_REGISTRATION_RESOURCE |
| Constructor and Description |
|---|
RuleSetRegistryConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
java.util.Enumeration<java.net.URL> |
getConfigurationUrlEnumeration(java.lang.String resourceName) |
static java.lang.String |
getValue(org.xml.sax.Attributes attributes,
java.lang.String namespace,
java.lang.String name) |
void |
processRegistrationUrl(java.net.URL registrationUrl) |
public static org.slf4j.Logger log
public static java.lang.String RULE_SET_REGISTRATION_RESOURCE
public static java.lang.String RULE_SET_REGISTRATION_NAMESPACE_URI
public void configure()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Enumeration<java.net.URL> getConfigurationUrlEnumeration(java.lang.String resourceName)
throws java.io.IOException
java.io.IOExceptionpublic void processRegistrationUrl(java.net.URL registrationUrl)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getValue(org.xml.sax.Attributes attributes,
java.lang.String namespace,
java.lang.String name)
Copyright © 2013 XChain Framework. All Rights Reserved.