Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbsoluteUrlMethod - Class in org.springframework.extensions.webscripts
 
AbsoluteUrlMethod(String) - Constructor for class org.springframework.extensions.webscripts.AbsoluteUrlMethod
Construct
AbstractAuthenticator - Class in org.springframework.extensions.webscripts.connector
Implementation of an Authenticator base class.
AbstractAuthenticator() - Constructor for class org.springframework.extensions.webscripts.connector.AbstractAuthenticator
 
AbstractBaseDescription - Class in org.springframework.extensions.webscripts
Abstract class for implementation of BaseDescription interface
AbstractBaseDescription() - Constructor for class org.springframework.extensions.webscripts.AbstractBaseDescription
Default constructor
AbstractBaseDescription(String, String, String) - Constructor for class org.springframework.extensions.webscripts.AbstractBaseDescription
Constructor with id, shortName and description
AbstractBaseDescriptionDocument - Class in org.springframework.extensions.webscripts
Abstract class for implementation of AbstractBaseDescriptionDocument interface
AbstractBaseDescriptionDocument() - Constructor for class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
Default constructor
AbstractBaseDescriptionDocument(String, String, String) - Constructor for class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
Constructor with id, shortName and description
AbstractBasicHttpAuthenticatorFactory - Class in org.springframework.extensions.webscripts
HTTP Basic Authentication
AbstractBasicHttpAuthenticatorFactory() - Constructor for class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
 
AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator - Class in org.springframework.extensions.webscripts
HTTP Basic Authentication
AbstractClient - Class in org.springframework.extensions.webscripts.connector
Abstract base class for client implementations.
AbstractClient() - Constructor for class org.springframework.extensions.webscripts.connector.AbstractClient
 
AbstractConnector - Class in org.springframework.extensions.webscripts.connector
Abstract class providing the base implementation for a Connector.
AbstractConnector(RemoteConfigElement.ConnectorDescriptor, String) - Constructor for class org.springframework.extensions.webscripts.connector.AbstractConnector
Constructor.
AbstractExtensibilityDirective - Class in org.springframework.extensions.surf.extensibility.impl
Defines the abstract behaviour of an extensibility directive by implementing the common structure.
AbstractExtensibilityDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
Requires a DirectiveModel to contribute to.
AbstractFreeMarkerDirective - Class in org.springframework.extensions.surf.extensibility.impl
Should be extended to take advantage of the helper methods it provides for retrieving properties required for the directive represented by the subclass.
AbstractFreeMarkerDirective(String) - Constructor for class org.springframework.extensions.surf.extensibility.impl.AbstractFreeMarkerDirective
This constructor will need to invoked by subclasses and ensures that a directive name is provided.
AbstractMessageHelper - Class in org.springframework.extensions.webscripts
 
AbstractMessageHelper(WebScript) - Constructor for class org.springframework.extensions.webscripts.AbstractMessageHelper
Constructor
AbstractRuntime - Class in org.springframework.extensions.webscripts
Encapsulates the execution of a single Web Script.
AbstractRuntime(RuntimeContainer) - Constructor for class org.springframework.extensions.webscripts.AbstractRuntime
Construct
AbstractRuntimeContainer - Class in org.springframework.extensions.webscripts
Encapsulates a Container within which the Web Script Runtime executes.
AbstractRuntimeContainer() - Constructor for class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
AbstractScriptProcessor - Class in org.springframework.extensions.webscripts.processor
Abstract class for use in helping developers to build script processors that take advantage of the web script framework's inherent support for search paths.
AbstractScriptProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
 
AbstractStore - Class in org.springframework.extensions.webscripts
Abstract store class provided as a convenience for developers who wish to build their own custom Store implementations for use with the Web Script framework.
AbstractStore() - Constructor for class org.springframework.extensions.webscripts.AbstractStore
 
AbstractTemplateProcessor - Class in org.springframework.extensions.webscripts.processor
Abstract class for use in helping developers to build template processors that take advantage of the web script framework's inherent support for search paths.
AbstractTemplateProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
 
AbstractWebScript - Class in org.springframework.extensions.webscripts
Abstract implementation of a Web Script
AbstractWebScript() - Constructor for class org.springframework.extensions.webscripts.AbstractWebScript
 
AbstractWebScript.ScriptDetails - Class in org.springframework.extensions.webscripts
The combination of a ScriptContent and a request MIME type.
AbstractWebScriptViewResolver - Class in org.springframework.extensions.webscripts.servlet.mvc
Base View Resolver class providing an improved caching strategy over the basic SpringMVC UrlBasedViewResolver.
AbstractWebScriptViewResolver() - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.AbstractWebScriptViewResolver
 
ACTION - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
ACTION_AFTER - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
ACTION_BEFORE - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
ACTION_MERGE - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
ACTION_MODIFY - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
ACTION_REMOVE - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
ACTION_REPLACE - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
activate() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Activate the Debugger
ActivitiAuthenticator - Class in org.springframework.extensions.webscripts.connector
Activiti API endpoint authenticator.
ActivitiAuthenticator() - Constructor for class org.springframework.extensions.webscripts.connector.ActivitiAuthenticator
 
addData(String, String, String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData
Add new extensibility data for a directive
addDiscardContent() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Add a new DiscardUnboundContentModelElementImpl into the model so that when content is rendered it will be discarded.
addDiscardContent() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Adds a new DiscardUnboundContentModelElementImpl to the model and sets its content as the current buffer element in the ModelWriter.
addExtensibilityDirectives(Map<String, Object>, ExtensibilityModel) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Adds any custom FreeMarker directives required for rendering templates when being processed.
addExtensibilityDirectives(Map<String, Object>, ExtensibilityModel) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
 
addExtensionBundleToCache(String, WebScriptPropertyResourceBundle) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Adds a new extended bundle to the cache.
addExtensionBundleToCache(String, WebScriptPropertyResourceBundle) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Adds a new extended bundle to the cache.
addFormats(String, Map<String, String>) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Add formats
addHeader(String, String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
addHeader(String, String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Adds a response header with the given name and value.
addMimetypes(String, Map<String, String>) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Add mimetypes
addModuleBundleToCache(String, ResourceBundle) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Adds a new ResourceBundle into the cache mapped against the path that the bundle was found.
addPath(String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData.Data
 
addProcessorModelExtensions(Object) - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
Add any configured processor model extensions to the model.
addProcessorModelExtensions(Object) - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
Add any configured processor model extensions to the model.
addReader(FormatReader<Object>) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Add a reader
addResourceDescription(ResourceDescription) - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
addScript(WebScript) - Method in class org.springframework.extensions.webscripts.PathImpl
Associate Web Script with Path
addTypeDescription(TypeDescription) - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
addUnboundContent() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Add a new UnboundContentModelElementImpl into the model so that when content is rendered it will be kept but will not be available to extensions to modify.
addUnboundContent() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Adds a new UnboundContentModelElementImpl to the model and sets its content as the current buffer element in the model writer.
addWriter(FormatWriter<Object>) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Add a writer
admin - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
 
after(ExtensibilityDirectiveData) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Places content in the modell after some base content.
after(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
The default implementation of this action is simply to delegate the request to the ExtensibilityModel.after() method but this has been abstracted into its own method so that extending directives can easily modify the default behaviour of this action.
after(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Generates the output from the supplied directive data and inserts it into the model at the index after the end of the target defined in the directive.
afterPropertiesSet() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
afterPropertiesSet() - Method in class org.springframework.extensions.webscripts.FormatAdaptorSet
 
afterPropertiesSet() - Method in class org.springframework.extensions.webscripts.FormatMap
 
AlfrescoAuthenticator - Class in org.springframework.extensions.webscripts.connector
An implementation of an Alfresco ticket or cookie-based Authenticator.
AlfrescoAuthenticator() - Constructor for class org.springframework.extensions.webscripts.connector.AlfrescoAuthenticator
 
AlfrescoConnector - Class in org.springframework.extensions.webscripts.connector
An implementation of an Alfresco Connector that can be used to conncet to an Alfresco Repository and issue URL invokes against it.
AlfrescoConnector(RemoteConfigElement.ConnectorDescriptor, String) - Constructor for class org.springframework.extensions.webscripts.connector.AlfrescoConnector
Instantiates a new Alfresco Connector.
allowCallbacks() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
allowCallbacks() - Method in interface org.springframework.extensions.webscripts.Container
Returns if this container should allow callback methods such as json_callback
allowConnect(String) - Static method in class org.springframework.extensions.webscripts.connector.EndpointManager
Returns true if the connector should make a connection attempt to the specified endpoint, false if the endpoint is still in the "wait" period between retries.
allowHttpBasicAuthentication(RemoteConfigElement.EndpointDescriptor, String) - Method in interface org.springframework.extensions.webscripts.servlet.mvc.ProxyControllerInterceptor
 
any - Enum constant in enum class org.springframework.extensions.webscripts.Description.FormatStyle
 
applicationContext - Variable in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
applicationContext - Variable in class org.springframework.extensions.webscripts.ClassPathStore
 
applyConfiguration(Element) - Method in class org.springframework.extensions.surf.extensibility.Customization
 
applyHeaders(String, HttpServletResponse, long, long) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
 
applyRequestAuthentication(RemoteClient, ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.AlfrescoConnector
 
applyRequestAuthentication(RemoteClient, ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
Stamps Credentials values onto the remote client
applyRequestHeaders(RemoteClient, ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
Stamps headers onto the remote client
ArgReplaceMethod - Class in org.springframework.extensions.webscripts
Custom FreeMarker Template language method.
ArgReplaceMethod() - Constructor for class org.springframework.extensions.webscripts.ArgReplaceMethod
 
argument - Enum constant in enum class org.springframework.extensions.webscripts.Description.FormatStyle
 
ArgumentTypeDescription - Class in org.springframework.extensions.webscripts
Webscript argument description
ArgumentTypeDescription() - Constructor for class org.springframework.extensions.webscripts.ArgumentTypeDescription
Default constructor
ArgumentTypeDescription(String, String, String) - Constructor for class org.springframework.extensions.webscripts.ArgumentTypeDescription
Constructor with shortName, description and defaultValue
ATOM - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
ATOM_FORMAT - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
ATOMENTRY - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
ATOMFEED - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
authenticate(String, Credentials, ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.ActivitiAuthenticator
 
authenticate(String, Credentials, ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.AlfrescoAuthenticator
 
authenticate(String, Credentials, ConnectorSession) - Method in interface org.springframework.extensions.webscripts.connector.Authenticator
Authenticate against the given Endpoint URL with the supplied Credentials
authenticate(Authenticator, Description.RequiredAuthentication) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
authenticate(Authenticator, Description.RequiredAuthentication) - Method in interface org.springframework.extensions.webscripts.RuntimeContainer
Pre-authenticate container, if required
authenticate(Description.RequiredAuthentication, boolean) - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
Checks that the user has access to the webscript.
authenticate(Description.RequiredAuthentication, boolean) - Method in interface org.springframework.extensions.webscripts.Authenticator
Authenticate Web Script execution
AuthenticatingConnector - Class in org.springframework.extensions.webscripts.connector
An implementation of an Authenticating Connector.
AuthenticatingConnector(Connector, Authenticator) - Constructor for class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
Instantiates a new authenticating connector.
AuthenticationException - Exception in org.springframework.extensions.surf.exception
Thrown when a connector was unable to properly authenticate the user's request against a given endpoint.
AuthenticationException(String) - Constructor for exception org.springframework.extensions.surf.exception.AuthenticationException
 
AuthenticationException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.AuthenticationException
 
authenticator - Variable in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
Authenticator - Interface in org.springframework.extensions.webscripts
Web Script Authenticator for the HTTP Servlet environment
Authenticator - Interface in org.springframework.extensions.webscripts.connector
Interface that defines an Authenticator.
authenticatorFactory - Variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
 
authenticatorFactory - Variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
 
authenticatorFactory - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
 
authenticators - Variable in class org.springframework.extensions.config.RemoteConfigElement
 
authFactory - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
AUTO_DEPLOY - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
AUTO_DEPLOY_INDEX - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 

B

BaseDescription - Interface in org.springframework.extensions.webscripts
Interface for base description
BaseDescriptionDocument - Interface in org.springframework.extensions.webscripts
Interface for base description document which maps to a physical XML document
basePolicy - Static variable in class org.springframework.extensions.webscripts.ui.common.StringUtils
 
BaseProcessor - Class in org.springframework.extensions.webscripts.processor
Base class for Web-Tier processing classes - Script and Template.
BaseProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.BaseProcessor
 
BaseProcessorExtension - Class in org.springframework.extensions.webscripts.processor
Abstract base class for a processor extension in the presentation tier.
BaseProcessorExtension() - Constructor for class org.springframework.extensions.webscripts.processor.BaseProcessorExtension
 
BaseRegisterableScriptProcessor - Class in org.springframework.extensions.webscripts.processor
Base class for a registerable processor
BaseRegisterableScriptProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
 
BaseRegisterableTemplateProcessor - Class in org.springframework.extensions.webscripts.processor
Base class for a registerable processor
BaseRegisterableTemplateProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
 
BasicExtensionModule - Class in org.springframework.extensions.surf.extensibility
Representation of the configuration of a module that provides an extension.
BasicExtensionModule(Element) - Constructor for class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
BasicHttpAuthenticator(WebScriptServletRequest, WebScriptServletResponse) - Constructor for class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
Construct
basicRealm - Variable in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
 
BeanProxyFilter - Class in org.springframework.extensions.webscripts.servlet
An adapter from the servlet filter world into the Spring dependency injected world.
BeanProxyFilter() - Constructor for class org.springframework.extensions.webscripts.servlet.BeanProxyFilter
 
before(ExtensibilityDirectiveData) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Places content in the model before some base content.
before(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
The default implementation of this action is simply to delegate the request to the ExtensibilityModel.before() method but this has been abstracted into its own method so that extending directives can easily modify the default behaviour of this action.
before(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Generates the output from the supplied directive data and inserts it into the model at the index before the start of the target defined in the directive.
beforeProcessError(Match, Throwable) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Before processing an error exception - hook point to allow additional processing of the exception based on the runtime.
buildRemoteClient(String) - Method in class org.springframework.extensions.webscripts.connector.AbstractAuthenticator
Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.
buildRemoteClient(String) - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
Build a Remote Client instance by retrieving and configuring the "connector.remoteclient" bean.
buildUri(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
buildURL(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Build the URL object based on the supplied uri and configured endpoint.
buildView(String) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
 

C

Cache - Class in org.springframework.extensions.webscripts
Web Script Cache Records the desired cache requirements for the Web Script
Cache() - Constructor for class org.springframework.extensions.webscripts.Cache
Construct
Cache(Description.RequiredCache) - Constructor for class org.springframework.extensions.webscripts.Cache
Construct
call(String) - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
call(String) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
call(String) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Invokes a URI on a remote service.
call(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri.
call(String) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Invoke a specific URI on the default endpoint
call(String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a URI on the endpoint via a GET request.
call(String, boolean, InputStream) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri.
call(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri.
call(String, InputStream) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri.
call(String, InputStream, OutputStream) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri.
call(String, OutputStream) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri.
call(String, String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Call a remote WebScript uri, passing the supplied body as a POST request (unless the request method is set to override as say PUT).
call(String, ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
call(String, ConnectorContext) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Invokes a URI on a remote service.
call(String, ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
 
call(String, ConnectorContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
call(String, ConnectorContext, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Invokes a URI on a remote service and streams back results to the provided response object.
call(String, ConnectorContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
 
call(String, ConnectorContext, InputStream) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
call(String, ConnectorContext, InputStream) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Invokes a URI on a remote service, passing the input as supplied via a POST/PUT.
call(String, ConnectorContext, InputStream) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
 
call(String, ConnectorContext, InputStream, OutputStream) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
call(String, ConnectorContext, InputStream, OutputStream) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Invokes a URI on a remote service.
call(String, ConnectorContext, InputStream, OutputStream) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
 
callDelete(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
Perform a DELETE call to the given URI.
callGet(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
Perform a GET call to the given URI.
callPost(String, InputStream) - Method in class org.springframework.extensions.webscripts.RemoteStore
Perform a POST call to the given URI with the supplied input.
canHandle(String, Locale) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
 
capabilities - Variable in class org.springframework.extensions.webscripts.connector.User
 
CAPABILITY_ADMIN - Static variable in class org.springframework.extensions.webscripts.connector.User
 
CAPABILITY_GUEST - Static variable in class org.springframework.extensions.webscripts.connector.User
 
CAPABILITY_MUTABLE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
CHARSETEQUALS - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
checkModuleBundleCache(String) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Attempts to retrieve a previously cached ResourceBundle for the supplied path.
classPath - Variable in class org.springframework.extensions.webscripts.ClassPathStore
 
ClassPathStore - Class in org.springframework.extensions.webscripts
ClassPath based Web Script Store
ClassPathStore() - Constructor for class org.springframework.extensions.webscripts.ClassPathStore
 
ClassPathStore.ClassPathTemplateLoader - Class in org.springframework.extensions.webscripts
Class Path Store implementation of a Template Loader Retrieves templates either from classes in the class path or classes inside of JAR files within the class path
ClassPathStore.ClassPathTemplateSource - Class in org.springframework.extensions.webscripts
Template Source - loads from a Class Path Store
ClassPathStoreResourceResolver - Class in org.springframework.extensions.webscripts
Class path resource resolver that traverses the entire class path.
ClassPathStoreResourceResolver(ApplicationContext) - Constructor for class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver
Constructor
ClassPathStoreResourceResolver.UrlInputStreamResource - Class in org.springframework.extensions.webscripts
 
ClassPathTemplateLoader() - Constructor for class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateLoader
 
ClassPathTemplateSource(String) - Constructor for class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateSource
 
cleanup() - Method in class org.springframework.extensions.webscripts.servlet.FormData
Cleanup all temporary resources used by this form data NOTE: Only invoke this after all required processing of FileItems is done (e.g.
cleanup() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
Cleanup any temporary resources associated with this form field NOTE: This should only be invoked after processing (e.g.
clear() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndex
 
clear() - Method in class org.springframework.extensions.webscripts.PrefixTemplateUriIndex
 
clear() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
clear() - Method in interface org.springframework.extensions.webscripts.UriIndex
Clear the index
clearCache() - Method in class org.springframework.extensions.webscripts.servlet.mvc.AbstractWebScriptViewResolver
Override the SpringMVC default caching strategy with one that uses a ConcurrentHashMap impl.
clearRelocatedContent(String, String) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
 
clearRelocatedContent(String, String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
Client - Interface in org.springframework.extensions.webscripts.connector
Interface for Client implementations
ClientResourceUrlFunctionMethod - Class in org.springframework.extensions.webscripts
 
ClientResourceUrlFunctionMethod(WebScriptResponse) - Constructor for class org.springframework.extensions.webscripts.ClientResourceUrlFunctionMethod
Construct
ClientUrlFunctionMethod - Class in org.springframework.extensions.webscripts
 
ClientUrlFunctionMethod(WebScriptResponse) - Constructor for class org.springframework.extensions.webscripts.ClientUrlFunctionMethod
Construct
clone() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Clone a RemoteClient and all the properties.
close() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Closes the current ExtensibilityContent instance.
closeExtensibilityModel(ExtensibilityModel, Writer) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
One ExtensibilityModel can be nested within another.
closeExtensibilityModel(ExtensibilityModel, Writer) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Flushes the ExtensibilityModel provided and sets its parent as the current ExtensibilityModel for the current thread.
CloseModelElement - Interface in org.springframework.extensions.surf.extensibility
Instances of classes that implement this interface are used to indicate the end of a section of content in the model.
CloseModelElementImpl - Class in org.springframework.extensions.surf.extensibility.impl
 
CloseModelElementImpl(String, String) - Constructor for class org.springframework.extensions.surf.extensibility.impl.CloseModelElementImpl
 
closeTemplateSource(Object) - Method in class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateLoader
 
code() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptClass
 
code() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptMethod
 
code() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptParameter
 
combine(ConfigElement) - Method in class org.springframework.extensions.config.RemoteConfigElement
 
combine(ConfigElement) - Method in class org.springframework.extensions.config.ServerConfigElement
 
commitResponse(String, URL, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
Commit the resource to the response stream.
commitResponse(String, Resource, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
 
COMMON_WEBSCRIPTS - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
COMMON_XML_HEADER - Static variable in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
COMMON_XML_NS - Static variable in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
compare(ArgumentTypeDescription) - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
Utility function for comparing this ArgumentTypeDescription with another ArgumentTypeDescription instance.
compare(MediaType) - Method in class org.springframework.extensions.webscripts.MediaType
Compare to another media type
compare(ResourceDescription) - Method in class org.springframework.extensions.webscripts.ResourceDescription
Utility for comparint this instance with another ResourceDsecription
compare(TypeDescription) - Method in class org.springframework.extensions.webscripts.TypeDescription
Utility function for comparing this instance to another instance of TypeDescription
compareField(String, String) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
Utility function for comparing two strings
COMPONENT - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
COMPONENTS - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
concatPath(String, String) - Static method in class org.springframework.extensions.webscripts.PathImpl
Helper to concatenate paths
config - Variable in class org.springframework.extensions.webscripts.servlet.EndPointProxyServlet
Deprecated.
 
config - Variable in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
CONFIG_ELEMENT_ID - Static variable in class org.springframework.extensions.config.ServerConfigElement
 
ConfigModel - Class in org.springframework.extensions.webscripts
Abstract base class used for objects that represent configuration as a root object in a script or template model.
ConfigModel(ConfigService, String) - Constructor for class org.springframework.extensions.webscripts.ConfigModel
 
ConfigModel.ScopedConfigMap - Class in org.springframework.extensions.webscripts
Map to allow access to scoped config in a unified way for scripts and templates.
configService - Variable in class org.springframework.extensions.webscripts.ConfigModel
 
configService - Variable in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
configService - Variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
 
configService - Variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
 
configService - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
 
CONFIGURATIONS - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
connect() - Method in class org.springframework.extensions.webscripts.ScriptRemote
Constructs a remote connector to a default endpoint (if configured).
connect(String) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Constructs a RemoteClient to a specific endpoint.
connector - Variable in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
Connector - Interface in org.springframework.extensions.webscripts.connector
Describes a connector to a remote endpoint for a given user.
ConnectorContext - Class in org.springframework.extensions.webscripts.connector
Describes invocation context that the connector should use when creating the connection to a remote service.
ConnectorContext() - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorContext
Instantiates a new connector context.
ConnectorContext(Map<String, String>, Map<String, String>) - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorContext
Instantiates a new connector context.
ConnectorContext(HttpMethod) - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorContext
Instantiates a new connector context.
ConnectorContext(HttpMethod, Map<String, String>, Map<String, String>) - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorContext
Instantiates a new connector context.
ConnectorProvider - Interface in org.springframework.extensions.webscripts.connector
Contract to be implemented by any object that can provide a Connector to another object.
ConnectorProviderException - Exception in org.springframework.extensions.surf.exception
Thrown if a connector could not be provided.
ConnectorProviderException(String) - Constructor for exception org.springframework.extensions.surf.exception.ConnectorProviderException
 
ConnectorProviderException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ConnectorProviderException
 
ConnectorProviderImpl - Class in org.springframework.extensions.webscripts.connector
A very simple implementation of a connector provider that provisions web script connectors.
ConnectorProviderImpl() - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorProviderImpl
 
connectors - Variable in class org.springframework.extensions.config.RemoteConfigElement
 
connectorService - Variable in class org.springframework.extensions.webscripts.servlet.EndPointProxyServlet
Deprecated.
 
connectorService - Variable in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
ConnectorService - Class in org.springframework.extensions.webscripts.connector
The ConnectorService acts as a singleton that can be used to build any of the objects utilized by the Connector layer.
ConnectorService() - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorService
 
ConnectorServiceException - Exception in org.springframework.extensions.surf.exception
A general exception wrapper for exceptions thrown by the connector service
ConnectorServiceException(String) - Constructor for exception org.springframework.extensions.surf.exception.ConnectorServiceException
 
ConnectorServiceException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ConnectorServiceException
 
connectorSession - Variable in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
ConnectorSession - Class in org.springframework.extensions.webscripts.connector
Container for Connector "session state".
ConnectorSession(String) - Constructor for class org.springframework.extensions.webscripts.connector.ConnectorSession
Instantiates a new connector session.
container - Variable in class org.springframework.extensions.webscripts.AbstractRuntime
Component Dependencies
container - Variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
 
container - Variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
 
container - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
 
Container - Interface in org.springframework.extensions.webscripts
Web Script Container
containsKey(Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
containsKey(String) - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Overrides the super class implementation to check the existence of a key across all merged bundles
containsValue(Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
ContentModelElement - Interface in org.springframework.extensions.surf.extensibility
 
contextPath - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
Script Url components
copyResponseStreamOutput(URL, HttpServletResponse, OutputStream, HttpResponse, String, int) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Copy response stream to the output
copyStream(InputStream, OutputStream) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
Fast stream copy method - uses ThreadLocal byte buffer to avoid reallocating byte arrays
create(WebScriptServletRequest, WebScriptServletResponse) - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
Factory's create method.
create(WebScriptServletRequest, WebScriptServletResponse) - Method in interface org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Create Servlet Authenticator
createAction(String) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Creates a rule action based on a name
createArgs(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create a map of arguments from Web Script Request (for scripting)
createArgsM(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create a map of (array) arguments from Web Script Request (for scripting)
createAuthenticator() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Create a Web Script Authenticator
createAuthenticator() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
createChildPath(String) - Method in class org.springframework.extensions.webscripts.PathImpl
Create a Child Path
createClose() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Creates a new instance of the type of CloseModelElement for with the associated ExtensibilityDirective.
createClose() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
createContentModelElement() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Creates a new instance of the type of ContentModelElement for with the associated ExtensibilityDirective.
createContentModelElement() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
createDocument(String, String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
createDocument(String, String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
createDocument(String, String) - Method in interface org.springframework.extensions.webscripts.Store
Creates a document.
createDocuments(List<Pair<String, Document>>) - Method in class org.springframework.extensions.webscripts.AbstractStore
 
createDocuments(List<Pair<String, Document>>) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
createDocuments(List<Pair<String, Document>>) - Method in interface org.springframework.extensions.webscripts.Store
Creates multiple XML documents at the specified paths.
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
Creates and returns a DefaultExtensibilityDirectiveData object containing the primary data needed for processing the current directive invocation.
createHeaders(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create a map of headers from Web Script Request (for scripting)
createHeadersM(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create a map of (array) headers from Web Script Request (for scripting)
createHttpClient(URL) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Create and configure an HttpClient per thread based on Pooled connection manager.
createOpen() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Creates a new instance of the type of OpenModelElement for with the associated ExtensibilityDirective.
createOpen() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
createPath(String, String) - Static method in class org.springframework.extensions.webscripts.ClassPathStore
Helper method for creating fully qualified paths
createProxyHost(String, String, int) - Static method in class org.springframework.extensions.webscripts.connector.RemoteClient
Create HTTP proxy host for the given system host and port properties.
createRequest(Match) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Create a Web Script Request
createRequest(Match) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
createResponse() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Create a Web Script Response
createResponse() - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewRuntime
 
createResponse() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
createRule(ConfigElement) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Creates a rule object based on the config.
createScriptParameters(WebScriptRequest, WebScriptResponse) - Method in interface org.springframework.extensions.webscripts.FormatReader
Create script parameters specific to source mimetype
createScriptParameters(WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.json.JSONReader
 
createScriptParameters(WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.RequestReader
 
createScriptParameters(WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.servlet.FormDataReader
 
createScriptParameters(WebScriptRequest, WebScriptResponse, AbstractWebScript.ScriptDetails, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create a model for script usage
createSession() - Method in interface org.springframework.extensions.webscripts.WebScriptSessionFactory
Create a Web Script Session
createSessionFactory() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Create a Web Script Session
createSessionFactory() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
createStatusException(Throwable, WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create an exception whose associated message is driven from a status template and model
createTemplateParameters(WebScriptRequest, WebScriptResponse, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Create a model for template usage
createURLModel(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.DefaultURLModelFactory
 
createURLModel(WebScriptRequest) - Method in interface org.springframework.extensions.webscripts.URLModelFactory
 
CREDENTIAL_PASSWORD - Static variable in interface org.springframework.extensions.webscripts.connector.Credentials
 
CREDENTIAL_USERNAME - Static variable in interface org.springframework.extensions.webscripts.connector.Credentials
 
Credentials - Interface in org.springframework.extensions.webscripts.connector
Interface that describes the credentials for a given service or user.
CredentialsImpl - Class in org.springframework.extensions.webscripts.connector
Credentials for a given user.
CredentialsImpl(String) - Constructor for class org.springframework.extensions.webscripts.connector.CredentialsImpl
Instantiates a new user credential.
credentialsMap - Variable in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
CredentialVault - Interface in org.springframework.extensions.webscripts.connector
Interface for a Credential Vault Credential vaults allow for the storage and retrieval of credentials by credential id.
CredentialVaultProvider - Interface in org.springframework.extensions.webscripts.connector
Interface for a Credential Vault provider
CredentialVaultProviderException - Exception in org.springframework.extensions.surf.exception
Thrown if a credential vault could not be provided.
CredentialVaultProviderException(String) - Constructor for exception org.springframework.extensions.surf.exception.CredentialVaultProviderException
 
CredentialVaultProviderException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.CredentialVaultProviderException
 
cropEncode(String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Crop a label within a SPAN element, using ellipses '...' at the end of label and and encode the result for HTML output.
cropEncode(String, int) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Crop a label within a SPAN element, using ellipses '...' at the end of label and and encode the result for HTML output.
CS_PARAM_ALF_TICKET - Static variable in class org.springframework.extensions.webscripts.connector.AlfrescoAuthenticator
 
CSRFFilter - Class in org.springframework.extensions.webscripts.servlet
A CSRF Filter class for the web-tier checking that certain requests supply a secret token that is compared to the token existing in the user's session to mitigate CSRF attacks.
CSRFFilter() - Constructor for class org.springframework.extensions.webscripts.servlet.CSRFFilter
 
CSS - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
CSS_MEDIA - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
Customization - Class in org.springframework.extensions.surf.extensibility
 
Customization(Element) - Constructor for class org.springframework.extensions.surf.extensibility.Customization
 
CUSTOMIZATION - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
CUSTOMIZATIONS - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 

D

DateCompareMethod - Class in org.springframework.extensions.webscripts
 
DateCompareMethod() - Constructor for class org.springframework.extensions.webscripts.DateCompareMethod
 
DeclarativeRegistry - Class in org.springframework.extensions.webscripts
Registry of declarative (scripted/template driven) Web Scripts
DeclarativeRegistry() - Constructor for class org.springframework.extensions.webscripts.DeclarativeRegistry
 
DeclarativeWebScript - Class in org.springframework.extensions.webscripts
Script/template driven based implementation of an Web Script
DeclarativeWebScript() - Constructor for class org.springframework.extensions.webscripts.DeclarativeWebScript
 
DECLARED - Enum constant in enum class org.springframework.extensions.config.RemoteConfigElement.IdentityType
 
DEFAULT_API - Static variable in class org.springframework.extensions.webscripts.RemoteStore
 
DEFAULT_BUFFERSIZE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DEFAULT_CSS_MEDIA - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
DEFAULT_ENDPOINT_ID - Static variable in class org.springframework.extensions.webscripts.RemoteStore
 
DEFAULT_MAX_REDIRECTS - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DEFAULT_POOLSIZE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DEFAULT_READ_TIMEOUT - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DEFAULT_REQUEST_CONTENT_TYPE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DEFAULT_STORE_ID - Static variable in class org.springframework.extensions.webscripts.PreviewContext
 
DEFAULT_TICKET_NAME - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
DefaultContentModelElement - Class in org.springframework.extensions.surf.extensibility.impl
 
DefaultContentModelElement(String, String) - Constructor for class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
defaultCredentialVaultProviderId - Variable in class org.springframework.extensions.config.RemoteConfigElement
 
defaultEndpointId - Variable in class org.springframework.extensions.config.RemoteConfigElement
 
DefaultExtensibilityContent - Class in org.springframework.extensions.surf.extensibility.impl
The default ExtensibilityContent implementation.
DefaultExtensibilityContent() - Constructor for class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityContent
 
DefaultExtensibilityDirectiveData - Class in org.springframework.extensions.surf.extensibility.impl
This is the default class for capturing the data contained within extensibility directives.
DefaultExtensibilityDirectiveData(String, String, String, String, TemplateDirectiveBody, Environment) - Constructor for class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
DefaultURLModel - Class in org.springframework.extensions.webscripts
 
DefaultURLModel(WebScriptRequest) - Constructor for class org.springframework.extensions.webscripts.DefaultURLModel
Construct
DefaultURLModelFactory - Class in org.springframework.extensions.webscripts
 
DefaultURLModelFactory() - Constructor for class org.springframework.extensions.webscripts.DefaultURLModelFactory
 
DeferredContentSourceModelElement - Interface in org.springframework.extensions.surf.extensibility
This is a ContentModelElement that doesn't place any content at the location where it is placed in the ExtensibilityModel.
DeferredContentTargetModelElement - Interface in org.springframework.extensions.surf.extensibility
This is a ContentModelElement that does not produce any content when it is first rendered by instead relies on subsequently rendered DeferredContentSourceModelElement instances to populate it with data before its final content is flushed.
definition - Variable in class org.springframework.extensions.webscripts.TypeDescription
 
DEFINITION_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.TypeDescription
 
DEFINITION_ELEMENT_URL - Static variable in class org.springframework.extensions.webscripts.TypeDescription
 
del(String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a URI on a remote service as DELETE request.
delete(int) - Method in class org.springframework.extensions.webscripts.NativeMap
 
delete(int) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
delete(int) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
delete(String) - Method in class org.springframework.extensions.webscripts.NativeMap
 
delete(String) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
delete(String) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
DELETE - Enum constant in enum class org.springframework.extensions.webscripts.connector.HttpMethod
 
DEPENDENCIES - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
DependencyInjectedFilter - Interface in org.springframework.extensions.webscripts.servlet
A bean-like equivalent of a servlet filter, designed to be managed by a Spring container.
deprecated - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
DESC_NAME_PATTERN - Static variable in class org.springframework.extensions.webscripts.DescriptionImpl
 
DESC_NAME_PATTERN - Static variable in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
DESC_NAME_PATTERN - Static variable in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
DESC_NAME_POSTFIX - Static variable in class org.springframework.extensions.webscripts.DescriptionImpl
 
DESC_NAME_POSTFIX - Static variable in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
DESC_NAME_POSTFIX - Static variable in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
DESC_PATH_PATTERN - Static variable in class org.springframework.extensions.webscripts.AbstractStore
 
Description - Interface in org.springframework.extensions.webscripts
Web Script Description
DESCRIPTION - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
Description.FormatStyle - Enum Class in org.springframework.extensions.webscripts
Enumeration of ways to specify format
Description.Lifecycle - Enum Class in org.springframework.extensions.webscripts
Enumeration of lifecycle which indicates the status of this web script
Description.RequiredAuthentication - Enum Class in org.springframework.extensions.webscripts
Enumeration of "required" Authentication level
Description.RequiredCache - Interface in org.springframework.extensions.webscripts
Caching requirements
Description.RequiredTransaction - Enum Class in org.springframework.extensions.webscripts
Enumeration of "required" Transaction level
Description.RequiredTransactionParameters - Interface in org.springframework.extensions.webscripts
Transaction Requirements
Description.TransactionCapability - Enum Class in org.springframework.extensions.webscripts
Enumeration of transaction capability
DescriptionExtension - Interface in org.springframework.extensions.webscripts
Web Script Description Extension Provides a Web Script custom service implementation with the ability to maintain custom description entries.
DescriptionImpl - Class in org.springframework.extensions.webscripts
Implementation of a Web Script Description
DescriptionImpl() - Constructor for class org.springframework.extensions.webscripts.DescriptionImpl
Default constructor
DescriptionImpl(String, String, String, String) - Constructor for class org.springframework.extensions.webscripts.DescriptionImpl
Constructor with id, shortName, description and url
descriptor - Variable in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
destroy() - Method in class org.springframework.extensions.webscripts.servlet.BeanProxyFilter
 
destroy() - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
 
destroy() - Method in class org.springframework.extensions.webscripts.servlet.SecurityHeadersFilter
 
dim - Variable in class org.springframework.extensions.webscripts.ScriptDebugger
 
DIRECTIVE_ID - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
DiscardUnboundContentModelElementImpl - Class in org.springframework.extensions.surf.extensibility.impl
A ContentModelElement that despite accepting unbounded content (that is content not defined by an extensibility element) does not actually output it when flushed.
DiscardUnboundContentModelElementImpl() - Constructor for class org.springframework.extensions.surf.extensibility.impl.DiscardUnboundContentModelElementImpl
 
dispatchResource(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
Dispatches to the resource with the given path
doAuthenticate(String, String) - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
Implement to authenticate against a specific user store.
doAuthorize(String, Description.RequiredAuthentication) - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
Implement to authorize against a specific user store.
docPolicy - Static variable in class org.springframework.extensions.webscripts.ui.common.StringUtils
 
doFilter(ServletContext, ServletRequest, ServletResponse, FilterChain) - Method in interface org.springframework.extensions.webscripts.servlet.DependencyInjectedFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.extensions.webscripts.servlet.BeanProxyFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Will check the requests method, path, request headers & the session's attributes against the rule config to see which rule actions that should be used, will either generate a new token, assert that the request's token equals the session's token, remove the token fmor the cookie and session OR simply do nothing.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.extensions.webscripts.servlet.SecurityHeadersFilter
Will add the configured response headers to the response.
draft - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
draft_public_api - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 

E

ELEMENT_HOSTNAME - Static variable in class org.springframework.extensions.config.ServerElementReader
 
ELEMENT_PORT - Static variable in class org.springframework.extensions.config.ServerElementReader
 
ELEMENT_SCHEME - Static variable in class org.springframework.extensions.config.ServerElementReader
 
emptyCredentials() - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
Check if the credentials are empty.
emptyCredentials() - Method in interface org.springframework.extensions.webscripts.Authenticator
Are credentials set in the request ?
encode(String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Encodes the given string, so that it can be used within an HTML page.
encodeHTML(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
encodeJavascript(String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Encode a string to the %AB hex style JavaScript compatible notation.
encodeJavaScript(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
encodeJSONString(Object) - Method in class org.springframework.extensions.webscripts.json.JSONUtils
Encodes a JSON string value
encodeJSONString(String) - Static method in class org.springframework.extensions.webscripts.json.JSONWriter
Safely encode a JSON string value.
encodeResourceUrl(String) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResponse
 
encodeResourceUrl(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
encodeResourceUrl(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Encode a resource URL Note: Some Web Script Runtime environments (e.g.
encodeResourceUrl(String) - Method in class org.springframework.extensions.webscripts.WebScriptResponseImpl
 
encodeScriptUrl(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
encodeScriptUrl(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Encode a script URL Note: Some Web Script Runtime environments (e.g.
encodeToJSON(Object) - Static method in class org.springframework.extensions.webscripts.json.JSONWriter
Encode a simple Java object structure to JSON text.
encodeToJSON(Object, JSONWriter) - Static method in class org.springframework.extensions.webscripts.json.JSONWriter
Encode a simple Java object structure to JSON text.
endArray() - Method in class org.springframework.extensions.webscripts.json.JSONWriter
End an array structure.
endObject() - Method in class org.springframework.extensions.webscripts.json.JSONWriter
End an object structure.
endpoint - Variable in class org.springframework.extensions.webscripts.connector.AbstractClient
 
endpoint - Variable in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
endpointId - Variable in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
EndpointManager - Class in org.springframework.extensions.webscripts.connector
The EndpointManager is responsible for maintaining connection timeout and connection retry information for endpoints.
EndPointProxyController - Class in org.springframework.extensions.webscripts.servlet.mvc
EndPoint HTTP Proxy Controller for Spring MVC.
EndPointProxyController() - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
EndPointProxyServlet - Class in org.springframework.extensions.webscripts.servlet
Deprecated. 
EndPointProxyServlet() - Constructor for class org.springframework.extensions.webscripts.servlet.EndPointProxyServlet
Deprecated.
 
endpoints - Variable in class org.springframework.extensions.config.RemoteConfigElement
 
endValue() - Method in class org.springframework.extensions.webscripts.json.JSONWriter
End a value that was started with startValue()
enterDeferredContentEditMode(ExtensibilityModelImpl.RangeData, String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Iterates over the supplied RangeData object and calls the enterEditMode method on any DeferredContentSourceModelElement instances that are found within it.
enterEditMode(String) - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentSourceModelElement
Indicates the previously generated deferred content is being edited by an extension.
enterEditMode(String, DeferredContentSourceModelElement) - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentTargetModelElement
Moves the DeferredContentTargetModelElement into edit mode so that subsequent requests are processed appropriately.
entrySet() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
equals(Object) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
Overrides the default to loosen the parameters slightly.
equals(Object) - Method in class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
Two ModelElements are considered equal if they are of the same type, have the same identifier and have the same index and depth
equals(Object) - Method in class org.springframework.extensions.webscripts.MediaType
 
equals(Object) - Method in class org.springframework.extensions.webscripts.UriTemplate
 
EVALUATOR - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
EVALUATOR - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
EVALUATOR_PROP - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
EVALUATOR_PROP_NAME - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
EVALUATOR_PROP_VALUE - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
EVALUATOR_PROPS - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
EVALUATOR_PROPS - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
EVALUATOR_TYPE - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
exceptionLogger - Static variable in class org.springframework.extensions.webscripts.AbstractRuntime
 
exceptionOnError(RemoteConfigElement.EndpointDescriptor, String) - Method in interface org.springframework.extensions.webscripts.servlet.mvc.ProxyControllerInterceptor
 
exec(List) - Method in class org.springframework.extensions.webscripts.AbsoluteUrlMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.ArgReplaceMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.ClientResourceUrlFunctionMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.ClientUrlFunctionMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.DateCompareMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.FormatWriterMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.ISO8601DateFormatMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.MessageMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.ResourceUrlMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.ScriptUrlMethod
 
exec(List) - Method in class org.springframework.extensions.webscripts.UrlEncodeMethod
 
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
 
execute(WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
 
execute(WebScriptRequest, WebScriptResponse) - Method in interface org.springframework.extensions.webscripts.WebScript
Execute the Service
executeFinallyImpl(WebScriptRequest, Status, Cache, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
Execute custom Java logic to clean up any resources
executeImpl(WebScriptRequest, Status) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
Deprecated. 
executeImpl(WebScriptRequest, Status, Cache) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
Execute custom Java logic
executeImpl(WebScriptRequest, WebScriptStatus) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
Deprecated. 
executeScript() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Execute the Web Script encapsulated by this Web Script Runtime
executeScript(String, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
executeScript(String, Map<String, Object>) - Method in interface org.springframework.extensions.webscripts.ScriptProcessor
Execute script
executeScript(ScriptContent, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Execute a script
executeScript(ScriptContent, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
executeScript(ScriptContent, Map<String, Object>) - Method in interface org.springframework.extensions.webscripts.ScriptProcessor
Execute script
executeScript(WebScriptRequest, WebScriptResponse, Authenticator) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Execute script given the specified context
executeScript(WebScriptRequest, WebScriptResponse, Authenticator) - Method in class org.springframework.extensions.webscripts.PresentationContainer
 
executeScript(WebScriptRequest, WebScriptResponse, Authenticator) - Method in interface org.springframework.extensions.webscripts.RuntimeContainer
Execute the script in the context of the provided request and response
exists - Variable in class org.springframework.extensions.webscripts.ClassPathStore
 
exists() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
exists() - Method in class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver.UrlInputStreamResource
 
exists() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
exists() - Method in interface org.springframework.extensions.webscripts.Store
Determines whether the store actually exists
exitDeferredContentEditMode(List<DeferredContentSourceModelElement>) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Iterates over the supplied RangeData object and calls the exitEditMode method on any DeferredContentSourceModelElement instances that are found within it.
exitEditMode() - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentSourceModelElement
Indicates that the previously generated deferred content has finished being edited by an extension.
exitEditMode() - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentTargetModelElement
Moves the DeferredContentTargetModelElement out of edit mode so that normal processing is resumed.
ExtendedScopedConfigMap() - Constructor for class org.springframework.extensions.webscripts.ExtendedScriptConfigModel.ExtendedScopedConfigMap
 
ExtendedScopedConfigMap() - Constructor for class org.springframework.extensions.webscripts.ExtendedTemplateConfigModel.ExtendedScopedConfigMap
 
ExtendedScriptConfigModel - Class in org.springframework.extensions.webscripts
Model representation of configuration for use in scripts.
ExtendedScriptConfigModel(ConfigService, String, ConfigImpl, Map<String, List<ConfigSection>>, List<ConfigSection>) - Constructor for class org.springframework.extensions.webscripts.ExtendedScriptConfigModel
Constructor
ExtendedScriptConfigModel.ExtendedScopedConfigMap - Class in org.springframework.extensions.webscripts
 
ExtendedTemplateConfigModel - Class in org.springframework.extensions.webscripts
Extended TemplateConfigModel that is used to capture configuration that is dynamically added through extensions
ExtendedTemplateConfigModel(ConfigService, String, ConfigImpl, Map<String, List<ConfigSection>>, List<ConfigSection>) - Constructor for class org.springframework.extensions.webscripts.ExtendedTemplateConfigModel
Constructor
ExtendedTemplateConfigModel.ExtendedScopedConfigMap - Class in org.springframework.extensions.webscripts
 
ExtensibilityContainer - Class in org.springframework.extensions.webscripts
A simple extensibility Container for processing WebScripts.
ExtensibilityContainer() - Constructor for class org.springframework.extensions.webscripts.ExtensibilityContainer
 
ExtensibilityContent - Interface in org.springframework.extensions.surf.extensibility
Defines an object that can be have character strings appended to it and flushed.
ExtensibilityDebugData - Class in org.springframework.extensions.surf.extensibility.impl
Used to maintain the debug data about the ExtensibilityDirective instances used in a single request.
ExtensibilityDebugData() - Constructor for class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData
 
ExtensibilityDebugData.Data - Class in org.springframework.extensions.surf.extensibility.impl
Represents extensibility directive debug data.
ExtensibilityDirective - Interface in org.springframework.extensions.surf.extensibility
Although this is currently an interface that defines no methods.
ExtensibilityDirectiveData - Interface in org.springframework.extensions.surf.extensibility
Represents a single invocation of an ExtensibilityDirective.
ExtensibilityModel - Interface in org.springframework.extensions.surf.extensibility
 
ExtensibilityModelElement - Interface in org.springframework.extensions.surf.extensibility
Any classes that implement this interface can be legitimately added to the extensibility model.
ExtensibilityModelImpl - Class in org.springframework.extensions.surf.extensibility.impl
 
ExtensibilityModelImpl(ExtensibilityModel, HandlesExtensibility) - Constructor for class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Constructor for the model.
extension - Enum constant in enum class org.springframework.extensions.webscripts.Description.FormatStyle
 
extensionModules - Variable in class org.springframework.extensions.surf.extensibility.WebScriptExtensibilityModuleHandler
The List of BasicExtensionModule configuration files found on the SearchPath.
extractJarFileURL(URL) - Static method in class org.springframework.extensions.webscripts.ClassPathStore
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractPathWithinPattern(String, String) - Method in class org.springframework.extensions.webscripts.PathMatcher
 

F

findContentModelElement(String) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Finds a specific ContentModelElement (with the supplied identifier) in the model.
findContentModelElement(String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
findScript(String) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
findScript(String) - Method in interface org.springframework.extensions.webscripts.ScriptProcessor
Find a script at the specified path (within registered Web Script stores)
findTemplateSource(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateLoader
 
findValidScriptPath(String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Returns a variation on the provided path that exists and is processable by one of the processors in this registry.
findValidTemplatePath(String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Returns a variation on the provided path that exists and is processable by one of the processors in this registry.
findWebScript(String, String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
findWebScript(String, String) - Method in class org.springframework.extensions.webscripts.JaxRSUriIndex
 
findWebScript(String, String) - Method in class org.springframework.extensions.webscripts.PrefixTemplateUriIndex
 
findWebScript(String, String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a Web Script given an HTTP Method and URI
findWebScript(String, String) - Method in interface org.springframework.extensions.webscripts.UriIndex
Gets a Web Script given an HTTP Method and URI
flush() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityContent
Should be implemented to flush the content that has been constructed
flush() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityContent
 
flush() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Flushes the current ExtensibilityContent instance.
flushContent() - Method in interface org.springframework.extensions.surf.extensibility.ContentModelElement
Flushes the content of the all the buffer elements
flushContent() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
flushContent() - Method in class org.springframework.extensions.surf.extensibility.impl.DiscardUnboundContentModelElementImpl
Regardless of whatever has been written to the ExtensibilityContent object this method will always return the empty String to ensure that the unbounded content is "discarded".
flushContent() - Method in class org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
 
flushModel(Writer) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Flushes the entire content of the model to the supplied Writer.
flushModel(Writer) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Flushes the contents of the model to the supplied output stream.
forceSuccessStatus() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
forceSuccessStatus() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Force response to return SUCCESS (200) code Note: This is to support clients who cannot support non-success codes e.g.
forceSuccessStatus() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
format - Variable in class org.springframework.extensions.webscripts.TypeDescription
 
Format - Enum Class in org.springframework.extensions.webscripts
Well known Web Script Formats
FORMAT_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.TypeDescription
 
FormatAdaptorSet - Class in org.springframework.extensions.webscripts
Set of Format Readers and Writers.
FormatAdaptorSet() - Constructor for class org.springframework.extensions.webscripts.FormatAdaptorSet
 
FormatMap - Class in org.springframework.extensions.webscripts
A map of mimetypes indexed by format.
FormatMap() - Constructor for class org.springframework.extensions.webscripts.FormatMap
 
FormatModel - Class in org.springframework.extensions.webscripts
Format Model This class is immutable.
FormatReader<Type> - Interface in org.springframework.extensions.webscripts
Convert a mimetype to a Java object.
FormatRegistry - Class in org.springframework.extensions.webscripts
Maintains a registry of mimetypes (indexed by format and user agent)
FormatRegistry() - Constructor for class org.springframework.extensions.webscripts.FormatRegistry
Construct
FormatWriter<Type> - Interface in org.springframework.extensions.webscripts
Converts a Java Object to a mimetype
FormatWriterMethod - Class in org.springframework.extensions.webscripts
Custom FreeMarker Template language method.
FormatWriterMethod(FormatRegistry, String) - Constructor for class org.springframework.extensions.webscripts.FormatWriterMethod
Construct
FormData - Class in org.springframework.extensions.webscripts.servlet
Form Data
FormData(HttpServletRequest) - Constructor for class org.springframework.extensions.webscripts.servlet.FormData
Construct
FORMDATA - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
FormData.FormField - Class in org.springframework.extensions.webscripts.servlet
Form Field
FormDataReader - Class in org.springframework.extensions.webscripts.servlet
Convert multipart/formdata to class org.alfresco.web.scripts.servlet.FormData
FormDataReader() - Constructor for class org.springframework.extensions.webscripts.servlet.FormDataReader
 
FormField(FileItem) - Constructor for class org.springframework.extensions.webscripts.servlet.FormData.FormField
Construct
FTLTemplateProcessor - Class in org.springframework.extensions.webscripts.processor
FTL Template Processor for Alfresco Web Framework
FTLTemplateProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
FTLTemplateProcessor.NonBlockingObjectWrapper - Class in org.springframework.extensions.webscripts.processor
Implements the FreeMarker ObjectWrapper cache as a ThreadLocal to avoid blocking when interogating or populating the bean cache.
FULL - Enum constant in enum class org.springframework.extensions.webscripts.Match.Kind
URL request matches on URI and Method
fullName - Variable in class org.springframework.extensions.webscripts.connector.User
 

G

generalizeMimetype(String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Generalize Mimetype
generate() - Static method in class org.springframework.extensions.webscripts.GUID
 
generate(boolean) - Static method in class org.springframework.extensions.webscripts.GUID
 
generateKey(String, String) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVaultProvider
Provide a key for this Credential Vault for caching purposes
generateKey(String, String) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVaultProvider
Generate a caching key
GENERIC_ERROR_MESSAGE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
get(int, Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
get(int, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
get(int, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
get(Object) - Method in class org.springframework.extensions.webscripts.ConfigModel.ScopedConfigMap
 
get(Object) - Method in class org.springframework.extensions.webscripts.ExtendedScriptConfigModel.ExtendedScopedConfigMap
 
get(Object) - Method in class org.springframework.extensions.webscripts.ExtendedTemplateConfigModel.ExtendedScopedConfigMap
 
get(Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
get(String) - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
get(String) - Method in class org.springframework.extensions.webscripts.ScriptMessage
Get an I18N message
get(String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a GET request URI on the endpoint.
get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptMessage
Get an I18N message with the given message args
GET - Enum constant in enum class org.springframework.extensions.webscripts.connector.HttpMethod
 
getAction() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Gets the action being performed by the invocation of the associated ExtensibilityDirective type.
getAction() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
getAdditionalContentElements() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Retrieves the list of elements being generated as part of extension processing.
getAdditionalContentElements() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Retrieves the current List of ExtensibilityModelElement instances that are being generated as part of extension processing.
getAgent() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getAgent() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Get User Agent TODO: Expand on known agents
getAikauVersion() - Method in interface org.springframework.extensions.config.HasAikauVersion
 
getAllDocumentPaths() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getAllDocumentPaths() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getAllDocumentPaths() - Method in interface org.springframework.extensions.webscripts.Store
Gets the paths of all documents in this store
getApi() - Method in class org.springframework.extensions.webscripts.RemoteStore
Gets the api.
getApplicationContext() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
Gets the Application Context
getApplicationContext() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Gets the Application Context Changed from protected to public is for Dev Tools FreeMarker Editor plugin
getApplicationContext() - Method in class org.springframework.extensions.webscripts.StoreRegistrar
 
getArgs() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the URL arguments (query string)
getArgs() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getArguments() - Method in interface org.springframework.extensions.webscripts.Description
Gets webscript argument descriptions
getArguments() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getAuthenticator(String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Returns the implementation of an Authenticator with a given id
getAuthenticatorDescriptor(String) - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getAuthenticatorDescriptor(String) - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getAuthenticatorId() - Method in class org.springframework.extensions.config.RemoteConfigElement.ConnectorDescriptor
 
getAuthenticatorIds() - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getAuthenticatorIds() - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getAuthId() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getAutoDeployIndex() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getBasePath() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getBasePath() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getBasePath() - Method in interface org.springframework.extensions.webscripts.Store
Gets the base path of the store
getBasicAuth() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getBiography() - Method in class org.springframework.extensions.webscripts.connector.User
Get the biography
getBody() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Returns the TemplateDirectiveBody of the invocation of the associated ExtensibilityDirective type.
getBody() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
getBooleanAttribute(String, Element, boolean) - Static method in class org.springframework.extensions.surf.extensibility.XMLHelper
 
getBooleanProperty(Map<String, Object>, String, boolean) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractFreeMarkerDirective
Attempts to retrieve a boolean property from the map of parameters supplied using the key provided.
getBufferSize() - Method in interface org.springframework.extensions.webscripts.Description.RequiredTransactionParameters
Get buffer size (for caching transactional response)
getBufferSize() - Method in class org.springframework.extensions.webscripts.TransactionParameters
 
getCachedExtendedBundle(String) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Checks the container to see if it has cached an extended bundle (that is a basic ResourceBundle that has had extension modules applied to it.
getCachedExtendedBundle(String) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Checks the cache to see if it has cached an extended bundle (that is a basic ResourceBundle that has had extension modules applied to it.
getCapabilities() - Method in class org.springframework.extensions.webscripts.connector.User
Gets a map of capabilities (boolean assertions) for the user.
getCapability() - Method in interface org.springframework.extensions.webscripts.Description.RequiredTransactionParameters
Get transaction capability (readonly,readwrite)
getCapability() - Method in class org.springframework.extensions.webscripts.TransactionParameters
 
getChildDebugData() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
 
getChildDebugData() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
getChildren() - Method in class org.springframework.extensions.config.ServerConfigElement
 
getChildren() - Method in interface org.springframework.extensions.webscripts.Path
Gets the child paths
getChildren() - Method in class org.springframework.extensions.webscripts.PathImpl
 
getClassName() - Method in class org.springframework.extensions.webscripts.NativeMap
 
getClassName() - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
getClassName() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
getCode() - Method in class org.springframework.extensions.webscripts.Status
 
getCode() - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
getCodeDescription() - Method in class org.springframework.extensions.webscripts.Status
Gets the description of the status code
getCodeDescription() - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
Gets the description of the status code
getCodeName() - Method in class org.springframework.extensions.webscripts.Status
Gets the short name of the status code
getCodeName() - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
Gets the short name of the status code
getCommitResponse() - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
 
getCommonWebScripts() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getCompanyAddress1() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Address1
getCompanyAddress2() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Address2
getCompanyAddress3() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Address3
getCompanyEmail() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Email
getCompanyFax() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Fax
getCompanyPostcode() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Postcode
getCompanyTelephone() - Method in class org.springframework.extensions.webscripts.connector.User
Gets Company Telephone
getConfigService() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getConfigService() - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Gets the config service.
getConfigService() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
getConfigService() - Method in interface org.springframework.extensions.webscripts.Container
Gets the Config Service
getConfigurations() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getConnector() - Method in class org.springframework.extensions.webscripts.RemoteStore
Get a Connector for access to the endpoint.
getConnector(String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Retrieves a Connector to a given endpoint.
getConnector(String, HttpSession) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Retrieves a Connector to a given endpoint.
getConnector(String, String, HttpSession) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Retrieves a Connector for the given endpoint that is scoped to the given user.
getConnector(String, UserContext, HttpSession) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Retrieves a Connector for the given endpoint that is scoped to the given user context.
getConnectorDescriptor(String) - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getConnectorDescriptor(String) - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getConnectorId() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getConnectorIds() - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getConnectorIds() - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getConnectorProvider() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getConnectorService() - Method in class org.springframework.extensions.webscripts.connector.AbstractAuthenticator
Helper to return the "connector.service" bean for concrete implementations to make use of
getConnectorService() - Method in class org.springframework.extensions.webscripts.RemoteStore
Gets the connector service.
getConnectorSession() - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
getConnectorSession() - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
getConnectorSession() - Method in interface org.springframework.extensions.webscripts.connector.Connector
Returns the connector session
getConnectorSession() - Method in class org.springframework.extensions.webscripts.connector.UserContext
 
getConnectorSession(HttpSession, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Returns the ConnectorSession bound to the current HttpSession for the given endpoint
getContainer() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
 
getContainer() - Method in class org.springframework.extensions.webscripts.AbstractWebScript
 
getContainer() - Method in interface org.springframework.extensions.webscripts.Runtime
Gets the Web Script Container within which this Runtime is hosted
getContainerName() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the Container Name
getContent() - Method in class org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
getContent() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getContent() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getContent() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the request body as content
getContentType() - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
Gets the content type.
getContentType() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getContentType() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the mimetype of the request
getContentType() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
getContext() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the Context Path e.g.
getContext() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getContextPath() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getContextPath() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the Alfresco Context Path
getContextPath() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getCookie(String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Gets a header.
getCookieNames() - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Returns the cookie names.
getCookies() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Gets the current set of cookies for state transfer.
getCredentials() - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
getCredentials() - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
getCredentials() - Method in interface org.springframework.extensions.webscripts.connector.Connector
Returns the credents for this connector.
getCredentials() - Method in class org.springframework.extensions.webscripts.connector.UserContext
 
getCredentialVault(HttpSession, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Retrieves the user-scoped CredentialVault for the given user If a vault doesn't yet exist, a vault of the default type will be instantiated
getCredentialVault(HttpSession, String, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Retrieves the user-scoped CredentialVault for the given user id and given vault id
getCssDependencies() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getCurrentBufferElement() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Returns the current ExtensibilityContent being written to.
getCurrentExtensibilityModel() - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Should be implemented to return an ExtensibilityModel if one is currently being built.
getCurrentExtensibilityModel() - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Returns the ExtensibilityModel for the current thread.
getCustomizations() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getDebugData() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
 
getDebugData() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
getDefaultCredentialVaultProviderId() - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getDefaultCredentialVaultProviderId() - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getDefaultEncoding() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
getDefaultEncoding() - Method in interface org.springframework.extensions.webscripts.TemplateProcessor
Gets the default encoding
getDefaultEndpointId() - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getDefaultEndpointId() - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getDefaultFormat() - Method in interface org.springframework.extensions.webscripts.Description
Gets the default response format Note: the default response format is the first listed in the service description document
getDefaultFormat() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getDefaultScriptProcessor() - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Gets the default script processor.
getDefaultStoreId() - Method in interface org.springframework.extensions.webscripts.PreviewContextProvider
Gets the default store id
getDefaultTemplateProcessor() - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Gets the default template processor.
getDefaultUrl() - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
Gets the default url.
getDefaultValue() - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
 
getDefaultValue(Class) - Method in class org.springframework.extensions.webscripts.NativeMap
 
getDefaultValue(Class) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
getDefaultValue(Class) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
getDefaultWebappId() - Method in interface org.springframework.extensions.webscripts.PreviewContextProvider
Gets the default webapp id
getDeferredContent(String, String) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
 
getDeferredContent(String, String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Finds and returns the deferred DeferredContentTargetModelElement specified by the supplied directive ID and name.
getDefinition() - Method in class org.springframework.extensions.webscripts.TypeDescription
 
getDescDocument() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
getDescDocument() - Method in interface org.springframework.extensions.webscripts.BaseDescriptionDocument
Gets the description xml document for this base description document
getDescDocument() - Method in interface org.springframework.extensions.webscripts.Description
Gets the description xml document for this web script
getDescPath() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
getDescPath() - Method in interface org.springframework.extensions.webscripts.BaseDescriptionDocument
Gets the path of the description xml document for this base description document
getDescPath() - Method in interface org.springframework.extensions.webscripts.Description
Gets the path of the description xml document for this web script
getDescription() - Method in class org.springframework.extensions.config.RemoteConfigElement.AuthenticatorDescriptor
 
getDescription() - Method in class org.springframework.extensions.config.RemoteConfigElement.ConnectorDescriptor
 
getDescription() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getDescription() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getDescription() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
 
getDescription() - Method in class org.springframework.extensions.webscripts.AbstractWebScript
 
getDescription() - Method in interface org.springframework.extensions.webscripts.BaseDescription
Gets the description of this base description
getDescription() - Method in interface org.springframework.extensions.webscripts.Container
Gets the Container Description
getDescription() - Method in class org.springframework.extensions.webscripts.PresentationContainer
 
getDescription() - Method in interface org.springframework.extensions.webscripts.WebScript
Gets the Service Description
getDescriptionDocumentPaths() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getDescriptionDocumentPaths() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getDescriptionDocumentPaths() - Method in interface org.springframework.extensions.webscripts.Store
Gets the paths of all Web Script description documents in this store
getDescriptor() - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
 
getDestinationClass() - Method in interface org.springframework.extensions.webscripts.FormatReader
Gets the Java Class to convert to
getDestinationClass() - Method in class org.springframework.extensions.webscripts.json.JSONReader
 
getDestinationClass() - Method in class org.springframework.extensions.webscripts.RequestReader
 
getDestinationClass() - Method in class org.springframework.extensions.webscripts.servlet.FormDataReader
 
getDestinationMimetype() - Method in interface org.springframework.extensions.webscripts.FormatWriter
Gets the mimetype to convert to
getDirective() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData.Data
 
getDirectiveData(String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData
Gets the debug data for a specific directive type
getDirectiveName() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Returns the name of the associated ExtensibilityDirective type.
getDirectiveName() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
 
getDirectiveName() - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractFreeMarkerDirective
 
getDirectiveName() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
getDirectiveName() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
 
getDirectives() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData
 
getDocument(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getDocument(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getDocument(String) - Method in class org.springframework.extensions.webscripts.SearchPath
Gets a document from anywhere on the search path.
getDocument(String) - Method in interface org.springframework.extensions.webscripts.Store
Gets a document.
getDocumentPaths(String, boolean, String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getDocumentPaths(String, boolean, String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getDocumentPaths(String, boolean, String) - Method in interface org.springframework.extensions.webscripts.Store
Gets the paths of given document pattern within given path/sub-paths in this store
getDocumentPaths(String, String) - Method in class org.springframework.extensions.webscripts.AbstractStore
 
getDocumentPaths(String, String) - Method in interface org.springframework.extensions.webscripts.Store
Gets the paths matching a given file path pattern in this store.
getEdition() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the edition
getEmail() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the email.
getEncodeResourceUrlFunction(String) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResponse
 
getEncodeResourceUrlFunction(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
getEncodeResourceUrlFunction(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Return a client side javascript function to build resource urls for this service
getEncodeResourceUrlFunction(String) - Method in class org.springframework.extensions.webscripts.WebScriptResponseImpl
 
getEncodeScriptUrlFunction(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
getEncodeScriptUrlFunction(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Return a client side javascript function to build urls to this service
getEncoding() - Method in class org.springframework.extensions.webscripts.connector.Response
Gets the encoding.
getEndpoint() - Method in class org.springframework.extensions.webscripts.connector.AbstractClient
 
getEndpoint() - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
getEndpoint() - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
getEndpoint() - Method in interface org.springframework.extensions.webscripts.connector.Client
 
getEndpoint() - Method in interface org.springframework.extensions.webscripts.connector.Connector
Returns the endpoint to which this connector connects.
getEndpoint() - Method in class org.springframework.extensions.webscripts.RemoteStore
Gets the endpoint.
getEndpoint() - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Returns the endpoint string
getEndpointDescription(String) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Returns the description of an endpoint
getEndpointDescriptor(String) - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getEndpointDescriptor(String) - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getEndpointId() - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Gets the endpoint id.
getEndpointId() - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Gets the endpoint id.
getEndpointId() - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
getEndpointIds() - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getEndpointIds() - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getEndpointIds() - Method in class org.springframework.extensions.webscripts.ScriptRemote
Returns a list of the application endpoint ids
getEndpointName(String) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Returns the name of an endpoint
getEndpointUrl() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getEndpointURL(String) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Returns the configured URL for the given endpoint
getEnv() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
getETag() - Method in class org.springframework.extensions.webscripts.Cache
 
getEvaluatedModules() - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Retrieve the list of ExtensionModule instances that have been evaluated as applicable for the current request.
getEvaluator() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getEvaluator() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getEvaluatorProperties() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getEvaluatorProperties() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getException() - Method in class org.springframework.extensions.webscripts.Status
 
getException() - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
getExceptionOnError() - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
 
getExecuteScript(String) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Find execute script for given request format Note: This method caches the script to request format mapping
getExtendedScriptConfigModel(String) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Creates a new ExtendedScriptConfigModel instance which contains configuration provided by the extensions that have been evaluated to be processed.
getExtendedScriptConfigModel(String) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Creates a new ExtendedScriptConfigModel instance using the local configuration generated for this request.
getExtendedTemplateConfigModel(String) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Creates a new ExtendedTemplateConfigModel instance which contains configuration provided by the extensions that have been evaluated to be processed.
getExtendedTemplateConfigModel(String) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Creates a new TemplateConfigModel instance using the local configuration generated for this request.
getExtendingModuleFiles(String) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Returns a List of the files that should be applied to an ExtensibilityModel being processed.
getExtendingModuleFiles(String) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
 
getExtendingModuleFiles(BasicExtensionModule, String) - Method in class org.springframework.extensions.surf.extensibility.WebScriptExtensibilityModuleHandler
Returns a List of the files that should be applied to an ExtensibilityModel being processed.
getExtension() - Method in interface org.springframework.extensions.surf.core.processor.Processor
The file extension that the processor is associated with, null if none.
getExtension() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the Service Extension Path e.g.
getExtension() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
getExtension() - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
getExtension() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getExtensionForProcessor(ScriptProcessor) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Gets the extension for given processor.
getExtensionForProcessor(TemplateProcessor) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Gets the extension for given processor.
getExtensionModules() - Method in class org.springframework.extensions.surf.extensibility.WebScriptExtensibilityModuleHandler
Sets up the list of BasicExtensionModule instances found in the configuration.
getExtensionName() - Method in interface org.springframework.extensions.surf.core.processor.ProcessorExtension
Returns the name of the extension
getExtensionName() - Method in class org.springframework.extensions.webscripts.processor.BaseProcessorExtension
 
getExtensionPath() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the path extension beyond the path registered for this service e.g.
getExtensionPath() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
getExtensions() - Method in interface org.springframework.extensions.webscripts.Description
Gets web script specific extensions
getExtensions() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getExternalAuth() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getFailedPackageDescriptionsByPath() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns list of package description documents that fail to register
getFailedPackageDescriptionsByPath() - Method in interface org.springframework.extensions.webscripts.Registry
Gets all package description documents that fail to register
getFailedSchemaDescriptionsByPath() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns list of schema description documents that fail to register
getFailedSchemaDescriptionsByPath() - Method in interface org.springframework.extensions.webscripts.Registry
Gets all schema description documents that fail to register
getFailures() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getFailures() - Method in interface org.springframework.extensions.webscripts.Registry
Gets all Web Script definitions that failed to register
getFamily(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getFamily(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a Web Script Family NOTE: - To get all families, pass / - To get a specific family, pass /{familyName}
getFamilys() - Method in interface org.springframework.extensions.webscripts.Description
Gets the family(s) of this service in the order that they are defined
getFamilys() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getFields() - Method in class org.springframework.extensions.webscripts.servlet.FormData
Helper to parse servlet request form data
getFileBeingProcessed() - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Returns the path of the file currently being processed in the model.
getFileBeingProcessed() - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Returns the path of the file currently being processed in the model by the current thread.
getFileField(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
Returns the FormField bject representing a file uploaded via a multipart form.
getFilename() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getFirstName() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the first name.
getFormat() - Method in class org.springframework.extensions.webscripts.NegotiatedFormat
 
getFormat() - Method in class org.springframework.extensions.webscripts.StatusTemplate
Gets template format
getFormat() - Method in class org.springframework.extensions.webscripts.TypeDescription
 
getFormat() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Get Requested Format
getFormat() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
getFormat(String, String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Gets the format for the specified user agent and mimetype
getFormatRegistry() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getFormatRegistry() - Method in interface org.springframework.extensions.webscripts.Container
Gets the response format registry
getFormatStatusTemplate(String) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Get format Status Template path
getFormatStyle() - Method in interface org.springframework.extensions.webscripts.Description
Gets the style of Format discriminator supported by this web script
getFormatStyle() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getFormatStyle() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Get the style the Format was specified in
getFormatStyle() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
getFull() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the full path e.g.
getFull() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getFullName() - Method in class org.springframework.extensions.webscripts.connector.User
Provides the full name for the user.
getGlobal() - Method in class org.springframework.extensions.webscripts.ConfigModel
Retrieves the global configuration as a Map.
getGlobal() - Method in class org.springframework.extensions.webscripts.ExtendedScriptConfigModel
 
getGlobal() - Method in class org.springframework.extensions.webscripts.ExtendedTemplateConfigModel
 
getGoogleUsername() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the google user name.
getHeader(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getHeader(String) - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the value of the named header
getHeaderNames() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getHeaderNames() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the names of all headers for this request
getHeaders() - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
Gets the headers.
getHeaders() - Method in class org.springframework.extensions.webscripts.connector.ResponseStatus
Retrieves response headers
getHeaderValues(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getHeaderValues(String) - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the (array) value of the named header Note: An array of one item is returned when a "single value" named header is requested
getHostName() - Method in class org.springframework.extensions.config.ServerConfigElement
 
getHostName() - Method in interface org.springframework.extensions.config.ServerProperties
 
getHttpServletRequest() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
Gets the HTTP Servlet Request
getHttpServletRequest(WebScriptRequest) - Static method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
Helper to get HttpServletRequest from Web Script Request
getHttpServletResponse() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
Gets the HTTP Servlet Response
getHttpServletResponse(WebScriptResponse) - Static method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
Helper to get HttpServletResponse from Web Script Response
getId() - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
getId() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getId() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Returns the id of FreeMarker directive represented by implementing instance.
getId() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
 
getId() - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
 
getId() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
getId() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData.Data
 
getId() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
 
getId() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
 
getId() - Method in interface org.springframework.extensions.webscripts.BaseDescription
Gets the id of this base description
getId() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the id - this is usually the username.
getId() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the Id of the server instance
getId() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
 
getId() - Method in interface org.springframework.extensions.webscripts.WebScriptSession
Gets the id of the session
getIdentity() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getIds() - Method in class org.springframework.extensions.webscripts.NativeMap
 
getIds() - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
getIds() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
getImplementationClass() - Method in class org.springframework.extensions.config.RemoteConfigElement.AuthenticatorDescriptor
 
getImplementationClass() - Method in class org.springframework.extensions.config.RemoteConfigElement.ConnectorDescriptor
 
getInputStream() - Method in interface org.springframework.extensions.webscripts.ScriptContent
Gets an input stream to the contents of the script
getInputStream() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getInputStream(String) - Method in class org.springframework.extensions.config.source.WebAppConfigSource
 
getInstance() - Static method in class org.springframework.extensions.webscripts.ModuleBundleSentinel
Retrieves the singleton instance and creates it if it does not exist.
getInstantMsg() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the instant msg id.
getIsFile() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getIsMultiPart() - Method in class org.springframework.extensions.webscripts.servlet.FormData
Determine if multi-part form data has been provided
getIsPublic() - Method in class org.springframework.extensions.webscripts.Cache
 
getIsPublic() - Method in interface org.springframework.extensions.webscripts.Description.RequiredCache
Determine if Web Script content is for public caching
getJobTitle() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the job title.
getJsDependencies() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getJSONCallback() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Get the JSON callback method
getJSONCallback() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
getKeys() - Method in class org.springframework.extensions.webscripts.ModuleBundleSentinel
Implemented to fulfil the abstract superclass contract.
getKeys() - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Overrides the super class implementation to return an enumeration of keys from all the merged bundles
getKind() - Method in interface org.springframework.extensions.webscripts.Description
Gets the kind of service.
getKind() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getKind() - Method in class org.springframework.extensions.webscripts.Match
Gets the kind of Match
getLastModified() - Method in class org.springframework.extensions.webscripts.Cache
 
getLastModified(Object) - Method in class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateLoader
 
getLastName() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the last name.
getLifecycle() - Method in interface org.springframework.extensions.webscripts.Description
Get the lifecycle
getLifecycle() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getLifecycle(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getLifecycle(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a Lifecycle Family, for example, all deprecated web scripts NOTE: - To get all lifecycles, pass / - To get a specific lifecycle, pass /{lifecycleName}
getLocation() - Method in class org.springframework.extensions.webscripts.connector.User
Get the location
getLocation() - Method in class org.springframework.extensions.webscripts.Status
 
getLoginURL() - Method in class org.springframework.extensions.webscripts.connector.AlfrescoAuthenticator
 
getMatch() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the matching service path e.g.
getMatch() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getMaxAge() - Method in class org.springframework.extensions.webscripts.Cache
 
getMediaType() - Method in class org.springframework.extensions.webscripts.NegotiatedFormat
 
getMergedBundlePaths() - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
 
getMessage() - Method in class org.springframework.extensions.webscripts.Status
 
getMessage() - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
getMethod() - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
Gets the method.
getMethod() - Method in interface org.springframework.extensions.webscripts.Description
Gets the HTTP method this service is bound to
getMethod() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getMiddleName() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the middle name.
getMimetype() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getMimeType(String, String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Gets the mimetype for the specified user agent and format
getMobilePhone() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the mobile phone.
getModel() - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
 
getMultipartProcessing() - Method in interface org.springframework.extensions.webscripts.Description
 
getMultipartProcessing() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getMustRevalidate() - Method in class org.springframework.extensions.webscripts.Cache
 
getMustRevalidate() - Method in interface org.springframework.extensions.webscripts.Description.RequiredCache
Must cache re-validate to ensure content is fresh
getName() - Method in class org.springframework.extensions.config.RemoteConfigElement.AuthenticatorDescriptor
 
getName() - Method in class org.springframework.extensions.config.RemoteConfigElement.ConnectorDescriptor
 
getName() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getName() - Method in interface org.springframework.extensions.surf.core.processor.Processor
Get the name of the processor
getName() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getName() - Method in class org.springframework.extensions.webscripts.connector.User
 
getName() - Method in interface org.springframework.extensions.webscripts.Container
Gets the name of the Container
getName() - Method in class org.springframework.extensions.webscripts.FormatModel
Gets the format name
getName() - Method in interface org.springframework.extensions.webscripts.Path
Gets the name of the path (last path segment)
getName() - Method in class org.springframework.extensions.webscripts.PathImpl
 
getName() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
getName() - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
getName() - Method in interface org.springframework.extensions.webscripts.Runtime
Gets the name of the Web Script Runtime
getName() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the Name of the server instance
getName() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getName() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
getNegotiatedFormats() - Method in interface org.springframework.extensions.webscripts.Description
Gets the formats available for negotiation
getNegotiatedFormats() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getNeverCache() - Method in class org.springframework.extensions.webscripts.Cache
 
getNeverCache() - Method in interface org.springframework.extensions.webscripts.Description.RequiredCache
Determine if Web Script should ever be cached
getNext() - Method in interface org.springframework.extensions.webscripts.WrappingWebScriptRequest
Get Web Script request wrapped by this request
getNext() - Method in interface org.springframework.extensions.webscripts.WrappingWebScriptResponse
Get Web Script request wrapped by this request
getNextContentBufferElement() - Method in interface org.springframework.extensions.surf.extensibility.ContentModelElement
This should be implemented to return the next buffer element to write to.
getNextContentBufferElement() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
getNextContentBufferElement() - Method in class org.springframework.extensions.surf.extensibility.impl.DiscardUnboundContentModelElementImpl
This always returns the same DefaultExtensibilityContentImpl that is associated with the current instance.
getNextContentBufferElement() - Method in class org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
This always returns the same DefaultExtensibilityContentImpl that is associated with the current instance.
getOrganization() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the organization.
getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.extensions.webscripts.UrlPathHelper
 
getOutputStream() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
getOutputStream() - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Gets the Output Stream
getPackage() - Method in interface org.springframework.extensions.webscripts.Description
Gets the package (Path version of getScriptPath)
getPackage() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getPackage() - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
getPackage(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getPackage(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a Web Script Package
getPackageDescriptionDocument(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns package description document with the given webscript package
getPackageDescriptionDocument(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a package description document given a webscript package
getPackageDescriptionDocuments() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns list of package description documents
getPackageDescriptionDocuments() - Method in interface org.springframework.extensions.webscripts.Registry
Returns the whole list of package description documents
getParameter(String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Gets a parameter.
getParameter(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getParameter(String) - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the value of the named parameter
getParameter(String) - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getParameterKeys() - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Returns the parameter keys.
getParameterNames() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getParameterNames() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the names of all parameters on the Url
getParameterNames() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getParameters() - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
Gets the parameters.
getParameters() - Method in class org.springframework.extensions.webscripts.servlet.FormData
Gets parameters encoded in the form data
getParameters(Runtime) - Method in interface org.springframework.extensions.webscripts.ScriptParameterFactory
Gets script parameters
getParameterValues(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getParameterValues(String) - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the (array) value of the named parameter Note: An array of one item is returned when a "single value" named parameter is requested
getParameterValues(String) - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getParams() - Method in class org.springframework.extensions.webscripts.MediaType
 
getParent() - Method in interface org.springframework.extensions.webscripts.Path
Gets the parent path
getParent() - Method in class org.springframework.extensions.webscripts.PathImpl
 
getParentId() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getParentModel() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Gets the ExtensibilityModel enclosing this model (assuming that this model is nested within a parent).
getParentModel() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Extensibility models can be nested.
getParentScope() - Method in class org.springframework.extensions.webscripts.NativeMap
 
getParentScope() - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
getParentScope() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
getPassword() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getPath() - Method in class org.springframework.extensions.webscripts.Match
Gets the static (i.e.
getPath() - Method in interface org.springframework.extensions.webscripts.Path
Gets the full path
getPath() - Method in class org.springframework.extensions.webscripts.PathImpl
 
getPath() - Method in interface org.springframework.extensions.webscripts.ScriptContent
Gets the path to the content
getPath() - Method in class org.springframework.extensions.webscripts.StatusTemplate
Gets template path
getPath(HttpServletRequest) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Returns the path for a request where a path is the request uri with the request context stripped out.
getPathDescription() - Method in interface org.springframework.extensions.webscripts.ScriptContent
Gets path description
getPathInfo() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getPathInfo() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the service specific path
getPathInfo() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getPaths() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData.Data
 
getPoolSize() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
getPort() - Method in class org.springframework.extensions.config.ServerConfigElement
 
getPort() - Method in interface org.springframework.extensions.config.ServerProperties
 
getPreviewContext() - Method in class org.springframework.extensions.webscripts.AbstractStore
Gets the preview context
getProperties() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the properties.
getProperties() - Method in class org.springframework.extensions.webscripts.ScriptCredentials
Returns the properties of the credentials
getProperties() - Method in class org.springframework.extensions.webscripts.ScriptCredentialVault
Returns the properties of the credential vault
getProperties(String, Element) - Static method in class org.springframework.extensions.surf.extensibility.XMLHelper
 
getProperty(String) - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
getProperty(String) - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Gets a given property
getProperty(String) - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
getProperty(String) - Method in class org.springframework.extensions.webscripts.connector.User
Gets the property.
getPropertyKeys() - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Returns the property keys
getPropertyKeys() - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
getPrototype() - Method in class org.springframework.extensions.webscripts.NativeMap
 
getPrototype() - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
getPrototype() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
getQuality() - Method in class org.springframework.extensions.webscripts.MediaType
 
getQueryString() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getQueryString() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the query String
getQueryString() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getReader() - Method in interface org.springframework.extensions.webscripts.ScriptContent
Gets a reader to the contents of the script
getReader(Object, String) - Method in class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateLoader
 
getReader(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateSource
 
getReader(String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Gets a Format Reader
getRealWebScriptRequest(WebScriptRequest) - Static method in class org.springframework.extensions.webscripts.AbstractRuntime
Helper to retrieve real (last) Web Script Request in a stack of wrapped Web Script requests
getRealWebScriptResponse(WebScriptResponse) - Static method in class org.springframework.extensions.webscripts.AbstractRuntime
Helper to retrieve real (last) Web Script Response in a stack of wrapped Web Script responses
getReconnectTimeout() - Method in class org.springframework.extensions.config.RemoteConfigElement.ConnectorDescriptor
 
getRedirect() - Method in class org.springframework.extensions.webscripts.Status
 
getRedirect() - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
getRegex() - Method in class org.springframework.extensions.webscripts.UriTemplate
 
getRegisteredExtensions() - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Returns the extensions with registered processors
getRegisteredExtensions() - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Returns the extensions with registered processors
getRegistry() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getRegistry() - Method in interface org.springframework.extensions.webscripts.Container
Gets the registry of Web Scripts
getRemoteConfig() - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Return the RemoteConfigElement instance
getRemoteConfig() - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
Gets the remote config.
getRequestContentType() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
getRequestMethod() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
getRequestType() - Method in class org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
getRequestTypes() - Method in interface org.springframework.extensions.webscripts.Description
Gets webscript request types
getRequestTypes() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getRequestUri(HttpServletRequest) - Method in class org.springframework.extensions.webscripts.UrlPathHelper
 
getRequired() - Method in interface org.springframework.extensions.webscripts.Description.RequiredTransactionParameters
Get required transaction semantics
getRequired() - Method in class org.springframework.extensions.webscripts.TransactionParameters
 
getRequiredAuthentication() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getRequiredAuthentication() - Method in interface org.springframework.extensions.webscripts.Description
Gets the required authentication level for execution of this service
getRequiredAuthentication() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getRequiredAuthentication() - Method in interface org.springframework.extensions.webscripts.RuntimeContainer
Gets the required container authentication level (for matching web scripts)
getRequiredCache() - Method in interface org.springframework.extensions.webscripts.Description
Gets the required level of caching
getRequiredCache() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getRequiredTransaction() - Method in interface org.springframework.extensions.webscripts.Description
Gets the required transaction level
getRequiredTransaction() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getRequiredTransactionParameters() - Method in interface org.springframework.extensions.webscripts.Description
Gets the transaction parameters
getRequiredTransactionParameters() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getResource(String) - Method in class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver
Retrieves a resource for a given location This method performs a robust lookup, first checking the servlet context for the resource.
getResourceDescriptionList() - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
getResourceDescriptions() - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
getResourcePath() - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
 
getResources() - Method in class org.springframework.extensions.webscripts.AbstractWebScript
 
getResources() - Method in interface org.springframework.extensions.webscripts.WebScript
Gets the Service Resources
getResources(String) - Method in class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver
Looks up resources by matching against a given location pattern Performs a robust match of the given location pattern against both servlet context class path resources as well as resources contained within JAR files.
getResponse() - Method in class org.springframework.extensions.webscripts.connector.Response
Gets the response.
getResponseStream() - Method in class org.springframework.extensions.webscripts.connector.Response
Gets the response stream.
getResponseTypes() - Method in interface org.springframework.extensions.webscripts.Description
Gets webscript response types
getResponseTypes() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getRunAs() - Method in interface org.springframework.extensions.webscripts.Description
Gets the ID of the user that the service should be run as or null if the service is to be run as the authenticated user.
getRunAs() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getRuntime() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the initiating runtime
getRuntime() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
getRuntime() - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Gets the initiating runtime
getRuntime() - Method in class org.springframework.extensions.webscripts.WebScriptResponseImpl
 
getSchema() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the schema number
getSchemaDescriptionDocument(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns schema description document with the given id.
getSchemaDescriptionDocument(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a schema description document given a schema id
getSchemaDescriptionDocuments() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns list of schema description documents
getSchemaDescriptionDocuments() - Method in interface org.springframework.extensions.webscripts.Registry
Returns the whole list of schema description documents
getSchemaTypeDescriptionById(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
Returns schema type description document with given id
getSchemaTypeDescriptionById(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a schema type description given a schema type id
getScheme() - Method in class org.springframework.extensions.config.ServerConfigElement
 
getScheme() - Method in interface org.springframework.extensions.config.ServerProperties
 
getScope() - Method in class org.springframework.extensions.webscripts.ScriptDebugger.AlfrescoScopeProvider
Returns the scope for script evaluations.
getScoped() - Method in class org.springframework.extensions.webscripts.ConfigModel
Retrieves scoped configuration as a Map.
getScoped() - Method in class org.springframework.extensions.webscripts.ExtendedScriptConfigModel
Retrieves scoped configuration as a Map.
getScoped() - Method in class org.springframework.extensions.webscripts.ExtendedTemplateConfigModel
Retrieves scoped configuration as a Map.
getScript() - Method in class org.springframework.extensions.webscripts.ConfigModel
Retrieves the script configuration.
It's up to the subclass what is returned to represent script config.
getScript() - Method in class org.springframework.extensions.webscripts.ExtendedScriptConfigModel
Returns the script's config as a String
getScript() - Method in class org.springframework.extensions.webscripts.ScriptConfigModel
Returns the script's config as a String
getScript() - Method in class org.springframework.extensions.webscripts.TemplateConfigModel
Returns the script's config as a Freemarker NodeModel object
getScript(String) - Method in class org.springframework.extensions.webscripts.MultiScriptLoader
 
getScript(String) - Method in class org.springframework.extensions.webscripts.RemoteStore.RemoteStoreScriptLoader
 
getScript(String) - Method in interface org.springframework.extensions.webscripts.ScriptLoader
Gets the script location for the script at the specified path
getScriptDocumentPaths(WebScript) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getScriptDocumentPaths(WebScript) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getScriptDocumentPaths(WebScript) - Method in interface org.springframework.extensions.webscripts.Store
Gets the paths of all implementation files for a given Web Script
getScriptIds() - Method in class org.springframework.extensions.webscripts.ResourceDescription
 
getScriptIdsAsString() - Method in class org.springframework.extensions.webscripts.ResourceDescription
 
getScriptLoader() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getScriptLoader() - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
Gets the script loader.
getScriptLoader() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getScriptLoader() - Method in interface org.springframework.extensions.webscripts.Store
Gets the script loader for this store
getScriptMethod() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Get the Web Script Method e.g.
getScriptMethod() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
getScriptParameterFactories() - Method in class org.springframework.extensions.webscripts.ScriptParameterFactoryRegistry
 
getScriptParameterFactoryRegistry() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getScriptParameterFactoryRegistry() - Method in interface org.springframework.extensions.webscripts.Container
Get the Script Parameter Factory Registry
getScriptParameters() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
 
getScriptParameters() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getScriptParameters() - Method in interface org.springframework.extensions.webscripts.Container
Gets parameters for the Script Processor
getScriptParameters() - Method in interface org.springframework.extensions.webscripts.Runtime
Gets script parameters
getScriptPath() - Method in interface org.springframework.extensions.webscripts.Description
Gets the path within the store of this web script
getScriptPath() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getScriptProcessor(String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Returns the script processor that matches the file extension for the given path.
getScriptProcessor(ScriptContent) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Returns the best fit script processor for the given script content object.
getScriptProcessorByExtension(String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Gets the script processor registered for the given extension
getScriptProcessorRegistry() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getScriptProcessorRegistry() - Method in interface org.springframework.extensions.webscripts.Container
Gets the Script Processor Registry
getScriptProcessorRegistry() - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
Gets the script processor registry
getScripts() - Method in interface org.springframework.extensions.webscripts.Path
Gets Web Scripts associated with this path
getScripts() - Method in class org.springframework.extensions.webscripts.PathImpl
 
getScriptUrl() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Get the Web Script Url
getScriptUrl() - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewRuntime
 
getScriptUrl() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
getSearchPath() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getSearchPath() - Method in interface org.springframework.extensions.webscripts.Container
Gets the Search Path
getSearchPath() - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
Gets the search path.
getSearchPath() - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
Gets the search path.
getSearchPathId() - Method in class org.springframework.extensions.webscripts.StoreRegistrar
Overrides the id of the search path to use
getServer() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the Server Path e.g.
getServer() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getServerPath() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getServerPath() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Get server portion of the request e.g.
getService() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the Service Path e.g.
getService() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getServiceContext() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the Service Context Path e.g.
getServiceContext() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getServiceContextPath() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getServiceContextPath() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the Alfresco Web Script Context Path
getServiceContextPath() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getServiceMatch() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getServiceMatch() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the matching API Service for this request
getServiceMatch() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getServicePath() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getServicePath() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the Alfresco Service Path
getServicePath() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getSession() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
 
getSession() - Method in interface org.springframework.extensions.webscripts.Runtime
Get the Web Script Session
getShortName() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
 
getShortName() - Method in interface org.springframework.extensions.webscripts.BaseDescription
Gets the short name of this base description
getSize() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndex
 
getSize() - Method in class org.springframework.extensions.webscripts.PrefixTemplateUriIndex
 
getSize() - Method in interface org.springframework.extensions.webscripts.UriIndex
Gets size of index (i.e.
getSkype() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the skype id.
getSocketFactoryRegistry() - Method in class org.springframework.extensions.config.RemoteConfigElement.SSLConfigDescriptor
 
getSourceClass() - Method in interface org.springframework.extensions.webscripts.FormatWriter
Gets the source Java class to convert from
getSourceMimetype() - Method in interface org.springframework.extensions.webscripts.FormatReader
Gets the source mimetype to convert from
getSourceMimetype() - Method in class org.springframework.extensions.webscripts.json.JSONReader
 
getSourceMimetype() - Method in class org.springframework.extensions.webscripts.RequestReader
 
getSourceMimetype() - Method in class org.springframework.extensions.webscripts.servlet.FormDataReader
 
getSourcePackageName() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getSSLConfigDescriptor() - Method in class org.springframework.extensions.config.RemoteConfigElement
 
getSSLConfigDescriptor() - Method in interface org.springframework.extensions.config.RemoteConfigProperties
 
getStaticCharCount() - Method in class org.springframework.extensions.webscripts.UriTemplate
 
getStatus() - Method in class org.springframework.extensions.webscripts.connector.Response
Gets the status.
getStatus() - Method in exception org.springframework.extensions.webscripts.WebScriptException
Get status code
getStatusCodeTemplate(int) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Get code specific Status Template path
getStatusModel() - Method in interface org.springframework.extensions.webscripts.StatusTemplateFactory
Retrieve the status model
getStatusModel() - Method in exception org.springframework.extensions.webscripts.WebScriptException
Get status model
getStatusTemplate() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Get Status Template path
getStatusTemplate() - Method in interface org.springframework.extensions.webscripts.StatusTemplateFactory
Retrieve the status template
getStatusTemplate() - Method in exception org.springframework.extensions.webscripts.WebScriptException
Get status template
getStatusTemplate(String, int, String) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Find status template Note: This method caches template search results
getStore() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
getStore(String) - Method in class org.springframework.extensions.webscripts.SearchPath
Gets the Web Script Store for the given Store path
getStoredIds() - Method in interface org.springframework.extensions.webscripts.connector.CredentialVault
Returns the ids for stored credentials
getStoredIds() - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
getStoreId() - Method in class org.springframework.extensions.webscripts.PreviewContext
Gets the id of the store
getStoreId() - Method in class org.springframework.extensions.webscripts.RemoteStore
Gets the store id.
getStorePath() - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
getStorePath() - Method in interface org.springframework.extensions.webscripts.BaseDescriptionDocument
Gets the root path of the store of this base description document
getStorePath() - Method in interface org.springframework.extensions.webscripts.Description
Gets the root path of the store of this web script
getStorePath() - Method in class org.springframework.extensions.webscripts.RemoteStore
Store path calculation If we have a store context, then we can check to see if a base path should be inserted ahead of the path that we believe we're directing to.
getStores() - Method in class org.springframework.extensions.webscripts.SearchPath
Gets all Web Script Stores
getStringData(String, Element, boolean) - Static method in class org.springframework.extensions.surf.extensibility.XMLHelper
 
getStringProperty(String) - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
getStringProperty(String) - Method in class org.springframework.extensions.webscripts.connector.User
Gets the string property.
getStringProperty(Map<String, Object>, String, boolean) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractFreeMarkerDirective
Attempts to retrieve a String property from the map of parameters supplied using the key provided.
getSubtype() - Method in class org.springframework.extensions.webscripts.MediaType
 
getSupportedMethods() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
Helper to get the List of supported methods for web script.
getSystem() - Method in class org.springframework.extensions.webscripts.ScriptLogger
 
getTarget() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Gets the id of the ExtensibilityDirective that the invocation of the associated ExtensibilityDirective type is targeting.
getTarget() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
getTargetPackageName() - Method in class org.springframework.extensions.surf.extensibility.Customization
 
getTelephone() - Method in class org.springframework.extensions.webscripts.connector.User
Gets the home phone.
getTemplate() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the template form of this path
getTemplate() - Method in class org.springframework.extensions.webscripts.Match
Gets the template request URL that matched the Web Script URL Template
getTemplate() - Method in class org.springframework.extensions.webscripts.UriTemplate
 
getTemplate() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getTemplateArgs() - Method in class org.springframework.extensions.webscripts.DefaultURLModel
Gets the values of template variables
getTemplateArgs() - Method in interface org.springframework.extensions.webscripts.URLModel
 
getTemplateLoader() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
getTemplateLoader() - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
Gets the loader.
getTemplateLoader() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getTemplateLoader() - Method in interface org.springframework.extensions.webscripts.Store
Gets the template loader for this store
getTemplateModel(WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
Get map of template parameters that are available with given request.
getTemplateParameters() - Method in class org.springframework.extensions.webscripts.AbstractRuntime
 
getTemplateParameters() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getTemplateParameters() - Method in interface org.springframework.extensions.webscripts.Container
Gets parameters for the Template Processor
getTemplateParameters() - Method in interface org.springframework.extensions.webscripts.Runtime
Gets template parameters
getTemplateProcessor(String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Returns the best fit template processor for the given path If a template processor cannot be matched to the path, the default template processor will be returned.
getTemplateProcessorByExtension(String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Gets the template processor registered for the given extension
getTemplateProcessorRegistry() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
getTemplateProcessorRegistry() - Method in interface org.springframework.extensions.webscripts.Container
Gets the Template Processor Registry
getTemplateProcessorRegistry() - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
Gets the template processor registry
getTemplateVars() - Method in class org.springframework.extensions.webscripts.Match
Gets the template variable substitutions
getText() - Method in class org.springframework.extensions.webscripts.connector.Response
Gets the text of the response.
getTicket() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Returns the authentication ticket
getTicketName() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
getTitle() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
 
getType() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
 
getType() - Method in class org.springframework.extensions.surf.extensibility.impl.CloseModelElementImpl
 
getType() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
getType() - Method in class org.springframework.extensions.surf.extensibility.impl.DiscardUnboundContentModelElementImpl
 
getType() - Method in class org.springframework.extensions.surf.extensibility.impl.OpenModelElementImpl
 
getType() - Method in class org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
 
getType() - Method in class org.springframework.extensions.webscripts.FormatModel
Gets the format mime/content type
getType() - Method in class org.springframework.extensions.webscripts.MediaType
 
getTypeDescriptionList() - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
getTypeDescriptions() - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
getUnauthenticatedMode() - Method in class org.springframework.extensions.config.RemoteConfigElement.ConnectorDescriptor
 
getUnsecure() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getUri(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getUri(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a Web Script URL
getURIs() - Method in interface org.springframework.extensions.webscripts.Description
Gets the URIs this service supports
getURIs() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
getUrl() - Method in class org.springframework.extensions.webscripts.TypeDescription
 
getURL() - Method in class org.springframework.extensions.webscripts.connector.AbstractClient
 
getURL() - Method in interface org.springframework.extensions.webscripts.connector.Client
 
getURL() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
getURL() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the full request URL
getURL() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
getUrlModelFactory() - Method in class org.springframework.extensions.webscripts.PresentationContainer
 
getUser() - Method in class org.springframework.extensions.webscripts.ScriptCredentialVault
Returns the user to whom this credential vault belongs
getUserId() - Method in class org.springframework.extensions.webscripts.connector.UserContext
 
getUserId() - Method in class org.springframework.extensions.webscripts.PreviewContext
Gets the user id
getUsername() - Method in class org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
 
getValue() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
 
getValue(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
 
getValue(String) - Method in interface org.springframework.extensions.webscripts.WebScriptSession
Gets a value from the session
getVariableNames() - Method in class org.springframework.extensions.webscripts.UriTemplate
 
getVersion() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
getVersion() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the full version number
getVersionBuild() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the build number
getVersionLabel() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the version label
getVersionMajor() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the major version number, e.g.
getVersionMinor() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the minor version number, e.g.
getVersionRevision() - Method in interface org.springframework.extensions.webscripts.ServerModel
Gets the version revision number, e.g.
getWebappId() - Method in class org.springframework.extensions.webscripts.PreviewContext
Gets the WCM web application id This applies for the case where the store is an AVM store which was built by Alfresco WCM.
getWebappId() - Method in class org.springframework.extensions.webscripts.RemoteStore
Gets the store's web application id binding This is meaningful for WCM Web Project stores.
getWebappPathPrefix() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
getWebScript() - Method in class org.springframework.extensions.webscripts.Match
Gets the matching web script
getWebScript(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getWebScript(String) - Method in interface org.springframework.extensions.webscripts.Registry
Gets a Web Script by Id
getWebScripts() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
getWebScripts() - Method in interface org.springframework.extensions.webscripts.Registry
Gets all Web Scripts
getWriter() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Gets the ModelWriter being used by this instance.
getWriter() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Returns the ModelWriter that will be written to when the model is flushed.
getWriter() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
getWriter() - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Gets the Writer
getWriter(Object, String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Gets a Format Writer
globalConfig - Variable in class org.springframework.extensions.webscripts.ConfigModel
 
guest - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
 
guestUserName - Variable in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
 
GUID - Class in org.springframework.extensions.webscripts
Generator for GUID values.
GUID() - Constructor for class org.springframework.extensions.webscripts.GUID
Instantiates a new object guid.
GUID(boolean) - Constructor for class org.springframework.extensions.webscripts.GUID
Instantiates a new object guid.

H

handleGetObject(String) - Method in class org.springframework.extensions.webscripts.ModuleBundleSentinel
Implemented to fulfil the abstract superclass contract.
handleGetObject(String) - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Overrides the super class implementation to return an object located in the merged bundles
handleKeySet() - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Overrides the super class implementation to return the Set of keys from all merged bundles
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
 
HandlesExtensibility - Interface in org.springframework.extensions.surf.extensibility
handshake() - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
Performs the authentication handshake.
has(int, Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
has(int, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
has(int, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
has(String, Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
has(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
has(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
HasAikauVersion - Interface in org.springframework.extensions.config
 
hasBeenRemoved() - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentSourceModelElement
Indicates whether or not the element has been removed from the model or not.
hasCredentials(String) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVault
 
hasCredentials(String) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
hasCredentials(String) - Method in class org.springframework.extensions.webscripts.ScriptCredentialVault
Returns whether the given endpoint credentials are stored on this vault
hasDocument(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
hasDocument(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
hasDocument(String) - Method in class org.springframework.extensions.webscripts.SearchPath
Determines if the document exists anywhere on the search path
hasDocument(String) - Method in interface org.springframework.extensions.webscripts.Store
Determines if the document exists.
hasField(String) - Method in class org.springframework.extensions.webscripts.servlet.FormData
Determine if form data has specified field
hashCode() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
hashCode() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
 
hashCode() - Method in class org.springframework.extensions.webscripts.MediaType
 
hashCode() - Method in class org.springframework.extensions.webscripts.UriTemplate
 
hasInstance(Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
hasInstance(Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
hasInstance(Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
hasTemplate(String) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
hasTemplate(String) - Method in interface org.springframework.extensions.webscripts.TemplateProcessor
Determines if a template exists
HEAD - Enum constant in enum class org.springframework.extensions.webscripts.connector.HttpMethod
 
HEADER_CONTENT_LENGTH - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
HEADER_CONTENT_TYPE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
HEADER_COOKIE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
HEADER_LOCATION - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
HEADER_SERVER - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
HEADER_SET_COOKIE - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
HEADER_TRANSFER_ENCODING - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
help() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptClass
 
help() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptMethod
 
help() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptParameter
 
hide() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Hide the Debugger
HTML - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
HTML_FORMAT - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
HttpConnector - Class in org.springframework.extensions.webscripts.connector
Basic Connector implementation that can be used to perform simple HTTP and HTTP communication with a remote endpoint.
HttpConnector(RemoteConfigElement.ConnectorDescriptor, String) - Constructor for class org.springframework.extensions.webscripts.connector.HttpConnector
Instantiates a new http connector.
HttpMethod - Enum Class in org.springframework.extensions.webscripts.connector
 

I

id - Variable in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
ID - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
init() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
init() - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
init() - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
 
init() - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
 
init() - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
Inits the processor
init() - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
Inits the processor
init() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
init() - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
init() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
init() - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
init() - Method in class org.springframework.extensions.webscripts.servlet.EndPointProxyServlet
Deprecated.
 
init() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
 
init() - Method in interface org.springframework.extensions.webscripts.Store
Initialise Store (called once)
init() - Method in class org.springframework.extensions.webscripts.StoreRegistrar
Spring init method
init() - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
init(FilterConfig) - Method in class org.springframework.extensions.webscripts.servlet.BeanProxyFilter
Initialize the filter.
init(FilterConfig) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Parses the filter rule config.
init(FilterConfig) - Method in class org.springframework.extensions.webscripts.servlet.SecurityHeadersFilter
Parses the headers config.
init(Container, Description) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Initialise a WebScript
init(Container, Description) - Method in interface org.springframework.extensions.webscripts.WebScript
Initialise a WebScript
initConfig() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
Initialise FreeMarker Configuration
initDebugger() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
 
initLoaders() - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
Initializes the script loaders
initLoaders() - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
Initializes the template loaders
initProcessor() - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
Inits the processor.
initRemoteClient(ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
Init the RemoteClient object based on the Connector Context.
initScope(Context, boolean, boolean) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
Initializes a scope for script execution.
initServlet(ApplicationContext) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
Servlet specific initialisation
insertDeferredContentTarget(int, OpenModelElement, DeferredContentTargetModelElement, CloseModelElement) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Allows DeferredContentTargetModelElement instances (along with their associated OpenModelElement and CloseModelElement instances) to be inserted at a requested point in the model.
insertDeferredContentTarget(int, OpenModelElement, DeferredContentTargetModelElement, CloseModelElement) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Allows DeferredContentTargetModelElement instances (along with their associated OpenModelElement and CloseModelElement instances) to be inserted at a requested point in the model.
internal - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
isActive() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Is Debugger active?
isAdmin() - Method in class org.springframework.extensions.webscripts.connector.User
Checks if is admin.
isAuthenticated() - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
Returns whether the current session is authenticated already.
isAuthenticated(String, ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.ActivitiAuthenticator
 
isAuthenticated(String, ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.AlfrescoAuthenticator
 
isAuthenticated(String, ConnectorSession) - Method in interface org.springframework.extensions.webscripts.connector.Authenticator
Returns whether the current connector session has been authenticated or not
isAutoDeploy() - Method in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
isCachable() - Method in interface org.springframework.extensions.webscripts.ScriptContent
Returns true if the script content is considered cachedable - i.e.
isDebugMode() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
isDebugMode() - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
isDevelopmentEnvironmentPath(String) - Static method in class org.springframework.extensions.webscripts.PathUtil
Indicates whether the given path points to a development time resource.
isEmpty() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
isEndpointPersistent(String) - Method in class org.springframework.extensions.webscripts.ScriptRemote
 
isExtensibilitySuppressed() - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
This indicates that although extensibility is handled it has been temporarily suppressed
isExtensibilitySuppressed() - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
 
isExtensionProcessing() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Indicates whether the base model is complete and extensions are now being processed.
isExtensionProcessing() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Indicates whether or not extensions are being processed or not.
isGuest() - Method in class org.springframework.extensions.webscripts.connector.User
Returns true if this user is a guest user
isGuest() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Determine if Guest User?
isGuest() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
isHidden() - Method in class org.springframework.extensions.webscripts.ScriptCredentials
 
isJarURL(URL) - Static method in class org.springframework.extensions.webscripts.ClassPathStore
Determine whether the given URL points to a resource in a jar file, that is, has protocol "jar", "zip", "vfszip", "wsjar" or "code-source".
isLoggingEnabled() - Method in class org.springframework.extensions.webscripts.ScriptLogger
 
isModelStarted() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Indicates whether or not the has been started.
isModelStarted() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
ISO8601DateFormatMethod - Class in org.springframework.extensions.webscripts
NOTE: sourced from org.alfresco.repo.template.ISO8601DateFormatMethod.
ISO8601DateFormatMethod() - Constructor for class org.springframework.extensions.webscripts.ISO8601DateFormatMethod
 
isPersistent() - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Returns whether this credential is persistent A persistent credential is written to a persistent vault.
isPersistent() - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
isPersistent() - Method in class org.springframework.extensions.webscripts.ScriptCredentials
 
isReadOnly() - Method in class org.springframework.extensions.webscripts.AbstractStore
Whether the store is in read-only mode
isReadOnly() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
isReadOnly() - Method in interface org.springframework.extensions.webscripts.Store
Indicates whether or not this store can be written to.
isRequired() - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
 
isSecure() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
isSecure() - Method in class org.springframework.extensions.webscripts.RemoteStore
 
isSecure() - Method in interface org.springframework.extensions.webscripts.ScriptContent
Returns true if the script location is considered secure - i.e.
isSecure() - Method in interface org.springframework.extensions.webscripts.Store
Returns true if this store is considered secure - i.e.
isVisible() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Is Debugger visible?
isWarnLoggingEnabled() - Method in class org.springframework.extensions.webscripts.ScriptLogger
 

J

JAVASCRIPT - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
JavaScriptAPI - Enum constant in enum class org.springframework.extensions.webscripts.annotation.ScriptClassType
 
JavaScriptRootObject - Enum constant in enum class org.springframework.extensions.webscripts.annotation.ScriptClassType
 
JaxRSUriIndex - Class in org.springframework.extensions.webscripts
JSR-311 (Jax-RS) URI Index
JaxRSUriIndex() - Constructor for class org.springframework.extensions.webscripts.JaxRSUriIndex
 
join(Object[]) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Join an array of values into a String value
join(Object[], String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Join an array of values into a String value using supplied delimiter between each.
JS - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
JSON - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
JSON_FORMAT - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
JSONReader - Class in org.springframework.extensions.webscripts.json
Convert application/json to org.json.JSONObject or org.json.JSONArray
JSONReader() - Constructor for class org.springframework.extensions.webscripts.json.JSONReader
 
JSONUtils - Class in org.springframework.extensions.webscripts.json
Collection of JSON Utility methods.
JSONUtils() - Constructor for class org.springframework.extensions.webscripts.json.JSONUtils
 
JSONWriter - Class in org.springframework.extensions.webscripts.json
Fast and simple JSON stream writer.
JSONWriter(Writer) - Constructor for class org.springframework.extensions.webscripts.json.JSONWriter
Constructor
JSScriptProcessor - Class in org.springframework.extensions.webscripts.processor
JS Script Processor for Surf Web Framework
JSScriptProcessor() - Constructor for class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
JSScriptProcessor.PresentationWrapFactory - Class in org.springframework.extensions.webscripts.processor
Wrap Factory for Rhino Script Engine

K

keySet() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
keySet() - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Overrides the super class implementation to return the Set of keys from all merged bundles

L

lastModified() - Method in class org.springframework.extensions.webscripts.ClassPathStore.ClassPathTemplateSource
 
lastModified(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
lastModified(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
lastModified(String) - Method in interface org.springframework.extensions.webscripts.Store
Gets the last modified timestamp for the document.
limited_support - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
loadScriptResource(String) - Method in interface org.springframework.extensions.surf.core.scripts.ScriptResourceLoader
 
loadScriptResource(String) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
Load a script content from the specific resource path.
log(String) - Method in class org.springframework.extensions.webscripts.ScriptLogger
 
logger - Static variable in class org.springframework.extensions.webscripts.AbstractRuntime
 
logger - Static variable in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
logger - Static variable in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 

M

main(String[]) - Static method in class org.springframework.extensions.webscripts.MediaType
Simple exampe usage
map - Variable in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
map - Variable in class org.springframework.extensions.webscripts.connector.User
 
markAsRemoved() - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentSourceModelElement
Allow elements to be marked when they're removed.
MARKUP_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ExtensibilityContainer
 
MarkupDirective - Class in org.springframework.extensions.surf.extensibility.impl
The markup directive is used to delimit a section of a FreeMarker template that can then be manipulated by extension module code.
MarkupDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.surf.extensibility.impl.MarkupDirective
 
match(String) - Method in class org.springframework.extensions.webscripts.UriTemplate
Determine if uri is matched by this uri template and return a map of variable values if it does.
Match - Class in org.springframework.extensions.webscripts
Represents a URI to Web Script match This class is immutable.
Match(String, Map<String, String>, String) - Constructor for class org.springframework.extensions.webscripts.Match
Construct
Match(String, Map<String, String>, String, WebScript) - Constructor for class org.springframework.extensions.webscripts.Match
Construct
Match.Kind - Enum Class in org.springframework.extensions.webscripts
Kind of Match
matchRequest(CSRFFilter.Rule, HttpServletRequest, HttpSession) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Compare the request against the configured rules.
matchString(String, String) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
Checks if str matches the regular expression defined in regexp.
MediaType - Class in org.springframework.extensions.webscripts
Represents a MediaType as described at http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
MediaType(String) - Constructor for class org.springframework.extensions.webscripts.MediaType
Construct
merge(String, ResourceBundle) - Method in class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Merges the properties of a ResourceBundle into the current WebScriptPropertyResourceBundle instance.
merge(ExtensibilityDirectiveData) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Places new content in the base model.
merge(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Merges the supplied ExtensibilityDirectiveData instance into the model.
merge(ExtensibilityDirectiveData, Map<String, Object>) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
Merges the output of directive data into the content model.
MessageMethod - Class in org.springframework.extensions.webscripts
 
MessageMethod(WebScript) - Constructor for class org.springframework.extensions.webscripts.MessageMethod
Constructor
mimetype() - Method in enum class org.springframework.extensions.webscripts.Format
 
ModelElementImpl - Class in org.springframework.extensions.surf.extensibility.impl
 
ModelElementImpl(String, String) - Constructor for class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
 
ModelWriter - Class in org.springframework.extensions.surf.extensibility.impl
An extension of the Writer class that is used with the ExtensibilityModel.
ModelWriter() - Constructor for class org.springframework.extensions.surf.extensibility.impl.ModelWriter
 
ModuleBundleSentinel - Class in org.springframework.extensions.webscripts
This class has been created for use the AbstractWebScript when retrieving ResourceBundle instances provided by extension modules.
MULTIPART_FORM_DATA - Static variable in class org.springframework.extensions.webscripts.WebScriptRequestImpl
"multipart/form-data" content type
MultiScriptLoader - Class in org.springframework.extensions.webscripts
Composite script loader
MultiScriptLoader(ScriptLoader[]) - Constructor for class org.springframework.extensions.webscripts.MultiScriptLoader
Construct
mustExist - Variable in class org.springframework.extensions.webscripts.ClassPathStore
 

N

name() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptParameter
 
NativeMap - Class in org.springframework.extensions.webscripts
Wrapper for exposing maps in Rhino scripts.
NativeMap(Scriptable, Map<Object, Object>) - Constructor for class org.springframework.extensions.webscripts.NativeMap
Construct
NegotiatedFormat - Class in org.springframework.extensions.webscripts
Map between media type and format This class is immutable.
NegotiatedFormat(MediaType, String) - Constructor for class org.springframework.extensions.webscripts.NegotiatedFormat
Construct
negotiateFormat(String, NegotiatedFormat[]) - Static method in class org.springframework.extensions.webscripts.NegotiatedFormat
Negotiate Format - given a list of accepted media types, return the format that's most suitable
NEW_LINE - Static variable in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
newCredentials(String) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVault
Creates new credentials which are stored in this vault
newCredentials(String) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
newCredentials(String) - Method in class org.springframework.extensions.webscripts.ScriptCredentialVault
Creates new credentials and binds them into this vault.
newInstance() - Static method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
Returns a new instance of ArgumentTypeDescription
newInstance() - Static method in class org.springframework.extensions.webscripts.DescriptionImpl
Return a new instance of webscript
newInstance() - Static method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
Return a new instance of PackageDecriptionDocument
newInstance() - Static method in class org.springframework.extensions.webscripts.ResourceDescription
Return a new instance of ResourceDescription
newInstance() - Static method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
Return a new instance of SchemaDescriptDocument
newInstance() - Method in interface org.springframework.extensions.webscripts.ScriptProcessorFactory
 
newInstance() - Method in interface org.springframework.extensions.webscripts.TemplateProcessorFactory
 
newInstance() - Static method in class org.springframework.extensions.webscripts.TypeDescription
Return a new instance of TypeDescription
newInstance(Element) - Static method in class org.springframework.extensions.config.RemoteConfigElement
New instance.
NonBlockingObjectWrapper() - Constructor for class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.NonBlockingObjectWrapper
 
none - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
none - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
 
none - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredTransaction
 
NONE - Enum constant in enum class org.springframework.extensions.config.RemoteConfigElement.IdentityType
 

O

onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.webscripts.SearchPath
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
 
onBootstrap() - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
Initializes the view resolver
openExtensibilityModel() - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
One ExtensibilityModel can be nested within another.
openExtensibilityModel() - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Creates a new ExtensibilityModel and sets it on the current thread
OpenModelElement - Interface in org.springframework.extensions.surf.extensibility
Instances of classes that implement this interface are used to indicate the start of a section of content in the model.
OpenModelElementImpl - Class in org.springframework.extensions.surf.extensibility.impl
 
OpenModelElementImpl(String, String) - Constructor for class org.springframework.extensions.surf.extensibility.impl.OpenModelElementImpl
 
OPENSEARCH_DESCRIPTION_FORMAT - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
OPTIONS - Enum constant in enum class org.springframework.extensions.webscripts.connector.HttpMethod
 
org.springframework.extensions.config - package org.springframework.extensions.config
 
org.springframework.extensions.config.source - package org.springframework.extensions.config.source
 
org.springframework.extensions.surf.core.processor - package org.springframework.extensions.surf.core.processor
 
org.springframework.extensions.surf.core.scripts - package org.springframework.extensions.surf.core.scripts
 
org.springframework.extensions.surf.exception - package org.springframework.extensions.surf.exception
 
org.springframework.extensions.surf.extensibility - package org.springframework.extensions.surf.extensibility
 
org.springframework.extensions.surf.extensibility.impl - package org.springframework.extensions.surf.extensibility.impl
 
org.springframework.extensions.webscripts - package org.springframework.extensions.webscripts
 
org.springframework.extensions.webscripts.annotation - package org.springframework.extensions.webscripts.annotation
 
org.springframework.extensions.webscripts.connector - package org.springframework.extensions.webscripts.connector
 
org.springframework.extensions.webscripts.json - package org.springframework.extensions.webscripts.json
 
org.springframework.extensions.webscripts.processor - package org.springframework.extensions.webscripts.processor
 
org.springframework.extensions.webscripts.servlet - package org.springframework.extensions.webscripts.servlet
 
org.springframework.extensions.webscripts.servlet.mvc - package org.springframework.extensions.webscripts.servlet.mvc
 
org.springframework.extensions.webscripts.ui.common - package org.springframework.extensions.webscripts.ui.common
 
out(String) - Method in class org.springframework.extensions.webscripts.ScriptLogger.SystemOut
 
output() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptMethod
 
overrideDocType - Static variable in class org.springframework.extensions.webscripts.ui.common.StringUtils
default value - NOTE: see spring-webscripts-application-context.xml

P

PackageDescriptionDocument - Class in org.springframework.extensions.webscripts
Package description document
PackageDescriptionDocument() - Constructor for class org.springframework.extensions.webscripts.PackageDescriptionDocument
Default constructor
PackageDescriptionDocument(String, String, String) - Constructor for class org.springframework.extensions.webscripts.PackageDescriptionDocument
Constructor with id, shortName, description and definition
parse(Element) - Method in class org.springframework.extensions.config.RemoteConfigElementReader
 
parse(Element) - Method in class org.springframework.extensions.config.ServerElementReader
 
parse(Element) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
Populates fields from given XML element without validation
parse(Element) - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
 
parse(Element) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
parse(Element) - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
parse(Element) - Method in class org.springframework.extensions.webscripts.ResourceDescription
 
parse(Element) - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
parse(Element) - Method in class org.springframework.extensions.webscripts.TypeDescription
 
parseContent() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
parseContent() - Method in interface org.springframework.extensions.surf.extensibility.ValidatedContentModelElement
Processes the content if required.
parseContent() - Method in interface org.springframework.extensions.webscripts.WebScriptRequest
Gets the request body as a parsed entity
parseContent() - Method in class org.springframework.extensions.webscripts.WebScriptRequestImpl
 
parseDocument(InputStream) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
Parses input XML document
parseExtensions(String, InputStream) - Method in interface org.springframework.extensions.webscripts.DescriptionExtension
Gets the custom description extensions
parseXMLNodeModel(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
Converts an xml string to a freemarker node model
Path - Interface in org.springframework.extensions.webscripts
Web Script Path
PathImpl - Class in org.springframework.extensions.webscripts
Basic implementation of a Web Script Path Used for package & url trees.
PathImpl(String) - Constructor for class org.springframework.extensions.webscripts.PathImpl
Construct
pathInfo - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
PathMatcher - Class in org.springframework.extensions.webscripts
Custom Spring MVC PathMatcher class - extends the AntPathMatcher to fix undesirable features with URI path tokenization.
PathMatcher() - Constructor for class org.springframework.extensions.webscripts.PathMatcher
 
PathUtil - Class in org.springframework.extensions.webscripts
Functions to assist with integration of stores to IDE environments
PathUtil() - Constructor for class org.springframework.extensions.webscripts.PathUtil
 
persistent - Variable in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
plugin(Store, SearchPath, boolean) - Method in class org.springframework.extensions.webscripts.StoreRegistrar
Plugs the store into the search path
post(String, String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a URI on a remote service, passing the supplied body as a POST request.
post(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a URI on a remote service, passing the supplied body as a POST request.
POST - Enum constant in enum class org.springframework.extensions.webscripts.connector.HttpMethod
 
postprocessOnHttpBasicAuth(HttpServletRequest, HttpSession) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
If the request is using HTTP Basic Authentication then clean the session attributes set in preprocessOnHttpBasicAuth
PrefixTemplateUriIndex - Class in org.springframework.extensions.webscripts
Uri index supporting simple URI templates where matching is performed on static prefix of the URI.
PrefixTemplateUriIndex() - Constructor for class org.springframework.extensions.webscripts.PrefixTemplateUriIndex
 
prepend - Variable in class org.springframework.extensions.webscripts.StoreRegistrar
 
preprocessOnHttpBasicAuth(HttpServletRequest, HttpSession) - Method in class org.springframework.extensions.webscripts.servlet.CSRFFilter
If the request is using HTTP Basic Authentication then we set the _alf_USER_ID and Alfresco-CSRFToken into session, so the CSRF rules will be applied to the request
PresentationContainer - Class in org.springframework.extensions.webscripts
Presentation (web tier) Web Script Container
PresentationContainer() - Constructor for class org.springframework.extensions.webscripts.PresentationContainer
 
PresentationWrapFactory() - Constructor for class org.springframework.extensions.webscripts.processor.JSScriptProcessor.PresentationWrapFactory
 
PreviewContext - Class in org.springframework.extensions.webscripts
Provides information about the WCM sandbox which is currently being previewed.
PreviewContext() - Constructor for class org.springframework.extensions.webscripts.PreviewContext
 
PreviewContext(String) - Constructor for class org.springframework.extensions.webscripts.PreviewContext
Constructs a new preview context instance
PreviewContext(String, String) - Constructor for class org.springframework.extensions.webscripts.PreviewContext
Constructs a new preview context instance
PreviewContext(String, String, String) - Constructor for class org.springframework.extensions.webscripts.PreviewContext
Constructs a new preview context instance
PreviewContextProvider - Interface in org.springframework.extensions.webscripts
Provides remote sandbox context information to Alfresco Store implementations.
process(String, Object, Writer) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
process(String, Object, Writer) - Method in interface org.springframework.extensions.webscripts.TemplateProcessor
Process a template against the supplied data model and write to the out.
processContentType(URL, HttpServletResponse, Header) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Optional additional processing based on the contentType header
Processor - Interface in org.springframework.extensions.surf.core.processor
Interface for Proccessor classes - such as Template or Scripting Processors.
ProcessorExtension - Interface in org.springframework.extensions.surf.core.processor
Interface to represent a server side script implementation
processorExtensions - Variable in class org.springframework.extensions.webscripts.processor.BaseProcessor
A map containing all the processor extenstions
processResponse(URL, HttpResponse) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Pre-processes the response, propagating cookies and deciding whether a redirect is required
processResponse(RemoteClient, Response) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
Retrieves cookie headers from response and stores back onto the Connector Session
processResponse(Response, ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.AbstractAuthenticator
Retrieves headers from response and stores onto the Connector Session
processResponseCode(String, int) - Static method in class org.springframework.extensions.webscripts.connector.EndpointManager
Process the given response code for an endpoint - recording if that remote connection is unavailable for a time.
processString(String, Object, Writer) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
processString(String, Object, Writer) - Method in interface org.springframework.extensions.webscripts.TemplateProcessor
Process a string template against the supplied data model and write to the out.
PROP_BIOGRAPHY - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_ADDRESS1 - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_ADDRESS2 - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_ADDRESS3 - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_EMAIL - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_FAX - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_POSTCODE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_COMPANY_TELEPHONE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_EMAIL - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_FIRST_NAME - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_GOOGLEUSERNAME - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_ID - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_INSTANTMSG - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_JOB_TITLE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_LAST_NAME - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_LOCATION - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_MIDDLE_NAME - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_MOBILE_PHONE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_ORGANIZATION - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_SKYPE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
PROP_TELEPHONE - Static variable in class org.springframework.extensions.webscripts.connector.User
 
properties - Variable in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
properties - Variable in class org.springframework.extensions.webscripts.ScriptCredentials
 
properties - Variable in class org.springframework.extensions.webscripts.ScriptCredentialVault
 
provide() - Method in interface org.springframework.extensions.webscripts.PreviewContextProvider
Provides the remote sandbox context instance.
provide(String) - Method in interface org.springframework.extensions.webscripts.connector.ConnectorProvider
Builds a Connector object mounted against the given endpoint
provide(String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorProviderImpl
Implementation of the contract to provide a Connector for our the web script framework.
provide(String) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVaultProvider
Provide a credential vault for the given ID
provide(String) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVaultProvider
Provide a Credential Vault for the given id
proxyControllerInterceptor - Variable in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
ProxyControllerInterceptor - Interface in org.springframework.extensions.webscripts.servlet.mvc
 
public_api - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
put(int, Scriptable, Object) - Method in class org.springframework.extensions.webscripts.NativeMap
 
put(int, Scriptable, Object) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
put(int, Scriptable, Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
put(Object, Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
put(String, String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a URI on a remote service, passing the supplied body as a PUT request.
put(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
Invokes a URI on a remote service, passing the supplied body as a PUT request.
put(String, Scriptable, Object) - Method in class org.springframework.extensions.webscripts.NativeMap
 
put(String, Scriptable, Object) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
put(String, Scriptable, Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
put(Element) - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
PUT - Enum constant in enum class org.springframework.extensions.webscripts.connector.HttpMethod
 
putAll(Map) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 

Q

queryArgs - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
queryArgsMulti - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
queryString - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 

R

RawValue - Class in org.springframework.extensions.webscripts.json
 
RawValue(String) - Constructor for class org.springframework.extensions.webscripts.json.RawValue
 
read(WebScriptRequest) - Method in interface org.springframework.extensions.webscripts.FormatReader
Converts mimetype to Java Object
read(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.json.JSONReader
 
read(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.RequestReader
 
read(WebScriptRequest) - Method in class org.springframework.extensions.webscripts.servlet.FormDataReader
 
READ - Enum constant in enum class org.springframework.extensions.webscripts.annotation.ScriptMethodType
 
readonly - Enum constant in enum class org.springframework.extensions.webscripts.Description.TransactionCapability
 
readwrite - Enum constant in enum class org.springframework.extensions.webscripts.Description.TransactionCapability
 
register() - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
 
register() - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
 
register() - Method in class org.springframework.extensions.webscripts.processor.BaseProcessorExtension
Spring bean init method - registers this extension with the appropriate processor.
register() - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
Registers this processor with the parent processor
register() - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
Registers this processor with the parent processor
registerDeferredSourceElement(DeferredContentSourceModelElement) - Method in interface org.springframework.extensions.surf.extensibility.DeferredContentTargetModelElement
This method should be called by a DeferredContentSourceModelElement to register itself with its target so that when the DeferredContentTargetModelElement flushes its content it can reach into the ExtensibilityModel to retrieve the content it needs to output.
registerEndpoint(String) - Static method in class org.springframework.extensions.webscripts.connector.EndpointManager
Register an endpoint with the manager - the same endpoint can be registered any number of times by multiple threads without side effects.
registerEndpoint(String, RemoteConfigElement.ConnectorDescriptor) - Static method in class org.springframework.extensions.webscripts.connector.EndpointManager
Register an endpoint with the manager - the same endpoint can be registered any number of times by multiple threads without side effects.
registerProcessorExtension(ProcessorExtension) - Method in interface org.springframework.extensions.surf.core.processor.Processor
Registers a processor extension with the processor
registerProcessorExtension(ProcessorExtension) - Method in class org.springframework.extensions.webscripts.processor.BaseProcessor
 
registerScriptParameterFactory(ScriptParameterFactory) - Method in class org.springframework.extensions.webscripts.ScriptParameterFactoryRegistry
 
registerScriptProcessor(ScriptProcessor) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Registers a script processor
registerScriptProcessor(ScriptProcessor, String, String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Registers a script processor
registerTemplateProcessor(TemplateProcessor) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Registers a template processor
registerTemplateProcessor(TemplateProcessor, String, String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Registers a template processor
registerUri(WebScript, String) - Method in class org.springframework.extensions.webscripts.JaxRSUriIndex
 
registerUri(WebScript, String) - Method in class org.springframework.extensions.webscripts.PrefixTemplateUriIndex
 
registerUri(WebScript, String) - Method in interface org.springframework.extensions.webscripts.UriIndex
Register a URI with a Web Script
Registry - Interface in org.springframework.extensions.webscripts
Web Scripts Registry
remote - Variable in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
RemoteClient - Class in org.springframework.extensions.webscripts.connector
Remote client bean for retrieving data from URL resources.
RemoteClient() - Constructor for class org.springframework.extensions.webscripts.connector.RemoteClient
 
RemoteConfigElement - Class in org.springframework.extensions.config
Describes the connection, authentication and endpoint properties stored within the block of the current configuration.
RemoteConfigElement() - Constructor for class org.springframework.extensions.config.RemoteConfigElement
Constructs a new Remote Config Element
RemoteConfigElement.AuthenticatorDescriptor - Class in org.springframework.extensions.config
The Class AuthenticatorDescriptor.
RemoteConfigElement.ConnectorDescriptor - Class in org.springframework.extensions.config
The Class ConnectorDescriptor.
RemoteConfigElement.Descriptor - Class in org.springframework.extensions.config
EndPoint Descriptor class
RemoteConfigElement.EndpointDescriptor - Class in org.springframework.extensions.config
The Class EndpointDescriptor.
RemoteConfigElement.IdentityType - Enum Class in org.springframework.extensions.config
Enum describing the Identity Type for an Endpoint
RemoteConfigElement.SSLConfigDescriptor - Class in org.springframework.extensions.config
 
RemoteConfigElementReader - Class in org.springframework.extensions.config
Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.
RemoteConfigElementReader() - Constructor for class org.springframework.extensions.config.RemoteConfigElementReader
 
RemoteConfigException - Exception in org.springframework.extensions.surf.exception
Thrown by the Web Script Framework when an issue occurs reading or working with objects described by the Remote Config block of the Web Script Framework configuration file.
RemoteConfigException(String) - Constructor for exception org.springframework.extensions.surf.exception.RemoteConfigException
 
RemoteConfigException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.RemoteConfigException
 
RemoteConfigProperties - Interface in org.springframework.extensions.config
 
RemoteStore - Class in org.springframework.extensions.webscripts
Store implementation that queries and retrieves documents from a remote HTTP endpoint.
RemoteStore() - Constructor for class org.springframework.extensions.webscripts.RemoteStore
 
RemoteStore.RemoteStoreScriptLoader - Class in org.springframework.extensions.webscripts
Remote Store implementation of a Script Loader
RemoteStoreScriptLoader() - Constructor for class org.springframework.extensions.webscripts.RemoteStore.RemoteStoreScriptLoader
 
remove(Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
remove(String) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVault
Removes credentials for a given endpoint id from the vault
remove(String) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
remove(String, String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Remove all occurances of a String from a String
remove(ExtensibilityDirectiveData) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Removes content from the model.
remove(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
The default implementation of this action is simply to delegate the request to the ExtensibilityModel.remove() method but this has been abstracted into its own method so that extending directives can easily modify the default behaviour of this action.
remove(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Finds the elements in the model that match the range (including all nested and unbound content) with the specified id parameter and removes them.
removeAllProperties(String) - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Removes all properties
removeAllProperties(String) - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
removeConnectorSession(HttpSession, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Removes the ConnectorSession from the HttpSession for the given endpoint
removeCredentials(String) - Method in class org.springframework.extensions.webscripts.ScriptCredentialVault
Removes credentials from the vault
removeDocument(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
removeDocument(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
removeDocument(String) - Method in interface org.springframework.extensions.webscripts.Store
Removes an existing document.
removeFromCache(String, Locale) - Method in class org.springframework.extensions.webscripts.servlet.mvc.AbstractWebScriptViewResolver
Override the SpringMVC default caching strategy with one that uses a ConcurrentHashMap impl.
removeProperty(String) - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Removes a given property
removeProperty(String) - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
removeValue(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
 
removeValue(String) - Method in interface org.springframework.extensions.webscripts.WebScriptSession
Remove value from the session
render(ModelWriter) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
Renders the output provided by the directive.
render(ModelWriter) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
renderErrorResponse(Match, Throwable, WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
Renders an error message to the response based on the Throwable exception passed in.
renderFormatTemplate(String, Map<String, Object>, Writer) - Method in class org.springframework.extensions.webscripts.DeclarativeWebScript
Render a template (of given format) to the Web Script Response
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
 
renderString(String, Map<String, Object>, Writer) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Render a template (contents as string)
renderString(String, Map<String, Object>, Writer, String) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Render a template (contents as string)
renderTemplate(String, Map<String, Object>, Writer) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Render a template (identified by path)
replace(String, String, String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Replace one string instance with another within the specified string
replace(ExtensibilityDirectiveData) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Replaces content in the model.
replace(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.AbstractExtensibilityDirective
The default implementation of this action is simply to delegate the request to the ExtensibilityModel.replace() method but this has been abstracted into its own method so that extending directives can easily modify the default behaviour of this action.
replace(ExtensibilityDirectiveData) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Replaces the elements of the content model within the range defined by the id of the supplied directive with the output generated by rendering the supplied TemplateDirectiveBody.
replaceLineBreaks(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
replaceLineBreaks(String, boolean) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Replaces carriage returns and line breaks with the <br> tag.
req - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
RequestReader - Class in org.springframework.extensions.webscripts
Convert request stream to class org.alfresco.util.Content
RequestReader() - Constructor for class org.springframework.extensions.webscripts.RequestReader
 
required - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredTransaction
 
requiresnew - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredTransaction
 
res - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
reset() - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
reset() - Method in interface org.springframework.extensions.webscripts.Container
Re-initialise the Web Script Container
reset() - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
reset() - Method in class org.springframework.extensions.webscripts.PresentationContainer
 
reset() - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
reset() - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
reset() - Method in interface org.springframework.extensions.webscripts.Registry
Resets the Web Script Registry
reset() - Method in interface org.springframework.extensions.webscripts.ScriptProcessor
Reset script cache
reset() - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Resets all of the registered script processors
reset() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
reset() - Method in interface org.springframework.extensions.webscripts.TemplateProcessor
Reset the Template Processor
reset() - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Resets all of the registered template processors
reset() - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Clears response buffer including status and headers
reset(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
reset(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Clears response including status and headers except the specified headers.
resolveMessage(String, Object...) - Method in class org.springframework.extensions.webscripts.AbstractMessageHelper
Get an I18Ned message.
resolver - Variable in class org.springframework.extensions.webscripts.ClassPathStore
 
resolveScriptImports(String, ScriptResourceLoader, Log) - Static method in class org.springframework.extensions.surf.core.scripts.ScriptResourceHelper
Resolve the import directives in the specified script.
resolveUserAgent(String) - Static method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
Helper to resolve common user agent strings from Http request header
resolveViewName(String, Locale) - Method in class org.springframework.extensions.webscripts.servlet.mvc.AbstractWebScriptViewResolver
Override the SpringMVC default caching strategy with one that uses a ConcurrentHashMap impl.
ResourceController - Class in org.springframework.extensions.webscripts.servlet.mvc
Spring controller for retrieving and serving resources.
ResourceController() - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
 
ResourceDescription - Class in org.springframework.extensions.webscripts
Resource description
ResourceDescription() - Constructor for class org.springframework.extensions.webscripts.ResourceDescription
Default constructor
ResourceDescription(String, String, String[]) - Constructor for class org.springframework.extensions.webscripts.ResourceDescription
Constructor with shortname, description and scriptIds
RESOURCES_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
ResourceUrlMethod - Class in org.springframework.extensions.webscripts
Custom FreeMarker Template language method.
ResourceUrlMethod(WebScriptRequest, WebScriptResponse) - Constructor for class org.springframework.extensions.webscripts.ResourceUrlMethod
Construct
Response - Class in org.springframework.extensions.webscripts.connector
Representation of the response from a remote HTTP API call.
Response(InputStream, ResponseStatus) - Constructor for class org.springframework.extensions.webscripts.connector.Response
Instantiates a new response.
Response(String, ResponseStatus) - Constructor for class org.springframework.extensions.webscripts.connector.Response
Instantiates a new response.
Response(ResponseStatus) - Constructor for class org.springframework.extensions.webscripts.connector.Response
Instantiates a new response.
ResponseStatus - Class in org.springframework.extensions.webscripts.connector
Wrapper around the Status object that allows the Remote Client to expose header state.
ResponseStatus() - Constructor for class org.springframework.extensions.webscripts.connector.ResponseStatus
 
retrieve(String) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVault
Retrieves credentials for a given endpoint id from the vault
retrieve(String) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
ROOT_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.DescriptionImpl
 
ROOT_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
ROOT_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.ResourceDescription
 
ROOT_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
ROOT_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.TypeDescription
 
RSS_FORMAT - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
run() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Exit action.
Runtime - Interface in org.springframework.extensions.webscripts
Web Script Runtime
RuntimeContainer - Interface in org.springframework.extensions.webscripts
Web Script Container extensions for a Web Script Runtime

S

sample - Enum constant in enum class org.springframework.extensions.webscripts.Description.Lifecycle
 
save() - Method in class org.springframework.extensions.webscripts.connector.User
Persist this user
save() - Method in class org.springframework.extensions.webscripts.ScriptCredentialVault
Saves the credential vault
SC_MOVED_PERMANENTLY - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
SC_MOVED_TEMPORARILY - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
SC_SEE_OTHER - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
SC_TEMPORARY_REDIRECT - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
SchemaDescriptionDocument - Class in org.springframework.extensions.webscripts
Schema description document
SchemaDescriptionDocument() - Constructor for class org.springframework.extensions.webscripts.SchemaDescriptionDocument
Default constructor
SchemaDescriptionDocument(String, String, String) - Constructor for class org.springframework.extensions.webscripts.SchemaDescriptionDocument
Constructor with id, shortName and desription
ScopedConfigMap() - Constructor for class org.springframework.extensions.webscripts.ConfigModel.ScopedConfigMap
 
ScriptableLinkedHashMap<K,V> - Class in org.springframework.extensions.webscripts
Implementation of a Scriptable Map.
ScriptableLinkedHashMap() - Constructor for class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
ScriptableLinkedHashMap(int) - Constructor for class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
ScriptableLinkedHashMap(Map<K, V>) - Constructor for class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
ScriptableMap<K,V> - Interface in org.springframework.extensions.webscripts
Contract to be implemented by classes providing Map like collections to JavaScript.
ScriptableUtils - Class in org.springframework.extensions.webscripts
Collection of script utility methods for working with strings etc.
ScriptableUtils() - Constructor for class org.springframework.extensions.webscripts.ScriptableUtils
 
ScriptableWrappedMap - Class in org.springframework.extensions.webscripts
Implementation of a Scriptable Map.
ScriptableWrappedMap(Map) - Constructor for class org.springframework.extensions.webscripts.ScriptableWrappedMap
Construct
ScriptableWrappedMap(Scriptable, Map) - Constructor for class org.springframework.extensions.webscripts.ScriptableWrappedMap
Construct
ScriptClass - Annotation Interface in org.springframework.extensions.webscripts.annotation
Custom annotation type for java classes that will either serve as JavaScript or Template root objects or provide JavaScript or Template APIs.
ScriptClassType - Enum Class in org.springframework.extensions.webscripts.annotation
Enum for script class type.
scriptConfig - Variable in class org.springframework.extensions.webscripts.ConfigModel
 
ScriptConfigModel - Class in org.springframework.extensions.webscripts
Model representation of configuration for use in scripts.
ScriptConfigModel(ConfigService, String) - Constructor for class org.springframework.extensions.webscripts.ScriptConfigModel
Constructor
ScriptContent - Interface in org.springframework.extensions.webscripts
Web Script Content
ScriptCredentials - Class in org.springframework.extensions.webscripts
 
ScriptCredentials(CredentialVault, Credentials) - Constructor for class org.springframework.extensions.webscripts.ScriptCredentials
 
ScriptCredentials(CredentialVault, Credentials, boolean) - Constructor for class org.springframework.extensions.webscripts.ScriptCredentials
 
ScriptCredentialVault - Class in org.springframework.extensions.webscripts
Represents the credential vault to the script engine This exposes credentials from the vault which are "user" managed
ScriptCredentialVault(CredentialVault, User) - Constructor for class org.springframework.extensions.webscripts.ScriptCredentialVault
Constructs a new ScriptCredentialVault object.
ScriptDebugger - Class in org.springframework.extensions.webscripts
Alfresco implementation of Rhino JavaScript debugger
ScriptDebugger() - Constructor for class org.springframework.extensions.webscripts.ScriptDebugger
 
ScriptDebugger.AlfrescoScopeProvider - Class in org.springframework.extensions.webscripts
 
ScriptException - Exception in org.springframework.extensions.surf.core.scripts
 
ScriptException(String) - Constructor for exception org.springframework.extensions.surf.core.scripts.ScriptException
 
ScriptException(String, Object[]) - Constructor for exception org.springframework.extensions.surf.core.scripts.ScriptException
 
ScriptException(String, Object[], Throwable) - Constructor for exception org.springframework.extensions.surf.core.scripts.ScriptException
 
ScriptException(String, Throwable) - Constructor for exception org.springframework.extensions.surf.core.scripts.ScriptException
 
ScriptLoader - Interface in org.springframework.extensions.webscripts
Locate a script
ScriptLogger - Class in org.springframework.extensions.webscripts
NOTE: Copied from org.alfresco.repo.jscript
ScriptLogger() - Constructor for class org.springframework.extensions.webscripts.ScriptLogger
 
ScriptLogger.SystemOut - Class in org.springframework.extensions.webscripts
 
ScriptMessage - Class in org.springframework.extensions.webscripts
Helper to resolve an I18N message for JS scripts.
ScriptMessage(WebScript) - Constructor for class org.springframework.extensions.webscripts.ScriptMessage
Constructor
ScriptMethod - Annotation Interface in org.springframework.extensions.webscripts.annotation
Custom annotation type for class methods.
ScriptMethodType - Enum Class in org.springframework.extensions.webscripts.annotation
Enum for method types.
ScriptParameter - Annotation Interface in org.springframework.extensions.webscripts.annotation
Custom annotation type for method parameters.
ScriptParameterFactory - Interface in org.springframework.extensions.webscripts
Script parameter factory.
ScriptParameterFactoryRegistry - Class in org.springframework.extensions.webscripts
 
ScriptParameterFactoryRegistry() - Constructor for class org.springframework.extensions.webscripts.ScriptParameterFactoryRegistry
 
ScriptProcessor - Interface in org.springframework.extensions.webscripts
Web Script Processor
ScriptProcessorFactory - Interface in org.springframework.extensions.webscripts
Factory that produces a Script Processor instance
ScriptProcessorRegistrar - Class in org.springframework.extensions.webscripts
Registers a script processor with the web script framework
ScriptProcessorRegistrar() - Constructor for class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
ScriptProcessorRegistry - Class in org.springframework.extensions.webscripts
Registry of Script Processors.
ScriptProcessorRegistry() - Constructor for class org.springframework.extensions.webscripts.ScriptProcessorRegistry
 
ScriptRemote - Class in org.springframework.extensions.webscripts
Root-scope class that provides useful functions for working with endpoints, connectors and credentials.
ScriptRemote() - Constructor for class org.springframework.extensions.webscripts.ScriptRemote
 
ScriptRemoteConnector - Class in org.springframework.extensions.webscripts
Describes a connector to a remote endpoint.
ScriptRemoteConnector(Connector, RemoteConfigElement.EndpointDescriptor) - Constructor for class org.springframework.extensions.webscripts.ScriptRemoteConnector
Constructor
ScriptResourceHelper - Class in org.springframework.extensions.surf.core.scripts
 
ScriptResourceHelper() - Constructor for class org.springframework.extensions.surf.core.scripts.ScriptResourceHelper
 
ScriptResourceLoader - Interface in org.springframework.extensions.surf.core.scripts
 
ScriptUrlMethod - Class in org.springframework.extensions.webscripts
Custom FreeMarker Template language method.
ScriptUrlMethod(WebScriptRequest, WebScriptResponse) - Constructor for class org.springframework.extensions.webscripts.ScriptUrlMethod
Construct
ScriptValueConverter - Class in org.springframework.extensions.webscripts
Value Converter to marshal objects between Java and Javascript.
searchPath - Variable in class org.springframework.extensions.webscripts.StoreRegistrar
 
SearchPath - Class in org.springframework.extensions.webscripts
Web Script Storage
SearchPath() - Constructor for class org.springframework.extensions.webscripts.SearchPath
 
SecurityHeadersFilter - Class in org.springframework.extensions.webscripts.servlet
A filter adding HTTP response headers to incoming requests to improve security for the webapp.
SecurityHeadersFilter() - Constructor for class org.springframework.extensions.webscripts.servlet.SecurityHeadersFilter
 
sendStatus(WebScriptRequest, WebScriptResponse, Status, Cache, String, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
Render an explicit response status template
ServerConfigElement - Class in org.springframework.extensions.config
 
ServerConfigElement() - Constructor for class org.springframework.extensions.config.ServerConfigElement
Default constructor
ServerConfigElement(String) - Constructor for class org.springframework.extensions.config.ServerConfigElement
Constructor
ServerElementReader - Class in org.springframework.extensions.config
 
ServerElementReader() - Constructor for class org.springframework.extensions.config.ServerElementReader
 
ServerModel - Interface in org.springframework.extensions.webscripts
Script / Template Model representing the server hosting the Web Script Framework
serverProperties - Static variable in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
Host Server Configuration
serverProperties - Static variable in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
Host Server Configuration
serverProperties - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
ServerProperties - Interface in org.springframework.extensions.config
External access hostname server properties
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.EndPointProxyServlet
Deprecated.
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
 
serviceMatch - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
Service bound to this request
ServletAuthenticatorFactory - Interface in org.springframework.extensions.webscripts.servlet
Factory for creating a Servlet Authenticator
servletPath - Variable in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
servletReq - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
servletRes - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
servletSession - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
 
session - Variable in class org.springframework.extensions.webscripts.AbstractRuntime
 
session - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
 
setAgent(String) - Method in class org.springframework.extensions.webscripts.FormatMap
Sets the User Agent for which the formats apply
setAllowCallbacks(boolean) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setAllowHttpProxy(boolean) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setAllowHttpsProxy(boolean) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setApi(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.connector.AbstractAuthenticator
Sets the Spring application context
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
Sets the Spring application context
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Sets the Spring application context
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
Sets the application context.
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
Sets the application context.
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
Sets the application context.
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.SearchPath
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.StoreRegistrar
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
setArguments(ArgumentTypeDescription[]) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
setAuthenticatorFactory(ServletAuthenticatorFactory) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
Sets the authenticator factory.
setBasicHttpAuthChallenge(boolean) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
Deprecated.
setBasicRealm(String) - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
The basic realm.
setBeanName(String) - Method in class org.springframework.extensions.webscripts.PresentationContainer
 
setBiography(String) - Method in class org.springframework.extensions.webscripts.connector.User
Set the biography
setBufferSize(int) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setBufferSize(int) - Method in class org.springframework.extensions.webscripts.TransactionParameters
Sets buffer size
setCache(Cache) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
setCache(Cache) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Sets the Cache control
setCacheSize(int) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
setCapability(Description.TransactionCapability) - Method in class org.springframework.extensions.webscripts.TransactionParameters
Sets capability
setChildDebugData(ExtensibilityDebugData) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Sets the ExtensibilityDebugData associated with the nested child ExtensibilityModel.
setChildDebugData(ExtensibilityDebugData) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
setClassPath(String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
Sets the class path
setCode(int) - Method in class org.springframework.extensions.webscripts.Status
 
setCode(int) - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
setCode(int, String) - Method in class org.springframework.extensions.webscripts.Status
Helper method to set the code and message.
setCommitResponseOnAuthenticationError(boolean) - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
 
setCommitResponseOnAuthenticationError(boolean) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setCompanyAddress1(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Address1
setCompanyAddress2(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Address2
setCompanyAddress3(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Address3
setCompanyEmail(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Email
setCompanyFax(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Fax
setCompanyPostcode(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Postcode
setCompanyTelephone(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the Company Telephone
setCompile(boolean) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
Sets the config service.
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVaultProvider
 
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
Sets the config service.
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
Sets the config service.
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
Sets the config service.
setConfigurationSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.extensibility.WebScriptExtensibilityModuleHandler
A setter provided so that the Spring configuration can set the SearchPath
setConnectorProvider(ConnectorProvider) - Method in class org.springframework.extensions.webscripts.RemoteStore
Sets the connector provider
setConnectorProvider(ConnectorProvider) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Sets the connector provider.
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.webscripts.connector.ConnectorProviderImpl
Sets the connector service.
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.webscripts.ScriptRemote
Sets the Connector Service.
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
Sets the connector service.
setConnectorSession(ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
setConnectorSession(ConnectorSession) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
setConnectorSession(ConnectorSession) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Sets the connector session
setConnectTimeout(int) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setContainer(Container) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
setContainer(RuntimeContainer) - Method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
Sets the container.
setContentEncoding(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
setContentEncoding(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Sets the Content Encoding
setContentType(String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
Sets the content type.
setContentType(String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
setContentType(String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Sets the Content Type
setCookie(String, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Sets a given header.
setCookies(Map<String, String>) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Provides a set of cookies for state transfer.
setCredentials(Credentials) - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
setCredentials(Credentials) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
setCredentials(Credentials) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Binds Credentials to this connector.
setCurrentBufferElement(ExtensibilityContent) - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Sets the current ExtensibilityContent to be written to.
setDefaultContentType(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setDefaultEncoding(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setDefaultEncoding(String) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
setDefaultFormat(String) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the default response format
setDefaultReader(FormatReader<Object>) - Method in class org.springframework.extensions.webscripts.FormatRegistry
Set default Reader
setDefaultScriptProcessor(String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistry
Sets the name of the default script processor
setDefaultStoreId(String) - Method in interface org.springframework.extensions.webscripts.PreviewContextProvider
Sets the default store id
setDefaultTemplateProcessor(String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistry
Sets the name of the default template processor
setDefaultUrl(String) - Method in class org.springframework.extensions.webscripts.servlet.mvc.ResourceController
Sets the default url.
setDefaultValue(String) - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
 
setDefaultWebappId(String) - Method in interface org.springframework.extensions.webscripts.PreviewContextProvider
Sets the default webapp id
setDefaultWebScript(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
setDefinition(String) - Method in class org.springframework.extensions.webscripts.TypeDescription
 
setDescPath(String) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
Sets the desc path
setDescription(String) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
Sets the service description
setEmail(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the email.
setEncoding(String) - Method in class org.springframework.extensions.webscripts.connector.Response
Sets the encoding.
setEndpoint(String) - Method in class org.springframework.extensions.webscripts.connector.AbstractClient
Set the endpoint for the Client instance
setEndpoint(String) - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
setEndpoint(String) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
setEndpoint(String) - Method in interface org.springframework.extensions.webscripts.connector.Connector
Sets the endpoint.
setEndpoint(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
setETag(String) - Method in class org.springframework.extensions.webscripts.Cache
 
setException(Throwable) - Method in class org.springframework.extensions.webscripts.Status
 
setException(Throwable) - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
setExceptionOnError(boolean) - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
 
setExceptionOnError(boolean) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setExtensibilityModuleHandler(WebScriptExtensibilityModuleHandler) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
setExtension(String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
setExtension(String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
setExtensionName(String) - Method in class org.springframework.extensions.webscripts.processor.BaseProcessorExtension
Sets the extension name.
setExtensions(Map<String, Serializable>) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets Web Script custom extensions
setFactory(ScriptProcessorFactory) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
setFactory(TemplateProcessorFactory) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
setFamilys(Set<String>) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
setFileBeingProcessed(String) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Sets the path of the file currently being processed in the model.
setFileBeingProcessed(String) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
Sets the path of the file currently being processed in the model by the current thread.
setFirstName(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the first name.
setFormat(String) - Method in class org.springframework.extensions.webscripts.TypeDescription
 
setFormatRegistry(FormatRegistry) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setFormats(Map<String, String>) - Method in class org.springframework.extensions.webscripts.FormatMap
Sets the formats
setFormatStyle(Description.FormatStyle) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the format style
setGoogleUsername(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the google user name
setGuestUserName(String) - Method in class org.springframework.extensions.webscripts.AbstractBasicHttpAuthenticatorFactory
The guest username.
setHeader(String, String) - Method in class org.springframework.extensions.webscripts.connector.ResponseStatus
Allows for response headers to be stored onto the status
setHeader(String, String) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
setHeader(String, String) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Set a response header with the given name and value.
setHostName(String) - Method in class org.springframework.extensions.config.ServerConfigElement
 
setHttpConnectionStalecheck(boolean) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setHttpTcpNodelay(boolean) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setId(String) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
Sets the service id
setInstantMsg(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the instant msg id
setIsPublic(boolean) - Method in class org.springframework.extensions.webscripts.Cache
 
setJobTitle(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the job title.
setKind(String) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the service kind
setLanguageFromRequestHeader(HttpServletRequest) - Static method in class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
Apply Client and Repository language locale based on the 'Accept-Language' request header
setLanguageFromRequestHeader(HttpServletRequest) - Static method in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
Apply Client and Repository language locale based on the 'Accept-Language' request header
setLastModified(Date) - Method in class org.springframework.extensions.webscripts.Cache
 
setLastName(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the last name.
setLifecycle(Description.Lifecycle) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the lifecycle
setLocation(String) - Method in class org.springframework.extensions.webscripts.connector.User
Set the location
setLocation(String) - Method in class org.springframework.extensions.webscripts.Status
 
setMaxAge(Long) - Method in class org.springframework.extensions.webscripts.Cache
 
setMaxRedirects(int) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setMessage(String) - Method in class org.springframework.extensions.webscripts.Status
 
setMessage(String) - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
setMethod(String) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the service http method
setMethod(HttpMethod) - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
Sets the method.
setMiddleName(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the middle name.
setMimetypes(Map<String, String>) - Method in class org.springframework.extensions.webscripts.FormatMap
Sets the mimetypes
setMobilePhone(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the mobile phone.
setMultipartProcessing(boolean) - Method in interface org.springframework.extensions.webscripts.Description
 
setMultipartProcessing(boolean) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
setMustExist(boolean) - Method in class org.springframework.extensions.webscripts.ClassPathStore
Sets whether the class path must exist If it must exist, but it doesn't exist, an exception is thrown on initialisation of the store
setMustRevalidate(boolean) - Method in class org.springframework.extensions.webscripts.Cache
 
setName(String) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setName(String) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
setName(String) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
setNegotiatedFormats(NegotiatedFormat[]) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the negotiated formats
setNeverCache(boolean) - Method in class org.springframework.extensions.webscripts.Cache
 
setOrganization(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the organization.
setOverrideDocType(boolean) - Method in class org.springframework.extensions.webscripts.ui.common.StringUtils
 
setPackage(Path) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the Package (path version of getScriptPath)
setPackage(Path) - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
Sets the Package (path version of getScriptPath)
setParameter(String, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorSession
Sets a given parameter.
setParentScope(Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
setParentScope(Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
setParentScope(Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
setPath(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
Sets the base path to send to the remote store
setPoolSize(int) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setPort(Integer) - Method in class org.springframework.extensions.config.ServerConfigElement
 
setPrepend(boolean) - Method in class org.springframework.extensions.webscripts.StoreRegistrar
Identifies whether to prepend or not
setPreviewContextProvider(PreviewContextProvider) - Method in class org.springframework.extensions.webscripts.AbstractStore
Sets the preview context provider
setProcessors(List<Processor>) - Method in class org.springframework.extensions.webscripts.processor.BaseProcessorExtension
Sets the processor list.
setProperty(String, Serializable) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the property.
setProperty(String, Object) - Method in interface org.springframework.extensions.webscripts.connector.Credentials
Sets a given property
setProperty(String, Object) - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
setPrototype(Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
 
setPrototype(Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
 
setPrototype(Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
setProxyControllerInterceptor(ProxyControllerInterceptor) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
Set the ProxyControllerInterceptor reference
setReaders(Set<FormatReader<Object>>) - Method in class org.springframework.extensions.webscripts.FormatAdaptorSet
Sets the readers
setReadOnly(boolean) - Method in class org.springframework.extensions.webscripts.AbstractStore
Sets whether the class path store is to operate in read-only mode.
setReadTimeout(int) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setRedirect(boolean) - Method in class org.springframework.extensions.webscripts.Status
 
setRedirect(boolean) - Method in class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
 
setRegistry(FormatRegistry) - Method in class org.springframework.extensions.webscripts.FormatAdaptorSet
Sets the Format Registry
setRegistry(FormatRegistry) - Method in class org.springframework.extensions.webscripts.FormatMap
Sets the Format Registry
setRegistry(Registry) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
setRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
setRemoveRequestHeaders(Set<String>) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setRemoveResponseHeaders(Set<String>) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setRequestContentType(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setRequestHeaders(Map<String, String>) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Configuration of custom request headers to be applied to each request.
setRequestMethod(HttpMethod) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
 
setRequestProperties(Map<String, String>) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Allows for additional request properties to be set onto this object These request properties are applied to the connection when the connection is called.
setRequestTypes(TypeDescription[]) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
setRequired(boolean) - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
 
setRequired(Description.RequiredTransaction) - Method in class org.springframework.extensions.webscripts.TransactionParameters
Sets required
setRequiredAuthentication(Description.RequiredAuthentication) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the required level of authentication
setRequiredCache(Description.RequiredCache) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the required cache
setRequiredTransactionParameters(Description.RequiredTransactionParameters) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the transaction parameters
setResourceDescriptionList(ArrayList<ResourceDescription>) - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
setResourceDescriptions(ResourceDescription[]) - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
setResponseTypes(TypeDescription[]) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
setRunAs(String) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the ID of the user that the service should be run as.
setScheme(String) - Method in class org.springframework.extensions.config.ServerConfigElement
 
setScriptIds(String[]) - Method in class org.springframework.extensions.webscripts.ResourceDescription
 
setScriptObjects(Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setScriptParameterFactoryRegistry(ScriptParameterFactoryRegistry) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setScriptPath(String) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the script path
setScriptProcessorRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setScriptProcessorRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableScriptProcessor
Sets the script processor registry to which this processor will be registered
setSearchPath(List<Store>) - Method in class org.springframework.extensions.webscripts.SearchPath
 
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.processor.AbstractScriptProcessor
 
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.processor.AbstractTemplateProcessor
 
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.ScriptProcessorRegistrar
 
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.StoreRegistrar
Sets the search path
setSearchPath(SearchPath) - Method in class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
setServletContext(ServletContext) - Method in class org.springframework.extensions.config.source.WebAppConfigSource
 
setShareSealedScopes(boolean) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
setShortName(String) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
Sets the service short name
setSkype(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the skype id
setStatus(int) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
 
setStatus(int) - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
Sets the Response Status
setStatusTemplate(StatusTemplate, Map<String, Object>) - Method in exception org.springframework.extensions.webscripts.WebScriptException
Deprecated. 
setStatusTemplateFactory(StatusTemplateFactory) - Method in exception org.springframework.extensions.webscripts.WebScriptException
Associates a factory for the lazy retrieval of an advanced description of the status code associated with this exception
setStore(Store) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
Sets the web description store
setStore(Store) - Method in class org.springframework.extensions.webscripts.StoreRegistrar
Sets the store
setStoreId(String) - Method in class org.springframework.extensions.webscripts.PreviewContext
Sets the id of the store
setStoreId(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
Allows for specification of default or fallback store id to use when binding to a remote store.
setTelephone(String) - Method in class org.springframework.extensions.webscripts.connector.User
Sets the home phone.
setTemplateObjects(Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setTemplateProcessorRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
 
setTemplateProcessorRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.webscripts.processor.BaseRegisterableTemplateProcessor
Sets the template processor registry to which this processor will be registered
setTicket(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Sets the authentication ticket to use.
setTicketName(String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Sets the authentication ticket name to use.
setTitle(String) - Method in class org.springframework.extensions.webscripts.ScriptDebugger
 
setTypeDescriptionList(ArrayList<TypeDescription>) - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
setTypeDescriptions(TypeDescription[]) - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
setUpdateDelay(int) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor
 
setUriBlacklist(List<String>) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
setUriIndex(UriIndex) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
 
setUris(String[]) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
Sets the service URIs
setUriWhitelist(List<String>) - Method in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
 
setUrl(String) - Method in class org.springframework.extensions.webscripts.TypeDescription
 
setURLModelFactory(URLModelFactory) - Method in class org.springframework.extensions.webscripts.AbstractRuntime
 
setURLModelFactory(URLModelFactory) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
 
setURLModelFactory(URLModelFactory) - Method in interface org.springframework.extensions.webscripts.WebScript
 
setUserId(String) - Method in class org.springframework.extensions.webscripts.PreviewContext
Sets the user id
setUsernamePassword(String, String) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
Basic HTTP auth.
setValue(String, Object) - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
 
setValue(String, Object) - Method in interface org.springframework.extensions.webscripts.WebScriptSession
Sets a value in the session
setWebappId(String) - Method in class org.springframework.extensions.webscripts.PreviewContext
Sets the WCM web application id This applies for the case where the store is an AVM store which was built by Alfresco WCM.
setWebappId(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
Sets the store's web application id to bind to within the designated store This is meaningful for WCM Web Project stores.
setWebappPathPrefix(String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
setWriters(Set<FormatWriter<Object>>) - Method in class org.springframework.extensions.webscripts.FormatAdaptorSet
Sets the writers
show() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Show the debugger
SimpleCredentialVault - Class in org.springframework.extensions.webscripts.connector
A simple implementation of a credential vault.
SimpleCredentialVault(String, RemoteConfigElement) - Constructor for class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
Instantiates a new simple credential vault.
SimpleCredentialVaultProvider - Class in org.springframework.extensions.webscripts.connector
Provides instances of credential vaults
SimpleCredentialVaultProvider() - Constructor for class org.springframework.extensions.webscripts.connector.SimpleCredentialVaultProvider
Reflection constructor
size() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
SOURCE_PACKAGE - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
splitURL(String) - Static method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
Splits a Web Script Url into its component parts
splitURL(String, String) - Static method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
Splits a Web Script Url into its component parts
sslConfigDescriptor - Variable in class org.springframework.extensions.config.RemoteConfigElement
 
start() - Method in class org.springframework.extensions.webscripts.ScriptDebugger
Start the Debugger
startArray() - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Start an array structure, the endArray() method must be called later.
startObject() - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Start an object structure, the endObject() method must be called later.
startValue(String) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Start a value (outputs just a name key), the endValue() method must be called later.
Status - Class in org.springframework.extensions.webscripts
Web Script Status Records the outcome of a Web Script.
Status() - Constructor for class org.springframework.extensions.webscripts.Status
 
STATUS_ACCEPTED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_BAD_GATEWAY - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_BAD_REQUEST - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_CONFLICT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_CONTINUE - Static variable in class org.springframework.extensions.webscripts.Status
Status code constants
STATUS_CREATED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_EXPECTATION_FAILED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_FORBIDDEN - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_FOUND - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_GATEWAY_TIMEOUT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_GONE - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_INTERNAL_SERVER_ERROR - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_LENGTH_REQUIRED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_METHOD_NOT_ALLOWED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_MOVED_PERMANENTLY - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_MOVED_TEMPORARILY - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_MULTIPLE_CHOICES - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_NO_CONTENT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_NOT_ACCEPTABLE - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_NOT_FOUND - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_NOT_IMPLEMENTED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_NOT_MODIFIED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_OK - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_PARTIAL_CONTENT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_PAYMENT_REQUIRED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_PRECONDITION_FAILED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_REQUEST_TIMEOUT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_REQUEST_URI_TOO_LONG - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_RESET_CONTENT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_SEE_OTHER - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_SERVICE_UNAVAILABLE - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_SWITCHING_PROTOCOLS - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_TEMPORARY_REDIRECT - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_UNAUTHORIZED - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.springframework.extensions.webscripts.Status
 
STATUS_USE_PROXY - Static variable in class org.springframework.extensions.webscripts.Status
 
StatusTemplate - Class in org.springframework.extensions.webscripts
Status Template
StatusTemplate(String, String) - Constructor for class org.springframework.extensions.webscripts.StatusTemplate
Construct
StatusTemplateFactory - Interface in org.springframework.extensions.webscripts
Interface to enable the lazy retrieval of the template and associated model corresponding to a particular webscript status code.
store - Variable in class org.springframework.extensions.webscripts.StoreRegistrar
 
store(Credentials) - Method in interface org.springframework.extensions.webscripts.connector.CredentialVault
Places the given credentials into the vault
store(Credentials) - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
Store - Interface in org.springframework.extensions.webscripts
Store for holding Web Script Definitions and Implementations
storeDirs - Variable in class org.springframework.extensions.webscripts.ClassPathStore
 
StoreRegistrar - Class in org.springframework.extensions.webscripts
Registers a store into a search path
StoreRegistrar() - Constructor for class org.springframework.extensions.webscripts.StoreRegistrar
 
StringUtils - Class in org.springframework.extensions.webscripts.ui.common
Class containing misc helper methods for managing Strings.
StringUtils() - Constructor for class org.springframework.extensions.webscripts.ui.common.StringUtils
 
stripEncodeUnsafeHTML(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
stripUnsafeHTML(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
stripUnsafeHTMLDocument(String, boolean) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Strip unsafe HTML tags from a string that represent an entire hml doc - only leaves most basic formatting tags and optionally encodes or strips the remaining characters.
stripUnsafeHTMLTags(String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Strip unsafe HTML tags from a string - only leaves most basic formatting tags and encodes the remaining characters.
stripUnsafeHTMLTags(String, boolean) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Strip unsafe HTML tags from a string - only leaves most basic formatting tags and optionally encodes or strips the remaining characters.
stripUnsafeHTMLTags(String, boolean, boolean) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Strip unsafe HTML tags from a string - only leaves most basic formatting tags and optionally encodes or strips the remaining characters.
stripUnsafeHTMLTags(String, boolean, boolean, boolean) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Strip unsafe HTML tags from a string - only leaves most basic formatting tags
stripUnsafeHTMLTags(String, boolean, boolean, boolean, boolean) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
Strip unsafe HTML tags from a string - only leaves most basic formatting tags
switchToExtensionProcessing() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModel
Switches from defining the base model to processing extensions.
switchToExtensionProcessing() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
Switches the model into extension processing mode.
sysadmin - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
 
SystemOut() - Constructor for class org.springframework.extensions.webscripts.ScriptLogger.SystemOut
 

T

TAB - Static variable in class org.springframework.extensions.webscripts.AbstractBaseDescriptionDocument
 
TARGET - Static variable in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirective
 
TARGET_PACKAGE - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
TemplateAPI - Enum constant in enum class org.springframework.extensions.webscripts.annotation.ScriptClassType
 
TemplateConfigModel - Class in org.springframework.extensions.webscripts
Model representation of configuration for use in scripts.
TemplateConfigModel(ConfigService, String) - Constructor for class org.springframework.extensions.webscripts.TemplateConfigModel
Constructor
TemplateProcessor - Interface in org.springframework.extensions.webscripts
Web Script Template Processor
TemplateProcessorFactory - Interface in org.springframework.extensions.webscripts
Factory that produces a Template Processor instance
TemplateProcessorRegistrar - Class in org.springframework.extensions.webscripts
Registers a template processor with the web script framework
TemplateProcessorRegistrar() - Constructor for class org.springframework.extensions.webscripts.TemplateProcessorRegistrar
 
TemplateProcessorRegistry - Class in org.springframework.extensions.webscripts
Registry of Template Processors.
TemplateProcessorRegistry() - Constructor for class org.springframework.extensions.webscripts.TemplateProcessorRegistry
 
TemplateRootObject - Enum constant in enum class org.springframework.extensions.webscripts.annotation.ScriptClassType
 
TEXT - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
toJSONObject(Object) - Method in class org.springframework.extensions.webscripts.json.JSONUtils
Converts the given JavaScript native object to a org.json.simple.JSONObject Java Object.
toJSONString() - Method in class org.springframework.extensions.webscripts.json.RawValue
 
toJSONString(Object) - Method in class org.springframework.extensions.webscripts.json.JSONUtils
Converts a given JavaScript native object and converts it to the relevant JSON string.
toObject(String) - Method in class org.springframework.extensions.webscripts.json.JSONUtils
Takes a JSON string and converts it to a native java script object or array
toObject(JSONArray) - Method in class org.springframework.extensions.webscripts.json.JSONUtils
Takes a JSON array and converts it to a native JS array.
toObject(JSONObject) - Method in class org.springframework.extensions.webscripts.json.JSONUtils
Takes a JSON object and converts it to a native JS object.
toString() - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
 
toString() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityContent
 
toString() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
 
toString() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl
 
toString() - Method in class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
 
toString() - Method in class org.springframework.extensions.webscripts.AbstractWebScript
 
toString() - Method in class org.springframework.extensions.webscripts.ArgumentTypeDescription
 
toString() - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
toString() - Method in class org.springframework.extensions.webscripts.connector.AbstractConnector
 
toString() - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
 
toString() - Method in class org.springframework.extensions.webscripts.connector.CredentialsImpl
 
toString() - Method in class org.springframework.extensions.webscripts.connector.Response
 
toString() - Method in class org.springframework.extensions.webscripts.connector.SimpleCredentialVault
 
toString() - Method in class org.springframework.extensions.webscripts.connector.User
 
toString() - Method in class org.springframework.extensions.webscripts.DescriptionImpl
 
toString() - Method in class org.springframework.extensions.webscripts.GUID
 
toString() - Method in class org.springframework.extensions.webscripts.json.RawValue
 
toString() - Method in class org.springframework.extensions.webscripts.Match
 
toString() - Method in class org.springframework.extensions.webscripts.MediaType
 
toString() - Method in class org.springframework.extensions.webscripts.PackageDescriptionDocument
 
toString() - Method in class org.springframework.extensions.webscripts.PathImpl
 
toString() - Method in class org.springframework.extensions.webscripts.ResourceDescription
 
toString() - Method in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
toString() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
toString() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
 
toString() - Method in class org.springframework.extensions.webscripts.Status
 
toString() - Method in class org.springframework.extensions.webscripts.TypeDescription
 
toString() - Method in class org.springframework.extensions.webscripts.UriTemplate
 
toString() - Method in class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
 
TransactionParameters - Class in org.springframework.extensions.webscripts
Web Script Transaction Parameters Records the desired transaction requirements for the Web Script
TransactionParameters() - Constructor for class org.springframework.extensions.webscripts.TransactionParameters
Construct
type() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptMethod
 
TYPE - Static variable in interface org.springframework.extensions.surf.extensibility.CloseModelElement
 
TYPE - Static variable in interface org.springframework.extensions.surf.extensibility.ContentModelElement
 
TYPE - Static variable in class org.springframework.extensions.surf.extensibility.impl.DiscardUnboundContentModelElementImpl
 
TYPE - Static variable in class org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
 
TYPE - Static variable in interface org.springframework.extensions.surf.extensibility.OpenModelElement
 
TypeDescription - Class in org.springframework.extensions.webscripts
type description
TypeDescription() - Constructor for class org.springframework.extensions.webscripts.TypeDescription
Default constructor
TypeDescription(String, String, String, String, String) - Constructor for class org.springframework.extensions.webscripts.TypeDescription
Constructor with id, shortName, description, format and definition
typeDescriptionList - Variable in class org.springframework.extensions.webscripts.SchemaDescriptionDocument
 
types() - Element in annotation interface org.springframework.extensions.webscripts.annotation.ScriptClass
 

U

UnboundContentModelElementImpl - Class in org.springframework.extensions.surf.extensibility.impl
 
UnboundContentModelElementImpl() - Constructor for class org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
 
unwrap() - Method in class org.springframework.extensions.webscripts.NativeMap
 
unwrap() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
unwrapValue(Object) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor
 
unwrapValue(Object) - Method in interface org.springframework.extensions.webscripts.ScriptProcessor
Unwrap value returned by script TODO: Remove this method when value conversion is truly hidden within script engine
unwrapValue(Object) - Static method in class org.springframework.extensions.webscripts.ScriptValueConverter
Convert an object from a script wrapper value to a serializable value valid outside of the Rhino script processor context.
updateDocument(String, String) - Method in class org.springframework.extensions.webscripts.ClassPathStore
 
updateDocument(String, String) - Method in class org.springframework.extensions.webscripts.RemoteStore
 
updateDocument(String, String) - Method in interface org.springframework.extensions.webscripts.Store
Updates an existing document.
updateExtendingModuleDependencies(String, Map<String, Object>) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
Returns an HTML Spring defining the JavaScript and CSS resource dependencies defined by extending modules.
updateExtendingModuleDependencies(String, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
This method is implemented to perform no action as it is not necessary for a standalone WebScript container to add dependencies for processing.
URI - Enum constant in enum class org.springframework.extensions.webscripts.Match.Kind
URL request matches on URI only
UriIndex - Interface in org.springframework.extensions.webscripts
Encapsulates the mapping of URIs to Web Scripts
UriTemplate - Class in org.springframework.extensions.webscripts
Class representing a Uri Template - with basic {token} format support.
UriTemplate(String) - Constructor for class org.springframework.extensions.webscripts.UriTemplate
Construct
url - Variable in class org.springframework.extensions.webscripts.TypeDescription
 
urlDecode(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
urlEncode(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
urlEncodeComponent(String) - Method in class org.springframework.extensions.webscripts.ScriptableUtils
 
UrlEncodeMethod - Class in org.springframework.extensions.webscripts
Custom FreeMarker Template language method.
UrlEncodeMethod() - Constructor for class org.springframework.extensions.webscripts.UrlEncodeMethod
 
UrlInputStreamResource(String) - Constructor for class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver.UrlInputStreamResource
 
UrlInputStreamResource(URI) - Constructor for class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver.UrlInputStreamResource
 
UrlInputStreamResource(URL) - Constructor for class org.springframework.extensions.webscripts.ClassPathStoreResourceResolver.UrlInputStreamResource
 
URLModel - Interface in org.springframework.extensions.webscripts
Script / Template Model representing Web Script URLs This class is immutable.
URLModelFactory - Interface in org.springframework.extensions.webscripts
 
UrlPathHelper - Class in org.springframework.extensions.webscripts
Overrides the SpringMVC default UrlPathHelper class to disable the use of the "clean" method which incorrectly removes everything from the URI path after the ; semi-colon character - as after decoding the URI this could well be a valid part of the URI path or a url argument.
UrlPathHelper() - Constructor for class org.springframework.extensions.webscripts.UrlPathHelper
 
useNullSentinel - Variable in class org.springframework.extensions.webscripts.servlet.mvc.AbstractWebScriptViewResolver
True if the resolver should cache "null" lookups
user - Enum constant in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
 
User - Class in org.springframework.extensions.webscripts.connector
Default user profile object.
User(String, Map<String, Boolean>) - Constructor for class org.springframework.extensions.webscripts.connector.User
Instantiates a new user.
USER - Enum constant in enum class org.springframework.extensions.config.RemoteConfigElement.IdentityType
 
UserContext - Class in org.springframework.extensions.webscripts.connector
Describes bound-context for a given user.
UserContext(String, Credentials, ConnectorSession) - Constructor for class org.springframework.extensions.webscripts.connector.UserContext
 

V

validateContent() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultContentModelElement
 
validateContent() - Method in interface org.springframework.extensions.surf.extensibility.ValidatedContentModelElement
 
ValidatedContentModelElement - Interface in org.springframework.extensions.surf.extensibility
 
validateRootElement(Element, String) - Method in class org.springframework.extensions.webscripts.AbstractBaseDescription
Validate XML root element which will be used for parsing
valueOf(String) - Static method in enum class org.springframework.extensions.config.RemoteConfigElement.IdentityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.annotation.ScriptClassType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.annotation.ScriptMethodType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.connector.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Description.FormatStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Description.Lifecycle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Description.RequiredTransaction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Description.TransactionCapability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.extensions.webscripts.Match.Kind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.extensions.config.RemoteConfigElement.IdentityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.annotation.ScriptClassType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.annotation.ScriptMethodType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.connector.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Description.FormatStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Description.Lifecycle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Description.RequiredAuthentication
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Description.RequiredTransaction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Description.TransactionCapability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.extensions.webscripts.Match.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
 
VERSION - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
 
VFSFILE_URL_PREFIX - Static variable in class org.springframework.extensions.webscripts.ClassPathStore
 
VFSJAR_URL_SEPARATOR - Static variable in class org.springframework.extensions.webscripts.ClassPathStore
 
VFSWAR_CLASSES_URL_SEPARATOR - Static variable in class org.springframework.extensions.webscripts.ClassPathStore
 
VFSWAR_URL_SEPARATOR - Static variable in class org.springframework.extensions.webscripts.ClassPathStore
 
VFSZIP_URL_PREFIX - Static variable in class org.springframework.extensions.webscripts.ClassPathStore
 

W

warn(String) - Method in class org.springframework.extensions.webscripts.ScriptLogger
 
WebAppConfigSource - Class in org.springframework.extensions.config.source
ConfigSource implementation that gets its data via files in a web application.
WebAppConfigSource(String) - Constructor for class org.springframework.extensions.config.source.WebAppConfigSource
Constructs a webapp configuration source that uses a single file
WebAppConfigSource(List<String>) - Constructor for class org.springframework.extensions.config.source.WebAppConfigSource
 
WebScript - Interface in org.springframework.extensions.webscripts
Web Script
WEBSCRIPT_DESC_XML - Static variable in class org.springframework.extensions.webscripts.DeclarativeRegistry
Filename extension for webscript descriptor paths
WEBSCRIPT_NAME - Static variable in class org.springframework.extensions.surf.extensibility.Customization
 
WebScriptException - Exception in org.springframework.extensions.webscripts
Web Script Exceptions.
WebScriptException(int, String) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(int, String, Object...) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(int, String, Throwable) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(int, String, Throwable, Object...) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(String) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(String, Object...) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(String, Throwable) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptException(String, Throwable, Object...) - Constructor for exception org.springframework.extensions.webscripts.WebScriptException
 
WebScriptExtensibilityModuleHandler - Class in org.springframework.extensions.surf.extensibility
 
WebScriptExtensibilityModuleHandler() - Constructor for class org.springframework.extensions.surf.extensibility.WebScriptExtensibilityModuleHandler
 
WebScriptPropertyResourceBundle - Class in org.springframework.extensions.webscripts
Extends PropertyResourceBundle in order to provide two new capabilities.
WebScriptPropertyResourceBundle(InputStream, String) - Constructor for class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Instantiates a new WebScriptPropertyResourceBundle.
WebScriptPropertyResourceBundle(ResourceBundle, String) - Constructor for class org.springframework.extensions.webscripts.WebScriptPropertyResourceBundle
Constructor for instantiating from an existing ResourceBundle.
WebScriptRequest - Interface in org.springframework.extensions.webscripts
Web Script Request
WebScriptRequestImpl - Class in org.springframework.extensions.webscripts
Basic Implementation of a Web Script Request
WebScriptRequestImpl(Runtime) - Constructor for class org.springframework.extensions.webscripts.WebScriptRequestImpl
Construction
WebScriptRequestURLImpl - Class in org.springframework.extensions.webscripts
Web Script Request implementation that acts upon a string representation of a URL
WebScriptRequestURLImpl(Runtime, String[], Match) - Constructor for class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
Construct
WebScriptRequestURLImpl(Runtime, String, Match) - Constructor for class org.springframework.extensions.webscripts.WebScriptRequestURLImpl
Construct Note: It's assumed scriptUrl contains context path
WebScriptResponse - Interface in org.springframework.extensions.webscripts
Web Script Response
WebScriptResponseImpl - Class in org.springframework.extensions.webscripts
Basic Implementation of a Web Script Request
WebScriptResponseImpl(Runtime) - Constructor for class org.springframework.extensions.webscripts.WebScriptResponseImpl
Construct
WEBSCRIPTS_ELEMENT_NAME - Static variable in class org.springframework.extensions.webscripts.ResourceDescription
 
WebScriptServlet - Class in org.springframework.extensions.webscripts.servlet
Entry point for Web Scripts
WebScriptServlet() - Constructor for class org.springframework.extensions.webscripts.servlet.WebScriptServlet
 
WebScriptServletRequest - Class in org.springframework.extensions.webscripts.servlet
HTTP Servlet Web Script Request
WebScriptServletRequest(Runtime, HttpServletRequest, Match, ServerProperties) - Constructor for class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
Construction
WebScriptServletResponse - Class in org.springframework.extensions.webscripts.servlet
HTTP Servlet Web Script Response
WebScriptServletResponse(Runtime, HttpServletResponse) - Constructor for class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
Construct
WebScriptServletRuntime - Class in org.springframework.extensions.webscripts.servlet
HTTP Servlet Web Script Runtime
WebScriptServletRuntime(RuntimeContainer, ServletAuthenticatorFactory, HttpServletRequest, HttpServletResponse, ServerProperties) - Constructor for class org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
Construct
WebScriptServletSession - Class in org.springframework.extensions.webscripts.servlet
HTTP based Web Script Session
WebScriptServletSession(HttpSession) - Constructor for class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
Construct
WebScriptSession - Interface in org.springframework.extensions.webscripts
Web Script Session
WebScriptSessionFactory - Interface in org.springframework.extensions.webscripts
Web Script Session Factory
WebScriptsPlatformException - Exception in org.springframework.extensions.surf.exception
Exception thrown by the web scripts engine
WebScriptsPlatformException(String) - Constructor for exception org.springframework.extensions.surf.exception.WebScriptsPlatformException
 
WebScriptsPlatformException(String, Throwable) - Constructor for exception org.springframework.extensions.surf.exception.WebScriptsPlatformException
 
WebScriptStatus - Class in org.springframework.extensions.webscripts
Deprecated. 
WebScriptStatus(Status) - Constructor for class org.springframework.extensions.webscripts.WebScriptStatus
Deprecated.
Construct
WebScriptView - Class in org.springframework.extensions.webscripts.servlet.mvc
WebScript view implementation.
WebScriptView(RuntimeContainer, ServletAuthenticatorFactory, ConfigService) - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.WebScriptView
WebScriptView constructor
WebScriptViewResolver - Class in org.springframework.extensions.webscripts.servlet.mvc
Resolves views to Web Scripts
WebScriptViewResolver() - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResolver
WebScriptViewResolver Constructor
WebScriptViewResponse - Class in org.springframework.extensions.webscripts.servlet.mvc
Used by the web script view to hand back correct resource urls that reference the resource controller.
WebScriptViewResponse(Runtime, HttpServletResponse) - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewResponse
 
WebScriptViewRuntime - Class in org.springframework.extensions.webscripts.servlet.mvc
Runtime for WebScript View.
WebScriptViewRuntime(String, RuntimeContainer, ServletAuthenticatorFactory, HttpServletRequest, HttpServletResponse, ServerProperties) - Constructor for class org.springframework.extensions.webscripts.servlet.mvc.WebScriptViewRuntime
Construction
wrap(Object) - Method in class org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.NonBlockingObjectWrapper
 
wrap(Scriptable, Map<Object, Object>) - Static method in class org.springframework.extensions.webscripts.NativeMap
Construct
wrap(Scriptable, Map<Object, Object>) - Static method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
Construction
wrapAsJavaObject(Context, Scriptable, Object, Class) - Method in class org.springframework.extensions.webscripts.processor.JSScriptProcessor.PresentationWrapFactory
 
WrappingWebScriptRequest - Interface in org.springframework.extensions.webscripts
Wrapping Web Script Request
WrappingWebScriptResponse - Interface in org.springframework.extensions.webscripts
Wrapping Web Script Response
wrapValue(Scriptable, Object) - Static method in class org.springframework.extensions.webscripts.ScriptValueConverter
Convert an object from any repository serialized value to a valid script object.
write(char[]) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityContent
 
write(char[], int, int) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityContent
Should be implemented to allow content to be appended
write(char[], int, int) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityContent
 
write(char[], int, int) - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Writes to the current ExtensibilityContent instance.
write(int) - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Writes to the current ExtensibilityContent instance.
write(String, int, int) - Method in class org.springframework.extensions.surf.extensibility.impl.ModelWriter
Writes to the current ExtensibilityContent instance.
write(Type, OutputStream) - Method in interface org.springframework.extensions.webscripts.FormatWriter
Converts Java object to mimetype
write(Type, Writer) - Method in interface org.springframework.extensions.webscripts.FormatWriter
Converts Java object to mimetype
WRITE - Enum constant in enum class org.springframework.extensions.webscripts.annotation.ScriptMethodType
 
writeNullValue() - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON null value.
writeNullValue(String) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON null value.
writeRawValue(RawValue) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON boolean value.
writeValue(boolean) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON boolean value.
writeValue(double) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number value.
writeValue(float) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number value.
writeValue(int) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number value.
writeValue(long) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number value.
writeValue(String) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON string value.
writeValue(String, boolean) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON boolean name and value pair.
writeValue(String, double) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number name and value pair.
writeValue(String, float) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number name and value pair.
writeValue(String, int) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number name and value pair.
writeValue(String, long) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON number name and value pair.
writeValue(String, String) - Method in class org.springframework.extensions.webscripts.json.JSONWriter
Output a JSON string name and value pair.

X

X_WWW_FORM_URLENCODED - Static variable in class org.springframework.extensions.webscripts.connector.RemoteClient
 
XHTML - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
XML - Enum constant in enum class org.springframework.extensions.webscripts.Format
 
XML_FORMAT - Static variable in interface org.springframework.extensions.webscripts.WebScriptResponse
 
XMLHelper - Class in org.springframework.extensions.surf.extensibility
 
XMLHelper() - Constructor for class org.springframework.extensions.surf.extensibility.XMLHelper
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form