Uses of Class
org.springframework.extensions.webscripts.SearchPath

Packages that use SearchPath
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.processor   
 

Uses of SearchPath in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return SearchPath
 SearchPath Container.getSearchPath()
          Gets the Search Path
 SearchPath AbstractRuntimeContainer.getSearchPath()
           
 

Methods in org.springframework.extensions.webscripts with parameters of type SearchPath
 void DeclarativeRegistry.setSearchPath(SearchPath searchPath)
           
 void AbstractRuntimeContainer.setSearchPath(SearchPath searchPath)
           
 

Uses of SearchPath in org.springframework.extensions.webscripts.processor
 

Methods in org.springframework.extensions.webscripts.processor that return SearchPath
protected  SearchPath AbstractTemplateProcessor.getSearchPath()
          Gets the search path.
protected  SearchPath AbstractScriptProcessor.getSearchPath()
          Gets the search path.
 

Methods in org.springframework.extensions.webscripts.processor with parameters of type SearchPath
 void AbstractTemplateProcessor.setSearchPath(SearchPath searchPath)
           
 void AbstractScriptProcessor.setSearchPath(SearchPath searchPath)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.