Uses of Interface
org.springframework.extensions.surf.core.scripts.ScriptResourceLoader
-
Packages that use ScriptResourceLoader Package Description org.springframework.extensions.surf.core.scripts org.springframework.extensions.webscripts.processor -
-
Uses of ScriptResourceLoader in org.springframework.extensions.surf.core.scripts
Methods in org.springframework.extensions.surf.core.scripts with parameters of type ScriptResourceLoader Modifier and Type Method Description static java.lang.StringScriptResourceHelper. resolveScriptImports(java.lang.String script, ScriptResourceLoader loader, org.apache.commons.logging.Log logger)Resolve the import directives in the specified script. -
Uses of ScriptResourceLoader in org.springframework.extensions.webscripts.processor
Classes in org.springframework.extensions.webscripts.processor that implement ScriptResourceLoader Modifier and Type Class Description classJSScriptProcessorJS Script Processor for Surf Web Framework
-