- 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, ConnectorContext) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
-
- call(String, ConnectorContext, InputStream) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
-
- call(String, ConnectorContext, InputStream, OutputStream) - Method in class org.springframework.extensions.webscripts.connector.AuthenticatingConnector
-
- call(String, ConnectorContext, HttpServletRequest, HttpServletResponse) - 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, ConnectorContext) - Method in interface org.springframework.extensions.webscripts.connector.Connector
-
Invokes a URI on a remote service.
- 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, OutputStream) - Method in interface org.springframework.extensions.webscripts.connector.Connector
-
Invokes a URI on a remote service.
- 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) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
-
- 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.HttpConnector
-
- call(String, ConnectorContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.webscripts.connector.HttpConnector
-
- call(String) - 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, InputStream) - Method in class org.springframework.extensions.webscripts.connector.RemoteClient
-
Call a remote WebScript uri.
- call(String, boolean, InputStream) - 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, InputStream, OutputStream) - 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) - 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.
- 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
-
- closeExtensibilityModel(ExtensibilityModel, Writer) - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
-
- closeExtensibilityModel(ExtensibilityModel, Writer) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
-
- 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
-
- 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 - 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
-
- connectorService - Variable in class org.springframework.extensions.webscripts.servlet.EndPointProxyServlet
-
Deprecated.
- connectorService - Variable in class org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController
-
- 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.
- ConstantMethodBinding - Class in org.springframework.extensions.webscripts.ui.common
-
- ConstantMethodBinding() - Constructor for class org.springframework.extensions.webscripts.ui.common.ConstantMethodBinding
-
- ConstantMethodBinding(String) - Constructor for class org.springframework.extensions.webscripts.ui.common.ConstantMethodBinding
-
- container - Variable in class org.springframework.extensions.webscripts.AbstractRuntime
-
Component Dependencies
- Container - Interface in org.springframework.extensions.webscripts
-
Web Script Container
- container - Variable in class org.springframework.extensions.webscripts.portlet.WebScriptPortlet
-
- 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
-
- 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(RenderRequest, RenderResponse) - Method in interface org.springframework.extensions.webscripts.portlet.PortletAuthenticatorFactory
-
Create Authenticator
- 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
-
- createClose() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
-
- createContentModelElement() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
-
- 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
-
- 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, AbstractWebScript.ScriptDetails, Map<String, Object>) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
-
Create a model for script usage
- 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
-
- 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 - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
-
- Customization - Class in org.springframework.extensions.surf.extensibility
-
- Customization(Element) - Constructor for class org.springframework.extensions.surf.extensibility.Customization
-
- CUSTOMIZATIONS - Static variable in class org.springframework.extensions.surf.extensibility.BasicExtensionModule
-
- 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
-
- generateFormSubmit(FacesContext, UIComponent, String, String) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Generate the JavaScript to submit set the specified hidden Form field to the
supplied value and submit the parent Form.
- generateFormSubmit(FacesContext, UIComponent, String, String, Map<String, String>) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Generate the JavaScript to submit set the specified hidden Form field to the
supplied value and submit the parent Form.
- generateFormSubmit(FacesContext, UIComponent, String, String, boolean, Map<String, String>) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Generate the JavaScript to submit set the specified hidden Form field to the
supplied value and submit the parent Form.
- generateFormSubmit(FacesContext, UIComponent) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Generate the JavaScript to submit the parent Form.
- 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
- get(String) - Method in class org.springframework.extensions.config.RemoteConfigElement.Descriptor
-
- 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(String, Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
-
- get(int, Scriptable) - Method in class org.springframework.extensions.webscripts.NativeMap
-
- get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
-
- get(int, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableLinkedHashMap
-
- get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
-
- get(int, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
-
- get(Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
-
- get(String) - Method in class org.springframework.extensions.webscripts.ScriptMessage
-
Get an I18N message
- get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptMessage
-
Get an I18N message with the given message args
- get(String) - Method in class org.springframework.extensions.webscripts.ScriptRemoteConnector
-
Invokes a GET request URI on the endpoint.
- getAction() - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityDirectiveData
-
- getAction() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultExtensibilityDirectiveData
-
- getActionHiddenFieldName(FacesContext, UIComponent) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Get the hidden field name for any action component.
- 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
-
- getAgent() - Method in class org.springframework.extensions.webscripts.jsf.WebScriptJSFRequest
-
- getAgent() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
- 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
-
- 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
- getComponentType() - Method in class org.springframework.extensions.webscripts.jsf.WebScriptTag
-
- 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(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.
- getConnector() - Method in class org.springframework.extensions.webscripts.RemoteStore
-
Get a Connector for access to the endpoint.
- 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(HttpSession, String) - Method in class org.springframework.extensions.webscripts.connector.ConnectorService
-
Returns the ConnectorSession bound to the current HttpSession for the given endpoint
- getConnectorSession() - Method in class org.springframework.extensions.webscripts.connector.UserContext
-
- 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.jsf.WebScriptJSFRequest
-
- getContent() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
- 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 class org.springframework.extensions.webscripts.jsf.UIWebScript
-
- 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
-
- getCurrentExtensibilityModel() - Method in interface org.springframework.extensions.surf.extensibility.HandlesExtensibility
-
- getCurrentExtensibilityModel() - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
-
- 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
-
- 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
-
- 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, String) - Method in class org.springframework.extensions.webscripts.AbstractStore
-
- 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 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.jsf.WebScriptJSFResponse
-
- getEncodeResourceUrlFunction(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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.jsf.WebScriptJSFResponse
-
- getEncodeScriptUrlFunction(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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
-
- 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
-
- getExtendingModuleFiles(BasicExtensionModule, String) - Method in class org.springframework.extensions.surf.extensibility.WebScriptExtensibilityModuleHandler
-
- getExtendingModuleFiles(String) - Method in class org.springframework.extensions.webscripts.ExtensibilityContainer
-
- 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
-
- 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() - Method in class org.springframework.extensions.webscripts.jsf.UIWebScript
-
- 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(String, String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
-
Gets the format for the specified user agent and mimetype
- 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
-
- 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.jsf.WebScriptJSFRequest
-
- getHeader(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
- 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.jsf.WebScriptJSFRequest
-
- getHeaderNames() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
- 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.jsf.WebScriptJSFRequest
-
- getHeaderValues(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
- 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 class org.springframework.extensions.webscripts.portlet.WebScriptPortletSession
-
- 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(String) - Method in class org.springframework.extensions.config.source.WebAppConfigSource
-
- 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
-
- 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(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
-
- 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 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(String, String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
-
Gets the mimetype for the specified user agent and format
- getMimetype() - Method in class org.springframework.extensions.webscripts.servlet.FormData.FormField
-
- 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.jsf.WebScriptJSFResponse
-
- getOutputStream() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- getOutputStream() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
-
- getOutputStream() - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
-
Gets the Output Stream
- getPackage(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
-
- 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 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(Runtime) - Method in interface org.springframework.extensions.webscripts.ScriptParameterFactory
-
Gets script parameters
- getParameters() - Method in class org.springframework.extensions.webscripts.servlet.FormData
-
Gets parameters encoded in the form data
- 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
-
- getParentForm(FacesContext, UIComponent) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Return the parent UIForm component for the specified UIComponent
- 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.
- getParentNamingContainer(FacesContext, UIComponent) - Static method in class org.springframework.extensions.webscripts.ui.common.JSFUtils
-
Return the parent UIComponent implementing the NamingContainer interface for
the specified UIComponent.
- 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(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.
- getPath() - Method in class org.springframework.extensions.webscripts.StatusTemplate
-
Gets template path
- 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
-
- getPortletRequest() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
Gets the Portlet Request
- getPreviewContext() - Method in class org.springframework.extensions.webscripts.AbstractStore
-
Gets the preview context
- getProperties(String, Element) - Static method in class org.springframework.extensions.surf.extensibility.XMLHelper
-
- 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
- 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(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
- getReader() - Method in interface org.springframework.extensions.webscripts.ScriptContent
-
Gets a reader to the contents of the script
- 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.
- getRendererType() - Method in class org.springframework.extensions.webscripts.jsf.WebScriptTag
-
- getRenderResponse() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
Gets the Portlet Render Response
- 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(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.
- getResources() - Method in interface org.springframework.extensions.webscripts.WebScript
-
Gets the Service Resources
- 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(String) - Method in class org.springframework.extensions.webscripts.MultiScriptLoader
-
- getScript(String) - Method in class org.springframework.extensions.webscripts.RemoteStore.RemoteStoreScriptLoader
-
- getScript() - Method in class org.springframework.extensions.webscripts.ScriptConfigModel
-
Returns the script's config as a String
- getScript(String) - Method in interface org.springframework.extensions.webscripts.ScriptLoader
-
Gets the script location for the script at the specified path
- getScript() - Method in class org.springframework.extensions.webscripts.TemplateConfigModel
-
Returns the script's config as a Freemarker NodeModel object
- 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.jsf.UIWebScript
-
- 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.jsf.WebScriptJSFRequest
-
- getServerPath() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletRequest
-
- 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(String, int, String) - Method in class org.springframework.extensions.webscripts.AbstractWebScript
-
Find status template
Note: This method caches template search results
- 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
- 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(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.
- getStringProperty(String) - Method in class org.springframework.extensions.webscripts.connector.User
-
Gets the string property.
- 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
-
- 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
-
- getType(FacesContext) - Method in class org.springframework.extensions.webscripts.ui.common.ConstantMethodBinding
-
- 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.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 class org.springframework.extensions.webscripts.TypeDescription
-
- 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(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletSession
-
- 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(String) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
-
- getWebScript() - Method in class org.springframework.extensions.webscripts.Match
-
Gets the matching web script
- 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
-
- 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(Object, String) - Method in class org.springframework.extensions.webscripts.FormatRegistry
-
Gets a Format Writer
- getWriter() - Method in class org.springframework.extensions.webscripts.jsf.WebScriptJSFResponse
-
- getWriter() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- getWriter() - Method in class org.springframework.extensions.webscripts.servlet.WebScriptServletResponse
-
- getWriter() - Method in interface org.springframework.extensions.webscripts.WebScriptResponse
-
Gets the Writer
- globalConfig - Variable in class org.springframework.extensions.webscripts.ConfigModel
-
- 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.
- 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
-
- 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
-
- 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
- release() - Method in class org.springframework.extensions.webscripts.jsf.WebScriptTag
-
- 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 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(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.
- 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(Object) - Method in class org.springframework.extensions.webscripts.ScriptableWrappedMap
-
- remove(String, String) - Static method in class org.springframework.extensions.webscripts.ui.common.StringUtils
-
Remove all occurances of a String from a String
- 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.portlet.WebScriptPortletSession
-
- 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
-
- render(RenderRequest, RenderResponse) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortlet
-
- 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(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.
- 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
- 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
-
- 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.jsf.WebScriptJSFResponse
-
- reset() - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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
- 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(String, String, String[]) - Constructor for class org.springframework.extensions.webscripts.ResourceDescription
-
Constructor with shortname, description and scriptIds
- ResourceDescription() - Constructor for class org.springframework.extensions.webscripts.ResourceDescription
-
Default constructor
- 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(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(InputStream, 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
-
- restoreState(FacesContext, Object) - Method in class org.springframework.extensions.webscripts.jsf.UIWebScript
-
- restoreState(FacesContext, Object) - Method in class org.springframework.extensions.webscripts.ui.common.ConstantMethodBinding
-
- 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
- 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
- saveState(FacesContext) - Method in class org.springframework.extensions.webscripts.jsf.UIWebScript
-
- saveState(FacesContext) - Method in class org.springframework.extensions.webscripts.ui.common.ConstantMethodBinding
-
- 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(String, String, String) - Constructor for class org.springframework.extensions.webscripts.SchemaDescriptionDocument
-
Constructor with id, shortName and desription
- SchemaDescriptionDocument() - Constructor for class org.springframework.extensions.webscripts.SchemaDescriptionDocument
-
Default constructor
- 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 Type 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 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, Throwable) - 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
-
- 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 Type in org.springframework.extensions.webscripts.annotation
-
Custom annotation type for class methods.
- ScriptMethodType - Enum in org.springframework.extensions.webscripts.annotation
-
Enum for method types.
- ScriptParameter - Annotation Type 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 - Class in org.springframework.extensions.webscripts
-
Web Script Storage
- SearchPath() - Constructor for class org.springframework.extensions.webscripts.SearchPath
-
- searchPath - Variable in class org.springframework.extensions.webscripts.StoreRegistrar
-
- 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
-
- SelfRenderingComponent - Class in org.springframework.extensions.webscripts.ui.common.component
-
- SelfRenderingComponent() - Constructor for class org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
-
Default Constructor
- 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 - Interface in org.springframework.extensions.config
-
External access hostname server properties
- 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
-
- 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.portlet.WebScriptPortletSession
-
- session - Variable in class org.springframework.extensions.webscripts.servlet.WebScriptServletSession
-
- setActionListenerProperty(UICommand, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper to set an action listener property into a command component
- setActionProperty(UICommand, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper to set an action property into a command component
- 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
- setBooleanProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper method to set a String property as an Boolean value into the component.
- setBooleanStaticProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
- 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.jsf.WebScriptJSFResponse
-
- setCache(Cache) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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
-
- 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, String) - Method in class org.springframework.extensions.webscripts.Status
-
Helper method to set the code and message.
- setCode(int) - Method in class org.springframework.extensions.webscripts.Status
-
- setCode(int) - Method in class org.springframework.extensions.webscripts.WebScriptStatus
-
Deprecated.
- 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.jsf.WebScriptJSFResponse
-
- setContentEncoding(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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.jsf.WebScriptJSFResponse
-
- setContentType(String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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
- setContext(Object) - Method in class org.springframework.extensions.webscripts.jsf.UIWebScript
-
- setContext(String) - Method in class org.springframework.extensions.webscripts.jsf.WebScriptTag
-
Set the script context
- 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
-
- 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.jsf.WebScriptJSFResponse
-
- setHeader(String, String) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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
- setIntProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper method to set a String property as an Integer value into the component.
- setIntStaticProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
- 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(HttpMethod) - Method in class org.springframework.extensions.webscripts.connector.ConnectorContext
-
Sets the method.
- setMethod(String) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
-
Sets the service http 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.
- setProperties(UIComponent) - Method in class org.springframework.extensions.webscripts.jsf.WebScriptTag
-
- 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
-
- setProperty(String, Serializable) - Method in class org.springframework.extensions.webscripts.connector.User
-
Sets the property.
- 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(Registry) - Method in class org.springframework.extensions.webscripts.AbstractRuntimeContainer
-
- 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(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
- setScriptUrl(String) - Method in class org.springframework.extensions.webscripts.jsf.UIWebScript
-
Set the scriptUrl
- setScriptUrl(String) - Method in class org.springframework.extensions.webscripts.jsf.WebScriptTag
-
Set the script service Url
- 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(List<Store>) - Method in class org.springframework.extensions.webscripts.SearchPath
-
- 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.jsf.WebScriptJSFResponse
-
- setStatus(int) - Method in class org.springframework.extensions.webscripts.portlet.WebScriptPortletResponse
-
- 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.
- setStringBindingProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper method to set a String value property into the component.
- setStringProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper method to set a String property value into the component.
- setStringStaticProperty(UIComponent, String, String) - Method in class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
Helper method to set a static String property into the component.
- 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
-
- setTransient(boolean) - Method in class org.springframework.extensions.webscripts.ui.common.ConstantMethodBinding
-
- 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
-
- setUriIndex(UriIndex) - Method in class org.springframework.extensions.webscripts.DeclarativeRegistry
-
- setUris(String[]) - Method in class org.springframework.extensions.webscripts.DescriptionImpl
-
Sets the service URIs
- 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.portlet.WebScriptPortletSession
-
- 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(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
- store - Variable in class org.springframework.extensions.webscripts.StoreRegistrar
-
- 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.
- SystemOut() - Constructor for class org.springframework.extensions.webscripts.ScriptLogger.SystemOut
-