AbstractCachedObjectPersister - Class in org.springframework.extensions.surf.persister
Extends the abstract implementation by offering the basics of a caching layer.
AbstractCachedObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Constructor
AbstractCachingResourceLoader - Class in org.springframework.extensions.surf.resource
Provides caching of resource objects by object id
AbstractCachingResourceLoader(String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
Instantiates a new abstract resource loader
AbstractCachingResourceLoaderFactory - Class in org.springframework.extensions.surf.resource
Abstract class that provides caching of resource loaders
for endpoints
AbstractCachingResourceLoaderFactory() - Constructor for class org.springframework.extensions.surf.resource.AbstractCachingResourceLoaderFactory
AbstractDependencyExtensibilityDirective - Class in org.springframework.extensions.directives
An abstract directive implementation that provides additional methods for handling dependencies.
AbstractDependencyExtensibilityDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
AbstractDependencyExtensibilityDirective.ProcessedDependency - Class in org.springframework.extensions.directives
Inner class that is provided to allow explicit processed dependency information to be passed.
AbstractDependencyExtensibilityDirective.ProcessedDependency(String, String) - Constructor for class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective.ProcessedDependency
AbstractLinkBuilder - Class in org.springframework.extensions.surf.support
Abstract base class for LinkBuilder implementations.
AbstractLinkBuilder(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.AbstractLinkBuilder
Deprecated.
AbstractLinkBuilder(WebFrameworkConfigElement, ModelObjectService, ResourceService) - Constructor for class org.springframework.extensions.surf.support.AbstractLinkBuilder
This is the preferred constructor to use when instantiating an AbstractLinkBuilder.
AbstractLinkBuilderFactory - Class in org.springframework.extensions.surf.support
Abstract base class for LinkBuilderFactory implementations.
AbstractLinkBuilderFactory() - Constructor for class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
AbstractLoginController - Class in org.springframework.extensions.surf.mvc
Superclass for login controller implementations, using the Template Method design pattern.
AbstractLoginController() - Constructor for class org.springframework.extensions.surf.mvc.AbstractLoginController
AbstractModelObject - Class in org.springframework.extensions.surf.types
Abstract base class that can be extended to introduce custom model
objects into the framework.
AbstractModelObject(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.AbstractModelObject
Constructs a new model object
AbstractModelObject() - Constructor for class org.springframework.extensions.surf.types.AbstractModelObject
Constructor used by sentinel object
AbstractObjectPersister - Class in org.springframework.extensions.surf.persister
Abstract implementation of a model object persister.
AbstractObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.AbstractObjectPersister
AbstractObjectTag - Class in org.springframework.extensions.surf.taglib
AbstractObjectTag() - Constructor for class org.springframework.extensions.surf.taglib.AbstractObjectTag
AbstractProcessor - Class in org.springframework.extensions.surf.render
Base implementation of a Processor.
AbstractProcessor() - Constructor for class org.springframework.extensions.surf.render.AbstractProcessor
AbstractRenderableModelObject - Class in org.springframework.extensions.surf.render
Abstract base class for a renderable model object.
AbstractRenderableModelObject(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.render.AbstractRenderableModelObject
Constructs a new model object
AbstractRenderer - Class in org.springframework.extensions.surf.render
An abstract implementation of the Renderer interface that can be
extended by application developers for quick implementation.
AbstractRenderer() - Constructor for class org.springframework.extensions.surf.render.AbstractRenderer
AbstractRequestContext - Class in org.springframework.extensions.surf.support
Abstract base class for RequestContext implementations.
AbstractRequestContext(WebFrameworkServiceRegistry, FrameworkBean) - Constructor for class org.springframework.extensions.surf.support.AbstractRequestContext
Constructs a new Request Context.
AbstractRequestContext(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.AbstractRequestContext
Deprecated.
AbstractRequestContextFactory - Class in org.springframework.extensions.surf.support
Abstract base class for RequestContextFactory implementations.
AbstractRequestContextFactory() - Constructor for class org.springframework.extensions.surf.support.AbstractRequestContextFactory
AbstractResource - Class in org.springframework.extensions.surf.resource
Abstract implementation of a resource.
AbstractResource(String, String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.AbstractResource
AbstractResourceLoader - Class in org.springframework.extensions.surf.resource
Abstract class that developers can extend to build their own custom resource
loaders.
AbstractResourceLoader(String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.AbstractResourceLoader
Instantiates a new abstract resource loader
AbstractResourceLoaderFactory - Class in org.springframework.extensions.surf.resource
Abstract class that provides caching of resource loaders
for endpoints
AbstractResourceLoaderFactory() - Constructor for class org.springframework.extensions.surf.resource.AbstractResourceLoaderFactory
AbstractStoreObjectPersister - Class in org.springframework.extensions.surf.persister
Provides a base implementation of a persister on-top of a Web Script store.
AbstractStoreObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
AbstractUserFactory - Class in org.springframework.extensions.surf.support
Abstract base class for UserFactory implementations.
AbstractUserFactory() - Constructor for class org.springframework.extensions.surf.support.AbstractUserFactory
AbstractWebFrameworkController - Class in org.springframework.extensions.surf.mvc
Abstract Spring MVC Controller that produces Surf Views.
AbstractWebFrameworkController() - Constructor for class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
AbstractWebFrameworkInterceptor - Class in org.springframework.extensions.surf.mvc
Abstract web framework interceptor
AbstractWebFrameworkInterceptor() - Constructor for class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
AbstractWebFrameworkView - Class in org.springframework.extensions.surf.mvc
Abstract Spring MVC implementation of a view resolver for Surf.
AbstractWebFrameworkView(WebFrameworkConfigElement, ModelObjectService, ResourceService, RenderService, TemplatesContainer) - Constructor for class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Constructor
AbstractWebFrameworkView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Deprecated.
Due to dependencies upon static helper methods rather than Spring configuration.
AbstractWebFrameworkViewResolver - Class in org.springframework.extensions.surf.mvc
Abstract Spring MVC implementation of a view resolver for Surf.
AbstractWebFrameworkViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Constructor
add(String, String) - Method in class org.springframework.extensions.webscripts.ScriptResources
add(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptResources
ADD_INLINE_JAVASCRIPT_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
addChecksumPathToCache(String, String) - Method in class org.springframework.extensions.surf.DependencyHandler
Adds a new generated checksum path to the cache.
addChecksumToCache(String, String) - Method in class org.springframework.extensions.surf.DependencyHandler
Adds a new generated checksum to the cache.
addChildValue(Element, String, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Adds the child value.
addContributingSourcePath(String) - Method in class org.springframework.extensions.surf.render.RenderService.SubComponentData
addCookie(Cookie) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
addCssDep(String, String) - Method in class org.springframework.extensions.surf.DojoDependencies
Adds a new CSS dependency
addCssDependency(String, String, String, boolean) - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
Adds a new CSS dependency.
addCssDependency(String, String, String, LinkedHashMap<String, HashMap<String, LinkedHashSet<String>>>) - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
Adds a new CSS dependency.
addCssDependency(String, String) - Method in interface org.springframework.extensions.surf.RequestContext
This method allows CSS resources to be added into the same list of dependencies added to by extension
modules.
addCssDependency(String, String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
addDateHeader(String, long) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
addDescriptor(RenderMode, Map<String, String>) - Method in class org.springframework.extensions.surf.render.ProcessorContext
addDojoCssDependency(String, String, String) - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
The Dojo generated CSS dependencies need to be handled separately from the those provided by the <@link> directive.
addEvaluator(String, Map<String, String>, boolean) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
Adds a
SubComponentEvaluator along with the parameters that should be used to evaluate it to the
evaluator map.
addExtensibilityDirectives(Map<String, Object>, ExtensibilityModel) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
addExtensibilityDirectives(Map<String, Object>, ExtensibilityModel) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
addExtensionBundleToCache(String, WebScriptPropertyResourceBundle) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Adds a new extended bundle to the cache.
addExtensionBundleToCache(String, WebScriptPropertyResourceBundle) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
Adds a new extended bundle to the cache of the current
RequestContext.
addExtensionModule(String) - Method in interface org.springframework.extensions.surf.types.Extension
addExtensionModule(String) - Method in class org.springframework.extensions.surf.types.ExtensionImpl
AddExtensionModule - Class in org.springframework.extensions.surf.webscripts
AddExtensionModule() - Constructor for class org.springframework.extensions.surf.webscripts.AddExtensionModule
addHeader(String, String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
addHeader(String, String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
addI18nDep(String, String) - Method in class org.springframework.extensions.surf.DojoDependencies
Adds a new i18n dependency
AddInlineJavaScriptDirective - Class in org.springframework.extensions.directives
This FreeMarker directive should be used to add raw JavaScript.
AddInlineJavaScriptDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.AddInlineJavaScriptDirective
addInlineJavaScriptForAggregation(String, String) - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
Adds raw JavaScript into the dependency list (so that order is preserved) by prefixing the code
with illegal path characters.
addIntHeader(String, int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
addJavaScriptDep(String) - Method in class org.springframework.extensions.surf.DojoDependencies
Adds a new JavaScript dependency.
addJavaScriptDependency(DojoDependencies, String) - Method in class org.springframework.extensions.surf.DojoDependencyRule
Adds the supplied path to the supplied
DojoDependencies object if the path exists.
addJavaScriptFile(String, String, boolean) - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
Handles adding JavaScript dependencies and inline script content.
addJavaScriptFile(String, String, LinkedHashMap<String, LinkedHashSet<String>>) - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
Use this method to add a new JavaScript file to the list of dependencies
to be imported.
addJSDependency(String) - Method in interface org.springframework.extensions.surf.RequestContext
This method allows JavaScript resources to be added into the same list of dependencies added to by extension
modules.
addJSDependency(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
addLegacyDependencyRequest(Map) - Method in class org.springframework.extensions.directives.AddInlineJavaScriptDirective
Overridden to prevent the "src" attribute not specified when running in legacy mode.
addLegacyDependencyRequest(Map) - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
This is simply overridden to prevent the "src" not found error being generated.
addLegacyDependencyRequest(Map) - Method in class org.springframework.extensions.directives.CssDependencyDirective
Overrides the default implementation to add a CSS dependency to the
RequestContext.
addLegacyDependencyRequest(Map) - Method in class org.springframework.extensions.directives.JavaScriptDependencyDirective
Provides support for making dependency requests when there isn't a DeferredContentTargetModelElement to
add content to.
addModuleToExtension(String) - Method in class org.springframework.extensions.surf.ModuleDeploymentService
Adds a module to the requested extension.
addNonAmdDep(String) - Method in class org.springframework.extensions.surf.DojoDependencies
Adds a new non-AMD dependency
addNonAmdJavaScriptDependency(DojoDependencies, String) - Method in class org.springframework.extensions.surf.DojoDependencyRule
Adds the supplied path to the supplied
DojoDependencies object if the path exists.
addNonAmdJavaScriptFile(String, String) - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
The Dojo generated non AMD JavaScript dependencies need to be handled separately from the those provided by the <@script> directive.
addPrefix(String) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
addProperty(String, String) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
addPropertyConstraint(Map<String, Object>, String, Object) - Static method in class org.springframework.extensions.surf.ModelObjectService
Adds the property constraint.
addReqParm(String) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
addResource(String, String) - Method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
addResource(String, String, String, String) - Method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
addResource(String, String) - Method in interface org.springframework.extensions.surf.resource.ResourceProvider
Adds/Creates a resource with the given name and resource id
addResource(String, String, String, String) - Method in interface org.springframework.extensions.surf.resource.ResourceProvider
Adds/Creates a resource with the given name, object id and
endpoint id
addResource(String, String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
addResource(String, String, String, String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
addSubComponentDebugData(String, SubComponent.RenderData) - Method in interface org.springframework.extensions.surf.RequestContext
addSubComponentDebugData(String, SubComponent.RenderData) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
addTextDep(String) - Method in class org.springframework.extensions.surf.DojoDependencies
Adds a new text dependency
addToken(String, String) - Method in class org.springframework.extensions.surf.taglib.ConstructPreset
Adds a new token to the tokens map.
adjustImageURLs(String, StringBuilder) - Method in class org.springframework.extensions.surf.DependencyAggregator
This method is used to ensure all image URL are correct when CSS files are aggregated together.
AdvancedComponent - Interface in org.springframework.extensions.surf.types
Extends
Component to provide some additional extensibility function.
AdvancedComponentImpl - Class in org.springframework.extensions.surf.types
AdvancedComponentImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.AdvancedComponentImpl
advancedComponents - Variable in class org.springframework.extensions.surf.types.ExtensionModule
afterCompletion(WebRequest, Exception) - Method in class org.springframework.extensions.surf.mvc.RequestContextInterceptor
afterCompletion(WebRequest, Exception) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
aggregate - Variable in class org.springframework.extensions.directives.DependencyDirectiveData
Indicates whether or not to aggregate the dependency.
aggregateDependencies - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
AIKAU_VERSION - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
aikauVersion - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
Alfresco32UserFactory - Class in org.springframework.extensions.surf.support
This factory extends the Alfresco User factory and provides proper
backward compatibility with Alfresco 3.2.
Alfresco32UserFactory() - Constructor for class org.springframework.extensions.surf.support.Alfresco32UserFactory
ALFRESCO_ENDPOINT_ID - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
AlfrescoResource - Class in org.springframework.extensions.surf.resource.support
Alfresco resource
Content = heavy asset
Metadata = Alfresco information
Object ids are of the following format:
alfresco:///
alfresco:///workspace/SpacesStore/39627322-c892-49fe-bcbb-a5c72bdc2a9b
where is //
Example:
alfresco:///workspace/SpacesStore/790ccbc3-a3ee-45ba-b169-0926ad77c2c8
AlfrescoResource(String, String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.support.AlfrescoResource
AlfrescoResourceLoader - Class in org.springframework.extensions.surf.resource.support
Resource loader implementation for the Alfresco repository
AlfrescoResourceLoader(String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.support.AlfrescoResourceLoader
AlfrescoResourceLoaderFactory - Class in org.springframework.extensions.surf.resource.support
Resource loader factory for Alfresco AVM
AlfrescoResourceLoaderFactory() - Constructor for class org.springframework.extensions.surf.resource.support.AlfrescoResourceLoaderFactory
AlfrescoUser - Class in org.springframework.extensions.surf.site
User object extended to add avatar reference property.
AlfrescoUser(String, Map<String, Boolean>, Map<String, Boolean>) - Constructor for class org.springframework.extensions.surf.site.AlfrescoUser
Instantiates a new user.
AlfrescoUserFactory - Class in org.springframework.extensions.surf.support
This factory loads users from Alfresco, fetching their properties
and so forth.
AlfrescoUserFactory() - Constructor for class org.springframework.extensions.surf.support.AlfrescoUserFactory
all(RequestContext, ModelObject) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
Renders both the header and body focus by calling the header and body methods
in succession.
all(RequestContext, ModelObject) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the "all" mode
ANCHOR_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
AnchorFreeMarkerDirective - Class in org.springframework.extensions.directives
This class uses a RenderService to render an HTML anchor that provides a link
to the object defined by the supplied parameters.
AnchorFreeMarkerDirective(String, RenderService) - Constructor for class org.springframework.extensions.directives.AnchorFreeMarkerDirective
Instantiates a new AnchorFreeMarkerDirective.
appendJavaScriptDependency(StringBuilder, String, String) - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
Method for adding a single JavaScript dependency to the supplied String builder, e.g.
APPLY - Static variable in class org.springframework.extensions.surf.extensibility.impl.ConfigApprovalEvaluator
applyConfig(Element) - Method in interface org.springframework.extensions.surf.types.AdvancedComponent
applyConfig(Element) - Method in class org.springframework.extensions.surf.types.AdvancedComponentImpl
applyConfiguration(Element) - Method in class org.springframework.extensions.surf.types.SubComponent
Parses the supplied configuration Element (which should be a <renderable-element>) and
applies the data therein to the current instance.
applyModule(RequestContext, Map<String, String>) - Method in interface org.springframework.extensions.surf.extensibility.ExtensionModuleEvaluator
Determines whether or not to apply a module.
applyModule(RequestContext, Map<String, String>) - Method in class org.springframework.extensions.surf.extensibility.impl.ApproveAllModulesEvaluator
applyModule(ModuleDeployment, RequestContext) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
applyModule(RequestContext, Map<String, String>) - Method in class org.springframework.extensions.surf.extensibility.impl.ConfigApprovalEvaluator
ApproveAllModulesEvaluator - Class in org.springframework.extensions.surf.extensibility.impl
This ExtensionModuleEvaluator will always approve each module request.
ApproveAllModulesEvaluator() - Constructor for class org.springframework.extensions.surf.extensibility.impl.ApproveAllModulesEvaluator
ARGS - Static variable in class org.springframework.extensions.directives.DirectiveConstants
ASSIGNMENT_VARIABLE_NAME - Static variable in class org.springframework.extensions.directives.DirectiveConstants
associateContent(String, String, String, String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Associates content to a given presentation object.
associateContent(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
associateContentType(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
associatePage(String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Associates a source Page instance to a destination Page instance.
associatePage(String, String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Associates a source Page instance to a destination Page instance.
associatePage(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
associateTemplate(String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Associates a Template to a Page given their respective ids.
associateTemplate(String, String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Associates a Template to a Page given their respective ids.
associateTemplate(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
associateTemplate(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
ATTR_FORMAT_ID - Static variable in interface org.springframework.extensions.surf.types.Page
ATTR_REQUEST_CONTEXT - Static variable in interface org.springframework.extensions.surf.RequestContext
ATTRIB_MODEL_OBJECT - Static variable in class org.springframework.extensions.surf.render.RenderContextRequest
ATTRIB_RENDER_CONTEXT - Static variable in class org.springframework.extensions.surf.render.RenderContextRequest
attributes() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
attributes - Variable in class org.springframework.extensions.webscripts.ScriptRenderContext
attributesMap - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
authenticate(HttpServletRequest, String, String) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Authentication the user given the supplied username/password
authenticate(HttpServletRequest, String, String) - Method in class org.springframework.extensions.surf.support.AlfrescoUserFactory
authenticate(HttpServletRequest, String, String) - Method in class org.springframework.extensions.surf.support.DefaultUserFactory
authenticate(HttpServletRequest, String, String) - Method in interface org.springframework.extensions.surf.UserFactory
Authenticates the given user credentials against the user provider
authenticate(Description.RequiredAuthentication, boolean) - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
AuthenticationUtil - Class in org.springframework.extensions.surf.site
AuthenticationUtil() - Constructor for class org.springframework.extensions.surf.site.AuthenticationUtil
AUTO_MODULE_DEPLOYMENT - Static variable in interface org.springframework.extensions.config.WebFrameworkConfigProperties
AutoComponentRegionDirective - Class in org.springframework.extensions.directives
The purpose of this directive is to circumvent the requirement to create and persist Components as a means of executing
Aikau pages defined by a single WebScript.
AutoComponentRegionDirective(String) - Constructor for class org.springframework.extensions.directives.AutoComponentRegionDirective
autowireModeId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
autowireRuntimeId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
AutowireService - Class in org.springframework.extensions.surf
This class is configured as a Spring bean in the spring-surf-services-context.xml file to
provide a set of preset configurations that can be selected through the <autowire> element in
the Spring Surf configuration of the consuming application.
AutowireService() - Constructor for class org.springframework.extensions.surf.AutowireService
cache - Variable in class org.springframework.extensions.surf.cache.BasicCache
Deprecated.
cache - Variable in class org.springframework.extensions.surf.cache.ModelObjectCache
cache - Variable in class org.springframework.extensions.webscripts.MessagesWebScript
As WebScript beans as singletons, we can create a new Date() once when runtime
instantiates bean and use this as the "last modified" for the global messages
WebScript response Cache value.
cacheBundle(String, Locale, Map<String, Object>) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
Add a new generated JSON string for a specific locale for a specific path
cacheChecksumForFileSet(Set<String>, String) - Method in class org.springframework.extensions.surf.DependencyAggregator
Caches a generated aggregated resource checksum against the fileset that it was
generated against.
cacheCompressedCssResource(String, String) - Method in class org.springframework.extensions.surf.DependencyAggregator
Caches the supplied CSS resource using a combination of the current Theme ID with
the CSS source path.
cacheCompressedJSResource(String, String) - Method in class org.springframework.extensions.surf.DependencyAggregator
cacheDelay - Variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
cacheDependencyResource(String, DependencyResource) - Method in class org.springframework.extensions.surf.DependencyAggregator
CachedPersister - Interface in org.springframework.extensions.surf.persister
Indicates that the persister implementation provides caching.
cacheGet(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Returns an object from the cache
cacheGet(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Returns an object from the cache.
cacheGet(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Returns an object from the cache
CacheItem <K > - Class in org.springframework.extensions.surf.cache
Wraps the cached item with metadata
CacheItem(String, K, long) - Constructor for class org.springframework.extensions.surf.cache.CacheItem
Instantiates a new cache item.
cacheLock - Variable in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Lock object for cache construction
cacheMaxSize - Variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
cachePut(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Places an object into this persister's cache.
cachePut(ModelPersistenceContext, String, ModelObject) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Places an object into this persister's cache.
cachePut(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Places an object into this persister's cache.
cacheRemove(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Removes an object from the cache
cacheRemove(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Removes an object from the cache
cacheRemove(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Removes an object from the cache
cacheRemove(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Removes an object from the cache
CacheReport - Class in org.springframework.extensions.surf.util
Structure of a single Cache Report item for @see CacheReporter implementations to return.
CacheReport(String, int, long) - Constructor for class org.springframework.extensions.surf.util.CacheReport
CacheReporter - Interface in org.springframework.extensions.surf.util
Interface implemented by Spring Beans that wish to report caching size information to the @see GetCacheReport
WebScript.
caches - Variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
cacheSize - Variable in class org.springframework.extensions.surf.DependencyAggregator
Set the size of the file cache for MD5 checksums
CacheUtil - Class in org.springframework.extensions.surf.site
Utility class that allows for easy invalidation of the cache.
CacheUtil() - Constructor for class org.springframework.extensions.surf.site.CacheUtil
calculateWebScriptDependencies - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
call(String, ConnectorContext) - Method in class org.springframework.extensions.webscripts.RequestCachingConnector
Override the call method to intercept GET requests - maintain a simple
URI keyed cache of the Response in the thread local RequestContext.
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Determines whether or not this view resolver can handle the requested view.
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.ObjectViewResolver
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.PageTypeViewResolver
Determines whether or not this view resolver can be used for the supplied
view name.
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.PageViewResolver
Determines whether or not this view resolver can build a view to be displayed.
canHandle(WebRequest) - Method in interface org.springframework.extensions.surf.RequestContextFactory
Indicates whether the request context factory can produce a request context
for the given request object.
canHandle(String) - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoaderFactory
canHandle(String) - Method in interface org.springframework.extensions.surf.resource.ResourceLoaderFactory
Identifies whether this factory can produce resource
loaders that can handle the given protocol
canHandle(String) - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResourceLoaderFactory
canHandle(WebRequest) - Method in class org.springframework.extensions.surf.support.AbstractRequestContextFactory
canHandle(WebRequest) - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
charset - Variable in class org.springframework.extensions.surf.DependencyAggregator
CHECKSUM_PARM - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CHECKSUM_RESOURCE_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
ChecksumResourceDirective - Class in org.springframework.extensions.directives
This directive is used to convert resource URLs into resource URLs containing a checksum that uniquely
matches the resource contents.
ChecksumResourceDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.ChecksumResourceDirective
CHILD_ASSOCIATION_TYPE_ID - Static variable in interface org.springframework.extensions.surf.types.PageAssociation
Chrome - Interface in org.springframework.extensions.surf.types
Interface for a Chrome object type
CHROME_DETECTION_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
CHROME_ID - Static variable in class org.springframework.extensions.directives.RegionDirectiveData
ChromeDetectionContentModelElement - Class in org.springframework.extensions.directives
A ContentModelElement that will wrap its contents in a <div> element with a unique
id when Surf Region Chrome is disabled.
ChromeDetectionContentModelElement(String, String, String) - Constructor for class org.springframework.extensions.directives.ChromeDetectionContentModelElement
ChromeDetectionDirective - Class in org.springframework.extensions.directives
This directive is used to determine whether or not Surf Region Chrome is enabled and if not will output the
<div> element containing the unique HTML ID generated for the Component.
ChromeDetectionDirective(String, ExtensibilityModel, WebFrameworkConfigElement, RequestContext) - Constructor for class org.springframework.extensions.directives.ChromeDetectionDirective
ChromeDetectionDirectiveData - Class in org.springframework.extensions.directives
An
ExtensibilityDirectiveData implementation that creates a
ChromeDetectionContentModelElement
so that the nested contents of the calling
ExtensibilityDirective will be wrapped in a <
div> element
with a unique id when Surf Region Chrome is disabled.
ChromeDetectionDirectiveData(String, String, String, String, TemplateDirectiveBody, Environment, WebFrameworkConfigElement, RequestContext) - Constructor for class org.springframework.extensions.directives.ChromeDetectionDirectiveData
ChromeImpl - Class in org.springframework.extensions.surf.types
Default chrome implementation
ChromeImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.ChromeImpl
Instantiates a new chrome for a given XML document
ChromeIncludeFreeMarkerDirective - Class in org.springframework.extensions.directives
A FreeMarker directive that uses a PresentationService to render regions or
component included in chrome.
ChromeIncludeFreeMarkerDirective(String, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.ChromeIncludeFreeMarkerDirective
Instantiates a new ChromeIncludeFreeMarkerDirective.
CHROMELESS - Static variable in class org.springframework.extensions.directives.RegionDirectiveData
CHROMELESS_REGION_CHROME_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
ChromeRenderer - Class in org.springframework.extensions.surf.render.bean
Bean responsible for rendering chrome
ChromeRenderer() - Constructor for class org.springframework.extensions.surf.render.bean.ChromeRenderer
ChromeRendererExecutionException - Exception in org.springframework.extensions.surf.exception
ChromeRendererExecutionException(String) - Constructor for exception org.springframework.extensions.surf.exception.ChromeRendererExecutionException
ChromeRendererExecutionException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ChromeRendererExecutionException
clear() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Clear the contents of the buffer, unless it was flushed.
clear() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
clearBuffer() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Clear the contents of the buffer.
clearBuffer() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
clearCaches() - Method in class org.springframework.extensions.surf.CssImageDataHandler
clearCaches() - Method in class org.springframework.extensions.surf.DependencyAggregator
clearCaches() - Method in class org.springframework.extensions.surf.DependencyHandler
Clears the caches stored in the cachedChecksums, cachedResourceInfoMap
and cachedChecksumPaths maps.
clearCaches() - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Clears the caches stored in the cachedDeps and generatedResourceCache maps.
clearCaches() - Method in class org.springframework.extensions.surf.I18nDependencyHandler
Clears the cache.
clearCaches() - Method in interface org.springframework.extensions.surf.util.CacheReporter
clearCurrentThreadErrors() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
ClearDependencyCaches - Class in org.springframework.extensions.surf.webscripts
This is the Java controller for the clear dependency caches WebScript which allows admins to clear the caches
of running systems.
ClearDependencyCaches() - Constructor for class org.springframework.extensions.surf.webscripts.ClearDependencyCaches
clearUserContext(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
CLIENT_COLLATION_DEBUG - Static variable in class org.springframework.extensions.surf.DependencyAggregator
CLIENT_DEBUG - Static variable in class org.springframework.extensions.surf.DependencyAggregator
CLIENT_DEBUG - Static variable in class org.springframework.extensions.surf.DependencyHandler
clone(String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Clones a given model object
clone(String, String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Clones a given model object
clone() - Method in class org.springframework.extensions.surf.types.SubComponent
Clones the current object, resetting all the key data as it does so.
clone() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Creates a clone of this model object
clone(String) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Creates a clone of this model object
The provided is to set as the new id of the object
close() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityServletOutputStream
close() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Close is a no-op in BodyContent.
close() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse.DelegatingServletOutputStream
close() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
CLOSE_BRACKET - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CLOSE_CSS - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CLOSE_DEP_SCRIPT_TAG - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CLOSE_ELEMENT - Static variable in class org.springframework.extensions.directives.ChromeDetectionContentModelElement
CLOSE_GROUP_COMMENT - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CLOSE_LINE - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CLOSE_LINK_TAG - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CLOSE_SCRIPT - Static variable in class org.springframework.extensions.directives.DirectiveConstants
closeExtensibilityModel(ExtensibilityModel, Writer) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
closeExtensibilityModel(ExtensibilityModel, Writer) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
ClusterMessageAware - Interface in org.springframework.extensions.surf
Inteface to be implemented by Surf beans that need to be aware of and or post cluster messages.
ClusterService - Interface in org.springframework.extensions.surf
Generic Cluster Service interface that will be implemented by a concrete ClusterService
class such as Hazelcast or similar.
clusterService - Variable in class org.springframework.extensions.surf.ModuleDeploymentService
clusterService - Variable in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
CM_AVATAR - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYADDRESS1 - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYADDRESS2 - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYADDRESS3 - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYEMAIL - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYFAX - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYPOSTCODE - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_COMPANYTELEPHONE - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_EMAIL - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_FIRSTNAME - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_GOOGLEUSERNAME - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_INSTANTMSG - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_JOBTITLE - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_LASTNAME - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_LOCATION - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_MOBILE - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_ORGANIZATION - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_PERSONDESCRIPTION - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_SKYPE - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_TELEPHONE - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CM_USERNAME - Static variable in class org.springframework.extensions.surf.support.AlfrescoUserFactory
CMISResource - Class in org.springframework.extensions.surf.resource.support
CMIS resource
Content = heavy asset
Metadata = CMIS information
Object ids are of the following format:
cmis:///node/workspace/SpacesStore/790ccbc3-a3ee-45ba-b169-0926ad77c2c8
cmis:///cmis
cmis:///types
cmis:///queries
CMISResource(String, String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.support.CMISResource
CMISResourceLoader - Class in org.springframework.extensions.surf.resource.support
Resource Loader for CMIS
CMISResourceLoader(String, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.support.CMISResourceLoader
CMISResourceLoaderFactory - Class in org.springframework.extensions.surf.resource.support
Resource loader factory for CMIS repositories
CMISResourceLoaderFactory() - Constructor for class org.springframework.extensions.surf.resource.support.CMISResourceLoaderFactory
combine(ConfigElement) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
combineDojoConfiguration(WebFrameworkConfigElement, WebFrameworkConfigElement) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
Combines Dojo configuration from the configElement into the combinedElement.
COMMA - Static variable in class org.springframework.extensions.directives.DirectiveConstants
compareTo(RenderService.SubComponentData) - Method in class org.springframework.extensions.surf.render.RenderService.SubComponentData
compareTo(Component) - Method in class org.springframework.extensions.surf.types.ComponentImpl
compareTo(ModuleDeployment) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
compareTo(SubComponent) - Method in class org.springframework.extensions.surf.types.SubComponent
Compares the indices of the current instance and the supplied instance.
COMPONENT - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
Component - Interface in org.springframework.extensions.surf.types
Interface for a Component object type
COMPONENT_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
COMPONENT_INCLUDE_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
ComponentFreemarkerTagDirective - Class in org.springframework.extensions.directives
A FreeMarker directive that uses a PresentationService to render the component
specified through properties supplied when invoking it.
ComponentFreemarkerTagDirective(String, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.ComponentFreemarkerTagDirective
Instantiates a new ComponentFreemarkerTagDirective.
ComponentImpl - Class in org.springframework.extensions.surf.types
Default component implementation
ComponentImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.ComponentImpl
Instantiates a new component for a given XML document.
ComponentIncludeTag - Class in org.springframework.extensions.surf.taglib
Deprecated.
ComponentIncludeTag() - Constructor for class org.springframework.extensions.surf.taglib.ComponentIncludeTag
Deprecated.
ComponentRenderer - Class in org.springframework.extensions.surf.render.bean
Bean responsible for rendering a component.
ComponentRenderer() - Constructor for class org.springframework.extensions.surf.render.bean.ComponentRenderer
ComponentRendererExecutionException - Exception in org.springframework.extensions.surf.exception
ComponentRendererExecutionException(String) - Constructor for exception org.springframework.extensions.surf.exception.ComponentRendererExecutionException
ComponentRendererExecutionException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ComponentRendererExecutionException
components - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
ComponentTag - Class in org.springframework.extensions.surf.taglib
ComponentTag() - Constructor for class org.springframework.extensions.surf.taglib.ComponentTag
ComponentType - Interface in org.springframework.extensions.surf.types
Interface for a ComponentType object type
ComponentTypeImpl - Class in org.springframework.extensions.surf.types
Default component type implementation
ComponentTypeImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.ComponentTypeImpl
Instantiates a new component type for the given XML document.
ComponentView - Class in org.springframework.extensions.surf.mvc
Renders a component along with its chrome.
ComponentView(WebFrameworkConfigElement, ModelObjectService, ResourceService, RenderService, TemplatesContainer) - Constructor for class org.springframework.extensions.surf.mvc.ComponentView
This is the preferred constructor to use for instantiating a new ComponentView because it allows
complete flexibility when rendering the view.
ComponentView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.ComponentView
Deprecated.
ComponentViewResolver - Class in org.springframework.extensions.surf.mvc
Resolves a URI into a component view.
ComponentViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.ComponentViewResolver
compressCSSFile(InputStream) - Method in class org.springframework.extensions.surf.DependencyAggregator
Compresses the CSS file provided by the supplied
InputStream using the YUI
CssCompressor.
compressJavaScript(Reader) - Method in class org.springframework.extensions.surf.DependencyAggregator
Compresses the JavaScript file provided by the supplied
InputStream using the YUI
JavaScriptCompressor.
CONFIG_ELEMENT - Static variable in class org.springframework.extensions.surf.uri.UriTemplateController
CONFIG_ELEMENT_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
ConfigApprovalEvaluator - Class in org.springframework.extensions.surf.extensibility.impl
ConfigApprovalEvaluator() - Constructor for class org.springframework.extensions.surf.extensibility.impl.ConfigApprovalEvaluator
ConfigBeanFactory - Class in org.springframework.extensions.config
ConfigBeanFactory() - Constructor for class org.springframework.extensions.config.ConfigBeanFactory
Configuration - Interface in org.springframework.extensions.surf.types
Interface for a Configuration object type
ConfigurationImpl - Class in org.springframework.extensions.surf.types
Default configuration implementation
ConfigurationImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.ConfigurationImpl
Instantiates a new configuration for the given xml document.
configureMode(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.AutowireService
This method configures the autowire mode.
configureRuntime(WebFrameworkConfigElement, MultiObjectPersister) - Method in class org.springframework.extensions.surf.AutowireService
This method configures the runtime based on the id provided.
connectorService - Variable in class org.springframework.extensions.surf.mvc.FeedController
constructAlfrescoUser(JSONObject, JSONObject, Map<String, Boolean>, Map<String, Boolean>) - Method in class org.springframework.extensions.surf.support.AlfrescoUserFactory
Construct the Alfresco User from the supplied JSON data, properties and capabilities
constructPreset(String, Map<String, String>) - Method in class org.springframework.extensions.surf.PresetsManager
Construct the model objects for a given preset.
ConstructPreset - Class in org.springframework.extensions.surf.taglib
This class provides the "constructPreset" custom JSP tag that can be used instantiate a Spring Surf
preset.
ConstructPreset() - Constructor for class org.springframework.extensions.surf.taglib.ConstructPreset
constructUser(JSONObject, Map<String, Boolean>, Map<String, Boolean>) - Method in class org.springframework.extensions.surf.support.AlfrescoUserFactory
Return the AlfrescoUser object
containsHeader(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
ContentAssociation - Interface in org.springframework.extensions.surf.types
Interface for a ContentAssociation object type
ContentAssociationImpl - Class in org.springframework.extensions.surf.types
Default content association implementation
ContentAssociationImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.ContentAssociationImpl
Instantiates a new content association for the given XML document
ContentCache <K > - Interface in org.springframework.extensions.surf.cache
Interface that describes basic methods for working with a cache
of content objects.
ContentLoaderException - Exception in org.springframework.extensions.surf.exception
ContentLoaderException(String) - Constructor for exception org.springframework.extensions.surf.exception.ContentLoaderException
ContentLoaderException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ContentLoaderException
context - Variable in class org.springframework.extensions.directives.DependencyDirectiveData
This is required for backwards compatibility to support WebScripts that are still using *.head.ftl files to add dependencies.
context - Variable in class org.springframework.extensions.surf.util.FakeJspPageContext
The context.
context - Variable in class org.springframework.extensions.webscripts.ScriptBase
CONTEXT_VALUE_ERROR_COMPONENT_ID - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_DESCRIPTION - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_PAGE_ID - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_REGION_ID - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_REGION_SCOPE_ID - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_REGION_SOURCE_ID - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_TEMPLATE_ID - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_THROWABLE - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_ERROR_TITLE - Static variable in class org.springframework.extensions.surf.render.RenderService
CONTEXT_VALUE_STACKTRACE - Static variable in class org.springframework.extensions.surf.render.RenderService
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
contextPath - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
CONTROLLER_TEMPLATE - Static variable in class org.springframework.extensions.surf.mvc.GeneratorController
This is a template for the JavaScript controller.
convertResourceToString(InputStream) - Method in class org.springframework.extensions.surf.DependencyHandler
copyStream(InputStream, OutputStream) - Static method in class org.springframework.extensions.surf.util.DataUtil
Copy stream.
copyStream(InputStream, OutputStream, boolean) - Static method in class org.springframework.extensions.surf.util.DataUtil
Copy stream.
copyToByteArray(InputStream, boolean) - Static method in class org.springframework.extensions.surf.util.DataUtil
Copy to byte array.
copyToString(InputStream, String, boolean) - Static method in class org.springframework.extensions.surf.util.DataUtil
Copy to string.
COULD_NOT_FIND_CSS_COMMENT_CLOSE - Static variable in class org.springframework.extensions.directives.DirectiveConstants
COULD_NOT_FIND_CSS_COMMENT_OPEN - Static variable in class org.springframework.extensions.directives.DirectiveConstants
COULD_NOT_FIND_JS_COMMENT_CLOSE - Static variable in class org.springframework.extensions.directives.DirectiveConstants
COULD_NOT_FIND_JS_COMMENT_OPEN - Static variable in class org.springframework.extensions.directives.DirectiveConstants
counter - Static variable in class org.springframework.extensions.surf.support.AbstractRequestContext
create(WebScriptServletRequest, WebScriptServletResponse) - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory
CREATE_WEBSCRIPT_WIDGETS_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
createAction(String) - Method in class org.springframework.extensions.surf.site.servlet.CSRFFilter
Creates a rule action based on a name
createAddInlineJavaScriptDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createAddInlineJavaScriptDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createAuthenticator() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
createAutoComponentRegionDirective(String, RequestContext, RenderService) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createAutoComponentRegionDirective(String, RequestContext, RenderService) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createCache() - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Creates a new cache.
createCache() - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
createCache() - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
createChecksumResourceDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createChecksumResourceDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createChromeDetectionDirective(String, ExtensibilityModel, WebFrameworkConfigElement, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createChromeDetectionDirective(String, ExtensibilityModel, WebFrameworkConfigElement, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
CreateComponentDirective - Class in org.springframework.extensions.directives
This directive is used for creating
Component instances just before they are required by a region directive.
CreateComponentDirective(String) - Constructor for class org.springframework.extensions.directives.CreateComponentDirective
createContentModelElement() - Method in class org.springframework.extensions.directives.ChromeDetectionDirectiveData
createContentModelElement() - Method in class org.springframework.extensions.directives.CssDependencyDirectiveData
createContentModelElement() - Method in class org.springframework.extensions.directives.DependencyDirectiveData
createContentModelElement() - Method in class org.springframework.extensions.directives.OutputCSSDirectiveData
createContentModelElement() - Method in class org.springframework.extensions.directives.OutputJavaScriptDirectiveData
createContentModelElement() - Method in class org.springframework.extensions.directives.RelocateJavaScriptOutputDirectiveData
Overrides the default implementation to return a JavaScriptContentModelElement
which will outputs an instructions to instantiate a widget with merged configuration data.
createCreateComponentDirective(String) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createCreateComponentDirective(String) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createCreateWebScriptsDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createCreateWebScriptsDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createCssDependencyDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createCssDependencyDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createDependencyDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment, String, String) - Method in class org.springframework.extensions.directives.CssDependencyDirective
createDependencyDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment, String, String) - Method in class org.springframework.extensions.directives.JavaScriptDependencyDirective
createDocument(String, String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
createDocument(String, String) - Method in class org.springframework.extensions.webscripts.ResourceStore
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.AddInlineJavaScriptDirective
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.ChromeDetectionDirective
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.JavaScriptDependencyDirective
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.ProcessJsonModelDirective
Looks up the object from the model defined by the WebScript controller and processes all the dependencies that it declares.
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.RegionFreemarkerTagDirective
Overrides the the default directive to create a
RegionDirectiveData object
for storing the extensibility directive data.
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.RelocateJavaScriptOutputDirective
createExtensibilityDirectiveData(String, String, String, Map, TemplateDirectiveBody, Environment) - Method in class org.springframework.extensions.directives.StandaloneWebScriptWrapper
createJavaScriptDependencyDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createJavaScriptDependencyDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createLinkBuilder() - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
Deprecated.
Use Spring configuration to set a new LinkBuilder rather than calling (or overriding) this method.
createMessagesDependencyDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createMessagesDependencyDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createModelAndView(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Internal method to be implemented by inheriting class to create
model and view for the controller.
createObject(Document, String, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
createOutputCssDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createOutputCssDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createOutputJavaScriptDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createOutputJavaScriptDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createProcessJsonModelDirective(String, ModelObject, ExtensibilityModel, RequestContext, WebFrameworkConfigElement) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createProcessJsonModelDirective(String, ModelObject, ExtensibilityModel, RequestContext, WebFrameworkConfigElement) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createRelative(String) - Method in class org.springframework.web.context.support.StoreResource
createRelocateJavaScriptDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createRelocateJavaScriptDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createRequest(Match) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
createResponse() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
createRule(ConfigElement) - Method in class org.springframework.extensions.surf.site.servlet.CSRFFilter
Creates a rule object based on the config.
createSessionFactory() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
createStandaloneWebScriptWrapperDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
createStandaloneWebScriptWrapperDirective(String, ModelObject, ExtensibilityModel, RequestContext) - Method in interface org.springframework.extensions.directives.DirectiveFactory
createUrlHelper(RequestContext) - Method in class org.springframework.extensions.webscripts.DefaultURLHelperFactory
createUrlHelper(RequestContext, Map<String, String>) - Method in class org.springframework.extensions.webscripts.DefaultURLHelperFactory
createUrlHelper(RequestContext) - Method in interface org.springframework.extensions.webscripts.URLHelperFactory
createUrlHelper(RequestContext, Map<String, String>) - Method in interface org.springframework.extensions.webscripts.URLHelperFactory
CreateWebScriptWidgetsDirective - Class in org.springframework.extensions.directives
This directive should be used in WebScripts that intend use client-side JavaScript "widgets".
CreateWebScriptWidgetsDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
CreateWebScriptWidgetsDirective.WidgetData - Class in org.springframework.extensions.directives
Contains the data that defines a JavaScript widget to be instantiated.
CreateWebScriptWidgetsDirective.WidgetData(String, boolean, boolean, Map<Object, Object>, String, List<Object>) - Constructor for class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective.WidgetData
CSRFFilter - Class in org.springframework.extensions.surf.site.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.surf.site.servlet.CSRFFilter
CSS - Static variable in class org.springframework.extensions.surf.DependencyHandler
CSS_IMPORT - Static variable in class org.springframework.extensions.directives.DirectiveConstants
CSS_TOKENS - Static variable in interface org.springframework.extensions.surf.types.Theme
CssDependencyContentModelElement - Class in org.springframework.extensions.directives
CssDependencyContentModelElement(String, String, String, String, String, boolean, DeferredContentTargetModelElement) - Constructor for class org.springframework.extensions.directives.CssDependencyContentModelElement
CssDependencyDirective - Class in org.springframework.extensions.directives
This directive is used to address the problem of browsers caching stale CSS resources.
CssDependencyDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.CssDependencyDirective
CssDependencyDirectiveData - Class in org.springframework.extensions.directives
CssDependencyDirectiveData(String, String, String, String, TemplateDirectiveBody, Environment, String, String, String, boolean, DeferredContentTargetModelElement) - Constructor for class org.springframework.extensions.directives.CssDependencyDirectiveData
CssImageDataHandler - Class in org.springframework.extensions.surf
This class provides the capability to search through CSS resources and convert all URL references to be Base64 encoded data.
CssImageDataHandler() - Constructor for class org.springframework.extensions.surf.CssImageDataHandler
CssThemeHandler - Class in org.springframework.extensions.surf
This class handles the detection of tokens defined in themes and handles their substitution within
CSS files.
CssThemeHandler() - Constructor for class org.springframework.extensions.surf.CssThemeHandler
CURRENT_RENDERER - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
currentFormatId - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
currentPage - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
currentResource - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
currentTemplate - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
customProperties - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
gatherAbsolutePaths(String, List<String>) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
generateAnchorLink(String, String, String, String, String) - Method in class org.springframework.extensions.surf.render.RenderService
This method wraps the generateLink method to place the link inside an HTML anchor tag which is then
returned.
generateCachedLocaleChecksum(String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Attempts to retrieve the checksum for messages generated for the supplied locale.
generateCacheKey(String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
It is necessary to include the protocol as well as the locale as the cache key.
generateCheckSum(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Generates an checksum from the supplied source String using a
MessageDigest with
the requested algorithm.
generateCheckSumPath(String, String) - Static method in class org.springframework.extensions.surf.DependencyHandler
A very basic method of generating a path including the checksum.
generateComponentId(String, String, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Generates the deterministic component id from its key properties
generateCssDataImages - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
generateCSSDependencies(LinkedHashSet<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
Generates a single compressed CSS resource from the supplied list of paths and
returns an MD5 checksum value that should be passed to the browser to when requesting
the dependencies from the server.
generateCssMediaToResourceMap(Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
generateI18nJavaScript(Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
generateJavaScriptDependencies(HashMap<String, LinkedHashSet<String>>, boolean) - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
Generates the complete list of JavaScript dependencies (including raw script inserts)
into a
StringBuilder which can then be output to the output stream.
generateJavaScriptDependencies(LinkedHashSet<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
Generates a single compressed JavaScript resource from the supplied list of paths and
returns an MD5 checksum value that should be passed to the browser to when requesting
the dependencies from the server.
generateLink(String, String, String, String) - Method in class org.springframework.extensions.surf.render.RenderService
Uses the LinkBuilder created from the LinkBuilderFactory that should have been set as
a property of this class when instantiated as a Spring bean.
generateMessages(String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Generates a String containing a JSON representation of all the i18n messages.
generateMessages(WebScriptRequest, WebScriptResponse, String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Generate the message for a given locale.
generatePath(String, String) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
generatePath(String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Generates a persistence path for a given object id
and object type id.
generatePathsForClientMode(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Generates a list of paths to attempt to retrieve for the supplied path.
generateResourceURL(RequestContext, ModelObject, String, String, String, String, String, String) - Method in class org.springframework.extensions.surf.render.RenderService
generateScopeToBundleMap(Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
This method works through the supplied map of
DojoDependencies and generated a map of each requested
scope to a map of properties generated from all
ResourceBundle instances that have been assigned to
that scope.
generateUriTemplateListIndexFromConfig(WebFrameworkServiceRegistry, String) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Creates a UriTemplateListIndex populated with configuration data found in config elements
matching the target provided.
GeneratorController - Class in org.springframework.extensions.surf.mvc
This controller has been added specifically to address the issue of WebScripts running in the Surf container not
being able to generate a binary response.
GeneratorController() - Constructor for class org.springframework.extensions.surf.mvc.GeneratorController
GENERIC_PAGE_TYPE_DEFAULT_PAGE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
get(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
get(String) - Method in class org.springframework.extensions.surf.cache.BasicCache
Deprecated.
get(String) - Method in interface org.springframework.extensions.surf.cache.ContentCache
Gets content stored in the cache
get(String) - Method in class org.springframework.extensions.surf.cache.ModelObjectCache
get(String) - Method in class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
get(String) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper.ScriptMessageResolver
Get an I18N message
get(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper.ScriptMessageResolver
Get an I18N message with the given message args
get(String) - Method in class org.springframework.extensions.webscripts.ScriptResources
getAccess() - Method in class org.springframework.extensions.surf.taglib.RegionTag
getAdditionalInstantiationArgs() - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective.WidgetData
getAdvancedComponent(String) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
Checks to see if the module declares an extension to the
AdvancedComponent defined by the
supplied id.
getAdvancedComponent(String) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getAdvancedComponents() - Method in class org.springframework.extensions.surf.types.ExtensionModule
getAdvancedComponents() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getAgent() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getAggCssGroupToDependencyMap() - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
getAggregratedCssResources(String[]) - Method in class org.springframework.extensions.webscripts.ScriptResourceUtils
getAggregratedJsResources(String[]) - Method in class org.springframework.extensions.webscripts.ScriptResourceUtils
getAikauVersion() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getAikauVersion() - Method in class org.springframework.extensions.surf.processor.JSScriptWithTokensProcessor
Returns the current Aikau version.
getAikauVersion() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
Returns the current Aikau version.
getAlfrescoPersisterPaths() - Method in class org.springframework.extensions.surf.AutowireService
getAlfrescoTemplatePaths() - Method in class org.springframework.extensions.surf.AutowireService
getAlfrescoWebScriptPaths() - Method in class org.springframework.extensions.surf.AutowireService
getAllDocumentPaths() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getAllDocumentPaths() - Method in class org.springframework.extensions.webscripts.ResourceStore
getAllObjects(ModelPersistenceContext, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Returns a map of all of the objects referenced by this persister.
getAllObjects(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Returns a map with all object instances of the given type.
getAllObjects(String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Returns a map with all object instances of the given type filtered
by the given object ID filter pattern.
getAllObjects(String) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Retrieves all objects of a given type id.
getAllObjects(String, String) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Retrieves all objects of a given type id with the given object ID filter
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
getAllObjectsByFilter(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Returns a map of all of the objects referenced by this persister filtered by
the given ID filter.
getAllObjectsByFilter(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
getAllObjectsByFilter(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
getAllObjectsByFilter(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
getApplicationContext() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Retrieves the application context
getApplicationContext() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the application context.
getArgs() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getArgs() - Method in interface org.springframework.extensions.webscripts.URLHelper
getArguments() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getAssignmentVariableName() - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective.WidgetData
getAssociationType() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Gets the association type.
getAssociationType() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getAssociationType() - Method in interface org.springframework.extensions.surf.types.PageAssociation
Gets the association type.
getAssociationType() - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getAttribute(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
getAttribute(String) - Method in class org.springframework.extensions.surf.render.RenderContextRequest
getAttribute(String) - Method in interface org.springframework.extensions.surf.RequestContext
Retrieves an attribute from the request context
getAttribute(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getAttribute(String, int) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getAttribute(Element, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets an attribute from the given element with the given attribute name
getAttributeNames() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getAttributeNames() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getAttributeNamesInScope(int) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getAttributes() - Method in interface org.springframework.extensions.surf.RequestContext
Returns a map of attributes
getAttributes() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getAttributes() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getAttributesScope(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getAuthenticated() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getAuthentication() - Method in interface org.springframework.extensions.surf.types.Page
getAuthentication() - Method in class org.springframework.extensions.surf.types.PageImpl
getAuthType() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getAutoDeployIndex() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getAutoDeployIndex() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getAutowireModeId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getAutowireModeId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getAutowireRuntimeId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getAutowireRuntimeId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
AUTOWIRE HELPERS
getAvatarRef() - Method in class org.springframework.extensions.surf.site.AlfrescoUser
getBasePath() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getBasePath() - Method in class org.springframework.extensions.webscripts.ResourceStore
getBeanName() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluator
getBeanName() - Method in class org.springframework.extensions.surf.extensibility.impl.RejectionSubComponentEvaluator
getBeanName() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Returns the id given to this class when it is defined as a Spring bean.
getBeanName() - Method in class org.springframework.extensions.surf.render.RenderService
Returns the id given to this class when it is defined as a Spring bean.
getBinding(String) - Method in class org.springframework.extensions.webscripts.ScriptForm
Gets an element form binding.
getBindingIds() - Method in class org.springframework.extensions.webscripts.ScriptForm
Gets the ids of all element form bindings.
getBindings() - Method in class org.springframework.extensions.webscripts.ScriptForm
Gets the bindings.
getBiography() - Method in class org.springframework.extensions.webscripts.ScriptUser
getBooleanProperty(Map<String, Object>, String, String, boolean) - Static method in class org.springframework.extensions.directives.DirectiveUtils
Attempts to retrieve a boolean property from the map of parameters supplied using the key
provided.
getBooleanProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
getBooleanProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getBooleanProperty(String) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the boolean property.
getBufferSize() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
getBuildKeyForDependencies(Map<String, DojoDependencies>) - Static method in class org.springframework.extensions.surf.DojoDependencyHandler
Construct the hash lookup key for a Map of Dojo dependencies.
getBundle(String) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
getBytes() - Method in interface org.springframework.extensions.surf.resource.ResourceContent
Gets the bytes.
getBytes() - Method in class org.springframework.extensions.surf.resource.ResourceContentImpl
getBytes() - Method in interface org.springframework.extensions.surf.resource.ResourceMetadata
Returns the bytes of the metadata
getCache(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Gets the cache for a particular model persistence context
getCache(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Gets the cache for a particular model persistence context
getCache(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Gets the cache for a particular model persistence context
getCacheCheckDelay() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.PersisterConfigDescriptor
getCachedBundle(String, Locale) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
Checks the cache for previously generated JSON strings.
getCachedChecksumForFileSet(Set<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
This checks the cache to see if the requested set of files has previously been used to generate
an aggregated resource.
getCachedCompressedCssResource(String) - Method in class org.springframework.extensions.surf.DependencyAggregator
Attempts to retrieve a previously cached CSS resource.
getCachedCompressedJSResource(String) - Method in class org.springframework.extensions.surf.DependencyAggregator
getCachedDependencyResource(String) - Method in class org.springframework.extensions.surf.DependencyAggregator
Attempts to retrieve a previously stored aggregated resource that has been
mapped to a specific checksum.
getCachedExtendedBundle(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
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.
getCachedExtendedBundle(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
Checks the current
RequestContext to see if it has cached an extended bundle (that is a basic
ResourceBundle that
has had extension modules applied to it.
getCachedResource(String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Attempts to retrieve a generated JavaScript resource that has been previously cached.
getCachedResourceInfo(String) - Method in class org.springframework.extensions.surf.DependencyHandler
getCacheEnabled() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.PersisterConfigDescriptor
getCacheKey(String, Locale) - Method in class org.springframework.extensions.surf.mvc.PageTypeViewResolver
Overrides the default implementation from AbstractCachingViewResolver to ensure that page type view are cached
with respect to the requested view.
getCacheName() - Method in class org.springframework.extensions.surf.util.CacheReport
GetCacheReport - Class in org.springframework.extensions.surf.webscripts
GET method implementation for the Cache Report webscript.
GetCacheReport() - Constructor for class org.springframework.extensions.surf.webscripts.GetCacheReport
getCapabilities() - Method in class org.springframework.extensions.webscripts.ScriptUser
Gets a map of capabilities (boolean assertions) for the user.
getCharacterEncoding() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getCharacterEncoding() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
getCharset() - Method in class org.springframework.extensions.surf.DependencyHandler
getChecksum(String, DependencyHandlerProcessingCallback) - Method in class org.springframework.extensions.surf.DependencyHandler
Obtains a checksum path for the supplied path by first checking a cache for previously generated
values and failing that will attempt to actually retrieve the resource which will in turn actually
generate a checksum path and place it in the cache which is then rechecked.
getChecksumForDependencies(Map<String, DojoDependencies>, String, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Return the checksum for a set of dependencies.
getChecksumPath(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Obtains a checksum path for the supplied path by first checking a cache for previously generated
values and failing that will attempt to actually retrieve the resource which will in turn actually
generate a checksum path and place it in the cache which is then rechecked.
getChecksumPathForDependencies(String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
This method is used to both generate the checksum for the supplied JavaScript source code and also to cache that generated
source code against the checksum generated.
getChild(Element, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets the child.
getChildPages(RequestContext) - Method in interface org.springframework.extensions.surf.types.Page
Gets the child pages.
getChildPages(RequestContext) - Method in class org.springframework.extensions.surf.types.PageImpl
getChildren(Element) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets the children.
getChildren(Element, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets the children.
getChildValue(Element, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets the child value.
getChrome(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Chrome instance with the given id.
getChrome() - Method in class org.springframework.extensions.surf.taglib.ComponentTag
getChrome() - Method in class org.springframework.extensions.surf.taglib.RegionTag
getChrome() - Method in interface org.springframework.extensions.surf.types.Component
Gets the chrome.
getChrome() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getChrome() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getChrome(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getChromeMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getChromeType() - Method in interface org.springframework.extensions.surf.types.Chrome
Gets the chrome type.
getChromeType() - Method in class org.springframework.extensions.surf.types.ChromeImpl
getClusterMessageType() - Method in interface org.springframework.extensions.surf.ClusterMessageAware
The unique message cluster Type ID that this bean deals with and posts using.
getClusterMessageType() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
getClusterMessageType() - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
getCommonPersisterPaths() - Method in class org.springframework.extensions.surf.AutowireService
getCommonTemplatePaths() - Method in class org.springframework.extensions.surf.AutowireService
getCommonWebScriptPaths() - Method in class org.springframework.extensions.surf.AutowireService
getCompanyAddress1() - Method in class org.springframework.extensions.webscripts.ScriptUser
getCompanyAddress2() - Method in class org.springframework.extensions.webscripts.ScriptUser
getCompanyAddress3() - Method in class org.springframework.extensions.webscripts.ScriptUser
getCompanyEmail() - Method in class org.springframework.extensions.webscripts.ScriptUser
getCompanyFax() - Method in class org.springframework.extensions.webscripts.ScriptUser
getCompanyPostcode() - Method in class org.springframework.extensions.webscripts.ScriptUser
getCompanyTelephone() - Method in class org.springframework.extensions.webscripts.ScriptUser
getComponent(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the component instance with the given id.
getComponent(String, String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the component instance by its binding
getComponent() - Method in class org.springframework.extensions.surf.taglib.ComponentTag
getComponent(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getComponent(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getComponentBindingSourceObject(RequestContext, Component) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Returns the object to which this component is bound
This is the same as calling component.getSourceObject()
getComponentBoundToRegion(RequestContext, String, String, String) - Method in class org.springframework.extensions.surf.render.RenderService
Determines the component which is bound to the given region
If there is no component bound, then null is returned.
getComponents() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getComponentsMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getComponentType(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Component Type instance with the given id
getComponentType(RequestContext) - Method in interface org.springframework.extensions.surf.types.Component
Gets the component type.
getComponentType(RequestContext) - Method in class org.springframework.extensions.surf.types.ComponentImpl
getComponentType(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getComponentTypeId() - Method in interface org.springframework.extensions.surf.types.Component
Gets the component type id.
getComponentTypeId() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getComponentTypeId() - Method in class org.springframework.extensions.surf.types.SubComponent
getComponentTypes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getComponentTypesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getConfig() - Method in class org.springframework.extensions.directives.ChromeDetectionDirective
getConfig() - Method in class org.springframework.extensions.directives.ChromeDetectionDirectiveData
getConfig() - Static method in class org.springframework.extensions.surf.FrameworkBean
Deprecated.
getConfig() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
getConfig() - Static method in class org.springframework.extensions.surf.site.SiteUtil
Returns the web framework configuration element
getConfig() - Method in class org.springframework.extensions.webscripts.ScriptBase
getConfigService() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Gets the config service.
getConfigService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the config service.
getConfiguration(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Configuration instance with the given id
getConfiguration(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getConfigurations() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getConfigurationsMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getConnector(String) - Method in class org.springframework.extensions.surf.FrameworkBean
Creates an unauthenticated connector to a given endpoint.
getConnector(RequestContext, String) - Method in class org.springframework.extensions.surf.FrameworkBean
Creates an authenticated connector to a given endpoint.
getConnector(HttpSession, String, String) - Method in class org.springframework.extensions.surf.FrameworkBean
Creates an authenticated connector to a given endpoint.
getConnector(String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Creates an unauthenticated connector to a given endpoint.
getConnector(RequestContext, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Creates an authenticated connector to a given endpoint.
getConnector(HttpSession, String, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Creates an authenticated connector to a given endpoint.
getConnectorService() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the connector service.
getConnectorService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the connector service.
getConnectorSession(RequestContext, String) - Method in class org.springframework.extensions.surf.FrameworkBean
Retrieves the Connector Session instance for the current
user and given endpoint.
getConnectorSession(HttpSession, String) - Method in class org.springframework.extensions.surf.FrameworkBean
Retrieves the Connector Session instance for the current
session and given endpoint.
getConnectorSession(RequestContext, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the Connector Session instance for the current
user and given endpoint.
getConnectorSession(HttpSession, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the Connector Session instance for the current
session and given endpoint.
getContainer() - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
Gets the container bean.
getContent() - Method in class org.springframework.extensions.surf.DependencyResource
getContent() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the content for this resource.
getContent() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
getContent() - Method in class org.springframework.extensions.surf.resource.support.CMISResource
getContent() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getContent() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
getContent() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getContent() - Method in class org.springframework.extensions.webscripts.ScriptResource
getContentAsByteArray() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the content as byte array.
getContentAssociation(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Content Association instance with the given id
getContentAssociation(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getContentAssociations() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getContentAssociationsMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getContentAsString() - Method in interface org.springframework.extensions.surf.RequestContext
This method must be implemented to return the result of calling getContentAsString()
method of the FakeHttpServletResponse that is returned from the getResponse()
method when the RequestContext is in passive mode.
getContentAsString() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getContentAsString() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the content as string.
getContentId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getContentLength() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getContentLength() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the content length.
getContents() - Method in class org.springframework.extensions.surf.DependencyHandler.ResourceInfo
Returns the contents of the resource.
getContentType() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getContentType() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
getContentURL() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the content url.
getContentURL() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
getContentURL() - Method in class org.springframework.extensions.surf.resource.support.CMISResource
getContentURL() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getContentURL() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
getContentUrl() - Method in class org.springframework.extensions.webscripts.ScriptResource
getContext() - Method in class org.springframework.extensions.directives.ChromeDetectionDirective
getContext() - Method in class org.springframework.extensions.directives.ChromeDetectionDirectiveData
getContext(HttpServletRequest) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Attempts to retrieve the render context instance bound to the given
http servlet request
getContext() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getContext() - Method in class org.springframework.extensions.webscripts.ScriptWebApplication
Returns the root web application context
getContext() - Method in interface org.springframework.extensions.webscripts.URLHelper
getContextPath() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the request context path
getContextPath() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getContextPath() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getContributingSourcePaths() - Method in class org.springframework.extensions.surf.render.RenderService.SubComponentData
getCookie(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the cookie.
getCookies() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getCookies() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the cookies.
getCreationTime() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getCredentialVault(HttpSession, String) - Method in class org.springframework.extensions.surf.FrameworkBean
Retrieves the session-bound credential vault for a given user.
getCredentialVault(RequestContext, String) - Method in class org.springframework.extensions.surf.FrameworkBean
Retrieves the session-bound credential vault for a given user.
getCredentialVault(HttpSession, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the session-bound credential vault for a given user.
getCredentialVault(RequestContext, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
This has been deprecated as all static helper methods need to be removed.
TODO Indicate which bean to use once it has been named!
getCredentialVault() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the credential vault
getCredentialVault() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns a CredentialVault.
getCredentialVault() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getCssDataImageHandler() - Method in class org.springframework.extensions.surf.DependencyHandler
getCssDeps() - Method in class org.springframework.extensions.surf.DojoDependencies
getCssGroupToDependencyMap() - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
getCssThemeHandler() - Method in class org.springframework.extensions.surf.DependencyHandler
getCssTokens() - Method in interface org.springframework.extensions.surf.types.Theme
getCssTokens() - Method in class org.springframework.extensions.surf.types.ThemeImpl
getCurrentComponent() - Method in interface org.springframework.extensions.surf.types.SurfBug
Should return the Component currently being debugged.
getCurrentComponent() - Method in class org.springframework.extensions.surf.types.SurfBugImpl
Return the Component currently being debugged.
getCurrentExtensibilityModel() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getCurrentExtensibilityModel() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getCurrentObject() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current object
If no object has been set, then null is returned
getCurrentObject() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getCurrentObjectId() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the id of the current object
If no object has been set, then the id will be null.
getCurrentObjectId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getCurrentRequestContext() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the request context for the current thread.
getCurrentThemeId(RequestContext) - Static method in class org.springframework.extensions.surf.site.ThemeUtil
Gets the current theme id.
getCurrentThreadErrors() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
Returns the current errors for the current thread.
getCustomizations() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getCustomizations() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getCustomProperties() - Method in interface org.springframework.extensions.surf.ModelObject
getCustomProperties() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getCustomProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
getCustomProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getDateHeader(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getDeclarationRegex() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getDeclarationRegexPattern() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getDefaultComponentChrome() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultComponentChrome() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultFormat() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getDefaultFormatId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultFormatId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultLessConfig() - Method in class org.springframework.extensions.surf.LessCssThemeHandler
Returns the current default LESS configuration.
getDefaultPageTypeIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultPageTypeIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultPageTypeInstanceId(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultPageTypeInstanceId(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultPersisterId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultPersisterId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultRegionChrome() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultRegionChrome() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultSiteConfigurationId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultSiteConfigurationId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultSubComponentChrome() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultThemeId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultThemeId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDefaultThemeId() - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
getDefaultUserFactoryId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDefaultUserFactoryId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getDependencies(String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
getDependency() - Method in class org.springframework.extensions.directives.DependencyDeferredContentSourceModelElement
getDependencyAggregator() - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
getDependencyAggregator() - Method in class org.springframework.extensions.surf.webscripts.XhrDependencies
getDependencyAggregator() - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
getDependencyHandler() - Method in class org.springframework.extensions.surf.CssImageDataHandler
getDependencyHandler() - Method in class org.springframework.extensions.surf.CssThemeHandler
getDependencyHandler() - Method in class org.springframework.extensions.surf.DependencyAggregator
getDependencyHandler() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getDependencyHandler() - Method in class org.springframework.extensions.surf.I18nDependencyHandler
getDependencyHandler() - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
getDependencyRegex() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getDependencyRegexPattern() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getDependencySource(Map) - Method in class org.springframework.extensions.directives.CssDependencyDirective
Overrides the default to return the "href" parameter.
getDependencySource(Map) - Method in class org.springframework.extensions.directives.JavaScriptDependencyDirective
Gets the parameter that defines the dependency source file.
getDeployedModules() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
Returns the list of configured ModuleDeployments.
GetDeployedModules - Class in org.springframework.extensions.surf.webscripts
This is the Java controller for the Module Deployment WebScript (/modules/deploy) that returns the status of the module
deployment configuration.
GetDeployedModules() - Constructor for class org.springframework.extensions.surf.webscripts.GetDeployedModules
getDescDocument() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getDescPath() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getDescription() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.FormatDescriptor
getDescription() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
getDescription() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the description property of the model object
getDescription() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getDescription() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the description.
getDescription() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getDescription() - Method in class org.springframework.web.context.support.StoreResource
getDescriptionDocumentPaths() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getDescriptionDocumentPaths() - Method in class org.springframework.extensions.webscripts.ResourceStore
getDescriptionId() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the description id property of the model object
getDescriptionId() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getDescriptionId() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the description id.
getDescriptor(RenderMode) - Method in class org.springframework.extensions.surf.render.ProcessorContext
getDestId() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Gets the dest id.
getDestId() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getDestId() - Method in interface org.springframework.extensions.surf.types.PageAssociation
Gets the dest id.
getDestId() - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getDestPage(RequestContext) - Method in interface org.springframework.extensions.surf.types.PageAssociation
Gets the dest object.
getDestPage(RequestContext) - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getDocument() - Method in interface org.springframework.extensions.surf.ModelObject
getDocument() - Method in interface org.springframework.extensions.surf.resource.ResourceXMLContent
Gets the document.
getDocument() - Method in class org.springframework.extensions.surf.resource.ResourceXMLContentImpl
getDocument() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
Return the representation of this Model Object as an XML DOM.
getDocument(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getDocument(String) - Method in class org.springframework.extensions.webscripts.ResourceStore
getDocumentChildValue(Document, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets the document child value.
getDocumentPaths(String, boolean, String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getDocumentPaths(String, boolean, String) - Method in class org.springframework.extensions.webscripts.ResourceStore
getDocumentPathsByRegEx(String, String, boolean) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
Performs a pattern filter look up using a regex and starting
from a given path.
getDocumentResources(String) - Method in class org.springframework.extensions.webscripts.ResourceStore
Gets resources that match a given location pattern.
getDojoBaseUrl() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoBootstrapFile() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoCssGroupToDependencyMap() - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
getDojoDefaultLessConfig() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoDependencyHandler() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getDojoDependencyHandler() - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
getDojoMessagesDefaultScope() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoMessagesObject() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoNonAmdFiles() - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
getDojoPackageLocation(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Finds the location of the supplied Dojo package.
getDojoPackages() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoPackagesMain() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getDojoPageWidget() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getELContext() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getEmail() - Method in class org.springframework.extensions.webscripts.ScriptUser
getEnclosingWriter() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Get the enclosing JspWriter.
getEncodedImage(String) - Method in class org.springframework.extensions.surf.CssImageDataHandler
Gets the encoded image for the supplied path.
getEncodeScriptUrlFunction(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
getEndpoint() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ResourceLoaderDescriptor
getEndpoint() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ResourceResolverDescriptor
getEndpoint(String) - Method in class org.springframework.extensions.surf.FrameworkBean
Loads the endpoint descriptor for a given endpoint.
getEndpoint(String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Loads the endpoint descriptor for a given endpoint.
getEndpoint() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
getEndpointId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.RuntimeConfigDescriptor
getEndpointId() - Method in class org.springframework.extensions.surf.resource.AbstractResource
getEndpointId() - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoader
Gets the endpoint id.
getEndpointId() - Method in interface org.springframework.extensions.surf.resource.Resource
Returns the endpoint of the resource
getEndpointId() - Method in interface org.springframework.extensions.surf.resource.ResourceLoader
Returns the endpoint id for this resource loader
getEndpointId() - Method in class org.springframework.extensions.webscripts.ScriptResource
getEntryCount() - Method in class org.springframework.extensions.surf.util.CacheReport
getErrorHandlerDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getErrorHandlerDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getErrorHandlerIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getErrorHandlerIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getErrorMessage() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the error message.
getEvaluatedModules() - Method in interface org.springframework.extensions.surf.RequestContext
getEvaluatedModules() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Retrieve the list of
ExtensionModule instances that have been evaluated as applicable
for the current request.
getEvaluatedProperties() - Method in interface org.springframework.extensions.surf.RequestContext
getEvaluatedProperties() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getEvaluation() - Method in class org.springframework.extensions.surf.types.SubComponent.RenderData
getEvaluations() - Method in class org.springframework.extensions.surf.types.SubComponent
getEvaluator() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getEvaluator() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getEvaluatorOverride() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getEvaluatorOverride() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getEvaluatorProperties() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getEvaluatorProperties() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getEvaluatorPropertyOverrides() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getEvaluatorPropertyOverrides() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getException() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getExcludeCssPaths() - Method in class org.springframework.extensions.surf.CssImageDataHandler
getExcludeMimeTypes() - Method in class org.springframework.extensions.surf.CssImageDataHandler
getExcludePatterns() - Method in class org.springframework.extensions.surf.CssImageDataHandler
getExecuteUrl() - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
getExpressionEvaluator() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getExtendedScriptConfigModel(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Creates a new ExtendedScriptConfigModel instance using the local configuration generated for this request.
getExtendedScriptConfigModel(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getExtendedTemplateConfigModel(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Creates a new TemplateConfigModel instance using the local configuration generated for this request.
getExtendedTemplateConfigModel(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getExtendingModuleFiles(ExtensionModule, String) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModuleHandler
Returns a
List of the files that should be applied to an
ExtensibilityModel
being processed.
getExtendingModuleFiles(ExtensionModule, String) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
Returns a list of template paths that could provide valid extensions to the supplied
template.
getExtendingModuleFiles(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Retrieves a list of files that should be provided by the evaluated modules.
getExtendingModuleFiles(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getExtensibilityModuleHandler() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getExtensionDependencies() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the dependencies requested by extension modules as a formatted String.
getExtensionDependencies() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns the dependencies requested by extension modules as a formatted String.
getExtensionModule() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getExtensionModule() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getExtensionModuleId() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getExtensionModuleId() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getExtensionModules() - Method in interface org.springframework.extensions.surf.types.Extension
getExtensionModules() - Method in class org.springframework.extensions.surf.types.ExtensionImpl
getExtensions() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getExtensionType() - Method in interface org.springframework.extensions.surf.types.Extension
getExtensionType() - Method in class org.springframework.extensions.surf.types.ExtensionImpl
getExternalAuthentication() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getFamilys() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getField(String) - Method in class org.springframework.extensions.webscripts.ScriptFormData
Gets an element form field.
getFieldIds() - Method in class org.springframework.extensions.webscripts.ScriptFormData
Gets the ids of all element form fields.
getFields() - Method in class org.springframework.extensions.webscripts.ScriptFormData
Gets the fields.
getFileBeingProcessed() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getFileBeingProcessed() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
Retrieves the path of the current file being processed.
getFilename() - Method in class org.springframework.web.context.support.StoreResource
getFileSetChecksumCache() - Method in class org.springframework.extensions.surf.DependencyAggregator
Construct the File Set MD5 Checksum Cache
Currently this cache is based on a ConcurrentLinkedHashMap impl - to maintain a maximum size and insert order
allowing old items to be ejected in a deterministic pattern.
getFilters() - Method in class org.springframework.extensions.surf.RemoteResourcesHandler
getFirstName() - Method in class org.springframework.extensions.webscripts.ScriptUser
getFormat() - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
getFormatDescription(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getFormatDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getFormatDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getFormatId() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current format id
getFormatId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getFormatId() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Gets the format id.
getFormatId() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getFormatId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getFormatIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getFormatIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getFormatIds() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getFormatStyle() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getFormatTitle(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getForwardedUrl() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the forwarded url.
getFrameworkTitle() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Returns the official title of this release of the Alfresco Web Framework
getFrameworkTitle() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getFrameworkVersion() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Returns the official version of this release of the Alfresco Web Framework
getFrameworkVersion() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getFullName() - Method in class org.springframework.extensions.webscripts.ScriptUser
getGoogleUsername() - Method in class org.springframework.extensions.webscripts.ScriptUser
getGroup() - Method in class org.springframework.extensions.directives.DependencyDeferredContentSourceModelElement
getGuestUser(RequestContext) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Retrieve the special "Guest" user instance.
getGUID() - Method in interface org.springframework.extensions.surf.types.Component
Gets the GUID.
getGUID() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getHeader(String) - Method in interface org.springframework.extensions.surf.RequestContext
Retrieves an header from the request context
getHeader(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getHeader(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getHeader(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the header.
getHeader(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getHeaderNames() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getHeaderNames() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the header names.
getHeaderNames() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getHeaders() - Method in interface org.springframework.extensions.surf.RequestContext
Returns a map of headers
getHeaders() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getHeaders(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getHeaders(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the headers.
getHeaders() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getHeaderValues(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getHref() - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
getHtmlId() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Gets the html id
getI18nDependencyHandler() - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
getI18nDeps() - Method in class org.springframework.extensions.surf.DojoDependencies
getId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
getId() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
getId() - Method in interface org.springframework.extensions.surf.extensibility.SubComponentEvaluation
An evaluation should define an ID to help with debugging.
getId() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the id of the model object.
getId() - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Returns a unique id for this persister
If this persister is wrapped around a ClassPath store,
a LocalFileSystem store or a Repository store, this will return
the value provided getBasePath()
If this is wrapped around a RemoteStore, this will return the
AVM Store ID to which this persister is bound
getId() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
getId() - Method in interface org.springframework.extensions.surf.RequestContext
Each request context instance is stamped with a unique id
getId() - Method in interface org.springframework.extensions.surf.resource.ResourceMetadata
Gets the id of the object
getId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getId() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
getId() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getId() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getId() - Method in class org.springframework.extensions.webscripts.ScriptForm.FormBinding
getId() - Method in class org.springframework.extensions.webscripts.ScriptFormData.FormField
getId() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the id.
getId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getId() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Gets the id.
getId() - Method in class org.springframework.extensions.webscripts.ScriptResource
getId() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getId() - Method in class org.springframework.extensions.webscripts.ScriptUser
Gets the id.
getImplementationClass() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
getIncludedUrl() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the included url.
getIndex() - Method in interface org.springframework.extensions.surf.types.Component
Gets the index of the component.
getIndex() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getIndex() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getIndex() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getIndex() - Method in class org.springframework.extensions.surf.types.SubComponent
getInputStream() - Method in class org.springframework.extensions.surf.DependencyHandler.ResourceInfo
Returns the cached contents of the resource if they have been set otherwise
defers to the loadInputStream method.
getInputStream() - Method in interface org.springframework.extensions.surf.resource.ResourceContent
Retrieves an input stream to the resource content.
getInputStream() - Method in class org.springframework.extensions.surf.resource.ResourceContentImpl
getInputStream() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getInputStream() - Method in class org.springframework.web.context.support.StoreResource
getInstance() - Static method in class org.springframework.extensions.surf.cache.ModelObjectCache.ModelObjectSentinel
getInstantMsg() - Method in class org.springframework.extensions.webscripts.ScriptUser
getInternetExplorerVersion(HttpServletRequest) - Static method in class org.springframework.extensions.surf.ServletUtil
Attempts to determine the Internet Explorer version specified in the User-Agent header in the
supplied HttpServletRequest.
getIntHeader(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getIsAdmin() - Method in class org.springframework.extensions.webscripts.ScriptUser
getIsContainer() - Method in class org.springframework.extensions.webscripts.ScriptResource
getIsGuest() - Method in class org.springframework.extensions.webscripts.ScriptUser
getJavaScriptDeps() - Method in class org.springframework.extensions.surf.DojoDependencies
getJobTitle() - Method in class org.springframework.extensions.webscripts.ScriptUser
getJSON() - Method in interface org.springframework.extensions.surf.resource.ResourceJSONContent
Gets the JSON.
getJSON() - Method in class org.springframework.extensions.surf.resource.ResourceJSONContentImpl
getJson() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
getJSONString() - Method in interface org.springframework.extensions.surf.resource.ResourceJSONContent
Gets the JSON string.
getJSONString() - Method in class org.springframework.extensions.surf.resource.ResourceJSONContentImpl
getJspPath() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ErrorHandlerDescriptor
getJspPath() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.SystemPageDescriptor
getKey() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the model object key instance
getKey() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getKeyPath() - Method in class org.springframework.extensions.surf.types.ExtensionModule
getKind() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getLastAccessedTime() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getLastConfigurationUpdate() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
getLastLoginCookie(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
Helper to return cookie that saves the last login time for the current user.
getLastName() - Method in class org.springframework.extensions.webscripts.ScriptUser
getLessVariables() - Method in class org.springframework.extensions.surf.LessCssThemeHandler
Looks for the LESS CSS token which should contain the LESS style variables that
can be applied to each CSS file.
getLifecycle() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getLinkBuilder() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the LinkBuilder to be used for the currently executing
page.
getLinkBuilder() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getLinkBuilder() - Method in class org.springframework.extensions.surf.support.ServletRequestContext
getLinkBuilder() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getLocalAddr() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getLocalContext() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
getLocale() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getLocale() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
getLocaleMergedBundle(String) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
This method generates a
Map of NLS properties comprised of all the available
ResourceBundle
instances retrieved from the supplied path.
getLocales() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getLocalName() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getLocalPersisterPaths() - Method in class org.springframework.extensions.surf.AutowireService
getLocalPort() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getLocalTemplatePaths() - Method in class org.springframework.extensions.surf.AutowireService
getLocalWebScriptPaths() - Method in class org.springframework.extensions.surf.AutowireService
getLocation() - Method in class org.springframework.extensions.webscripts.ScriptUser
getLogger() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the general web framework logger.
getLogger() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Returns a logger for the controller
getLoginEnabled() - Method in class org.springframework.extensions.webscripts.ScriptSurf
getMaximumImageSize() - Method in class org.springframework.extensions.surf.CssImageDataHandler
Gets the maximum image size to allow to be encoded
getMaxInactiveInterval() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getMedia() - Method in class org.springframework.extensions.directives.CssDependencyContentModelElement
getMediaType() - Method in class org.springframework.extensions.surf.DojoDependencies.CssDependency
getMessage() - Method in exception org.springframework.extensions.surf.exception.RendererExecutionException
getMessagesPrefix(WebScriptRequest, WebScriptResponse, String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Generates a String prefix of JavaScript that by default sets up a namespace for the messages object
to which the messages JSON output should be assigned.
getMessagesSuffix(WebScriptRequest, WebScriptResponse, String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Generates a String suffix of JavaScript that defaults to a closing semi-colon.
getMessagesWebScript() - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
Returns the message WebScript.
getMessagesWebScript() - Method in interface org.springframework.extensions.directives.DirectiveFactory
The
MessagesWebScript is required for setting up i18n messages so will be needed by the
createMessagesDependencyDirective
method.
getMetadata() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the metadata for this resource.
getMetadata() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
getMetadata() - Method in class org.springframework.extensions.surf.resource.support.CMISResource
getMetadata() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getMetadata() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
getMetadata() - Method in class org.springframework.extensions.webscripts.ScriptResource
getMetadataURL() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the metadata url.
getMetadataURL() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
getMetadataURL() - Method in class org.springframework.extensions.surf.resource.support.CMISResource
getMetadataURL() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getMetadataURL() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
getMetadataUrl() - Method in class org.springframework.extensions.webscripts.ScriptResource
getMethod() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getMethod() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getMiddleName() - Method in class org.springframework.extensions.webscripts.ScriptUser
getMimetype() - Method in class org.springframework.extensions.surf.DependencyResource
getMissingFileWarningSuppressionList() - Method in class org.springframework.extensions.surf.DependencyAggregator
Gets the paths to suppress missing file warnings for.
getMobilePhone() - Method in class org.springframework.extensions.webscripts.ScriptUser
getModel() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the spring mvc model
getModel() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getModelObject() - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
getModelObject() - Method in class org.springframework.extensions.surf.taglib.TagBase
getModelObject() - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
getModelObject() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getModelObject() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Returns the model object
getModelObject() - Method in class org.springframework.extensions.webscripts.ScriptResources
Returns the model object
getModelObjectService() - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
getModelObjectService() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
getModelObjectService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
getModelObjectService() - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
This method is supplied so that subclasses can get a reference to the ModelObjectService
that is required to instantiate a AbstractLinkBuilder.
getModelObjectService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
getModelProperties() - Method in interface org.springframework.extensions.surf.ModelObject
getModelProperties() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getModelProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
getModelProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getModificationTime() - Method in interface org.springframework.extensions.surf.ModelObject
getModificationTime() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getModuleCssDeps(ExtensionModule, String) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModuleHandler
Returns the CSS dependencies for the current extension module for the supplied path.
getModuleCssDeps(ExtensionModule, String) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
getModuleDeploymentMode() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getModuleDeploymentMode() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getModuleDeploymentType() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getModuleDeploymentType() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getModuleJsDeps(ExtensionModule, String) - Method in interface org.springframework.extensions.surf.extensibility.ExtensibilityModuleHandler
Returns the JavaScript dependencies for the current extension module for the supplied path.
getModuleJsDeps(ExtensionModule, String) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
getMultipartProcessing() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getName() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.FormatDescriptor
getName() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
getName() - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective.WidgetData
getName() - Method in class org.springframework.extensions.surf.resource.AbstractResource
getName() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the name.
getName() - Method in class org.springframework.extensions.surf.taglib.RegionTag
getName() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
getName() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
getName() - Method in class org.springframework.extensions.webscripts.ScriptResource
getName() - Method in class org.springframework.extensions.webscripts.ScriptUser
Gets the name (generally this is the username - i.e.
getNames() - Method in class org.springframework.extensions.webscripts.ScriptResources
getNamespace() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TagLibraryDescriptor
getNamespace() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
getNativeUser() - Method in class org.springframework.extensions.webscripts.ScriptUser
getNegotiatedFormats() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getNode() - Method in class org.springframework.extensions.surf.types.ExtensionImpl.ModuleObjectAndNode
getNodeRefId() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
getNonAmdDependencies() - Method in class org.springframework.extensions.surf.DojoDependencies
getObject() - Method in class org.springframework.extensions.directives.RenderServiceExtensibilityDirective
getObject() - Method in class org.springframework.extensions.directives.RenderServiceFreeMarkerDirective
getObject(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Gets an object from persisted storage by id
getObject(String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets an object instance of the given type and with the given id.
getObject(String, String) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Retrieves an object from the persister that manages the given object type.
getObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Iterates over the persisters list attempting to find a ModelObject of
the supplied type with the supplied id.
getObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
getObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
getObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
getObject() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getObject() - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
getObject() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
getObject(RequestContext) - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Gets the object that is being associated.
getObject(RequestContext) - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getObject() - Method in class org.springframework.extensions.surf.types.ExtensionImpl.ModuleObjectAndNode
getObject(String, String) - Method in class org.springframework.extensions.webscripts.ScriptBase
Retrieves a model object from the underlying store and hands it back
wrapped as a ScriptModelObject.
getObject(RequestContext, String, String) - Static method in class org.springframework.extensions.webscripts.ScriptHelper
Retrieves a model object from the underlying store and hands it back
wrapped as a ScriptModelObject.
getObject() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Gets the object.
getObjectByPath(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Retrieves an object from the underlying store by path
This performs an interrogation of the underlying document
to determine its object type and object id.
getObjectByPath(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Retrieves an object from the underlying store by path
This performs an interrogation of the underlying document
to determine its object type and object id.
getObjectId(Document, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
Determines the object id of a serialized model object
contained in a document.
getObjectId(Document, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Determines the object id of a serialized model object
contained in a document.
getObjectId() - Method in class org.springframework.extensions.surf.resource.AbstractResource
getObjectId() - Method in interface org.springframework.extensions.surf.resource.Resource
Returns the object id of the resource
getObjectId() - Method in class org.springframework.extensions.webscripts.ScriptResource
getObjectPersistenceService() - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the object persistence service
getObjectPersistenceService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
getObjects(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getObjectService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Gets the model object service
getObjectService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Gets the model object service
getObjectService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Gets a ModelObjectService.
getObjectService() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the model object service
getObjectService() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getObjectService() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the model object service
getObjectService() - Method in class org.springframework.extensions.surf.support.BaseFactoryBean
Gets the model object service
getObjectService() - Method in class org.springframework.extensions.webscripts.ScriptBase
Gets the model object service
getObjectsFromPaths(ModelPersistenceContext, String, String[]) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
getObjectsMap(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getObjectTypeDescription(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getObjectTypeId(Document, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Determines the object type id of a serialized model object
contained in a document.
getObjectTypeId() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the object type id.
getObjectTypeId() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
getObjectTypeId() - Method in class org.springframework.extensions.surf.resource.support.CMISResource
getObjectTypeId() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getObjectTypeId() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
getObjectTypeId() - Method in class org.springframework.extensions.webscripts.ScriptResource
getObjectTypeIds() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getObjectTypeName(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getOptions() - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective.WidgetData
getOrder() - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoaderFactory
getOrder() - Method in interface org.springframework.extensions.surf.resource.ResourceLoaderFactory
Returns the order of preference for this resource loader
getOrderId() - Method in interface org.springframework.extensions.surf.types.PageAssociation
Gets the order id.
getOrderId() - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getOrganization() - Method in class org.springframework.extensions.webscripts.ScriptUser
getOut() - Method in class org.springframework.extensions.surf.taglib.TagBase
getOut() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getOutput() - Method in class org.springframework.extensions.surf.util.WrappedHttpServletResponse
Gets the output.
getOutputStream() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityHttpResponse
getOutputStream() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
getOutputStream() - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
getPackage() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getPage(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Page instance with the given id
getPage() - Method in interface org.springframework.extensions.surf.RequestContext
If a page instance is currently executing, it can be retrieved
from the request context.
getPage() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getPage() - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
getPage() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getPage() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getPage(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPageAssociation(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Page Association instance with the given id
getPageAssociation(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPageAssociations() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPageAssociationsMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPageContext() - Method in class org.springframework.extensions.surf.taglib.TagBase
getPageId() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the id of the currently executing page.
getPageId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getPageId(String) - Method in interface org.springframework.extensions.surf.types.Theme
Gets the page id given the specified page type.
getPageId(String) - Method in class org.springframework.extensions.surf.types.ThemeImpl
Checks the theme to find the id of the page that is mapped to the requested page type.
getPageId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getPages() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPagesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPageTitle() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the title of the current page.
getPageTitle() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getPageType(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Page Type instance with the given id.
getPageType() - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
getPageType(RequestContext) - Method in interface org.springframework.extensions.surf.types.Page
Gets the page type.
getPageType(RequestContext) - Method in class org.springframework.extensions.surf.types.PageImpl
getPageType(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getPageTypeId() - Method in interface org.springframework.extensions.surf.types.Page
Gets the page type id.
getPageTypeId() - Method in class org.springframework.extensions.surf.types.PageImpl
getPageTypes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getParameter(String) - Method in interface org.springframework.extensions.surf.RequestContext
Retrieves a parameter from the request context
getParameter(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getParameter(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getParameter(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getParameter(String) - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Returns the value of a request parameter
getParameterMap() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getParameterNames() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getParameterNames() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getParameterNames() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Returns the names of request parameters
getParameters() - Method in interface org.springframework.extensions.surf.RequestContext
Returns a map of parameters
getParameters() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getParameters() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getParameters() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Returns a scriptable map of name/value pairs
getParameterValues(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getParameterValues(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getParentId() - Method in class org.springframework.extensions.surf.types.SubComponent
getPath() - Method in class org.springframework.extensions.surf.DojoDependencies.CssDependency
getPath() - Method in class org.springframework.extensions.surf.DojoDependencies.I18nDependency
getPath(String, String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Calculates the path of the dependency relative to the path of the supplied source path.
getPath(String, String) - Method in class org.springframework.extensions.surf.mvc.ResourceController
getPath(HttpServletRequest) - Method in class org.springframework.extensions.surf.site.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.LocalFileSystemStore
getPath() - Method in class org.springframework.extensions.webscripts.ResourceStore
Returns the resource path where the store begins.
getPath() - Method in class org.springframework.web.context.support.StoreResource
Return the path for this resource.
getPathInfo() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getPathPrefix(String, String) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
Gets the path prefix for the given token replacements.
getPathPrefix() - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Gets the path prefix.
getPathTranslated() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getPayload() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
getPersistedExtension() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
Retrieves the remotely persisted
Extension instance with the id specified by the
DEFAULT_PERSISTED_EXTENSION
constant.
getPersistenceContext() - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Provides a model persistence context
If Surf is running in preview mode, the model persistence context will be populated
with information to inform the persisters of how to bind to the appropriate
Alfresco store.
getPersisterConfigDescriptor() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getPersisterConfigDescriptor() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getPersisterId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
getPersisterId() - Method in interface org.springframework.extensions.surf.ModelObject
getPersisterId() - Method in class org.springframework.extensions.surf.ModelPersisterInfo
Gets the persister id.
getPersisterId() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
Returns the ModelObjectPersister id that this object is bound to
getPersisterId() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the persister id.
getPersisterIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.RuntimeConfigDescriptor
getPersisterIdToPersisterMap() - Method in class org.springframework.extensions.surf.persister.PersisterService
getPersisters() - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Gets the persisters.
getPersisters() - Method in class org.springframework.extensions.surf.persister.PersisterService
getPersisterService() - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Returns the persister service
getPersisterService() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
getPersisterService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
getPrefix(RequestContext, ModelObject) - Static method in class org.springframework.extensions.webscripts.ScriptForm
getPresetsManager() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the presets manager.
getPreviewStoreId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getPreviewUserId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getPreviewWebappId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getPrintWriter() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
Gets the print writer.
getProcessorId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ErrorHandlerDescriptor
getProcessorId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.SystemPageDescriptor
getProcessorId() - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getProcessorId(RenderMode) - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getProcessorId() - Method in interface org.springframework.extensions.surf.render.Renderable
Gets the default 'view' processor id
getProcessorId(RenderMode) - Method in interface org.springframework.extensions.surf.render.Renderable
Gets the processor id
getProcessorId() - Method in class org.springframework.extensions.surf.types.SubComponent
getProcessorProperties() - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getProcessorProperties(RenderMode) - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getProcessorProperties() - Method in interface org.springframework.extensions.surf.render.Renderable
Gets a map of default 'view' processor properties
getProcessorProperties(RenderMode) - Method in interface org.springframework.extensions.surf.render.Renderable
Gets a map of processor properties for the given mode
getProcessorProperty(String) - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getProcessorProperty(RenderMode, String) - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getProcessorProperty(String) - Method in interface org.springframework.extensions.surf.render.Renderable
Gets a default 'view' processor property
getProcessorProperty(RenderMode, String) - Method in interface org.springframework.extensions.surf.render.Renderable
Gets a processor property
getProperties() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
getProperties() - Method in interface org.springframework.extensions.surf.extensibility.SubComponentEvaluation
getProperties() - Method in interface org.springframework.extensions.surf.ModelObject
getProperties() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getProperties() - Method in class org.springframework.extensions.surf.types.SubComponent.RenderData
getProperties() - Method in class org.springframework.extensions.webscripts.ScriptBase
getProperty(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
getProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
getProperty(ProcessorContext, String) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
Returns a configuration property from the rendering
processor descriptor.
getProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getProperty(String) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the property.
getProtocol() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
getProtocol() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getProtocolId() - Method in class org.springframework.extensions.surf.resource.AbstractResource
getProtocolId() - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoader
Gets the protocol id.
getProtocolId() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the protocol id
getProtocolId() - Method in interface org.springframework.extensions.surf.resource.ResourceLoader
Gets the protocol id.
getProtocolId() - Method in class org.springframework.extensions.webscripts.ScriptResource
getQueryString() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getQueryString() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getQueryString() - Method in interface org.springframework.extensions.webscripts.URLHelper
getQueryStringForMap(Map<String, String>) - Static method in class org.springframework.extensions.surf.util.WebUtil
Returns the query string for a given map of key and value pairs
getReader() - Method in interface org.springframework.extensions.surf.resource.ResourceContent
Gets the reader for the resource content.
getReader() - Method in class org.springframework.extensions.surf.resource.ResourceContentImpl
getReader() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Return the value of this BodyContent as a Reader.
getReader() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRealPath(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRealPath(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
Helper function for converting a web application path
to a real system path.
getRedirectedUrl() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the redirected url.
getRegionChrome(String, String) - Method in class org.springframework.extensions.surf.render.RenderService
Returns the Chrome instance to utilize while rendering the given
region on the given template.
getRegionId() - Method in interface org.springframework.extensions.surf.types.Component
Gets the region id.
getRegionId() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getRegistry() - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
Gets the web scripts registry.
getRel() - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
getRelativePath(String, String) - Method in class org.springframework.extensions.surf.DependencyHandler
Gets the path of the supplied path assuming it is relative to the supplied sourcePath.
getRemaining() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Return remaining size in the buffer.
getRemaining() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
getRemapMimetypes() - Method in class org.springframework.extensions.surf.CssImageDataHandler
getRemoteAddr() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRemoteConfig() - Method in class org.springframework.extensions.config.ConfigBeanFactory
A factory method made available to Spring to generate a RemoteConfigElement Spring Bean
getRemoteConfigElement() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
Use Spring configuration to access the RemoteConfigElement (Bean ref "remote.config.element")
getRemoteConfiguration() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the web framework remote configuration.
getRemoteHost() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRemotePort() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRemoteResource(String) - Method in class org.springframework.extensions.surf.RemoteResourcesHandler
Attempts to retrieve the supplied path from a remote resource.
getRemoteResourcesHandler() - Method in class org.springframework.extensions.surf.DependencyHandler
getRemoteUser() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRenderContext() - Method in class org.springframework.extensions.surf.taglib.TagBase
getRenderingComponents() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the components that were bound to this and any of its parent context
during the rendering.
getRenderingComponents() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRenderingDescriptor(ProcessorContext) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
Helper method which returns the appropriate processor descriptor
from the given processor descriptor for the current render mode.
getRenderMode() - Method in interface org.springframework.extensions.surf.RequestContext
A RenderMode can be set by a ComponentTypes to allow different outputs
to be rendered when requesting a Component directly by specifying a "mode" request
parameter.
getRenderMode() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRenderModes() - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
getRenderModes() - Method in interface org.springframework.extensions.surf.render.Renderable
The list of defined render modes
getRenderService() - Method in class org.springframework.extensions.directives.RenderServiceExtensibilityDirective
Returns the RenderService supplied when instantiating the class.
getRenderService() - Method in class org.springframework.extensions.directives.RenderServiceFreeMarkerDirective
Returns the RenderService supplied when instantiating the class.
getRenderService() - Static method in class org.springframework.extensions.surf.FrameworkBean
Deprecated.
getRenderService() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Gets the render service.
getRenderService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Gets the render service.
getRenderService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Gets the render service.
getRenderService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
TODO: Add JavaDoc describing what a RenderService is!
getRenderService() - Method in class org.springframework.extensions.surf.render.AbstractRenderer
Gets the render service.
getRenderService() - Method in class org.springframework.extensions.surf.taglib.TagBase
getRenderService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the web framework render service.
getRenditionProcessor(Renderable) - Method in class org.springframework.extensions.surf.render.RenderService
Returns a rendition processor for a renderable in the default VIEW render mode
getRenditionProcessor(Renderable, RenderMode) - Method in class org.springframework.extensions.surf.render.RenderService
Returns a rendition processor for a renderable in the given render mode
getRenditionProcessorById(String) - Method in class org.springframework.extensions.surf.render.RenderService
Returns a rendition processor for the given id (i.e.
getRequest() - Static method in class org.springframework.extensions.surf.ServletUtil
Retrieves the http servlet object heard by the view implementation.
getRequest() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRequest() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getRequestContent() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the body of the incoming POST content
This is applicable for multipart form requests
getRequestContent() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRequestContext() - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
getRequestContext() - Method in class org.springframework.extensions.directives.RenderServiceExtensibilityDirective
Returns the RequestContext supplied when instantiating the class
getRequestContext() - Method in class org.springframework.extensions.directives.RenderServiceFreeMarkerDirective
Returns the RequestContext supplied when instantiating the class
getRequestContext() - Method in class org.springframework.extensions.surf.render.ProcessorContext
getRequestContext() - Static method in class org.springframework.extensions.surf.support.ThreadLocalRequestContext
Instance getter to return the RequestContext for the current thread
getRequestContext() - Method in class org.springframework.extensions.surf.taglib.TagBase
Gets the request context bound to the current request
getRequestContext() - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
getRequestContext() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getRequestContext() - Method in class org.springframework.extensions.webscripts.ScriptBase
Gets the request context.
getRequestDispatcher(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRequestDojoPackages() - Method in class org.springframework.extensions.surf.DojoDependencyHandler
This returns the Dojo packages for the current request (that will include all dynamic configuration extensions)
if available, otherwise returns the spring injected value (the static configuration).
getRequestedSessionId() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRequestMethod() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the method of the incoming request
getRequestMethod() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRequestPrefix() - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
getRequestScheme() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the protocol (e.g.
getRequestScheme() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRequestTypes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getRequestURI() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRequestURI() - Method in class org.springframework.extensions.surf.util.WrappedHttpServletRequest
getRequestURL() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getRequiredAuthentication() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getRequiredCache() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getRequiredProperties() - Method in interface org.springframework.extensions.surf.extensibility.ExtensionModuleEvaluator
Returns the names of the required evaluation properties that are needed to successfully perform an evaluation.
getRequiredProperties() - Method in class org.springframework.extensions.surf.extensibility.impl.ApproveAllModulesEvaluator
getRequiredProperties() - Method in class org.springframework.extensions.surf.extensibility.impl.ConfigApprovalEvaluator
getRequiredTransaction() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getRequiredTransactionParameters() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getResolvedWebScript() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getResolvedWebScript() - Method in class org.springframework.extensions.surf.types.SubComponent
getResolvedWebScript() - Method in interface org.springframework.extensions.surf.types.SurfBugData
Return the WebScript that was resolved to render this component (this will only
be available during rendering) it will return null if the component is not backed
by a WebScript.
getResource(String) - Method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
getResource() - Method in interface org.springframework.extensions.surf.resource.ResourceContent
A link back to the resource of which this content is a part.
getResource() - Method in class org.springframework.extensions.surf.resource.ResourceContentImpl
getResource() - Method in interface org.springframework.extensions.surf.resource.ResourceMetadata
A link back to the resource of which this content is a part
getResource(String) - Method in interface org.springframework.extensions.surf.resource.ResourceProvider
Looks up a resource with the given name
getResource(String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Gets the resource for the given resource id
getResource(String, String, String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Gets a resource for the given protocol, endpoint and object id
getResource(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getResource() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getResource() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
getResource(String) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
ResourceLoader
Retrieves a resource at a given location
If the resource is not a classpath resource, then the search
path is consulted.
getResourceByPath(String) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceContainer() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getResourceContent(String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Retrieves the content payload for the described resource
getResourceContent(String, String, String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Retrieves the content payload for the described resource
getResourceControllerMapping() - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
getResourceControllerMapping() - Method in class org.springframework.extensions.directives.DependencyDeferredContentTargetModelElement
This method must be implemented to return the mapping to the resource controller, e.g.
getResourceControllerMapping() - Method in class org.springframework.extensions.directives.MessagesDependencyDirective
Overrides the default value which is mapped to the
ResourceController and instead
returns the value which is mapped to WebScript processing.
getResourceControllerMapping() - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
getResourceControllerMapping() - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
getResourceControllerMapping() - Method in class org.springframework.extensions.surf.DependencyHandler
getResourceDescriptorIds(String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Returns an array of the constituent parts of a resource id -
the protocol id, the endpoint id and the object id.
getResourceElement(ModelObject, String) - Static method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
Gets the resource element.
getResourceFromSearchPath(String) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
Retrieves the resource with the given location string from
the current search path.
getResourceId() - Method in class org.springframework.extensions.surf.resource.AbstractResource
getResourceId() - Method in interface org.springframework.extensions.surf.resource.Resource
Gets the resource id.
getResourceId() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getResourceInputStream(String) - Method in class org.springframework.extensions.surf.DependencyHandler
getResourceInputStream(String, DependencyHandlerProcessingCallback) - Method in class org.springframework.extensions.surf.DependencyHandler
getResourceLoader(String, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Produces a ResourceLoader for the given object id on a given endpoint
getResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.AbstractCachingResourceLoaderFactory
getResourceLoader(String, String) - Method in interface org.springframework.extensions.surf.resource.ResourceLoaderFactory
Returns a resource loader that is bound to the given
endpoint.
getResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Returns an appropriate resource loader for the given
protocol and endpoint
getResourceLoaderDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getResourceLoaderDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getResourceLoaderFactory(String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Returns a resource loader factory for the given protocol
getResourceLoaderIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getResourceLoaderIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getResourceMetadata(String) - Method in class org.springframework.extensions.surf.resource.ResourceService
Retrieves the metadata payload for the described resource
getResourceMetadata(String, String, String) - Method in class org.springframework.extensions.surf.resource.ResourceService
getResourceResolver() - Method in class org.springframework.extensions.webscripts.ResourceStore
Returns the resource resolver to be used in resolving resource references by this
resources tore.
getResourceResolver() - Method in class org.springframework.extensions.webscripts.WebApplicationStore
getResourceResolverDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getResourceResolverDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getResourceResolverIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getResourceResolverIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getResources() - Method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
getResources() - Method in interface org.springframework.extensions.surf.resource.ResourceProvider
Returns the set of all resources
getResources() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getResources() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
getResources(String) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
ResourcePatternResolver
Resolve the given location pattern into Resource objects.
getResourcesDeniedPaths() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getResourcesElement(ModelObject) - Static method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
Gets the resources element.
getResourceService() - Static method in class org.springframework.extensions.surf.FrameworkBean
Deprecated.
getResourceService() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
getResourceService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Gets a ResourceService.
getResourceService() - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
This method is supplied so that subclasses can get a reference to the ResourceService
that is required to instantiate a AbstractLinkBuilder.
getResourceService() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the resource service.
getResourceService() - Method in class org.springframework.extensions.surf.support.BaseFactoryBean
Gets the resource service.
getResourceService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
getResourcesMap() - Method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
getResourcesMap() - Method in interface org.springframework.extensions.surf.resource.ResourceProvider
Returns the map of resources
getResourcesMap() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getResourceTypeId() - Method in class org.springframework.extensions.surf.resource.support.URLResource
getResourceTypeId() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
getResponse() - Method in interface org.springframework.extensions.surf.RequestContext
This method must be implemented to return the HttpServletResponse associated
with the RequestContext.
getResponse() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getResponse() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getResponseTypes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getRoot() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getRoot() - Method in class org.springframework.extensions.webscripts.ResourceStore
getRootDir() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getRootPage() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the root page for a site.
getRootPage(RequestContext) - Static method in class org.springframework.extensions.surf.site.SiteUtil
Returns the root page for the current request context
getRootPage(RequestContext, Configuration) - Static method in class org.springframework.extensions.surf.site.SiteUtil
Returns the root page for the given site configuration
getRootPage() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getRootPage() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getRootPage() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Provides access to the root page for the web application.
getRootResource() - Method in class org.springframework.extensions.webscripts.ResourceStore
Returns the servlet context resource that is the root of the store
getRootWriter() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
Gets the root writer.
getRunAs() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getRuntimeConfigDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getRuntimeConfigDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getRuntimeContainer() - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
getScheme() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getScope() - Method in class org.springframework.extensions.surf.DojoDependencies.I18nDependency
getScope() - Method in class org.springframework.extensions.surf.taglib.RegionTag
getScope() - Method in interface org.springframework.extensions.surf.types.Component
Gets the scope.
getScope() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getScript(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore.LocalFileSystemStoreScriptLoader
getScript(String) - Method in class org.springframework.extensions.webscripts.ResourceStore.WebApplicationStoreScriptLoader
getScriptConfigModel() - Method in class org.springframework.extensions.config.ConfigBeanFactory
Instantiates an returns a new ScriptConfigModel using the ConfigService provided by the
Spring framework.
getScriptDocumentPaths(WebScript) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getScriptDocumentPaths(WebScript) - Method in class org.springframework.extensions.webscripts.ResourceStore
getScriptLoader() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getScriptLoader() - Method in class org.springframework.extensions.webscripts.ResourceStore
getScriptMethod() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
getScriptParameters() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getScriptPath() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getScriptProcessorRegistry() - Method in class org.springframework.extensions.surf.TemplatesContainer
Gets the script processor registry.
getScriptProcessorRegistry() - Method in class org.springframework.extensions.webscripts.WebTemplateProcessor
Gets the script processor registry.
getScriptRemote() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the script remote.
getScriptUrl() - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
getScriptUrl() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
getSearchPath() - Method in class org.springframework.extensions.surf.RemoteResourcesHandler
getSearchPath() - Method in class org.springframework.web.context.support.SurfWebApplicationContext
Returns the search path object
getSearchPathId() - Method in class org.springframework.extensions.surf.TemplatesStoreRegistrar
getSearchPathId() - Method in class org.springframework.extensions.surf.WebScriptsStoreRegistrar
getServerName() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getServerPath() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
getServerPort() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getServiceRegistry() - Static method in class org.springframework.extensions.surf.FrameworkBean
Deprecated.
getServiceRegistry() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the web framework services registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Deprecated.
This method only persists as it is used by DynamicPageViewResolver in the Web Quick Start application.
getServiceRegistry() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
Deprecated.
Please configure the Spring application context to set a PersisterService and WebFrameworkConfigElement explicitly
getServiceRegistry() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the service registry
getServiceRegistry() - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoader
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.resource.ResourceService
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.support.BaseFactoryBean
Gets the service registry.
getServletConfig() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getServletContext() - Method in class org.springframework.extensions.surf.DependencyAggregator
getServletContext() - Method in class org.springframework.extensions.surf.DependencyHandler
Returns the current ServletContext for the Spring application.
getServletContext() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getServletContext() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getServletContext() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getServletContext() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getServletContext() - Method in interface org.springframework.extensions.webscripts.URLHelper
getServletContext() - Method in class org.springframework.extensions.webscripts.WebApplicationStore
Retrieves the servlet context
getServletContextHashModel() - Method in class org.springframework.extensions.config.ConfigBeanFactory
Instantiates a new instance of ServletContextHashModel.
getServletContextHashModel() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
Use Spring configuration to access the ServletContextHashModel (Bean ref "servletContext.hashModel")
getServletContextHashModel() - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
getServletContextPath() - Method in interface org.springframework.extensions.surf.RequestContext
getServletContextPath() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns the context path of the servlet being used to process the request.
getServletPath() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getSession() - Static method in class org.springframework.extensions.surf.ServletUtil
Returns the session for the current http session.
getSession(boolean) - Static method in class org.springframework.extensions.surf.ServletUtil
Returns the session for the current http session.
getSession(boolean) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getSession() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getSession() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getSessionContext() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getShortName() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getSiteConfiguration() - Method in interface org.springframework.extensions.surf.RequestContext
If the site has a configuration XML, then this will return it
getSiteConfiguration(RequestContext) - Static method in class org.springframework.extensions.surf.site.SiteUtil
Returns the site configuration object to use for the current request.
getSiteConfiguration() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getSiteConfiguration() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getSiteConfiguration() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Provides access to the site configuration object for the web
application.
getSkype() - Method in class org.springframework.extensions.webscripts.ScriptUser
getSourceElements() - Method in class org.springframework.extensions.directives.DependencyDeferredContentTargetModelElement
getSourceId(RequestContext, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Return the "source" ID for the given scope ID for the supplied context.
getSourceId() - Method in interface org.springframework.extensions.surf.types.Component
Gets the source id.
getSourceId() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getSourceId() - Method in interface org.springframework.extensions.surf.types.Configuration
Gets the source id.
getSourceId() - Method in class org.springframework.extensions.surf.types.ConfigurationImpl
getSourceId() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Gets the source id.
getSourceId() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getSourceId() - Method in interface org.springframework.extensions.surf.types.PageAssociation
Gets the source id.
getSourceId() - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getSourceObject(RequestContext) - Method in interface org.springframework.extensions.surf.types.Component
Gets the source object.
getSourceObject(RequestContext) - Method in class org.springframework.extensions.surf.types.ComponentImpl
getSourcePage(RequestContext) - Method in interface org.springframework.extensions.surf.types.PageAssociation
Gets the source page.
getSourcePage(RequestContext) - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getSourcePath() - Method in class org.springframework.extensions.surf.ModelPersisterInfo
Retrieves the path to the original definition of the ModelObject.
getSourceType() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Gets the source type.
getSourceType() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getStatus() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the status.
getStoragePath() - Method in interface org.springframework.extensions.surf.ModelObject
getStoragePath() - Method in class org.springframework.extensions.surf.ModelPersisterInfo
Gets the storage path.
getStoragePath() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
Returns the persistence storage path of this object
getStoragePath() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the storage path.
getStore() - Method in class org.springframework.web.context.support.StoreResource
Return the Store for this resource.
getStoreId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.RuntimeConfigDescriptor
getStoreId() - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Gets the store id.
getStorePath() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getString() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Return the value of the BodyContent as a String.
getString() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
getStringAttribute(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
getStringContent() - Method in interface org.springframework.extensions.surf.resource.ResourceContent
Returns the String content for the resource.
getStringContent() - Method in class org.springframework.extensions.surf.resource.ResourceContentImpl
getStringProperty(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
getStringProperty(Map<String, Object>, String, String, boolean) - Static method in class org.springframework.extensions.directives.DirectiveUtils
Attempts to retrieve a String property from the map of parameters supplied using the key
provided.
getSubComponent() - Method in class org.springframework.extensions.surf.render.RenderService.SubComponentData
getSubComponentDebugData(String) - Method in interface org.springframework.extensions.surf.RequestContext
getSubComponentDebugData(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getSubComponents() - Method in interface org.springframework.extensions.surf.types.AdvancedComponent
getSubComponents() - Method in class org.springframework.extensions.surf.types.AdvancedComponentImpl
Retrieve the sub component list for this component.
getSupportedProtocols() - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoaderFactory
Gets the supported protocols.
getSupportedProtocols() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResourceLoaderFactory
getSupportedProtocols() - Method in class org.springframework.extensions.surf.resource.support.CMISResourceLoaderFactory
getSupportedProtocols() - Method in class org.springframework.extensions.surf.resource.support.URLResourceLoaderFactory
getSupportedProtocols() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResourceLoaderFactory
getSurfBug() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
Retrieves the configured SurfBug type for the application.
getSurfBug(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the SurfBug instance for the id provided.
getSurfBug() - Method in class org.springframework.extensions.surf.render.RenderService
Returns the SurfBug instance associated with the running application (which will be
obtained from the ModelObjectService if not previously obtained.
getSurfBugType() - Method in interface org.springframework.extensions.surf.types.SurfBug
getSurfBugType() - Method in class org.springframework.extensions.surf.types.SurfBugImpl
getSystemPageDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getSystemPageDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getSystemPageIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getSystemPageIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getTabLibFactory() - Method in class org.springframework.extensions.config.ConfigBeanFactory
Instantiates and returns a new TagLibFactory using the ServletContext supplied by the
Spring Framework because this class implements the ServetContextAware interface.
getTaglibFactory() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
Use Spring configuration to access the TabLibFactory (Bean ref "taglib.factory")
getTaglibFactory() - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
getTagLibraryDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getTagLibraryDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getTagLibraryIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getTagLibraryIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getTarget() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
getTargetElement() - Method in class org.springframework.extensions.directives.CssDependencyDirective
getTargetElement() - Method in class org.springframework.extensions.directives.DependencyDeferredContentSourceModelElement
Returns the the DeferredContentTargetModelElement associated with this DeferredContentSourceModelElement
getTargetElement() - Method in class org.springframework.extensions.directives.JavaScriptDependencyDirective
Gets the DeferredContentTargetModelElement to associate with the directive.
getTargetGroup() - Method in class org.springframework.extensions.surf.CssThemeHandler
The target group matched by the tokenRegex
getTargetGroup() - Method in class org.springframework.extensions.surf.DojoDependencyRule
getTargetStream() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse.DelegatingServletOutputStream
Gets the target stream.
getTelephone() - Method in class org.springframework.extensions.webscripts.ScriptUser
getTemplate(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Template instance with the given id
getTemplate() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current executing template.
getTemplate() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getTemplate(RequestContext) - Method in interface org.springframework.extensions.surf.types.Page
Gets the template.
getTemplate(RequestContext, String) - Method in interface org.springframework.extensions.surf.types.Page
Gets the template.
getTemplate(RequestContext) - Method in class org.springframework.extensions.surf.types.PageImpl
getTemplate(RequestContext, String) - Method in class org.springframework.extensions.surf.types.PageImpl
getTemplate() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getTemplate(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTemplateArgs() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getTemplateArgs() - Method in interface org.springframework.extensions.webscripts.URLHelper
getTemplateConfigModel() - Method in class org.springframework.extensions.config.ConfigBeanFactory
Instantiates an returns a new TemplateConfigModel using the ConfigService provided by the
Spring framework.
getTemplateElement(String) - Method in class org.springframework.extensions.surf.types.PageImpl
Gets the template element.
getTemplateElement(Document, String) - Method in class org.springframework.extensions.surf.types.PageImpl
Gets the template element.
getTemplateId() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the id of the currently executing template.
getTemplateId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getTemplateId() - Method in interface org.springframework.extensions.surf.types.Page
Gets the template id.
getTemplateId(String) - Method in interface org.springframework.extensions.surf.types.Page
Gets the template id.
getTemplateId() - Method in class org.springframework.extensions.surf.types.PageImpl
getTemplateId(String) - Method in class org.springframework.extensions.surf.types.PageImpl
getTemplateId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getTemplateLoader() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
getTemplateLoader() - Method in class org.springframework.extensions.webscripts.ResourceStore
getTemplateParameters() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getTemplateProcessorRegistry() - Method in class org.springframework.extensions.surf.TemplatesContainer
Gets the template processor registry.
getTemplateProcessorRegistry() - Method in class org.springframework.extensions.webscripts.WebTemplateProcessor
Gets the template processor registry.
getTemplates(RequestContext) - Method in interface org.springframework.extensions.surf.types.Page
Gets the templates.
getTemplates(RequestContext) - Method in class org.springframework.extensions.surf.types.PageImpl
getTemplates() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTemplatesContainer() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
TODO: Add JavaDoc describing what a TemplatesContainer is!
getTemplatesContainer() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
getTemplatesContainer() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the templates container.
getTemplatesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTemplatesScriptProcessor() - Method in class org.springframework.extensions.surf.AutowireService
getTemplatesSearchPath() - Method in class org.springframework.extensions.surf.AutowireService
getTemplatesSearchPathId() - Method in class org.springframework.extensions.surf.WebScriptsStoreRegistrar
Overrides the templates search path id
getTemplatesTemplateProcessor() - Method in class org.springframework.extensions.surf.AutowireService
getTemplateType(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Template Type instance with the given id.
getTemplateType(RequestContext) - Method in interface org.springframework.extensions.surf.types.TemplateInstance
Gets the template type.
getTemplateType(RequestContext) - Method in class org.springframework.extensions.surf.types.TemplateInstanceImpl
getTemplateType(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTemplateTypeId() - Method in interface org.springframework.extensions.surf.types.TemplateInstance
Gets the template type.
getTemplateTypeId() - Method in class org.springframework.extensions.surf.types.TemplateInstanceImpl
getTemplateTypes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTemplateTypesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTextDeps() - Method in class org.springframework.extensions.surf.DojoDependencies
getTheme(String) - Method in class org.springframework.extensions.surf.ModelObjectService
Gets the Theme instance with the given id.
getTheme() - Method in interface org.springframework.extensions.surf.RequestContext
getTheme() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getTheme() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getTheme(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getThemeId() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current theme id
getThemeId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getThemeId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getThemes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getThemesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
getTimestamp(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Returns the timestamp of the given object in the underlying store
getTimestamp(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
getTimestamp(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
getTimestamp(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
getTimestamp() - Method in interface org.springframework.extensions.surf.resource.ResourceMetadata
Gets the timestamp of the metadata retrieval
getTimestamp() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the timestamp.
getTitle() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the title property of the model object.
getTitle() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getTitle() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the title.
getTitleId() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the title id property of the model object.
getTitleId() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getTitleId() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the title id.
getToInsert(AbstractDependencyExtensibilityDirective.ProcessedDependency) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
getToInsert() - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective.ProcessedDependency
getTokenMap() - Method in class org.springframework.extensions.surf.CssThemeHandler
getTokenMaps(RequestContext) - Static method in class org.springframework.extensions.surf.uri.UriUtils
Builds a list of all the maps that can be used for performing token substitution.
getTokenRegex() - Method in class org.springframework.extensions.surf.CssThemeHandler
Gets the Regular Expression used to find tokens within a CSS source file.
getTokens() - Method in class org.springframework.extensions.surf.DojoDependencyRule
Gets the token map for replacing tokens in dependencies.
getTokens(String) - Method in class org.springframework.extensions.surf.mvc.PageViewResolver
Retrieves the tokens matched against the configured URI templates for the supplied view name.
getTokens() - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
getType() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ResourceLoaderDescriptor
getType() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ResourceResolverDescriptor
getType() - Method in class org.springframework.extensions.directives.OutputCSSContentModelElement
getType() - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
getType() - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
getTypeDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getTypeDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getTypeId() - Method in class org.springframework.extensions.surf.cache.ModelObjectCache.ModelObjectSentinel
getTypeId() - Method in interface org.springframework.extensions.surf.ModelObject
Returns the type id of the model object.
getTypeId() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
getTypeId() - Method in class org.springframework.extensions.surf.types.ChromeImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ComponentTypeImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ConfigurationImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ExtensionImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getTypeId() - Method in interface org.springframework.extensions.surf.types.PageAssociation
getTypeId() - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.PageImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.PageTypeImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.SubComponent
getTypeId() - Method in class org.springframework.extensions.surf.types.SurfBugImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.TemplateInstanceImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.TemplateTypeImpl
getTypeId() - Method in class org.springframework.extensions.surf.types.ThemeImpl
getTypeId() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Gets the type id for the underlying model object
getTypeIds() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
getTypeIds() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
getTypes() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
Returns all the TypeDescriptor instances configured for this WebFrameworkConfigElement
getTypeToPersisterMap() - Method in class org.springframework.extensions.surf.persister.PersisterService
getUndeployedModules() - Method in class org.springframework.extensions.surf.ModuleDeploymentService
Retrieves the list of configured by undeployed extension modules.
getUpdatedSrc(AbstractDependencyExtensibilityDirective.ProcessedDependency) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
getUpdatedSrc() - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective.ProcessedDependency
getUri() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TagLibraryDescriptor
getUri() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
getUri() - Method in interface org.springframework.extensions.surf.extensibility.SubComponentEvaluation
getUri() - Method in interface org.springframework.extensions.surf.RequestContext
getUri() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getURI() - Method in interface org.springframework.extensions.surf.types.Component
Gets the URI
getURI() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getURI() - Method in interface org.springframework.extensions.surf.types.ComponentType
Gets the URI.
getURI() - Method in class org.springframework.extensions.surf.types.ComponentTypeImpl
getUri() - Method in class org.springframework.extensions.surf.types.SubComponent.RenderData
getURI() - Method in interface org.springframework.extensions.surf.types.TemplateType
Gets the URI.
getURI() - Method in class org.springframework.extensions.surf.types.TemplateTypeImpl
getUri() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getUri() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getUri() - Method in interface org.springframework.extensions.webscripts.URLHelper
getURIs() - Method in class org.springframework.extensions.webscripts.ScriptSiteData.ScriptWebScript
getUriTemplateListIndex() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Gets the UriTemplateListIndex for the view resolver
getUriTokens() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Get the URI tokens for the view
getUriTokens() - Method in interface org.springframework.extensions.surf.RequestContext
Retrieves any URI tokens parsed in the view resolver.
getUriTokens() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getURL() - Method in interface org.springframework.extensions.surf.types.Component
Gets the URL.
getURL() - Method in class org.springframework.extensions.surf.types.ComponentImpl
getUrl() - Method in class org.springframework.extensions.webscripts.DefaultURLHelper
getUrl() - Method in interface org.springframework.extensions.webscripts.URLHelper
getUrlHelperFactory() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
getUrlHelperFactory() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
getUrlModelFactory() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
getUser() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current user
getUser() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getUser() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getUser(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
Retrieve a user object with populated details for the given user Id
getUserFactory() - Method in class org.springframework.extensions.config.ConfigBeanFactory
Gets the UserFactory defined in the WebFrameworkConfigElement (return by the getWebFrameworkConfig method.
getUserFactory() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
Use Spring configuration to access the UserFactory (Bean ref "user.factory")
getUserId() - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Gets the user id.
getUserId() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current user id
getUserId(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
getUserId() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getUsernameCookie(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
Helper to return cookie that saves the last login time for the current user.
getUserPrincipal() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
getValue(String) - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Returns the stored value with the given key
getValue(String) - Method in interface org.springframework.extensions.surf.RequestContext
Retrieves a custom value from the request context
getValue(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getValue(String) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getValue(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
Gets the value.
getValue(Element) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Gets the value.
getValue() - Method in class org.springframework.extensions.webscripts.ScriptForm.FormBinding
getValue() - Method in class org.springframework.extensions.webscripts.ScriptFormData.FormField
getValueNames() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
getValueNames() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
Gets the value names.
getValueSizeEstimate() - Method in class org.springframework.extensions.surf.util.CacheReport
getValuesMap() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the underlying map of the custom key/values pairs
stored on this RequestContext instance.
getValuesMap() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getVariableResolver() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
getVersion() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
getVersion() - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
getVersion() - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
getViewName() - Method in interface org.springframework.extensions.surf.RequestContext
getViewName() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getWebappId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.RuntimeConfigDescriptor
getWebappId() - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Gets the webapp id.
getWebFrameworkConfig() - Method in class org.springframework.extensions.config.ConfigBeanFactory
A factory method made available to Spring to generate a WebFrameworkConfigElement Spring Bean
getWebFrameworkConfig() - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
getWebFrameworkConfig() - Method in class org.springframework.extensions.directives.OutputJavaScriptContentModelElement
getWebFrameworkConfig() - Method in class org.springframework.extensions.surf.persister.PersisterService
Returns the WebFrameworkConfigElement that was supplied to the class
upon instantiation.
getWebFrameworkConfig() - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.surf.CssThemeHandler
Returns the configuration for the web framework.
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.surf.DependencyHandler
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.surf.I18nDependencyHandler
getWebframeworkConfigElement() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.surf.processor.JSScriptWithTokensProcessor
Returns the configuration for the web framework.
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
This method is supplied so that subclasses can get a reference to the WebFrameworkConfigElement
that is required to instantiate a AbstractLinkBuilder.
getWebFrameworkConfigElement() - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
getWebFrameworkConfiguration() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Retrieves the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Gets the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Gets the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Gets a WebFrameworkConfigElement.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.resource.ResourceService
Gets the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.support.BaseFactoryBean
Gets the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
Use Spring configuration to access the WebFrameworkConfigElement (Bean ref "webframework.config.element")
getWebFrameworkContainer() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
Use Spring configuration to access the Web Framework Container (Bean ref "webscripts.container")
getWebFrameworkRenderService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
getWebFrameworkResourceService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
getWebFrameworkServiceRegistry() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Deprecated.
getWebInfPersisterPaths() - Method in class org.springframework.extensions.surf.AutowireService
getWebInfTemplatePaths() - Method in class org.springframework.extensions.surf.AutowireService
getWebInfWebScriptPaths() - Method in class org.springframework.extensions.surf.AutowireService
getWebscriptsScriptProcessor() - Method in class org.springframework.extensions.surf.AutowireService
getWebScriptsSearchPath() - Method in class org.springframework.extensions.surf.AutowireService
getWebscriptsTemplateProcessor() - Method in class org.springframework.extensions.surf.AutowireService
getWebsiteTitle() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the title of the web site.
getWebsiteTitle() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
getWebsiteTitle() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
getWidgetNamePatternString() - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
getWidgetNameTargetGroup() - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
getWriter() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityHttpResponse
getWriter() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
getWriter() - Method in class org.springframework.extensions.surf.util.WrappedHttpServletResponse
getWriter() - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
getXml() - Method in interface org.springframework.extensions.surf.resource.ResourceXMLContent
Gets the xml for a resource
getXml() - Method in class org.springframework.extensions.surf.resource.ResourceXMLContentImpl
getXml() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
getXmlNodeModel() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
GLOBAL_STORE_ID_SUFFIX - Static variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
group - Variable in class org.springframework.extensions.directives.DependencyDirectiveData
The group that the dependency should be added to (as requested by the directive)
GROUP_MEMBERSHIPS_KEY - Static variable in class org.springframework.extensions.directives.ProcessJsonModelDirective
GROUP_PARAM - Static variable in class org.springframework.extensions.directives.DirectiveConstants
p - Static variable in class org.springframework.extensions.surf.DependencyAggregator
page(RequestContext, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page instance.
page(RequestContext, String, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page for a given format.
page(RequestContext, String, String, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page for a given format.
page(RequestContext, String, String, String, Map<String, String>) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page for a given format.
page(RequestContext, HttpServletRequest, HttpServletResponse, String, String, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Renders the fully formed URL string for a link to a given page
page(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
page(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
page(RequestContext, String, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
page(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
page(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
page(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilder
Page - Interface in org.springframework.extensions.surf.types
Interface for a Page object type
page(String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page instance.
page(String, String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page for a given format.
page(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page for a given format.
page(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page for a given format.
page(RequestContext, String, Map<String, String>) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page for the default format.
PAGE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
PAGE_LINK_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
PageAssociation - Interface in org.springframework.extensions.surf.types
Interface for a PageAssociation object type
PageAssociationImpl - Class in org.springframework.extensions.surf.types
Default page association implementation
PageAssociationImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.PageAssociationImpl
Instantiates a new page association for a given XML document
PageImpl - Class in org.springframework.extensions.surf.types
Default page implementation
PageImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.PageImpl
Instantiates a new page for a given XML document
PageRenderer - Class in org.springframework.extensions.surf.render.bean
The primary duty of this bean is to determine the appropriate
template to execute and the begin the processing of that template.
PageRenderer() - Constructor for class org.springframework.extensions.surf.render.bean.PageRenderer
PageRendererExecutionException - Exception in org.springframework.extensions.surf.exception
PageRendererExecutionException(String) - Constructor for exception org.springframework.extensions.surf.exception.PageRendererExecutionException
PageRendererExecutionException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.PageRendererExecutionException
PageTitleTag - Class in org.springframework.extensions.surf.taglib
PageTitleTag() - Constructor for class org.springframework.extensions.surf.taglib.PageTitleTag
pageType(RequestContext, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page type.
pageType(RequestContext, String, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page type for a given format.
pageType(RequestContext, String, String, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page type for a given format.
pageType(RequestContext, String, String, String, Map<String, String>) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given page type for a given format.
pageType(RequestContext, HttpServletRequest, HttpServletResponse, String, String, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Renders the fully formed URL string for a link to a given page type
pageType(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
pageType(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
pageType(RequestContext, String, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
pageType(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
pageType(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
pageType(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilder
PageType - Interface in org.springframework.extensions.surf.types
Interface for a PageType object type
pageType(String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page type.
pageType(String, String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page type for a given format.
pageType(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page type for a given format.
pageType(String, String, String, Map<String, String>) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given page type for a given format.
PAGETYPE_LOGIN - Static variable in interface org.springframework.extensions.surf.types.PageType
PAGETYPE_LOGOUT - Static variable in interface org.springframework.extensions.surf.types.PageType
PageTypeImpl - Class in org.springframework.extensions.surf.types
Default page type implementation
PageTypeImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.PageTypeImpl
Instantiates a new page type for a given XML document
pageTypes - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
pageTypeUri - Variable in class org.springframework.extensions.surf.support.ServletLinkBuilder
pageTypeUri - Variable in class org.springframework.extensions.surf.support.ServletLinkBuilderFactory
PageTypeViewResolver - Class in org.springframework.extensions.surf.mvc
Resolver for web framework Page Type views
PageTypeViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.PageTypeViewResolver
pageUri - Variable in class org.springframework.extensions.surf.support.ServletLinkBuilder
pageUri - Variable in class org.springframework.extensions.surf.support.ServletLinkBuilderFactory
PageView - Class in org.springframework.extensions.surf.mvc
Default view implementation for Surf pages.
PageView(WebFrameworkConfigElement, ModelObjectService, ResourceService, RenderService, TemplatesContainer) - Constructor for class org.springframework.extensions.surf.mvc.PageView
This is the preferred constructor to use for instantiating a new PageView because it allows
complete flexibility when rendering the view.
PageView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.PageView
Deprecated.
PageViewResolver - Class in org.springframework.extensions.surf.mvc
Resolver for web framework Page views
This allows for page ids to utilise uri templates by default.
PageViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.PageViewResolver
Constructor
PARAM - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
PARAM_FAILURE - Static variable in class org.springframework.extensions.surf.mvc.LoginController
PARAM_PASSWORD - Static variable in class org.springframework.extensions.surf.mvc.AbstractLoginController
PARAM_SUCCESS - Static variable in class org.springframework.extensions.surf.mvc.LoginController
PARAM_USERNAME - Static variable in class org.springframework.extensions.surf.mvc.AbstractLoginController
parameters - Variable in class org.springframework.extensions.webscripts.ScriptRenderContext
parametersMap - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
PARAMS - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
parse(Element) - Method in class org.springframework.extensions.config.WebFrameworkConfigElementReader
Called from the configuration service to handle the loading of the
Web Framework configuration XML.
parse(String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Parses the.
parse(InputStream) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Parses the given stream to an XML document (in UTF-8 format).
path - Variable in class org.springframework.extensions.surf.DependencyHandler.ResourceInfo
The path that identifies the resource.
pathPrefix - Variable in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
PathStoreObjectPersister - Class in org.springframework.extensions.surf.persister
Provides an implementation of a persister on top of a Web Script Remote
style path based store.
PathStoreObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.PathStoreObjectPersister
pattern - Static variable in class org.springframework.extensions.directives.ProcessJsonModelDirective
This is a custom token matching pattern to use to override the default one defined in
UriUtils.
pattern - Static variable in class org.springframework.extensions.surf.uri.UriUtils
persisterConfigDescriptor - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
PersisterService - Class in org.springframework.extensions.surf.persister
Persistence Service
Responsible for managing the state and interaction with persisters in the Surf registry.
PersisterService() - Constructor for class org.springframework.extensions.surf.persister.PersisterService
populateRequestContext(RequestContext, HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Performs default population of the request context.
populateRequestContext(RequestContext, HttpServletRequest) - Static method in class org.springframework.extensions.surf.RequestContextUtil
Populates an existing request context with context and user information
populateRequestContext(RequestContext, HttpServletRequest, boolean) - Static method in class org.springframework.extensions.surf.RequestContextUtil
Populates an existing request context with environment and user information
populateScriptModel(RequestContext, Map<String, Object>, ModelObject) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
Populate the model for script processor.
populateTemplateModel(RequestContext, Map<String, Object>, ModelObject) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
Populate the model for template processor.
PostClientSideError - Class in org.springframework.extensions.surf.webscripts
Receives client-side error reports and outputs them via the standard logging mechanisms.
PostClientSideError() - Constructor for class org.springframework.extensions.surf.webscripts.PostClientSideError
PostDeployedModules - Class in org.springframework.extensions.surf.webscripts
This is the Java controller for the Module Deployment WebScript (/modules/deploy) that handles updates to the module
deployment configuration.
PostDeployedModules() - Constructor for class org.springframework.extensions.surf.webscripts.PostDeployedModules
postHandle(WebRequest, ModelMap) - Method in class org.springframework.extensions.surf.mvc.RequestContextInterceptor
postHandle(WebRequest, ModelMap) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
postHeaderProcess(RequestContext) - Method in class org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer
postProcess(RequestContext) - Method in class org.springframework.extensions.surf.render.bean.ComponentRenderer
Post-processing of components
postProcess(RequestContext) - Method in class org.springframework.extensions.surf.render.bean.RegionRenderer
Post-processing of regions
prefix(RequestContext, ModelObject, String) - Static method in class org.springframework.extensions.webscripts.ScriptForm
PREFIX_CLASSPATH - Static variable in class org.springframework.extensions.webscripts.WebTemplateProcessor
preHandle(WebRequest) - Method in class org.springframework.extensions.surf.mvc.RequestContextInterceptor
preHandle(WebRequest) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
Determines the theme to use for the request.
prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.PageView
preserveAllSemiColons - Variable in class org.springframework.extensions.surf.DependencyAggregator
PresetsManager - Class in org.springframework.extensions.surf
Spring util bean responsible for preset model object generation.
PresetsManager() - Constructor for class org.springframework.extensions.surf.PresetsManager
PresetToken - Class in org.springframework.extensions.surf.taglib
This class provides the "presetToken" custom JSP tag that can only be used as a child tag of the
"constructPreset" custom JSP tag.
PresetToken() - Constructor for class org.springframework.extensions.surf.taglib.PresetToken
print(String) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityServletOutputStream
print(char) - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityServletOutputStream
print(HttpServletResponse, String) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
Commits the given string to the response output stream
print(RequestContext, String) - Static method in class org.springframework.extensions.surf.render.AbstractRenderer
Commits the given string to the response output stream
print(String) - Method in class org.springframework.extensions.surf.taglib.TagBase
print(char) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(double) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(boolean) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(long) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(float) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(int) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(Object) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(char[]) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(String) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
print(boolean) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(char) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(int) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(long) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(float) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(double) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(char[]) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(String) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
print(Object) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(String) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(char) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(char[]) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(long) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(int) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(double) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(float) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(boolean) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println(Object) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
println() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(boolean) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(char) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(int) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(long) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(float) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(double) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(char[]) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(String) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
println(Object) - Method in class org.springframework.extensions.surf.util.FakeJspWriter
process(DependencyHandler, String, String) - Method in interface org.springframework.extensions.surf.DependencyHandlerProcessingCallback
Process the given dependency file content.
processComponent(RequestContext, RenderFocus, Component, boolean) - Method in class org.springframework.extensions.surf.render.RenderService
Executes the processor for the given render focus on the given component instance.
processControllerWidgets(List, Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Recursively processes lists of widgets that are defined in the WebScript model.
processCssDependencies(Map<String, DojoDependencies>, OutputCSSContentModelElement, String, String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
This method iterates through the dependencies provided in reverse .
processCssImages(String, StringBuilder) - Method in class org.springframework.extensions.surf.CssImageDataHandler
Updates the supplied
StringBuilder (which should contain the contents of a CSS file) so that
all image URLs are converted into Base64 encoded data.
processCssImport(String, String, String, Set<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
Processes a single CSS import request.
processCssImports(String, String, Set<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
When aggregating CSS files together its important to process any import statements that are included.
processCssThemes(String, StringBuilder) - Method in class org.springframework.extensions.surf.CssThemeHandler
processCssThemes(String, StringBuilder) - Method in class org.springframework.extensions.surf.ExternalLessCssThemeHandler
Overrides the default implementation to add LESS processing capabilities.
processCssThemes(String, StringBuilder) - Method in class org.springframework.extensions.surf.HybridCssThemeHandler
Overrides the default implementation to add LESS processing capabilities.
processCssThemes(String, StringBuilder) - Method in class org.springframework.extensions.surf.LessForJavaCssThemeHandler
Overrides the default implementation to add LESS processing capabilities.
processCssThemeTokens(String, StringBuilder) - Method in class org.springframework.extensions.surf.CssThemeHandler
processCustomOption(Environment, Map<String, Object>) - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
This method is provided to allow extending classes to process custom options other than the
default ReferenceCustomOption that is used to render variable references instead of
String literals.
processCustomOptionsInMap(Environment, Map<Object, Object>) - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
In order to distinguish between genuine Strings and value references in the options map
it is necessary to process all the String values.
processCustomOptionsInObject(Environment, Object) - Method in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
Processes any custom options that are found in the supplied object.
processDependency(String) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
processDependency(String, String, String, Matcher, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoCssDependencyRule
Overrides the default implementation to retrieve both the CSS dependency path and the
media type that the CSS path should be used against.
processDependency(String, String, String, Matcher, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoDependencyRule
processDependency(String, String, String, Matcher, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
Overrides the default implementation to retrieve both the CSS dependency path and the
media type that the CSS path should be used against.
processDependency(String, Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
Processes an individual dependency.
processDojoConfiguration(WebFrameworkConfigElement, Element) - Static method in class org.springframework.extensions.config.WebFrameworkConfigElement
Processes the Dojo configuration from the supplied Element
ProcessJsonModelDirective - Class in org.springframework.extensions.directives
The purpose of this widget is to allow "New Share" pages to be created via a single WebScript.
ProcessJsonModelDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.ProcessJsonModelDirective
processMapIntoFields(Map, String) - Method in class org.springframework.extensions.webscripts.ScriptFormData
Converts a map of name/value pairs into fields if they match
the specified prefix
processNonAmdDependencies(Map<String, DojoDependencies>, OutputJavaScriptContentModelElement, String, String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
This method iterates through the dependencies provided in reverse .
Processor - Interface in org.springframework.extensions.surf.render
PROCESSOR_FREEMARKER - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
PROCESSOR_JSP - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
PROCESSOR_WEBSCRIPT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
ProcessorContext - Class in org.springframework.extensions.surf.render
ProcessorContext(RequestContext) - Constructor for class org.springframework.extensions.surf.render.ProcessorContext
ProcessorContext.ProcessorDescriptor - Class in org.springframework.extensions.surf.render
ProcessorContext.ProcessorDescriptor() - Constructor for class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
ProcessorContext.ProcessorDescriptor(Map<String, String>) - Constructor for class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
processorModelHelper - Variable in class org.springframework.extensions.surf.render.AbstractProcessor
A ProcessorModelHelper is required to populate the model.
ProcessorModelHelper - Class in org.springframework.extensions.webscripts
Helper to generate the model map for Script and Template execution.
ProcessorModelHelper() - Constructor for class org.springframework.extensions.webscripts.ProcessorModelHelper
A no argument constructor is required for Spring Framework to instantiate this class as a Spring Bean.
ProcessorModelHelper.ScriptMessageResolver - Class in org.springframework.extensions.webscripts
Helper to resolve I18N messages in Template level JS controller scripts
ProcessorModelHelper.ScriptMessageResolver() - Constructor for class org.springframework.extensions.webscripts.ProcessorModelHelper.ScriptMessageResolver
processPath(String) - Method in class org.springframework.extensions.surf.RemoteResourcesHandler
By default this method simply returns the path provided.
processRegexRules(String, String, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoDependencyRule
This method processes the regular expression that has been defined to detect a group of dependencies.
processRegexRules(String, String, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoNonAmdDependencyRule
Overrides the default implementation to recurse over the group returned by the main declaration regular expression.
processRegexRules(String, String, DojoDependencies) - Method in class org.springframework.extensions.surf.DojoWidgetsDependencyRule
Overrides the default implementation to recurse over the group returned by the main declaration regular expression.
processRenderable(RequestContext, RenderFocus, ModelObject, Renderable) - Method in class org.springframework.extensions.surf.render.RenderService
Executes the processor for the given focus on the provided renderable object.
processServices(JSONObject, Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
processString(String, DojoDependencies, Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Performs analysis on the supplied String and updates the supplied
DojoDependencies object.
processTemplate(RequestContext, RenderFocus, TemplateInstance) - Method in class org.springframework.extensions.surf.render.RenderService
Executes the processor for the given render focus on the given template instance.
processView(String) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Processes the supplied raw view String to return a value that does not include any prefixes.
processWidgets(JSONObject, Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
This method recursively processes JSON objects defining widgets updating the supplied
Map of
dependencies.
PROP_ASSOC_TYPE - Static variable in interface org.springframework.extensions.surf.types.ContentAssociation
PROP_ASSOC_TYPE - Static variable in interface org.springframework.extensions.surf.types.PageAssociation
PROP_AUTHENTICATION - Static variable in interface org.springframework.extensions.surf.types.Page
PROP_AVATARREF - Static variable in class org.springframework.extensions.surf.site.AlfrescoUser
PROP_CHROME - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_CHROME_TYPE - Static variable in interface org.springframework.extensions.surf.types.Chrome
PROP_COMPONENT_TYPE_ID - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_DESCRIPTION - Static variable in interface org.springframework.extensions.surf.ModelObject
PROP_DESCRIPTION_ID - Static variable in interface org.springframework.extensions.surf.ModelObject
PROP_DEST_ID - Static variable in interface org.springframework.extensions.surf.types.ContentAssociation
PROP_DEST_ID - Static variable in interface org.springframework.extensions.surf.types.PageAssociation
PROP_EVALUATOR_OVERRIDE - Static variable in interface org.springframework.extensions.surf.types.ModuleDeployment
PROP_EVALUATOR_PROPERTY_OVERRIDES - Static variable in interface org.springframework.extensions.surf.types.ModuleDeployment
PROP_EXTENSION_MODULE - Static variable in interface org.springframework.extensions.surf.types.ModuleDeployment
PROP_EXTENSION_TYPE - Static variable in interface org.springframework.extensions.surf.types.Extension
PROP_FORMAT_ID - Static variable in interface org.springframework.extensions.surf.types.ContentAssociation
PROP_GUID - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_HTMLID - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
PROP_ID - Static variable in interface org.springframework.extensions.surf.ModelObject
IMPORTANT - public fields starting with PROP_ are inspected by the ModelHelper
PROP_INDEX - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_INDEX - Static variable in interface org.springframework.extensions.surf.types.ModuleDeployment
PROP_MODULE_DEPLOYMENT_TYPE - Static variable in interface org.springframework.extensions.surf.types.ModuleDeployment
PROP_MODULES - Static variable in interface org.springframework.extensions.surf.types.Extension
PROP_ORDER_ID - Static variable in interface org.springframework.extensions.surf.types.PageAssociation
PROP_PAGE_TYPE_ID - Static variable in interface org.springframework.extensions.surf.types.Page
PROP_PROCESSOR - Static variable in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
IMPORTANT - public fields starting with PROP_ are inspected by the ModelHelper
PROP_REGION_ID - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_SCOPE - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_SOURCE_ID - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_SOURCE_ID - Static variable in interface org.springframework.extensions.surf.types.Configuration
PROP_SOURCE_ID - Static variable in interface org.springframework.extensions.surf.types.ContentAssociation
PROP_SOURCE_ID - Static variable in interface org.springframework.extensions.surf.types.PageAssociation
PROP_SOURCE_TYPE - Static variable in interface org.springframework.extensions.surf.types.ContentAssociation
PROP_SURFBUG_TYPE - Static variable in interface org.springframework.extensions.surf.types.SurfBug
PROP_TEMPLATE_INSTANCE - Static variable in interface org.springframework.extensions.surf.types.Page
PROP_TEMPLATE_TYPE - Static variable in interface org.springframework.extensions.surf.types.TemplateInstance
PROP_TITLE - Static variable in interface org.springframework.extensions.surf.ModelObject
PROP_TITLE_ID - Static variable in interface org.springframework.extensions.surf.ModelObject
PROP_URI - Static variable in interface org.springframework.extensions.surf.types.Component
PROP_URI - Static variable in interface org.springframework.extensions.surf.types.ComponentType
PROP_URI - Static variable in interface org.springframework.extensions.surf.types.TemplateType
PROP_URL - Static variable in interface org.springframework.extensions.surf.types.Component
properties - Variable in class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
PROPERTIES - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
properties - Variable in class org.springframework.extensions.webscripts.ScriptBase
protocolId - Variable in class org.springframework.extensions.surf.resource.AbstractResource
protocolId - Variable in class org.springframework.extensions.surf.resource.AbstractResourceLoader
provide(String) - Method in class org.springframework.extensions.surf.WebFrameworkConnectorProvider
Implementation of the contract to provide a Connector for our remote store.
PROVIDE_MESSAGES - Static variable in class org.springframework.extensions.directives.DirectiveConstants
PROVIDE_OPTIONS - Static variable in class org.springframework.extensions.directives.DirectiveConstants
PUB_SUB_SCOPE_KEY - Static variable in class org.springframework.extensions.directives.ProcessJsonModelDirective
publishClusterMessage(String, Map<String, Serializable>) - Method in interface org.springframework.extensions.surf.ClusterService
Publish a cluster message from this bean to be sent to other nodes.
put(Element) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
put(String, K) - Method in class org.springframework.extensions.surf.cache.BasicCache
Deprecated.
put(String, K, long) - Method in class org.springframework.extensions.surf.cache.BasicCache
Deprecated.
put(String, K) - Method in interface org.springframework.extensions.surf.cache.ContentCache
Places content into the cache (with default timeout)
put(String, K, long) - Method in interface org.springframework.extensions.surf.cache.ContentCache
Places content into the cache
put(String, ModelObject) - Method in class org.springframework.extensions.surf.cache.ModelObjectCache
put(String, ModelObject, long) - Method in class org.springframework.extensions.surf.cache.ModelObjectCache
put(String, String) - Method in class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
putDescriptor(RenderMode, ProcessorContext.ProcessorDescriptor) - Method in class org.springframework.extensions.surf.render.ProcessorContext
putValue(String, Object) - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Stores a value with the given key
putValue(String, Object) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
readObject(ObjectInputStream) - Method in class org.springframework.extensions.surf.cache.CacheItem
Deserializes the object from an input stream
ReadOnlyStoreObjectPersister - Class in org.springframework.extensions.surf.persister
A persister that provides read-only inter-operability with Web Script
Framework stores.
ReadOnlyStoreObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
RecursionResults - Class in org.springframework.extensions.webscripts
This class was created for use in the
ScriptWidgetUtils methods for storing
data that would otherwise be lost through recursion.
RecursionResults() - Constructor for class org.springframework.extensions.webscripts.RecursionResults
recursivelyProcessDependencies(DojoDependencies, Map<String, DojoDependencies>) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Recursively processes all the JavaScript dependencies in the supplied
DojoDependencies object.
REDIRECT_URL_PARAMETER - Static variable in class org.springframework.extensions.surf.mvc.LogoutController
REDIRECT_URL_PARAMETER_QUERY_KEY - Static variable in class org.springframework.extensions.surf.mvc.LogoutController
REDIRECT_URL_PARAMETER_QUERY_VALUE - Static variable in class org.springframework.extensions.surf.mvc.LogoutController
REFERENCE_TYPE_KEY - Static variable in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
This constant is used as one of the two attributes that specify custom options (the other being
REFERENCE_TYPE_KEY)
if a
Map is supplied as value that only contains these two attributes then it is considered a custom options and is
processed by the
processCustomOption method.
REFERENCE_VALUE_KEY - Static variable in class org.springframework.extensions.directives.CreateWebScriptWidgetsDirective
This constant is used as one of the two attributes that specify custom options (the other being
REFERENCE_TYPE_KEY)
if a
Map is supplied as value that only contains these two attributes then it is considered a custom options and is
processed by the
processCustomOption method.
regenerateId() - Method in class org.springframework.extensions.surf.types.ComponentImpl
Regenerate the ID for this component
REGION_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
REGION_ID - Static variable in class org.springframework.extensions.directives.RegionDirectiveData
REGION_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
REGION_INCLUDE_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
REGION_SCOPE_GLOBAL - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
REGION_SCOPE_PAGE - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
REGION_SCOPE_TEMPLATE - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
REGION_SCOPE_THEME - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
REGION_SCOPE_URI - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RegionDirectiveData - Class in org.springframework.extensions.directives
Overrides the default
DefaultExtensibilityDirectiveData to provide a new
render method
to use the
RenderService to render the specified region
RegionDirectiveData(String, String, String, String, Map<String, Object>, RenderService, RequestContext, TemplateDirectiveBody, Environment) - Constructor for class org.springframework.extensions.directives.RegionDirectiveData
RegionFreemarkerTagDirective - Class in org.springframework.extensions.directives
A FreeMarker directive that uses a PresentationService to render the region
specified through properties supplied when invoking it.
RegionFreemarkerTagDirective(String, ExtensibilityModel, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.RegionFreemarkerTagDirective
RegionIncludeTag - Class in org.springframework.extensions.surf.taglib
Deprecated.
RegionIncludeTag() - Constructor for class org.springframework.extensions.surf.taglib.RegionIncludeTag
Deprecated.
RegionRenderer - Class in org.springframework.extensions.surf.render.bean
Bean responsible for rendering a region.
RegionRenderer() - Constructor for class org.springframework.extensions.surf.render.bean.RegionRenderer
RegionRendererExecutionException - Exception in org.springframework.extensions.surf.exception
RegionRendererExecutionException(String) - Constructor for exception org.springframework.extensions.surf.exception.RegionRendererExecutionException
RegionRendererExecutionException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.RegionRendererExecutionException
RegionTag - Class in org.springframework.extensions.surf.taglib
RegionTag() - Constructor for class org.springframework.extensions.surf.taglib.RegionTag
RegionView - Class in org.springframework.extensions.surf.mvc
View implementation for a Surf page region.
RegionView(WebFrameworkConfigElement, ModelObjectService, ResourceService, RenderService, TemplatesContainer) - Constructor for class org.springframework.extensions.surf.mvc.RegionView
This is the preferred constructor to use for instantiating a new RegionView because it allows
complete flexibility when rendering the view.
RegionView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.RegionView
Deprecated.
RegionViewResolver - Class in org.springframework.extensions.surf.mvc
Resolves a URI into a region view.
RegionViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.RegionViewResolver
registerDeferredSourceElement(DeferredContentSourceModelElement) - Method in class org.springframework.extensions.directives.DependencyDeferredContentTargetModelElement
RejectionSubComponentEvaluator - Class in org.springframework.extensions.surf.extensibility.impl
RejectionSubComponentEvaluator() - Constructor for class org.springframework.extensions.surf.extensibility.impl.RejectionSubComponentEvaluator
relativeUri(String) - Static method in class org.springframework.extensions.surf.uri.UriUtils
Return the relative section of a URI from a complete URI
release() - Method in interface org.springframework.extensions.surf.RequestContext
Release any resources held by the request context
As part of the contract for a RequestContext object, this will only ever be called once
and no further method calls will be made to the RequestContext object.
release() - Method in class org.springframework.extensions.surf.support.ThreadLocalRequestContext
Release resources
release() - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
The life-cycle of a custom JSP tag is that the class is is instantiated when it is first required and
then re-used for all subsequent invocations.
release() - Method in class org.springframework.extensions.surf.taglib.ComponentTag
The life-cycle of a custom JSP tag is that the class is is instantiated when it is first required and
then re-used for all subsequent invocations.
release() - Method in class org.springframework.extensions.surf.taglib.ConstructPreset
Extends the super class implementation to ensure that the preset id and token map are reset after each request is processed.
release() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
The life-cycle of a custom JSP tag is that the class is is instantiated when it is first required and
then re-used for all subsequent invocations.
release() - Method in class org.springframework.extensions.surf.taglib.RegionTag
The life-cycle of a custom JSP tag is that the class is is instantiated when it is first required and
then re-used for all subsequent invocations.
release() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
The life-cycle of a custom JSP tag is that the class is is instantiated when it is first required and
then re-used for all subsequent invocations.
release() - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
The life-cycle of a custom JSP tag is that the class is is instantiated when it is first required and
then re-used for all subsequent invocations.
release() - Method in class org.springframework.extensions.surf.taglib.TagBase
release() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
reload() - Method in interface org.springframework.extensions.surf.resource.ResourceMetadata
Reloads the metadata
reloadUser() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Reloads the current user into session
RELOCATE_JAVASCRIPT_DEPENDENCIES_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
RelocateJavaScriptOutputDirective - Class in org.springframework.extensions.directives
RelocateJavaScriptOutputDirective(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.RelocateJavaScriptOutputDirective
RelocateJavaScriptOutputDirectiveData - Class in org.springframework.extensions.directives
RelocateJavaScriptOutputDirectiveData(String, String, String, TemplateDirectiveBody, Environment, OutputJavaScriptContentModelElement) - Constructor for class org.springframework.extensions.directives.RelocateJavaScriptOutputDirectiveData
RemoteController - Class in org.springframework.extensions.surf.mvc
Default Spring controller for processing Surf remote control calls.
RemoteController() - Constructor for class org.springframework.extensions.surf.mvc.RemoteController
RemoteResourcesHandler - Class in org.springframework.extensions.surf
RemoteResourcesHandler() - Constructor for class org.springframework.extensions.surf.RemoteResourcesHandler
remove(String) - Method in class org.springframework.extensions.surf.cache.BasicCache
Deprecated.
remove(String) - Method in interface org.springframework.extensions.surf.cache.ContentCache
Removes a content object from the cache.
remove(String) - Method in class org.springframework.extensions.surf.cache.ModelObjectCache
remove(String) - Method in class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
remove() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Removes the object
remove(String) - Method in class org.springframework.extensions.webscripts.ScriptResources
removeAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
removeAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
removeAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
removeAttribute(String, int) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
removeConnectorSessions(RequestContext) - Method in class org.springframework.extensions.surf.FrameworkBean
Removes all session-bound Connector Sessions for the current user
removeConnectorSessions(RequestContext) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Removes all session-bound Connector Sessions for the current user
removeCustomProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
removeCustomProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
removeDescriptor(RenderMode) - Method in class org.springframework.extensions.surf.render.ProcessorContext
removeDocument(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
removeDocument(String) - Method in class org.springframework.extensions.webscripts.ResourceStore
removeFromCache(String) - Method in class org.springframework.extensions.surf.mvc.ViewResolverScriptUtil
Remove a view from the View Resolver cache.
removeModelProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
removeModelProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
removeObject(ModelPersistenceContext, ModelObject) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Removes an object from persisted storage
removeObject(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Removes an object from persisted storage
removeObject(ModelObject) - Method in class org.springframework.extensions.surf.ModelObjectService
Removes the given object.
removeObject(String, String) - Method in class org.springframework.extensions.surf.ModelObjectService
Removes the object with the given object type and object id.
removeObject(ModelObject) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Removes the object.
removeObject(String, String) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Removes the object.
removeObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.AbstractStoreObjectPersister
removeObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Removes the supplied object the first ModelObjectPersister containing a match.
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Removes an object with the supplied type and id from the first ModelObjectPersister
containing a match.
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
removeProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
removeProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
removeProperty(String) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Removes the property.
removeResource(String) - Method in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
removeResource(String) - Method in interface org.springframework.extensions.surf.resource.ResourceProvider
Removes a resource with the given name
removeResource(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
removeTemplate(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Looks up the given Page and unbinds any Template instances that
are bound to the page (keyed by formatId)
If you would like to remove the default Template instance,
set formatId to null
removeTemplateId(String) - Method in interface org.springframework.extensions.surf.types.Page
Removes the template id.
removeTemplateId(String) - Method in class org.springframework.extensions.surf.types.PageImpl
removeValue(String) - Method in interface org.springframework.extensions.surf.RequestContext
Removes a custom value from the request context
removeValue(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
removeValue(String) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
removeValue(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
Removes the value.
render(ModelWriter) - Method in class org.springframework.extensions.directives.CssDependencyDirectiveData
render(ModelWriter) - Method in class org.springframework.extensions.directives.DependencyDirectiveData
render(ModelWriter) - Method in class org.springframework.extensions.directives.RegionDirectiveData
render(RequestContext, ModelObject, RenderFocus) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
This method directs rendering requests to the appropriate method for the RenderFocus provided.
render(RequestContext, ModelObject, RenderFocus) - Method in class org.springframework.extensions.surf.render.bean.ChromeRenderer
Overrides the method provided by AbstractRenderer to set a RENDER_TYPE entry into the
RequestContext where the value indicates whether Component or Region chrome is being rendered.
render(RequestContext, ModelObject, RenderFocus) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the given focus
RENDER_COMPONENT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_CHROMELESS - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_CHROME - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_CHROME_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_REGION_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_SCOPE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_SOURCE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_COMPONENT_TYPE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_HTMLID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_PAGE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_PAGE_TYPE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_REGION_CHROME_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_REGION_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_REGION_SCOPE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_REGION_SOURCE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_REQUEST_CONTEXT_STACK_KEY - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_SUB_COMPONENT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_SURFBUG_ENABLED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_TEMPLATE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_DATA_TEMPLATE_TYPE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_IF_EVALUATED - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
RENDER_REGION - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_SUB_COMPONENT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
RENDER_TYPE - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
Renderable - Interface in org.springframework.extensions.surf.render
Implemented by object types which wish to expose a set of renderer
configurations.
renderChromeInclude(RequestContext, ModelObject) - Method in class org.springframework.extensions.surf.render.RenderService
Renders either a component or a region depending upon the value of RENDER_TYPE key set in the
current RequestContext.
renderComponent(RequestContext, RenderFocus, Component, String, boolean) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering a single identified component
with the default chrome.
renderComponent(RequestContext, RenderFocus, String, String, boolean) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering a component with the given chrome.
renderContext - Variable in class org.springframework.extensions.surf.render.RenderContextRequest
RenderContextRequest - Class in org.springframework.extensions.surf.render
Provides an HTTP Servlet Request implementation for the request
bundled inside of a render context.
RenderContextRequest(RequestContext, ModelObject, HttpServletRequest) - Constructor for class org.springframework.extensions.surf.render.RenderContextRequest
Renderer - Interface in org.springframework.extensions.surf.render
RendererExecutionException - Exception in org.springframework.extensions.surf.exception
RendererExecutionException(String) - Constructor for exception org.springframework.extensions.surf.exception.RendererExecutionException
RendererExecutionException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.RendererExecutionException
RendererExecutionException(Exception) - Constructor for exception org.springframework.extensions.surf.exception.RendererExecutionException
renderErrorHandlerPage(RequestContext, String) - Method in class org.springframework.extensions.surf.render.RenderService
Renders a default error handler page
A system page can be configured to handle a fault state for the web framework.
RendererType - Enum in org.springframework.extensions.surf.render
Describes renderer types
RenderFocus - Enum in org.springframework.extensions.surf.render
Describes rendering focus
renderIfEvaluated() - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
renderIfEvaluated() - Method in interface org.springframework.extensions.surf.extensibility.SubComponentEvaluation
Indicates whether or not the successful evaluation means that the
SubComponent should
be rendered or not.
renderLinkImport(RequestContext, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Renders an HTML stylesheet tag.
renderLinkImport(RequestContext, String, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Renders an HTML stylesheet tag and optionally appends
the incoming query string to the URL.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
This method must be implemented to actually render the view.
RenderMode - Enum in org.springframework.extensions.surf.render
Describes modes for rendering
renderPage(RequestContext, RenderFocus) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering of the current page as provided
by the request context.
renderRegion(RequestContext, RenderFocus, String, String, String, String, boolean) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering a region of a given template
renderRegionComponents(RequestContext, ModelObject, boolean) - Method in class org.springframework.extensions.surf.render.RenderService
Renders the components of the region described by the render context
This method is generally called from the region include tag.
renderScriptImport(RequestContext, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Renders an HTML tag to the output stream
RenderService - Class in org.springframework.extensions.surf.render
Web Framework Render Service.
RenderService() - Constructor for class org.springframework.extensions.surf.render.RenderService
RenderService.SubComponentData - Class in org.springframework.extensions.surf.render
RenderService.SubComponentData(SubComponent) - Constructor for class org.springframework.extensions.surf.render.RenderService.SubComponentData
RenderServiceExtensibilityDirective - Class in org.springframework.extensions.directives
RenderServiceExtensibilityDirective(String, ExtensibilityModel, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.RenderServiceExtensibilityDirective
RenderServiceFreeMarkerDirective - Class in org.springframework.extensions.directives
RenderServiceFreeMarkerDirective(String, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.RenderServiceFreeMarkerDirective
This constructor will need to invoked by subclasses and ensures that a directive name, RequestContext
and RenderService are provided.
RenderServiceTag - Class in org.springframework.extensions.surf.taglib
An abstract RequestContextAwareTag intended to be sub-classed by custom JSP tags that
require access to a RenderService for rendering Spring Surf objects (such as pages,
templates, components, etc).
RenderServiceTag() - Constructor for class org.springframework.extensions.surf.taglib.RenderServiceTag
renderSubComponent(SubComponent, RequestContext, RenderFocus) - Method in class org.springframework.extensions.surf.render.RenderService
renderSurfBugInclude(RequestContext) - Method in class org.springframework.extensions.surf.render.RenderService
Convenience method provided for both the "surfbugInclude" FreeMarker directive and
JSP tag to use.
renderSystemPage(RequestContext, String) - Method in class org.springframework.extensions.surf.render.RenderService
Renders a default system page
A system container is a page fragment that is rendered
as a container of other elements like components.
renderTemplate(RequestContext, RenderFocus) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering of the current content item as
provided by the request context.
renderTemplateHeaderAsString(RequestContext, ModelObject) - Method in class org.springframework.extensions.surf.render.RenderService
Generates text to be inserted into template markup head for a given
renderer context.
RenderUtil - Class in org.springframework.extensions.surf.render
Static utility methods utilized during the rendering process.
RenderUtil() - Constructor for class org.springframework.extensions.surf.render.RenderUtil
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
To be implemented by view classes to provide render dispatch
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.ComponentView
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.ErrorHandlerPageView
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.PageView
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.RegionView
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.SystemPageView
renderView(RequestContext) - Method in class org.springframework.extensions.surf.mvc.TemplateView
replaceTokens(String) - Method in class org.springframework.extensions.surf.DojoDependencyRule
Replaces any tokens in the supplied input String.
replaceTokens(String, RequestContext, Pattern, Integer, String) - Static method in class org.springframework.extensions.surf.uri.UriUtils
Replaces tokens in using all available properties built from the getTokenMaps() method.
replaceUriTokens(String, Map<String, String>) - Static method in class org.springframework.extensions.surf.uri.UriUtils
Deprecated.
REPO_STOREID - Static variable in class org.springframework.extensions.surf.ModelPersistenceContext
REPO_WEBAPPID - Static variable in class org.springframework.extensions.surf.ModelPersistenceContext
report() - Method in class org.springframework.extensions.surf.CssImageDataHandler
report() - Method in class org.springframework.extensions.surf.DependencyAggregator
report() - Method in class org.springframework.extensions.surf.DependencyHandler
report() - Method in class org.springframework.extensions.surf.DojoDependencyHandler
report() - Method in class org.springframework.extensions.surf.I18nDependencyHandler
report() - Method in interface org.springframework.extensions.surf.util.CacheReporter
reportPersister(ModelObjectPersister) - Method in class org.springframework.extensions.surf.AutowireService
Logs info-level persister configuration info during autowire startup
reportSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.AutowireService
Logs info-level searchpath configuration info during autowire startup
request - Variable in class org.springframework.extensions.surf.util.FakeJspPageContext
The request.
REQUEST_PACKAGES - Static variable in class org.springframework.extensions.surf.DojoDependencyHandler
RequestCachingConnector - Class in org.springframework.extensions.webscripts
Extension of the AlfrescoConnector to provide GET method request caching
for the lifetime of a single page request.
RequestCachingConnector(RemoteConfigElement.ConnectorDescriptor, String) - Constructor for class org.springframework.extensions.webscripts.RequestCachingConnector
Constructor
RequestContext - Interface in org.springframework.extensions.surf
Represents the context of the original request to the web page.
RequestContextException - Exception in org.springframework.extensions.surf.exception
RequestContextException(String) - Constructor for exception org.springframework.extensions.surf.exception.RequestContextException
RequestContextException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.RequestContextException
RequestContextFactory - Interface in org.springframework.extensions.surf
Interface for a RequestContext factory.
RequestContextInterceptor - Class in org.springframework.extensions.surf.mvc
Interceptor responsible for creating the request context.
RequestContextInterceptor() - Constructor for class org.springframework.extensions.surf.mvc.RequestContextInterceptor
RequestContextUtil - Class in org.springframework.extensions.surf
Helper functions for working with request contexts outside of the
Spring MVC framework.
RequestContextUtil() - Constructor for class org.springframework.extensions.surf.RequestContextUtil
RequestDispatchException - Exception in org.springframework.extensions.surf.exception
RequestDispatchException(String) - Constructor for exception org.springframework.extensions.surf.exception.RequestDispatchException
RequestDispatchException(String, Throwable) - Constructor for exception org.springframework.extensions.surf.exception.RequestDispatchException
RequestDispatchException(Exception) - Constructor for exception org.springframework.extensions.surf.exception.RequestDispatchException
RequestParameterLinkBuilder - Class in org.springframework.extensions.surf.support
A link builder which supports linking to dispatch state via
request parameters.
RequestParameterLinkBuilder(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
Deprecated.
Because it relies on the supplied WebFrameworkServiceRegistry to obtain the required services.
RequestParameterLinkBuilder(WebFrameworkConfigElement, ModelObjectService, ResourceService) - Constructor for class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
This is the preferred constructor to use when instantiating a RequestParameterLinkBuilder because
it allows the services to be set directly.
RequestParameterLinkBuilderFactory - Class in org.springframework.extensions.surf.support
A basic request parameter link builder for Web Framework.
RequestParameterLinkBuilderFactory() - Constructor for class org.springframework.extensions.surf.support.RequestParameterLinkBuilderFactory
RequestUtil - Class in org.springframework.extensions.surf.site
Utility class for constructing and binding RequestContext objects.
RequestUtil() - Constructor for class org.springframework.extensions.surf.site.RequestUtil
reset() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityHttpResponse
reset() - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Resets the persister, clearing cache and starting anew.
reset() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
reset() - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
reset() - Method in class org.springframework.extensions.surf.TemplatesContainer
Resets the templates container
reset() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
reset() - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
reset() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
resetBuffer() - Method in class org.springframework.extensions.surf.extensibility.impl.ExtensibilityHttpResponse
resetBuffer() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
resetId(ModelObject, String) - Static method in class org.springframework.extensions.surf.ModelHelper
Allows model object ids to be set manually
resetWebScripts() - Method in class org.springframework.extensions.surf.FrameworkBean
Helper function to reset all web scripts in the web framework
web scripts container
resetWebScripts() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Deprecated.
Helper function to reset all web scripts in the web framework
web scripts container
resolveLocale(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.LocaleResolver
resolver - Variable in class org.springframework.extensions.webscripts.ResourceStore
resource(RequestContext, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a resources at a given relative uri.
Resource - Interface in org.springframework.extensions.surf.resource
Describes a resource whose binary content retrieval and
referencing is resolved by the Web Framework.
resource - Variable in class org.springframework.extensions.surf.resource.ResourceContentImpl
resource(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
resource(RequestContext, String) - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
resource(RequestContext, String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilder
resource(String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a resources at a given relative uri.
RESOURCE_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
resourceContainer - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
ResourceContent - Interface in org.springframework.extensions.surf.resource
Interface to describe content around a Resource.
ResourceContentImpl - Class in org.springframework.extensions.surf.resource
Base resource content implementation
ResourceContentImpl(Resource, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.ResourceContentImpl
Constructor
ResourceController - Class in org.springframework.extensions.surf.mvc
Overrides the
VirtualizedResourceController (which in itself overrides the WebScript
ResourceController to use the
DependencyHandler to process requests for resources that contain content based checksums.
ResourceController() - Constructor for class org.springframework.extensions.surf.mvc.ResourceController
ResourceFreemarkerTagDirective - Class in org.springframework.extensions.directives
Outputs the requested url representation of a resource.
ResourceFreemarkerTagDirective(String, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.ResourceFreemarkerTagDirective
Instantiates a new ResourceFreemarkerTagDirective.
resourceInCache(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Return the state of a given path in the resource cache.
ResourceJSONContent - Interface in org.springframework.extensions.surf.resource
JSON Content for a Resource
ResourceJSONContentImpl - Class in org.springframework.extensions.surf.resource
JSON resource content implementation
ResourceJSONContentImpl(Resource, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.ResourceJSONContentImpl
ResourceLoader - Interface in org.springframework.extensions.surf.resource
Interface for resource loader.
ResourceLoaderException - Exception in org.springframework.extensions.surf.exception
An exception raised when a resource fails to load its metadata
ResourceLoaderException(String) - Constructor for exception org.springframework.extensions.surf.exception.ResourceLoaderException
ResourceLoaderException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ResourceLoaderException
ResourceLoaderFactory - Interface in org.springframework.extensions.surf.resource
Interface for web framework resource loader factories.
resourceLoaders - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
ResourceMetadata - Interface in org.springframework.extensions.surf.resource
Interface to the describe the metadata of a resource.
ResourceProvider - Interface in org.springframework.extensions.surf.resource
Describes a provider of named Resource objects for the
web framework.
resourceResolvers - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
resources - Variable in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
resourcesDeniedPaths - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
ResourceService - Class in org.springframework.extensions.surf.resource
Resource service for web framework
ResourceService() - Constructor for class org.springframework.extensions.surf.resource.ResourceService
ResourceStore - Class in org.springframework.extensions.webscripts
Store implementation which rides on top of the web application
servlet context
ResourceStore() - Constructor for class org.springframework.extensions.webscripts.ResourceStore
ResourceStore.WebApplicationStoreScriptLoader - Class in org.springframework.extensions.webscripts
Web Application Store implementation of a Script Loader
ResourceStore.WebApplicationStoreScriptLoader() - Constructor for class org.springframework.extensions.webscripts.ResourceStore.WebApplicationStoreScriptLoader
ResourceTag - Class in org.springframework.extensions.surf.taglib
Outputs the requested url representation of a resource.
ResourceTag() - Constructor for class org.springframework.extensions.surf.taglib.ResourceTag
ResourceXMLContent - Interface in org.springframework.extensions.surf.resource
XML Content for a Resource
ResourceXMLContentImpl - Class in org.springframework.extensions.surf.resource
XML resource content implementation
ResourceXMLContentImpl(Resource, String, FrameworkBean) - Constructor for class org.springframework.extensions.surf.resource.ResourceXMLContentImpl
response - Variable in class org.springframework.extensions.surf.util.FakeJspPageContext
The response.
reverseAlias(String) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Calculates the configured Dojo package from the supplied path.
rootPage - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
runtimeConfigs - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
runWebScript(String, Writer) - Method in class org.springframework.extensions.directives.ProcessJsonModelDirective
Run a WebScript against the supplied
Writer.
save(boolean) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Persist the object and all modified properties.
save() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Persist the object and all modified properties.
save() - Method in class org.springframework.extensions.webscripts.ScriptUser
Persist user changes
saveObject(ModelPersistenceContext, ModelObject) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Saves an object to persisted storage
saveObject(ModelObject) - Method in class org.springframework.extensions.surf.ModelObjectService
Saves the given object.
saveObject(ModelObject) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Saves the object to its persister.
saveObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Saves the supplied ModelObject using the default ModelObjectPersister (Please
note: saving does not iterate over the persisters list - it only used the default
persister.
saveObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
saveObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
saveObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
saveObjects(ModelPersistenceContext, List<ModelObject>) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Saves a collection of objects to persisted storage
saveObjects(List<ModelObject>) - Method in class org.springframework.extensions.surf.ModelObjectService
Saves the given objects.
saveObjects(List<ModelObject>) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Saves a list of objects to their respective persisters.
saveObjects(ModelPersistenceContext, List<ModelObject>) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Saves the supplied ModelObject list using the default ModelObjectPersister (Please
note: saving does not iterate over the persisters list - it only used the default
persister.
saveObjects(ModelPersistenceContext, List<ModelObject>) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
saveObjects(ModelPersistenceContext, List<ModelObject>) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
saveObjects(ModelPersistenceContext, List<ModelObject>) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
scheme - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
SCOPE_ID - Static variable in class org.springframework.extensions.directives.RegionDirectiveData
SCOPE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
SCRIPT_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
ScriptBase - Class in org.springframework.extensions.webscripts
Base class for all Web Framework Root-Scope and Script Model objects
This class can accept a binding to a RenderContext (for convenience).
ScriptBase(RequestContext) - Constructor for class org.springframework.extensions.webscripts.ScriptBase
Instantiates a new web framework script base
ScriptBase() - Constructor for class org.springframework.extensions.webscripts.ScriptBase
ScriptForm - Class in org.springframework.extensions.webscripts
Describes a Form that can be bound for the currently rendering
component.
ScriptForm(RequestContext, ModelObject) - Constructor for class org.springframework.extensions.webscripts.ScriptForm
Instantiates a new script form.
ScriptForm.FormBinding - Class in org.springframework.extensions.webscripts
ScriptForm.FormBinding(String) - Constructor for class org.springframework.extensions.webscripts.ScriptForm.FormBinding
Instantiates a new form binding.
ScriptForm.FormBinding(String, Object) - Constructor for class org.springframework.extensions.webscripts.ScriptForm.FormBinding
Instantiates a new form binding.
ScriptFormData - Class in org.springframework.extensions.webscripts
Represents form data that was posted back to the current
rendering context.
ScriptFormData(RequestContext, ModelObject) - Constructor for class org.springframework.extensions.webscripts.ScriptFormData
Instantiates a new script form.
ScriptFormData.FormField - Class in org.springframework.extensions.webscripts
ScriptFormData.FormField(String) - Constructor for class org.springframework.extensions.webscripts.ScriptFormData.FormField
Instantiates a new form field.
ScriptFormData.FormField(String, Object) - Constructor for class org.springframework.extensions.webscripts.ScriptFormData.FormField
Instantiates a new form field.
ScriptHelper - Class in org.springframework.extensions.webscripts
A helper class with static functions for working with Scriptable maps,
arrays and ScriptModelObjects.
ScriptHelper() - Constructor for class org.springframework.extensions.webscripts.ScriptHelper
ScriptLinkBuilder - Class in org.springframework.extensions.webscripts
ScriptLinkBuilder(RequestContext) - Constructor for class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a new ScriptLinkBuilder object.
ScriptModelObject - Class in org.springframework.extensions.webscripts
Provides a write-able model object wrapper to the script engine.
ScriptModelObject(RequestContext, ModelObject) - Constructor for class org.springframework.extensions.webscripts.ScriptModelObject
Instantiates a new script model object.
ScriptProcessorRegistrar - Class in org.springframework.extensions.surf
Registers a script processor with Surf
ScriptProcessorRegistrar() - Constructor for class org.springframework.extensions.surf.ScriptProcessorRegistrar
ScriptRenderContext - Class in org.springframework.extensions.webscripts
A root-scoped Java object that wraps the Render Context object.
ScriptRenderContext(RequestContext) - Constructor for class org.springframework.extensions.webscripts.ScriptRenderContext
Constructs a new ScriptRequestContext object.
ScriptRenderingInstance - Class in org.springframework.extensions.webscripts
Wraps the renderer instance and provisions properties about the currently
rendering item to the script writer.
ScriptRenderingInstance(RequestContext, ModelObject) - Constructor for class org.springframework.extensions.webscripts.ScriptRenderingInstance
Instantiates a new script renderer instance.
ScriptResource - Class in org.springframework.extensions.webscripts
ScriptResource(RequestContext, Resource) - Constructor for class org.springframework.extensions.webscripts.ScriptResource
ScriptResourceContent - Class in org.springframework.extensions.webscripts
Script wrapper for resource content object.
ScriptResourceContent(RequestContext, ScriptResource, ResourceContent) - Constructor for class org.springframework.extensions.webscripts.ScriptResourceContent
Constructor
ScriptResources - Class in org.springframework.extensions.webscripts
Provides an interface to resources as stored on a model object.
ScriptResources(RequestContext, ModelObject) - Constructor for class org.springframework.extensions.webscripts.ScriptResources
Instantiates a new resources object
ScriptResourceUtils - Class in org.springframework.extensions.webscripts
ScriptResourceUtils(DependencyAggregator) - Constructor for class org.springframework.extensions.webscripts.ScriptResourceUtils
ScriptSiteData - Class in org.springframework.extensions.webscripts
A read-only root-scoped Java object for working with the Web Framework
and the Web Framework object model.
ScriptSiteData(RequestContext, ApplicationContext) - Constructor for class org.springframework.extensions.webscripts.ScriptSiteData
Constructs a new ScriptSite object around the provided request context
ScriptSiteData.ScriptWebScript - Class in org.springframework.extensions.webscripts
ScriptSurf - Class in org.springframework.extensions.webscripts
A root-scoped Java object that represents the framework configuration
ScriptSurf(RequestContext) - Constructor for class org.springframework.extensions.webscripts.ScriptSurf
ScriptUser - Class in org.springframework.extensions.webscripts
Read-only root-scoped script object wrapping the current user for
the current thread of execution.
ScriptUser(RequestContext, User) - Constructor for class org.springframework.extensions.webscripts.ScriptUser
Instantiates a new ScriptUser object which wraps a given request
context and framework user object.
ScriptWebApplication - Class in org.springframework.extensions.webscripts
Helper object for dealing with the web application's environment.
ScriptWebApplication(RequestContext) - Constructor for class org.springframework.extensions.webscripts.ScriptWebApplication
Constructs a new ScriptWebApplication object.
ScriptWidgetUtils - Class in org.springframework.extensions.webscripts
ScriptWidgetUtils() - Constructor for class org.springframework.extensions.webscripts.ScriptWidgetUtils
SecurityHeadersFilter - Class in org.springframework.extensions.surf.site.servlet
A filter adding HTTP response headers to incoming requests to improve security for the webapp.
SecurityHeadersFilter() - Constructor for class org.springframework.extensions.surf.site.servlet.SecurityHeadersFilter
SEMI_COLON - Static variable in class org.springframework.extensions.surf.ServletUtil
sendError(int, String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
sendError(int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
sendRedirect(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
servletContext - Variable in class org.springframework.extensions.surf.render.bean.JSPProcessor
ServletLinkBuilder - Class in org.springframework.extensions.surf.support
The Servlet implementation of LinkBuilder.
ServletLinkBuilder(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.ServletLinkBuilder
Deprecated.
ServletLinkBuilder(WebFrameworkConfigElement, ModelObjectService, ResourceService) - Constructor for class org.springframework.extensions.surf.support.ServletLinkBuilder
This is the preferred constructor to use when instantiating a PortletLinkBuilder because
it allows the services to be set directly.
ServletLinkBuilderFactory - Class in org.springframework.extensions.surf.support
The servlet implementation of LinkBuilderFactory
ServletLinkBuilderFactory() - Constructor for class org.springframework.extensions.surf.support.ServletLinkBuilderFactory
ServletRequestContext - Class in org.springframework.extensions.surf.support
Servlet implementation of a request context object for Surf.
ServletRequestContext(WebFrameworkServiceRegistry, FrameworkBean, LinkBuilder) - Constructor for class org.springframework.extensions.surf.support.ServletRequestContext
Constructor for default servlet container request context
ServletRequestContext(WebFrameworkServiceRegistry, LinkBuilder) - Constructor for class org.springframework.extensions.surf.support.ServletRequestContext
Deprecated.
ServletRequestContextFactory - Class in org.springframework.extensions.surf.support
Constructs a RequestContext for a servlet web request
ServletRequestContextFactory() - Constructor for class org.springframework.extensions.surf.support.ServletRequestContextFactory
ServletUtil - Class in org.springframework.extensions.surf
Helper functions for extracting servlet container specific data from the
generalized web request and request attribute objects.
ServletUtil() - Constructor for class org.springframework.extensions.surf.ServletUtil
SESSION_ATTRIBUTE_EXTERNAL_AUTH - Static variable in interface org.springframework.extensions.surf.UserFactory
flag to set in the user Session when an external authentication mechanism is used
this informs the framework that user cannot Change Password or Logout in the usual way
SESSION_ATTRIBUTE_KEY_USER_ID - Static variable in interface org.springframework.extensions.surf.UserFactory
User name id key in the session
SESSION_ATTRIBUTE_KEY_USER_OBJECT - Static variable in interface org.springframework.extensions.surf.UserFactory
User object key in the session
SESSION_CURRENT_THEME - Static variable in class org.springframework.extensions.surf.mvc.ThemeInterceptor
The constant "alfTheme" used as an HttpSession attribute key.
SET_MEDIA - Static variable in class org.springframework.extensions.directives.DirectiveConstants
SET_MESSAGES - Static variable in class org.springframework.extensions.directives.DirectiveConstants
SET_OPTIONS - Static variable in class org.springframework.extensions.directives.DirectiveConstants
setAccess(String) - Method in class org.springframework.extensions.surf.taglib.RegionTag
setAlfrescoPersisterPaths(List<ModelObjectPersister>) - Method in class org.springframework.extensions.surf.AutowireService
setAlfrescoTemplatePaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setAlfrescoWebScriptPaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setAllProperties(Map<String, Serializable>, Map<String, Serializable>) - Method in class org.springframework.extensions.surf.types.SubComponent
Sets all the properties for this SubComponent.
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.config.ConfigBeanFactory
This method is provided so that the Spring Framework can set the ApplicationContext required to
obtain a UserFactory
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.DependencyAggregator
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.DependencyHandler
This method will be called by the Spring framework when the class is first instantiated.
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.render.RenderService
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.resource.ResourceService
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.support.BaseFactory
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.surf.webscripts.GetDeployedModules
Provided to satisfy the ApplicationContextAware interface and allows Spring to provide the ApplicationContext
to this bean.
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
This method is provided so that the Spring Framework can set the ApplicationContext required
setAssociationType(String) - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Sets the association type.
setAssociationType(String) - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
setAssociationType(String) - Method in interface org.springframework.extensions.surf.types.PageAssociation
Sets the association type.
setAssociationType(String) - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
setAttribute(String, Object) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
setAttribute(String, Object) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
setAttribute(String, Object) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
setAttribute(String, Object, int) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
setAuthentication(String) - Method in interface org.springframework.extensions.surf.types.Page
setAuthentication(String) - Method in class org.springframework.extensions.surf.types.PageImpl
setAutowireService(AutowireService) - Method in class org.springframework.extensions.surf.persister.PersisterService
setAvatarRef(String) - Method in class org.springframework.extensions.surf.site.AlfrescoUser
setBeanName(String) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluator
setBeanName(String) - Method in class org.springframework.extensions.surf.extensibility.impl.RejectionSubComponentEvaluator
setBeanName(String) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
This method is required to implement the the BeanNameAware interface and will be
invoked by the Spring framework to set the configured name of this class when defined as a Spring
bean.
setBeanName(String) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
setBeanName(String) - Method in class org.springframework.extensions.surf.render.RenderService
This method is required to implement the the BeanNameAware interface and will be
invoked by the Spring framework to set the configured name of this class when defined as a Spring
bean.
setBiography(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setBufferSize(int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setCache(boolean) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
setCache(boolean) - Method in interface org.springframework.extensions.surf.persister.CachedPersister
Enables or disables the caching mechanics
setCache(boolean) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
setCache(Cache) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
setCacheCheckDelay(int) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.PersisterConfigDescriptor
setCacheCheckDelay(int) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
setCacheCheckDelay(int) - Method in interface org.springframework.extensions.surf.persister.CachedPersister
Sets the number of seconds to wait between cache checks, -1 for never.
setCacheCheckDelay(int) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
setCachedLocaleChecksum(String, String) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Maps a locale to a checksum in the cache
setCacheEnabled(boolean) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.PersisterConfigDescriptor
setCacheMaxSize(int) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
setCacheMaxSize(int) - Method in interface org.springframework.extensions.surf.persister.CachedPersister
Sets the maximum size of the underlying cache, -1 for no max size.
setCacheMaxSize(int) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
setCacheSize(int) - Method in class org.springframework.extensions.surf.DependencyAggregator
setCacheTimeout(long) - Method in class org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
Sets the cache timeout.
setCacheTimeout(long) - Method in class org.springframework.extensions.surf.resource.AbstractCachingResourceLoaderFactory
Sets the cache timeout.
setCharacterEncoding(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
setCharacterEncoding(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
(non-Javadoc)
setCharset(String) - Method in class org.springframework.extensions.surf.DependencyAggregator
setCharset(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Sets the character set to use when reading dependency resource files into memory.
setChildValue(Element, String, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Sets the child value.
setChrome(String) - Method in class org.springframework.extensions.surf.taglib.ComponentTag
setChrome(String) - Method in class org.springframework.extensions.surf.taglib.RegionTag
setChrome(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the chrome.
setChrome(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setChromeless(boolean) - Method in class org.springframework.extensions.surf.taglib.ComponentTag
setChromeless(boolean) - Method in class org.springframework.extensions.surf.taglib.RegionTag
setChromeRenderer(ChromeRenderer) - Method in class org.springframework.extensions.surf.render.bean.ComponentRenderer
setChromeRenderer(ChromeRenderer) - Method in class org.springframework.extensions.surf.render.bean.RegionRenderer
setChromeRenderer(ChromeRenderer) - Method in class org.springframework.extensions.surf.render.RenderService
setChromeType(String) - Method in interface org.springframework.extensions.surf.types.Chrome
Sets the chrome type.
setChromeType(String) - Method in class org.springframework.extensions.surf.types.ChromeImpl
setClusterService(ClusterService) - Method in interface org.springframework.extensions.surf.ClusterMessageAware
Called by a ClusterService implementation to set a ClusterService for this bean to use.
setClusterService(ClusterService) - Method in class org.springframework.extensions.surf.ModuleDeploymentService
setClusterService(ClusterService) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
setCmd(String) - Method in class org.springframework.extensions.surf.ExternalLessCssThemeHandler
setCommitted(boolean) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Sets the committed.
setCommonPersisterPaths(List<ModelObjectPersister>) - Method in class org.springframework.extensions.surf.AutowireService
setCommonTemplatePaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setCommonWebScriptPaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setCompanyAddress1(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setCompanyAddress2(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setCompanyAddress3(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setCompanyEmail(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setCompanyFax(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setCompanyPostcode(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setCompanyTelephone(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setComponent(String) - Method in class org.springframework.extensions.surf.taglib.ComponentTag
setComponentRenderer(ComponentRenderer) - Method in class org.springframework.extensions.surf.render.RenderService
setComponentTypeId(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the component type id.
setComponentTypeId(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setComponentTypeId(String) - Method in class org.springframework.extensions.surf.types.SubComponent
setCompressionExclusions(List<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
setConfigService(ConfigService) - Method in class org.springframework.extensions.config.ConfigBeanFactory
This method is provided so that the Spring Framework can set the ConfigService required to
obtain the RemoteConfigElement and WebFrameworkConfigElement.
setConfigService(ConfigService) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setConfigService(ConfigService) - Method in class org.springframework.extensions.directives.ProcessJsonModelDirective
setConfigService(ConfigService) - Method in interface org.springframework.extensions.surf.RequestContext
setConfigService(ConfigService) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setConfigService(ConfigService) - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
setConfigService(ConfigService) - Method in class org.springframework.extensions.surf.uri.UriTemplateController
setConfigService(ConfigService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.surf.FrameworkBean
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.surf.mvc.FeedController
Sets the connector service.
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.surf.WebFrameworkConnectorProvider
Sets the connector service.
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setConnectorService(ConnectorService) - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory
setContainer(LocalWebScriptRuntimeContainer) - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
Sets the container bean.
setContentEncoding(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
setContentLength(int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setContentType(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setContentType(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
setCssDataImageHandler(CssImageDataHandler) - Method in class org.springframework.extensions.surf.DependencyHandler
setCssImageDataHandler(CssImageDataHandler) - Method in class org.springframework.extensions.surf.DependencyAggregator
setCssThemeHandler(CssThemeHandler) - Method in class org.springframework.extensions.surf.DependencyAggregator
setCssThemeHandler(CssThemeHandler) - Method in class org.springframework.extensions.surf.DependencyHandler
setCurrentComponent(Component) - Method in interface org.springframework.extensions.surf.types.SurfBug
Should set the Component currently being debugged.
setCurrentComponent(Component) - Method in class org.springframework.extensions.surf.types.SurfBugImpl
Set the Component currently being debugged.
setCurrentObject(Resource) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the current object
setCurrentObject(Resource) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setCurrentThemeId(RequestContext, String) - Static method in class org.springframework.extensions.surf.site.ThemeUtil
Sets the current theme.
setCustomProperty(String, String) - Method in interface org.springframework.extensions.surf.ModelObject
setCustomProperty(String, String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setDateHeader(String, long) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setDebugSuffices(List<String>) - Method in class org.springframework.extensions.surf.DependencyHandler
setDeclarationRegex(String) - Method in class org.springframework.extensions.surf.DojoDependencyRule
setDefaultModuleEvaluator(ExtensionModuleEvaluator) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
setDefaultPageId(String, String) - Method in interface org.springframework.extensions.surf.types.Theme
Sets the page id for a page type.
setDefaultPageId(String, String) - Method in class org.springframework.extensions.surf.types.ThemeImpl
setDefaultPersister(ModelObjectPersister) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Sets the default persister.
setDelegate(boolean) - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.directives.OutputCSSDirective
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.surf.mvc.ResourceController
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.surf.webscripts.ClearDependencyCaches
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.surf.webscripts.XhrDependencies
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
setDependencyAggregator(DependencyAggregator) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.CssImageDataHandler
Setter provided to allow the Spring application context to set the
DependencyHandler.
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.CssThemeHandler
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.DependencyAggregator
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.DojoDependencyRule
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.mvc.ResourceController
setDependencyHandler(DependencyHandler) - Method in interface org.springframework.extensions.surf.RequestContext
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.webscripts.ClearDependencyCaches
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
setDependencyHandler(DependencyHandler) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
setDependencyRegex(String) - Method in class org.springframework.extensions.surf.DojoDependencyRule
setDependencyRules(List<DojoDependencyRule>) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
Setter provided to allow the Spring application context to set the
DojoDependencyRule list.
setDeployedModules(List<JSONObject>) - Method in class org.springframework.extensions.surf.ModuleDeploymentService
This method is provided with the purpose of servicing the WebScript API that controls module deployment.
setDescription(String) - Method in interface org.springframework.extensions.surf.ModelObject
Sets the description property of the model object
setDescription(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setDescription(Serializable) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Sets the description.
setDescriptionId(String) - Method in interface org.springframework.extensions.surf.ModelObject
Sets the description id property of the model object
setDescriptionId(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setDescriptionId(Serializable) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Sets the description id.
setDestId(String) - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Sets the dest id.
setDestId(String) - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
setDestId(String) - Method in interface org.springframework.extensions.surf.types.PageAssociation
Sets the dest id.
setDestId(String) - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
setDigest(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Sets the digest to use when generating checksums for dependency resource files
setDirectiveFactory(DirectiveFactory) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setDisableOptimizations(boolean) - Method in class org.springframework.extensions.surf.DependencyAggregator
setDocumentChildValue(Document, String, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Sets the document child value.
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.directives.ProcessJsonModelDirective
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.surf.DojoDependencyRule
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.surf.mvc.ResourceController
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.surf.render.RenderService
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.surf.webscripts.ClearDependencyCaches
setDojoDependencyHandler(DojoDependencyHandler) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
setEmail(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setEnclosingWriter(JspWriter) - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Sets the enclosing writer.
setEndpoint(String) - Method in class org.springframework.extensions.surf.taglib.ResourceTag
setEndpointId(String) - Method in class org.springframework.extensions.surf.resource.AbstractResource
setEndpointId(String) - Method in interface org.springframework.extensions.surf.resource.Resource
Sets the endpoint of the resource
setEndpointId(String) - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory
setEvaluatedProperties(Map<String, Serializable>) - Method in interface org.springframework.extensions.surf.RequestContext
setEvaluatedProperties(Map<String, Serializable>) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setEvaluatorOverride(String) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
setEvaluatorOverride(String) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
setEvaluatorPropertyOverrides(Map<String, String>) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
setEvaluatorPropertyOverrides(Map<String, String>) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
setExcludeCssPaths(List<String>) - Method in class org.springframework.extensions.surf.CssImageDataHandler
setExcludeMimeTypes(List<String>) - Method in class org.springframework.extensions.surf.CssImageDataHandler
setExecuteUrl(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
setExtensibilityModuleHandler(ExtensibilityModuleHandler) - Method in interface org.springframework.extensions.surf.RequestContext
setExtensibilityModuleHandler(ExtensibilityModuleHandler) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setExtensibilityModuleHandler(ExtensibilityModuleHandler) - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
setExtensibilityModuleHandler(ExtensibilityModuleHandler) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
setExtension(String) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setExtension(String) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setExtensionModule(ExtensionModule) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
setExtensionModule(ExtensionModule) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
setExtensionModuleId(String) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
setExtensionModuleId(String) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
setExtensionType(String) - Method in interface org.springframework.extensions.surf.types.Extension
setExtensionType(String) - Method in class org.springframework.extensions.surf.types.ExtensionImpl
setFactory(ScriptProcessorFactory) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setFactory(TemplateProcessorFactory) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setFileBeingProcessed(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setFileBeingProcessed(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
Sets the path of the current file being processed.
setFiles(List<String>) - Method in class org.springframework.extensions.surf.PresetsManager
This setter is provided to allow the Spring application context to set the filename suffices
that should be used for presets.
setFilters(List<String>) - Method in class org.springframework.extensions.surf.RemoteResourcesHandler
setFirstName(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setFormat(String) - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
setFormatId(String) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the current format id
setFormatId(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setFormatId(String) - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Sets the format id.
setFormatId(String) - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
setForwardedUrl(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Sets the forwarded url.
setFrameworkUtil(FrameworkBean) - Method in class org.springframework.extensions.surf.mvc.RemoteController
Setter required by the Spring Framework to set the FrameworkUtil bean used for resetting WebScripts
setFrameworkUtils(FrameworkBean) - Method in class org.springframework.extensions.surf.support.BaseFactory
setGoogleUsername(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setGUID(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the GUID.
setGUID(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setHeader(String, String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setHeader(String, String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
setHref(String) - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
setI18nDependencyHandler(I18nDependencyHandler) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setI18nDependencyHandler(I18nDependencyHandler) - Method in class org.springframework.extensions.directives.ProcessJsonModelDirective
setI18nDependencyHandler(I18nDependencyHandler) - Method in class org.springframework.extensions.surf.webscripts.ClearDependencyCaches
setI18nDependencyHandler(I18nDependencyHandler) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
setId(String) - Method in class org.springframework.extensions.surf.taglib.ResourceTag
setId(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
Allows for reassignment of the id of the object
setId(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setId(String) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Sets the id.
setIncludedUrl(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Sets the included url.
setIndex(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the index of the component.
setIndex(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setIndex(int) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
setIndex(int) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
setInstantMsg(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setIntHeader(String, int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setJobTitle(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setKey(String) - Method in class org.springframework.extensions.surf.taglib.PresetToken
This is required to set the key attribute when the custom tag is used.
setLanguageFromRequestHeader(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.servlet.BaseServlet
Apply Client and Repository language locale based on the 'Accept-Language' request header
setLastName(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setLinebreak(int) - Method in class org.springframework.extensions.surf.DependencyAggregator
setLinkBuilderFactory(LinkBuilderFactory) - Method in class org.springframework.extensions.surf.render.RenderService
This method is provided to allow the Spring framework to inject a LinkBuilderFactory
into this class when it is instantiated as a Spring bean.
setLinkBuilderFactory(LinkBuilderFactory) - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
This method has been provided to allow Spring to inject the required LinkBuilderFactory.
setLocale(Locale) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setLocalPersisterPaths(List<ModelObjectPersister>) - Method in class org.springframework.extensions.surf.AutowireService
setLocalTemplatePaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setLocalWebScriptPaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setLocation(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setMaximumImageSize(Integer) - Method in class org.springframework.extensions.surf.CssImageDataHandler
This setter is provided to allow the Spring application context to set the maximum size of image to encode (in bytes).
setMaxInactiveInterval(int) - Method in class org.springframework.extensions.surf.util.FakeHttpSession
setMessage(String) - Method in exception org.springframework.extensions.surf.exception.RendererExecutionException
setMessagesWebScript(MessagesWebScript) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setMessagesWebScript(MessagesWebScript) - Method in class org.springframework.extensions.directives.MessagesDependencyDirective
setMiddleName(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setMissingFileWarningSuppressionList(List<String>) - Method in class org.springframework.extensions.surf.DependencyAggregator
Setter provided for Spring to set the missing file warning suppression list from the configuration.
setMobilePhone(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setModel(Map<String, Object>) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the spring mvc model
setModel(Map<String, Object>) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setModelObject(ModelObject) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
setModelObject(ModelObject) - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.directives.CreateComponentDirective
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.ModuleDeploymentService
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.PresetsManager
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.render.bean.PageRenderer
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.render.RenderService
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
This method is provided to allow Spring to set the ModelObjectService as a bean property.
setModelObjectService(ModelObjectService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setModelProperty(String, String) - Method in interface org.springframework.extensions.surf.ModelObject
setModelProperty(String, String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setModificationTime(long) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setModuleDeploymentService(ModuleDeploymentService) - Method in class org.springframework.extensions.surf.extensibility.impl.BasicExtensibilityModuleHandler
setModuleDeploymentService(ModuleDeploymentService) - Method in class org.springframework.extensions.surf.webscripts.AddExtensionModule
setModuleDeploymentService(ModuleDeploymentService) - Method in class org.springframework.extensions.surf.webscripts.DeleteExtensionModule
setModuleDeploymentService(ModuleDeploymentService) - Method in class org.springframework.extensions.surf.webscripts.GetDeployedModules
setModuleDeploymentService(ModuleDeploymentService) - Method in class org.springframework.extensions.surf.webscripts.PostDeployedModules
setModuleDeploymentType(String) - Method in interface org.springframework.extensions.surf.types.ModuleDeployment
setModuleDeploymentType(String) - Method in class org.springframework.extensions.surf.types.ModuleDeploymentImpl
setMunge(boolean) - Method in class org.springframework.extensions.surf.DependencyAggregator
setName(String) - Method in class org.springframework.extensions.surf.resource.AbstractResource
setName(String) - Method in interface org.springframework.extensions.surf.resource.Resource
Sets the name.
setName(String) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setName(String) - Method in class org.springframework.extensions.surf.taglib.RegionTag
setName(String) - Method in class org.springframework.extensions.surf.taglib.ResourceTag
setName(String) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setNoCacheHeaders(HttpServletResponse) - Static method in class org.springframework.extensions.surf.site.servlet.BaseServlet
Apply the headers required to disallow caching of the response in the browser
setNoncachableObjectTypes(Set<String>) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
The Set of model object types that should never be cached by the persister
setObject(ModelObject) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setObject(String) - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
setObject(String) - Method in class org.springframework.extensions.surf.taglib.ResourceTag
setObjectId(String) - Method in class org.springframework.extensions.surf.resource.AbstractResource
setObjectId(String) - Method in interface org.springframework.extensions.surf.resource.Resource
Sets the object id.
setObjectPersistenceService(ObjectPersistenceService) - Method in class org.springframework.extensions.surf.ModelObjectService
Sets the object persistence service
setObjectPersistenceService(ObjectPersistenceService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setObjectUri(String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilder
Sets the object uri.
setObjectUri(String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilderFactory
Specifies the uri base for dispatching to objects
setOrder(int) - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoaderFactory
Sets the order.
setOrderId(String) - Method in interface org.springframework.extensions.surf.types.PageAssociation
Sets the order id.
setOrderId(String) - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
setOrganization(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setPage(Page) - Method in class org.springframework.extensions.surf.mvc.PageView
Set the Page to be rendered by this view.
setPage(Page) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the currently executing page.
setPage(Page) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setPage(String) - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
setPageContext(PageContext) - Method in class org.springframework.extensions.surf.taglib.TagBase
setPageRenderer(PageRenderer) - Method in class org.springframework.extensions.surf.render.RenderService
setPageType(String) - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
setPageTypeId(String) - Method in interface org.springframework.extensions.surf.types.Page
Sets the page type id.
setPageTypeId(String) - Method in class org.springframework.extensions.surf.types.PageImpl
setPageTypeUri(String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilder
Sets the page type uri.
setPageTypeUri(String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilderFactory
Specifies the uri base for dispatching to page types
setPageUri(String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilder
Sets the page uri.
setPageUri(String) - Method in class org.springframework.extensions.surf.support.ServletLinkBuilderFactory
Specifies the uri base for dispatching to pages
setPassiveMode(boolean) - Method in interface org.springframework.extensions.surf.RequestContext
This method must be implemented to store whether or not the RequestContext is being
used in passive mode or not.
setPassiveMode(boolean) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
This switches the RequestContext into or out of "passive mode" (depending upon
the value of the supplied passiveMode argument).
setPath(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
setPath(String) - Method in class org.springframework.extensions.webscripts.ResourceStore
Sets the path to the root resource on top of which this store will mount.
setPathPrefix(String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Sets a path prefix to be applied to generated paths
setPayload(String) - Method in class org.springframework.extensions.surf.taglib.ResourceTag
setPersisterId(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
setPersisters(List<ModelObjectPersister>) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Sets the persisters.
setPersisters(List<ModelObjectPersister>) - Method in class org.springframework.extensions.surf.persister.PersisterService
setPersisterService(PersisterService) - Method in class org.springframework.extensions.surf.ObjectPersistenceService
Sets the persister service
setPersisterService(PersisterService) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
setPersisterService(PersisterService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setPreserveAllSemiColons(boolean) - Method in class org.springframework.extensions.surf.DependencyAggregator
setPreset(String) - Method in class org.springframework.extensions.surf.taglib.ConstructPreset
setPresetsManager(PresetsManager) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setProcessorId(String) - Method in class org.springframework.extensions.surf.types.SubComponent
setProcessorModelHelper(ProcessorModelHelper) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
setProcessorModelHelper(ProcessorModelHelper) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
setProductionSuffices(List<String>) - Method in class org.springframework.extensions.surf.DependencyHandler
setProperty(String, String) - Method in interface org.springframework.extensions.surf.ModelObject
setProperty(String, String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setProperty(String, String) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Sets the property.
setProtocol(String) - Method in class org.springframework.extensions.surf.taglib.ResourceTag
setRegionId(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the region id.
setRegionId(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setRegionRenderer(RegionRenderer) - Method in class org.springframework.extensions.surf.render.RenderService
setRel(String) - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
setRemapMimetypes(Map<String, String>) - Method in class org.springframework.extensions.surf.CssImageDataHandler
setRemoteConfig(RemoteConfigElement) - Method in class org.springframework.extensions.surf.FrameworkBean
setRemoteConfigElement(RemoteConfigElement) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
setRemoteResourcesHandler(RemoteResourcesHandler) - Method in class org.springframework.extensions.surf.DependencyHandler
setRenderingComponent(Component) - Method in interface org.springframework.extensions.surf.RequestContext
Indicates that the given component is being rendered as part of
the rendering execution for this and any parent rendering context.
setRenderingComponent(Component) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setRenderMode(RenderMode) - Method in interface org.springframework.extensions.surf.RequestContext
This method can be called to update the RenderMode used for rendering.
setRenderMode(RenderMode) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setRenderService(RenderService) - Method in class org.springframework.extensions.directives.AutoComponentRegionDirective
setRenderService(RenderService) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
setRequest(HttpServletRequest) - Static method in class org.springframework.extensions.surf.ServletUtil
Sets the http servlet request onto the spring request attributes
setRequest(WebRequest) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setRequestContext(RequestContext) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
setRequestContext(RequestContext) - Method in class org.springframework.extensions.directives.AutoComponentRegionDirective
setRequestContext(RequestContext) - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
setRequestURI(String) - Method in class org.springframework.extensions.surf.util.WrappedHttpServletRequest
Allows for the request URI to be manually overridden
setResolvedWebScript(WebScript) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setResolvedWebScript(WebScript) - Method in class org.springframework.extensions.surf.types.SubComponent
Sets the WebScript that gets resolved to render this SubComponent.
setResolvedWebScript(WebScript) - Method in interface org.springframework.extensions.surf.types.SurfBugData
Store the WebScript resolved for this component (this will only be set if the
Component is backed by a WebScript).
setResourceControllerMapping(String) - Method in class org.springframework.extensions.surf.DependencyHandler
Sets the resource controller mapping.
setResourceService(ResourceService) - Method in class org.springframework.extensions.surf.render.RenderService
This setter method is provided so that Spring can inject a ResourceService into this bean.
setResourceService(ResourceService) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
This method is provided to allow Spring to set the ResourceService as a bean property.
setResponse(HttpServletResponse) - Method in interface org.springframework.extensions.surf.RequestContext
This method must be implemented to set the supplied HttpServletResponse
as the response for the RequestContext.
setResponse(HttpServletResponse) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setRoot(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
setRuntimeContainer(RuntimeContainer) - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
setSaved(boolean) - Method in class org.springframework.extensions.surf.ModelPersisterInfo
Marks the saved flag on the key
setScope(String) - Method in class org.springframework.extensions.surf.taglib.RegionTag
setScope(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the scope.
setScope(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setScriptConfigModel(ScriptConfigModel) - Method in class org.springframework.extensions.surf.DependencyAggregator
setScriptConfigModel(ScriptConfigModel) - Method in class org.springframework.extensions.surf.DependencyHandler
Returns the current ScriptConfigModel.
setScriptConfigModelInstance(ScriptConfigModel) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setScriptMethod(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
setScriptObjects(Map<String, Object>) - Method in class org.springframework.extensions.webscripts.WebTemplateProcessor
Set any additional objects to be applied to the script model when executing any JavaScript
attached to the template.
setScriptProcessorRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.surf.TemplatesContainer
Sets the script processor registry.
setScriptProcessorRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.webscripts.WebTemplateProcessor
Sets the script processor registry.
setScriptRemote(ScriptRemote) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setScriptUrl(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
setSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.PresetsManager
setSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.RemoteResourcesHandler
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Sets the service registry.
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Sets the service registry.
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
Deprecated.
Please configure the Spring application context to set a PersisterService and WebFrameworkConfigElement explicitly
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoader
Sets the service registry.
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.resource.ResourceService
Sets the service registry.
setServiceRegistry(WebFrameworkServiceRegistry) - Method in class org.springframework.extensions.surf.support.BaseFactory
Sets the service registry.
setServletContext(ServletContext) - Method in class org.springframework.extensions.config.ConfigBeanFactory
This method is provided so that the Spring Framework can set the ServletContext required to instantiate a
TagLibFactory
setServletContext(ServletContext) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
setServletContext(ServletContext) - Method in class org.springframework.extensions.surf.render.bean.JSPProcessor
setServletContext(ServletContext) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
setServletContext(ServletContext) - Method in class org.springframework.extensions.webscripts.WebApplicationStore
setServletContextHashModel(ServletContextHashModel) - Static method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
setServletContextHashModel(ServletContextHashModel) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setServletContextPath(String) - Method in interface org.springframework.extensions.surf.RequestContext
setServletContextPath(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
This method should be used to set the context path of the servlet being used to process the request.
setSkype(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setSourceId(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the source id.
setSourceId(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setSourceId(String) - Method in interface org.springframework.extensions.surf.types.Configuration
Sets the source id.
setSourceId(String) - Method in class org.springframework.extensions.surf.types.ConfigurationImpl
setSourceId(String) - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Sets the source id.
setSourceId(String) - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
setSourceId(String) - Method in interface org.springframework.extensions.surf.types.PageAssociation
Sets the source id.
setSourceId(String) - Method in class org.springframework.extensions.surf.types.PageAssociationImpl
setSourcePath(String) - Method in class org.springframework.extensions.surf.ModelPersisterInfo
This should be used to set the location where the ModelObject is originally defined.
setSourceType(String) - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Sets the source type.
setSourceType(String) - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
setStatus(int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setStatus(int, String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
setStatus(int) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
setStoragePath(String) - Method in class org.springframework.extensions.surf.ModelPersisterInfo
Sets the storage path
setStore(Store) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Sets the store.
setStoreId(String) - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Sets the store id.
setSubComponents(List<SubComponent>) - Method in interface org.springframework.extensions.surf.types.AdvancedComponent
setSubComponents(List<SubComponent>) - Method in class org.springframework.extensions.surf.types.AdvancedComponentImpl
setSuccess(boolean) - Method in class org.springframework.extensions.webscripts.RecursionResults
Setter to indicate whether or not the result was a success or not.
setSurfBugEnabled(boolean) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
Updates the status of SurfBug to indicate whether it is enabled or disabled.
setSurfBugType(String) - Method in interface org.springframework.extensions.surf.types.SurfBug
setSurfBugType(String) - Method in class org.springframework.extensions.surf.types.SurfBugImpl
setTaglibFactory(TaglibFactory) - Static method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
setTaglibFactory(TaglibFactory) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setTarget(String) - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
setTargetGroup(int) - Method in class org.springframework.extensions.surf.CssThemeHandler
Allows the target group matched by the tokenRegex to be set.
setTargetGroup(int) - Method in class org.springframework.extensions.surf.DojoDependencyRule
setTelephone(String) - Method in class org.springframework.extensions.webscripts.ScriptUser
setTemplate(TemplateInstance) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the current executing template.
setTemplate(TemplateInstance) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setTemplateConfigModelInstance(TemplateConfigModel) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setTemplateId(String) - Method in interface org.springframework.extensions.surf.types.Page
Sets the template id.
setTemplateId(String, String) - Method in interface org.springframework.extensions.surf.types.Page
Sets the template id.
setTemplateId(String) - Method in class org.springframework.extensions.surf.types.PageImpl
setTemplateId(String, String) - Method in class org.springframework.extensions.surf.types.PageImpl
setTemplateProcessorRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.surf.TemplatesContainer
Sets the template processor registry.
setTemplateProcessorRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.webscripts.WebTemplateProcessor
Sets the template processor registry.
setTemplateRenderer(TemplateInstanceRenderer) - Method in class org.springframework.extensions.surf.render.bean.PageRenderer
setTemplateRenderer(TemplateInstanceRenderer) - Method in class org.springframework.extensions.surf.render.RenderService
setTemplatesContainer(TemplatesContainer) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setTemplatesContainer(TemplatesContainer) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setTemplatesRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setTemplatesRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setTemplatesScriptProcessor(JSScriptProcessor) - Method in class org.springframework.extensions.surf.AutowireService
setTemplatesSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.AutowireService
setTemplatesSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setTemplatesSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setTemplatesSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.WebScriptsStoreRegistrar
Sets the templates search path
setTemplatesTemplateProcessor(FTLTemplateProcessor) - Method in class org.springframework.extensions.surf.AutowireService
setTemplateTypeId(String) - Method in interface org.springframework.extensions.surf.types.TemplateInstance
Sets the template type.
setTemplateTypeId(String) - Method in class org.springframework.extensions.surf.types.TemplateInstanceImpl
setTenantObjectCache(boolean) - Method in class org.springframework.extensions.surf.persister.PathStoreObjectPersister
setTheme(Theme) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the theme
setTheme(Theme) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setThemeId(String) - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
setTitle(String) - Method in interface org.springframework.extensions.surf.ModelObject
Sets the title property of the model object
setTitle(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setTitle(Serializable) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Sets the title.
setTitleId(String) - Method in interface org.springframework.extensions.surf.ModelObject
Sets the title id property of the model object
setTitleId(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
setTitleId(Serializable) - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Sets the title id.
setTokenRegex(String) - Method in class org.springframework.extensions.surf.CssThemeHandler
Allows the Regular Expression used to find tokens within a CSS source file to be set.
setTokens(Map<String, String>) - Method in class org.springframework.extensions.webscripts.LocalWebScriptContext
setType(String) - Method in class org.springframework.extensions.surf.taglib.StylesheetTag
setupDirective(AbstractDependencyExtensibilityDirective, ModelObject, RequestContext) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
Sets up a directive with the core objects needed.
setupRequestContext(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Implementation classes should extend this method to provide for any initial setup
of the request context.
setupRequestContext(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.PageView
Initial setup of the request context.
setUri(String) - Method in class org.springframework.extensions.surf.extensibility.impl.DefaultSubComponentEvaluation
Sets the URI that should be used to render a
SubComponent if the evaluation passes.
setUri(String) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the currently executing uri.
setUri(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setURI(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the URI.
setURI(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setURI(String) - Method in interface org.springframework.extensions.surf.types.ComponentType
Sets the URI.
setURI(String) - Method in class org.springframework.extensions.surf.types.ComponentTypeImpl
setUri(String) - Method in class org.springframework.extensions.surf.types.SubComponent
setURI(String) - Method in interface org.springframework.extensions.surf.types.TemplateType
Sets the URI.
setURI(String) - Method in class org.springframework.extensions.surf.types.TemplateTypeImpl
setUriTemplateIndex(UriTemplateListIndex) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Sets the UriTemplateListIndex
setUriTokens(Map<String, String>) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Set the URI tokens associates with the view
setUriTokens(Map<String, String>) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the parsed URI tokens
setUriTokens(Map<String, String>) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setURL(String) - Method in interface org.springframework.extensions.surf.types.Component
Sets the URL.
setURL(String) - Method in class org.springframework.extensions.surf.types.ComponentImpl
setUrlHelperFactory(URLHelperFactory) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
setUrlHelperFactory(URLHelperFactory) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setUrlModelFactory(URLModelFactory) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
setUser(User) - Method in interface org.springframework.extensions.surf.RequestContext
Sets the current user for this request
setUser(User) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setUserFactory(UserFactory) - Method in class org.springframework.extensions.surf.mvc.AbstractLoginController
This method is provided to allow the Spring framework to set a UserFactory required for authenticating
requests
setUserFactory(UserFactory) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
setValue(String, Serializable) - Method in interface org.springframework.extensions.surf.RequestContext
Sets a custom attribute onto the request context
setValue(String, Serializable) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setValue(String) - Method in class org.springframework.extensions.surf.taglib.PresetToken
This is required to set the value attribute when the custom tag is used.
setValue(String, Object) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
Sets the value.
setValue(Element, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Sets the value.
setValue(Object) - Method in class org.springframework.extensions.webscripts.ScriptForm.FormBinding
Sets the value.
setValue(Object) - Method in class org.springframework.extensions.webscripts.ScriptFormData.FormField
Sets the value.
setValue(String, Object) - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
setVerbose(boolean) - Method in class org.springframework.extensions.surf.DependencyAggregator
setViewName(String) - Method in interface org.springframework.extensions.surf.RequestContext
Spring MVC view name - generally the same as the page ID but may
be different due to URI template 'pageid' token matching.
setViewName(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setViewResolver(UrlBasedViewResolver) - Method in class org.springframework.extensions.surf.mvc.ViewResolverScriptUtil
setWebappId(String) - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Sets the webapp id.
setWebFrameworkConfig(WebFrameworkConfigElement) - Method in class org.springframework.extensions.directives.AbstractDependencyExtensibilityDirective
setWebFrameworkConfig(WebFrameworkConfigElement) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setWebFrameworkConfig(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
setWebFrameworkConfig(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
setWebFrameworkConfig(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.persister.PersisterService
This method will be invoked by the Spring framework if this class has been correctly
configured as a bean.
setWebFrameworkConfig(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.webscripts.XHRDojoDependencies
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.CssThemeHandler
Required by Spring to inject the web framework configuration.
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.DependencyHandler
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.DojoDependencyHandler
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.I18nDependencyHandler
setWebframeworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setWebframeworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.mvc.ResourceController
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.processor.JSScriptWithTokensProcessor
Required by Spring to inject the Web Framework configuration.
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in interface org.springframework.extensions.surf.RequestContext
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
This method is provided to allow Spring to set the WebFrameworkConfigElement as a bean property.
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.support.ServletRequestContextFactory
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.webscripts.IndexWithSurfBug
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.webscripts.ToggleSurfBug
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setWebFrameworkConfigElement(WebFrameworkConfigElement) - Method in class org.springframework.extensions.webscripts.WebTemplateProcessor
This accessor method is required for Spring to set the WebFrameworkConfigElement required by this
WebTemplateProcessor.
setWebFrameworkConfiguration(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.ModuleDeploymentService
This method is required in order for the Spring application context to set the
WebFrameworkConfigElement required to
detect the module deployment mode.
setWebFrameworkConfiguration(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.mvc.AbstractLoginController
setWebFrameworkConfiguration(WebFrameworkConfigElement) - Method in class org.springframework.extensions.surf.render.RenderService
setWebFrameworkContainer(Container) - Method in class org.springframework.extensions.surf.FrameworkBean
setWebFrameworkContainer(Container) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Deprecated.
setWebFrameworkRenderService(RenderService) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setWebFrameworkRenderService(RenderService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setWebFrameworkRenderService(RenderService) - Method in class org.springframework.extensions.webscripts.ProcessorModelHelper
setWebFrameworkResourceService(ResourceService) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
setWebFrameworkResourceService(ResourceService) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
setWebInfPersisterPaths(List<ModelObjectPersister>) - Method in class org.springframework.extensions.surf.AutowireService
setWebInfTemplatePaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setWebInfWebScriptPaths(List<Store>) - Method in class org.springframework.extensions.surf.AutowireService
setWebScriptRegistry(Registry) - Method in class org.springframework.extensions.surf.ModuleDeploymentService
setWebScriptsContainer(LocalWebScriptRuntimeContainer) - Method in class org.springframework.extensions.directives.DefaultDirectiveFactory
setWebScriptsContainer(LocalWebScriptRuntimeContainer) - Method in class org.springframework.extensions.directives.ProcessJsonModelDirective
setWebScriptsRegistry(ScriptProcessorRegistry) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setWebScriptsRegistry(TemplateProcessorRegistry) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setWebscriptsScriptProcessor(JSScriptProcessor) - Method in class org.springframework.extensions.surf.AutowireService
setWebScriptsSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.AutowireService
setWebscriptsSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.ScriptProcessorRegistrar
setWebscriptsSearchPath(SearchPath) - Method in class org.springframework.extensions.surf.TemplateProcessorRegistrar
setWebscriptsTemplateProcessor(FTLTemplateProcessor) - Method in class org.springframework.extensions.surf.AutowireService
setWidgetNamePatternString(String) - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
setWidgetNameTargetGroup(int) - Method in class org.springframework.extensions.surf.DojoI18nDependencyRule
shouldRender() - Method in class org.springframework.extensions.surf.types.SubComponent.RenderData
SINGLE_QUOTE - Static variable in class org.springframework.extensions.surf.CssImageDataHandler
Constant for the single quote "'"
SINGLE_QUOTE - Static variable in class org.springframework.extensions.surf.DependencyAggregator
SINGLE_QUOTE - Static variable in class org.springframework.extensions.surf.mvc.ResourceController
Constant for the single quote "'"
siteConfiguration - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
SiteUtil - Class in org.springframework.extensions.surf.site
Helper functions for web sites
SiteUtil() - Constructor for class org.springframework.extensions.surf.site.SiteUtil
SOURCE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
SRC - Static variable in class org.springframework.extensions.directives.DirectiveConstants
SRC_PARAM - Static variable in class org.springframework.extensions.directives.DirectiveConstants
STANDALONE_WEBSCRIPT_WRAPPER_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
StandaloneWebScriptWrapper - Class in org.springframework.extensions.directives
StandaloneWebScriptWrapper(String, ExtensibilityModel) - Constructor for class org.springframework.extensions.directives.StandaloneWebScriptWrapper
store - Variable in class org.springframework.extensions.surf.cache.ModelObjectCache
store - Variable in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
STORE_ID_REQUEST_CONTEXT_NAME - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
STORE_ID_REQUEST_PARAM_NAME - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
STORE_ID_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
storeId - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
StoreObjectPersister - Class in org.springframework.extensions.surf.persister
Provides an implementation of a persister on top of a Web Script style store.
StoreObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.StoreObjectPersister
StoreResource - Class in org.springframework.web.context.support
Spring resource implementation which describes a resource that is
located within an Alfresco Store.
StoreResource(Store, String) - Constructor for class org.springframework.web.context.support.StoreResource
Constructs a new store resource
streamBuffer - Variable in class org.springframework.extensions.surf.CssImageDataHandler
Thread local stream byte buffer.
STYLESHEET_RENDER_CONTEXT_NAME - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
StyleSheetFreeMarkerDirective - Class in org.springframework.extensions.directives
This class uses a PresentationService update the CSS imports stored in the RenderContext
parameters.
StyleSheetFreeMarkerDirective(String, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.StyleSheetFreeMarkerDirective
Instantiates a new StyleSheetFreeMarkerDirective.
StylesheetTag - Class in org.springframework.extensions.surf.taglib
The "link" tag is provided so that multiple CSS resources requested by a component
can be batched up into a single "style" tag with multiple @import statements.
StylesheetTag() - Constructor for class org.springframework.extensions.surf.taglib.StylesheetTag
SUB_COMPONENT - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
SUB_COMPONENT_ELEMENT_CONVERSION_ID - Static variable in class org.springframework.extensions.surf.types.AdvancedComponentImpl
SUB_COMPONENT_TYPE - Static variable in class org.springframework.extensions.surf.types.SubComponent
SUB_COMPONENTS - Static variable in interface org.springframework.extensions.surf.types.AdvancedComponent
SubComponent - Class in org.springframework.extensions.surf.types
SubComponent(String, String) - Constructor for class org.springframework.extensions.surf.types.SubComponent
SubComponent.RenderData - Class in org.springframework.extensions.surf.types
Provides data about the rendering of a
SubComponent, specifically whether or not it
should be rendered, the URI to render it and the properties associated with it.
SubComponent.RenderData(boolean, String, Map<String, Serializable>, SubComponentEvaluation) - Constructor for class org.springframework.extensions.surf.types.SubComponent.RenderData
SubComponentEvaluation - Interface in org.springframework.extensions.surf.extensibility
A ComponentElementEvaluation is used to evaluate whether or not a
SubComponent should be
rendered or not and if it should be rendered the URI of the WebScript that should be used to perform
the rendering.
SubComponentEvaluator - Interface in org.springframework.extensions.surf.extensibility
A SubComponentEvaluator is used to help evaluate whether or not a
SubComponent should
be rendered or not.
suppressExtensibility() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
surfBug - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
The Spring Surf configuration for an application can specify a SurfBug object
to use for debugging.
SurfBug - Interface in org.springframework.extensions.surf.types
A SurfBug object is used for writing debug HTML to the
output stream when SurfBug mode is enabled.
SURFBUG_INCLUDE_DIRECTIVE_NAME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
SurfBugData - Interface in org.springframework.extensions.surf.types
SurfBugImpl - Class in org.springframework.extensions.surf.types
A SurfBug object is used for writing debug HTML to the
output stream when SurfBug mode is enabled.
SurfBugImpl(String, ModelPersisterInfo, Document) - Constructor for class org.springframework.extensions.surf.types.SurfBugImpl
SurfBugInclude - Class in org.springframework.extensions.surf.taglib
A custom JSP tag that should only be used in SurfBug instances to
render whatever component is being debugged
SurfBugInclude() - Constructor for class org.springframework.extensions.surf.taglib.SurfBugInclude
SurfBugIncludeFreeMarkerDirective - Class in org.springframework.extensions.directives
A FreeMarker directive that uses a PresentationService to render the component being debugged
SurfBugIncludeFreeMarkerDirective(String, RequestContext, ModelObject, RenderService) - Constructor for class org.springframework.extensions.directives.SurfBugIncludeFreeMarkerDirective
Instantiates a new SurfBugIncludeFreeMarkerDirective.
SurfWebApplicationContext - Class in org.springframework.web.context.support
Custom web application context object that is utilized by Alfresco Surf
to provide resource loading capabilities on top of Alfresco Stores.
SurfWebApplicationContext() - Constructor for class org.springframework.web.context.support.SurfWebApplicationContext
Constructs a new Surf web application context
SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
SYSTEM_PAGE_CONTENT_NOT_LOADED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
SYSTEM_PAGE_GETTING_STARTED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
SYSTEM_PAGE_UNCONFIGURED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
systemPages - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
SystemPageView - Class in org.springframework.extensions.surf.mvc
Resolves a URI into a system page view.
SystemPageView(WebFrameworkConfigElement, ModelObjectService, ResourceService, RenderService, TemplatesContainer) - Constructor for class org.springframework.extensions.surf.mvc.SystemPageView
This is the preferred constructor to use for instantiating a new SystemPageView because it allows
complete flexibility when rendering the view.
SystemPageView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.SystemPageView
Deprecated.