Uses of Class
org.springframework.extensions.webscripts.SearchPath
Packages that use SearchPath
Package
Description
-
Uses of SearchPath in org.springframework.extensions.surf.extensibility
Methods in org.springframework.extensions.surf.extensibility with parameters of type SearchPathModifier and TypeMethodDescriptionvoidWebScriptExtensibilityModuleHandler.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 SearchPathMethods in org.springframework.extensions.webscripts that return SearchPathModifier and TypeMethodDescriptionAbstractRuntimeContainer.getSearchPath()Container.getSearchPath()Gets the Search PathMethods in org.springframework.extensions.webscripts with parameters of type SearchPathModifier and TypeMethodDescriptionprotected 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 SearchPathModifier and TypeMethodDescriptionprotected SearchPathAbstractScriptProcessor.getSearchPath()Gets the search path.protected SearchPathAbstractTemplateProcessor.getSearchPath()Gets the search path.Methods in org.springframework.extensions.webscripts.processor with parameters of type SearchPathModifier and TypeMethodDescriptionvoidAbstractScriptProcessor.setSearchPath(SearchPath searchPath) voidAbstractTemplateProcessor.setSearchPath(SearchPath searchPath)