Uses of Class
org.springframework.extensions.webscripts.SearchPath
-
Packages that use SearchPath Package Description org.springframework.extensions.surf.extensibility org.springframework.extensions.webscripts org.springframework.extensions.webscripts.processor -
-
Uses of SearchPath in org.springframework.extensions.surf.extensibility
Methods in org.springframework.extensions.surf.extensibility with parameters of type SearchPath Modifier and Type Method Description voidWebScriptExtensibilityModuleHandler. setConfigurationSearchPath(SearchPath configurationSearchPath)A setter provided so that the Spring configuration can set theSearchPath -
Uses of SearchPath in org.springframework.extensions.webscripts
Fields in org.springframework.extensions.webscripts declared as SearchPath Modifier and Type Field Description protected SearchPathStoreRegistrar. searchPathMethods in org.springframework.extensions.webscripts that return SearchPath Modifier and Type Method Description SearchPathAbstractRuntimeContainer. getSearchPath()SearchPathContainer. getSearchPath()Gets the Search PathMethods in org.springframework.extensions.webscripts with parameters of type SearchPath Modifier and Type Method Description protected voidStoreRegistrar. plugin(Store store, SearchPath searchPath, boolean prepend)Plugs the store into the search pathvoidAbstractRuntimeContainer. setSearchPath(SearchPath searchPath)voidDeclarativeRegistry. setSearchPath(SearchPath searchPath)voidScriptProcessorRegistrar. setSearchPath(SearchPath searchPath)voidStoreRegistrar. setSearchPath(SearchPath searchPath)Sets the search pathvoidTemplateProcessorRegistrar. setSearchPath(SearchPath searchPath) -
Uses of SearchPath in org.springframework.extensions.webscripts.processor
Methods in org.springframework.extensions.webscripts.processor that return SearchPath Modifier and Type Method Description protected SearchPathAbstractScriptProcessor. getSearchPath()Gets the search path.protected SearchPathAbstractTemplateProcessor. getSearchPath()Gets the search path.Methods in org.springframework.extensions.webscripts.processor with parameters of type SearchPath Modifier and Type Method Description voidAbstractScriptProcessor. setSearchPath(SearchPath searchPath)voidAbstractTemplateProcessor. setSearchPath(SearchPath searchPath)
-