ColdSpring 2.0 - Narwhal

coldspring.aop.config
Class AOPNamespaceHandler

WEB-INF.cftags.component
        extended by coldspring.beans.xml.AbstractNamespaceHandler
            extended by coldspring.aop.config.AOPNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class AOPNamespaceHandler
extends AbstractNamespaceHandler

Namespace handler for the 'http://www.coldspringframework.org/schema/aop' namespace


Constructor Summary
init()
          Constructor
 
Method Summary
 any getNameSpaces()
          a single, list or array of string values that are the namespaces this handler manages the parsing for
 struct<string,string> getSchemaLocations()
          to give ColdSpring a map of remote Schemas to their local absolute paths
 
Methods inherited from class coldspring.beans.xml.AbstractNamespaceHandler
getBeanDefinitionParser, getDefinitionParsers, hasBeanDefinitionParser, registerBeanDefinitionParser, setDefinitionParsers
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

getNameSpaces

public any getNameSpaces()
a single, list or array of string values that are the namespaces this handler manages the parsing for

Overrides:
getNameSpaces in class AbstractNamespaceHandler

getSchemaLocations

public struct<string,string> getSchemaLocations()
to give ColdSpring a map of remote Schemas to their local absolute paths

Overrides:
getSchemaLocations in class AbstractNamespaceHandler

ColdSpring 2.0 - Narwhal