public class ResourceNamespaceHandler extends BaseSpringNamespaceHandler
| Modifier and Type | Field and Description |
|---|---|
static QName |
ELEMENT_NAME
The Resource element.
|
static QName |
FILE_HTTP_ELEMENT_NAME
The schema type for a file backed HTTP Resource.
|
static QName |
FILESYSTEM_ELEMENT_NAME
The schema type for a Filesystem Resource.
|
static QName |
FILTER_NAME
The ResourceFilter element.
|
static QName |
HTTP_ELEMENT_NAME
The schema type for a HTTP Resource.
|
private static org.slf4j.Logger |
LOG
Logger.
|
static String |
NAMESPACE
Namespace.
|
| Constructor and Description |
|---|
ResourceNamespaceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
static void |
noFilters(Element resourceElement,
org.springframework.beans.factory.xml.XmlReaderContext readerContext)
Check that there are no filters on the resource.
|
decorate, findDecoratorForNode, findParserForElement, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParserpublic static final String NAMESPACE
public static final QName ELEMENT_NAME
public static final QName FILTER_NAME
public static final QName FILESYSTEM_ELEMENT_NAME
public static final QName HTTP_ELEMENT_NAME
public static final QName FILE_HTTP_ELEMENT_NAME
private static final org.slf4j.Logger LOG
public void init()
public static void noFilters(Element resourceElement, org.springframework.beans.factory.xml.XmlReaderContext readerContext)
resourceElement - the element to look atreaderContext - the reader contextorg.springframework.beans.factory.parsing.BeanDefinitionParsingException - if we encounter a filterCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.