net.northfuse.resources.config
Class ScriptDefinitionParser

java.lang.Object
  extended by net.northfuse.resources.config.ScriptDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public final class ScriptDefinitionParser
extends java.lang.Object

Author:
tylers2

Constructor Summary
ScriptDefinitionParser()
           
 
Method Summary
 void doParse(org.springframework.beans.factory.xml.ParserContext parserContext, org.w3c.dom.Element element, java.lang.String defaultDebug, java.lang.String baseMapping, java.lang.String defaultOrder)
          Parses the config.
protected  java.lang.Class<ScriptResourceHandler> getImplementation()
          Gets the implementation class for this resource handler.
 org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptDefinitionParser

public ScriptDefinitionParser()
Method Detail

getImplementation

protected java.lang.Class<ScriptResourceHandler> getImplementation()
Gets the implementation class for this resource handler.

Returns:
The implementation class

parse

public final org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
                                                                           org.springframework.beans.factory.xml.ParserContext parserContext)

Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser

doParse

public final void doParse(org.springframework.beans.factory.xml.ParserContext parserContext,
                          org.w3c.dom.Element element,
                          java.lang.String defaultDebug,
                          java.lang.String baseMapping,
                          java.lang.String defaultOrder)
Parses the config.

Parameters:
parserContext - The ParserContext
element - The element
defaultDebug - the default debug value if not set
baseMapping - The base mapping url
defaultOrder - The default order


Copyright © 2011. All Rights Reserved.