Uses of Class
com.dyuproject.ioc.Parser

Packages that use Parser
com.dyuproject.ioc   
 

Uses of Parser in com.dyuproject.ioc
 

Subclasses of Parser in com.dyuproject.ioc
 class DefaultParser
          The default parser which allows the occurrence of $ in json text.
 

Fields in com.dyuproject.ioc declared as Parser
static Parser Parser.DEFAULT
          The default instance.
 

Methods in com.dyuproject.ioc that return Parser
static Parser Parser.getDefault()
          Gets the default instance.
 Parser Context.getParser()
          Gets the Parser tied to this context.
 

Methods in com.dyuproject.ioc with parameters of type Parser
static ApplicationContext ApplicationContext.load(Resource resource, Parser parser)
          Loads the ApplicationContext from the specified Resource and Parser.
 

Constructors in com.dyuproject.ioc with parameters of type Parser
Context(Resource resource, ApplicationContext appContext, Parser parser)
           
 



Copyright © 2008-2013. All Rights Reserved.