Uses of Interface
org.springframework.extensions.webscripts.WebScript
Packages that use WebScript
-
Uses of WebScript in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement WebScriptModifier and TypeClassDescriptionclassAbstract implementation of a Web ScriptclassScript/template driven based implementation of an Web ScriptMethods in org.springframework.extensions.webscripts that return WebScriptModifier and TypeMethodDescriptionPath.getScripts()Gets Web Scripts associated with this pathPathImpl.getScripts()DeclarativeRegistry.getWebScript(String id) Match.getWebScript()Gets the matching web scriptRegistry.getWebScript(String id) Gets a Web Script by IdMethods in org.springframework.extensions.webscripts that return types with arguments of type WebScriptModifier and TypeMethodDescriptionDeclarativeRegistry.getWebScripts()Registry.getWebScripts()Gets all Web ScriptsMethods in org.springframework.extensions.webscripts with parameters of type WebScriptModifier and TypeMethodDescriptionvoidAssociate Web Script with PathString[]ClassPathStore.getScriptDocumentPaths(WebScript script) String[]RemoteStore.getScriptDocumentPaths(WebScript script) String[]Store.getScriptDocumentPaths(WebScript script) Gets the paths of all implementation files for a given Web ScriptvoidJaxRSUriIndex.registerUri(WebScript script, String uri) voidPrefixTemplateUriIndex.registerUri(WebScript script, String uri) voidUriIndex.registerUri(WebScript script, String uri) Register a URI with a Web ScriptConstructors in org.springframework.extensions.webscripts with parameters of type WebScriptModifierConstructorDescriptionAbstractMessageHelper(WebScript webscript) ConstructorConstructMessageMethod(WebScript webscript) ConstructorScriptMessage(WebScript webscript) Constructor