A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractCachedObjectPersister - Class in org.springframework.extensions.surf.persister
Extends the abstract implementation by offering a caching layer.
AbstractCachedObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
 
AbstractCachingResourceLoader - Class in org.springframework.extensions.surf.resource
Provides caching of resource objects by object id
AbstractCachingResourceLoader(String, String) - 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
 
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
 
AbstractLinkBuilderFactory - Class in org.springframework.extensions.surf.support
Abstract base class for LinkBuilderFactory implementations.
AbstractLinkBuilderFactory() - Constructor for class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
 
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
A tag that works specifically with bound objects, either explicitly or implicitly.
AbstractObjectTag() - Constructor for class org.springframework.extensions.surf.taglib.AbstractObjectTag
 
AbstractPageMapper - Class in org.springframework.extensions.surf.support
Abstract base class for PageMapper implementations.
AbstractPageMapper(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.AbstractPageMapper
 
AbstractPageMapperFactory - Class in org.springframework.extensions.surf.support
Abstract base class for PageMapperFactory implementations.
AbstractPageMapperFactory() - Constructor for class org.springframework.extensions.surf.support.AbstractPageMapperFactory
 
AbstractProcessor - Class in org.springframework.extensions.surf.render
 
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
AbstractRenderContext - Class in org.springframework.extensions.surf.render
An abstract base class which developers can use to extend and build their own implementations of render context types.
AbstractRenderContext(RenderContextProvider, RequestContext) - Constructor for class org.springframework.extensions.surf.render.AbstractRenderContext
Constructor
AbstractRenderContextProvider - Class in org.springframework.extensions.surf.render
Provides a base class for use by developers who wish to build custom render context providers.
AbstractRenderContextProvider() - Constructor for class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
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, HttpServletRequest) - Constructor for class org.springframework.extensions.surf.support.AbstractRequestContext
Constructs a new Request Context.
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) - 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) - 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
 
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 Spring MVC HandlerInterceptorAdaptor that produces interceptors for Alfresco Surf.
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(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
 
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
 
add(String, String) - Method in class org.springframework.extensions.webscripts.ScriptResources
 
add(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptResources
 
addChildValue(Element, String, String) - Static method in class org.springframework.extensions.surf.util.XMLUtil
Adds the child value.
addCookie(Cookie) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
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
 
addHeader(String, String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
addHeader(String, String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
 
addIntHeader(String, int) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
addPropertyConstraint(Map, String, Object) - Static method in class org.springframework.extensions.surf.site.Model
Adds the property constraint.
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
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.extensions.surf.mvc.PreviewContextInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.extensions.surf.mvc.RequestContextInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
 
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) - 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) - 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) - Constructor for class org.springframework.extensions.surf.site.AlfrescoUser
Instantiates a new user.
AlfrescoUser(String, boolean, 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(RenderContext) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
all(RenderContext) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the "all" mode
applicationContext - Variable in class org.springframework.extensions.surf.render.AbstractRenderer
 
applyTheme(RequestContext, HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.ThemeUtil
This method is called by the dispatcher servlet to "push" the current theme from the session into the request-scoped RequestContext
associateContent(String, String, String, String, String) - Method in class org.springframework.extensions.surf.site.Model
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.site.Model
Associates a source Page instance to a destination Page instance.
associatePage(String, String, String) - Method in class org.springframework.extensions.surf.site.Model
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.site.Model
Associates a Template to a Page given their respective ids.
associateTemplate(String, String, String) - Method in class org.springframework.extensions.surf.site.Model
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_RENDER_MODE - Static variable in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
 
ATTR_REQUEST_CONTEXT - Static variable in interface org.springframework.extensions.surf.RequestContext
 
ATTRIB_RENDER_CONTEXT - Static variable in class org.springframework.extensions.surf.render.RenderContextRequest
 
attributes() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
 
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
 
autoWire() - Method in class org.springframework.extensions.surf.AutowireService
Called on bootstrap to process autowire Surf configuration
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
Autowire Service for Surf This service performs autowiring of Surf stores and search paths.
AutowireService() - Constructor for class org.springframework.extensions.surf.AutowireService
 

B

BaseFactory - Class in org.springframework.extensions.surf.support
Foundation for web framework factory objects.
BaseFactory() - Constructor for class org.springframework.extensions.surf.support.BaseFactory
 
BaseFactoryBean - Class in org.springframework.extensions.surf.support
Foundation class for factory beans.
BaseFactoryBean(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.BaseFactoryBean
 
BaseServlet - Class in org.springframework.extensions.surf.site.servlet
 
BaseServlet() - Constructor for class org.springframework.extensions.surf.site.servlet.BaseServlet
 
BasicCache<K> - Class in org.springframework.extensions.surf.cache
This is an implementation of a purely in-memory cache that uses a HashMap to provide a basic form of caching.
BasicCache(long) - Constructor for class org.springframework.extensions.surf.cache.BasicCache
Instantiates a new basic cache.
BasicCache(long, int) - Constructor for class org.springframework.extensions.surf.cache.BasicCache
Instantiates a new basic cache.
BasicHttpAuthenticatorFactory - Class in org.springframework.extensions.webscripts
HTTP Basic Authentication for web-tier.
BasicHttpAuthenticatorFactory() - Constructor for class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory
 
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator - Class in org.springframework.extensions.webscripts
HTTP Basic Authentication
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator(WebScriptServletRequest, WebScriptServletResponse) - Constructor for class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
Construct
bind(String, Object) - Method in class org.springframework.extensions.webscripts.ScriptForm
Binds an element to this form.
bind(String, Object, Object) - Method in class org.springframework.extensions.webscripts.ScriptForm
Binds an element to this form.
bindComponent(String, String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Binds a Component to a given scope, region id and source id.
bindComponent(Component, String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Binds a Component to a given scope, region id and source id.
bindComponent(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
bindComponent(ScriptModelObject, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
bindObjectsPersister(String, String[], String) - Method in class org.springframework.extensions.surf.AutowireService
 
bindRenderContext(RenderContext) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
 
bindSearchPath(String, String[]) - Method in class org.springframework.extensions.surf.AutowireService
Binds a list of stores to a search path Used by autowiring
bindTimer(ServletRequest) - Static method in class org.springframework.extensions.surf.site.Timer
Binds a timer container to the current context This must be called at the top of the request execution chain
bindTimer(ServletRequest, boolean) - Static method in class org.springframework.extensions.surf.site.Timer
 
body(RenderContext) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
body(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.ChromeRenderer
 
body(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.ComponentRenderer
 
body(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.PageRenderer
Renders the current page
body(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.RegionRenderer
 
body(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer
Renders the current template
body(RenderContext) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the "body" mode
browser(RequestContext, String) - Static method in class org.springframework.extensions.surf.site.URLUtil
Converts the web application relative URL to a browser URL
browser(HttpServletRequest, String) - Static method in class org.springframework.extensions.surf.site.URLUtil
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptBase
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptForm
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptFormData
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptResource
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptResources
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptUser
Provides an associative array of properties that can be accessed via scripting by using the .properties accessor.
buildProperties() - Method in class org.springframework.extensions.webscripts.ScriptWebApplication
 
buildResource(String) - Method in class org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
Builds the resource bound to the given object id
buildResource(String) - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResourceLoader
 
buildResource(String) - Method in class org.springframework.extensions.surf.resource.support.CMISResourceLoader
 
buildResource(String) - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResourceLoader
 
buildResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.AbstractCachingResourceLoaderFactory
 
buildResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResourceLoaderFactory
 
buildResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.support.CMISResourceLoaderFactory
 
buildResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.support.URLResourceLoaderFactory
 
buildResourceLoader(String, String) - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResourceLoaderFactory
 
buildView(String) - Method in class org.springframework.extensions.surf.mvc.ComponentViewResolver
 
buildView(String) - Method in class org.springframework.extensions.surf.mvc.ObjectViewResolver
 
buildView(String) - Method in class org.springframework.extensions.surf.mvc.PageTypeViewResolver
 
buildView(String) - Method in class org.springframework.extensions.surf.mvc.PageViewResolver
 
buildView(String) - Method in class org.springframework.extensions.surf.mvc.RegionViewResolver
 
bytes - Variable in class org.springframework.extensions.surf.resource.AbstractResource
 
bytes - Variable in class org.springframework.extensions.surf.resource.ResourceContentImpl
 

C

cache - Variable in class org.springframework.extensions.surf.cache.BasicCache
 
cacheDelay - Variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
 
CachedPersister - Interface in org.springframework.extensions.surf.persister
Indicates that the persister implementation provides caching.
cacheGet(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
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.
cachePut(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Places an object into this persister's cache.
cacheRemove(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Removes an object from the cache
caches - Variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
 
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
 
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.ComponentViewResolver
 
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.ObjectViewResolver
 
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.PageTypeViewResolver
 
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.PageViewResolver
 
canHandle(String, Locale) - Method in class org.springframework.extensions.surf.mvc.RegionViewResolver
 
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
 
checkRemoteResourceExists(RequestContext, HttpServletRequest, HttpServletResponse, String, String, String, String) - Method in class org.springframework.extensions.surf.mvc.VirtualizedResourceController
Checks for the existence of a resource on a remote store
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
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
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
 
clearUserContext(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
clone(String, String) - Method in class org.springframework.extensions.surf.site.Model
Clones a given model object
clone(String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Clones a given model object
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.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
 
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_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) - 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) - 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
 
Component - Interface in org.springframework.extensions.surf.types
Interface for a Component object type
ComponentFreemarkerTagDirective - Class in org.springframework.extensions.webscripts
A generic Freemarker Directive wrapper around the Java Tag classes.
ComponentFreemarkerTagDirective(RenderContext) - Constructor for class org.springframework.extensions.webscripts.ComponentFreemarkerTagDirective
Instantiates a new component freemarker tag directive.
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
 
ComponentIncludeTag() - Constructor for class org.springframework.extensions.surf.taglib.ComponentIncludeTag
 
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
View implementation for a Surf Component A component can be any kind of Web Framework component (Web Script, JSP, JavaBean, etc) URLs are expected to be invoked as shown: ?c= -> runs the view mode for component ?c=&mode=view -> runs the view mode for component (and processes the full component) ?c=&mode=view&focus=header -> runs the view mode for component (and processes the 'header' of the component)) ?c=&mode=edit -> runs the edit mode for component ?c=&mode=edit&focus=footer -> runs the edit mode for component (and processes the 'footer' of the component) The component is then executed and its output streamed back.
ComponentView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.ComponentView
 
ComponentViewResolver - Class in org.springframework.extensions.surf.mvc
Resolver for web framework Component views
ComponentViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.ComponentViewResolver
 
CONFIG_ELEMENT - Static variable in class org.springframework.extensions.surf.uri.UriTemplateController
 
CONFIG_ELEMENT_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
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.
constructPreset(Model, String, Map<String, String>) - Method in class org.springframework.extensions.surf.PresetsManager
Construct the model objects for a given preset.
constructUser(String, boolean, boolean) - Method in class org.springframework.extensions.surf.support.AlfrescoUserFactory
 
CONTAINER_PROPERTIES - Static variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
CONTAINER_RESOURCES - Static variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
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.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.PresentationUtil
 
CONTEXT_VALUE_ERROR_PAGE_ID - Static variable in class org.springframework.extensions.surf.render.PresentationUtil
 
CONTEXT_VALUE_ERROR_REGION_ID - Static variable in class org.springframework.extensions.surf.render.PresentationUtil
 
CONTEXT_VALUE_ERROR_REGION_SCOPE_ID - Static variable in class org.springframework.extensions.surf.render.PresentationUtil
 
CONTEXT_VALUE_ERROR_REGION_SOURCE_ID - Static variable in class org.springframework.extensions.surf.render.PresentationUtil
 
CONTEXT_VALUE_ERROR_TEMPLATE_ID - Static variable in class org.springframework.extensions.surf.render.PresentationUtil
 
CONTEXT_VALUE_ERROR_THROWABLE - Static variable in class org.springframework.extensions.surf.render.PresentationUtil
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
 
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.
create(WebScriptServletRequest, WebScriptServletResponse) - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory
 
createAuthenticator() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
 
createCache() - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Creates the cache.
createCache() - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
createCache() - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
createDocument(String, String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
createDocument(String, String) - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
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.
createModelAndView(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.PreviewController
 
createObject(Document, String, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
createRelative(String) - Method in class org.springframework.web.context.support.StoreResource
 
createRequest(Match) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
 
createResponse() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
 
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
 

D

DataUtil - Class in org.springframework.extensions.surf.util
A collection of useful static methods for working with input and output streams.
DataUtil() - Constructor for class org.springframework.extensions.surf.util.DataUtil
 
debug(RequestContext, String) - Static method in class org.springframework.extensions.surf.mvc.PageView
Debug logger helper function.
debug(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AbstractPageMapper
Helper method for debugging
DEBUG_MODE_VALUE_COMPONENTS - Static variable in interface org.springframework.extensions.surf.RequestContext
 
decode(String) - Static method in class org.springframework.extensions.surf.util.EncodingUtil
Decode.
decode(String, String) - Static method in class org.springframework.extensions.surf.util.EncodingUtil
Decode.
decode(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
decode(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
DEFAULT_ALFRESCO_ENDPOINT_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_COMPONENT_CHROME_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_DISPATCHER_HANDLER_COMPONENT_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_DISPATCHER_HANDLER_PAGE_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_DISPATCHER_HANDLER_REGION_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_DISPATCHER_HANDLER_REGION_NO_COMPONENT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_DISPATCHER_HANDLER_TEMPLATE_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_ENCODING - Static variable in class org.springframework.extensions.surf.util.EncodingUtil
The DEFAULT encoding.
DEFAULT_PAGE_TYPE_ID - Static variable in interface org.springframework.extensions.surf.types.Page
 
DEFAULT_PROCESSOR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_REGION_CHROME_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_SYSTEM_PAGE_CONTENT_ASSOCIATION_MISSING - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_SYSTEM_PAGE_CONTENT_NOT_LOADED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_SYSTEM_PAGE_GETTING_STARTED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_SYSTEM_PAGE_UNCONFIGURED - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_THEME_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DEFAULT_WEBFRAMEWORK_LINK_BUILDER_FACTORY_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DEFAULT_WEBFRAMEWORK_MODEL_OBJECT_SEARCH_PATH_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DEFAULT_WEBFRAMEWORK_MODEL_OBJECT_STORE_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DEFAULT_WEBFRAMEWORK_PAGE_MAPPER_FACTORY_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DEFAULT_WEBFRAMEWORK_REQUEST_CONTEXT_FACTORY_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DEFAULT_WEBFRAMEWORK_USER_FACTORY_ID - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
defaultComponentChrome - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
defaultFormatId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DefaultLinkBuilder - Class in org.springframework.extensions.surf.support
The Default Web Framework implementation of LinkBuilder.
DefaultLinkBuilder(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.DefaultLinkBuilder
 
DefaultLinkBuilderFactory - Class in org.springframework.extensions.surf.support
The default Web Framework implementation of LinkBuilderFactory
DefaultLinkBuilderFactory() - Constructor for class org.springframework.extensions.surf.support.DefaultLinkBuilderFactory
 
defaultLinkBuilderFactoryId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DefaultPageMapper - Class in org.springframework.extensions.surf.support
The default Web Framework implementation of PageMapper.
DefaultPageMapper(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.support.DefaultPageMapper
 
DefaultPageMapperFactory - Class in org.springframework.extensions.surf.support
The default Web Framework implementation of PageMapperFactory
DefaultPageMapperFactory() - Constructor for class org.springframework.extensions.surf.support.DefaultPageMapperFactory
 
defaultPageMapperFactoryId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
defaultPersisterId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
defaultRegionChrome - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DefaultRenderContext - Class in org.springframework.extensions.surf.render.bean
A render context instance is available to all rendering engines and provides a convenient grab bag of things that are useful to component or template developer.
DefaultRenderContext(RenderContextProvider, RequestContext) - Constructor for class org.springframework.extensions.surf.render.bean.DefaultRenderContext
Constructor
DefaultRenderContextProvider - Class in org.springframework.extensions.surf.render.bean
The Class DefaultRenderContextProvider.
DefaultRenderContextProvider() - Constructor for class org.springframework.extensions.surf.render.bean.DefaultRenderContextProvider
 
DefaultRequestContext - Class in org.springframework.extensions.surf.support
Default implementation of a request context object that extends from AbstractRequestContext and doesn't introduce any overrides.
DefaultRequestContext(WebFrameworkServiceRegistry, HttpServletRequest) - Constructor for class org.springframework.extensions.surf.support.DefaultRequestContext
Construction
DefaultRequestContextFactory - Class in org.springframework.extensions.surf.support
The default Web Framework implementation of RequestContextFactory
DefaultRequestContextFactory() - Constructor for class org.springframework.extensions.surf.support.DefaultRequestContextFactory
 
defaultRequestContextFactoryId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
defaultSiteConfiguration - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
defaultTheme - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
DefaultUserFactory - Class in org.springframework.extensions.surf.support
The default Web Framework implementation of UserFactory.
DefaultUserFactory() - Constructor for class org.springframework.extensions.surf.support.DefaultUserFactory
 
defaultUserFactoryId - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
delete() - Method in class org.springframework.extensions.webscripts.ScriptModelObject
Deletes the object
description - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
descriptionId - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
disable() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
Disables the persister
dispatchContext(RenderContext) - Method in class org.springframework.extensions.surf.mvc.PageView
 
DISPATCHER_HANDLER_COMPONENT_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DISPATCHER_HANDLER_PAGE_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DISPATCHER_HANDLER_REGION_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DISPATCHER_HANDLER_REGION_NO_COMPONENT - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
DISPATCHER_HANDLER_TEMPLATE_ERROR - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
dispatchPage(RenderContext, String) - Method in class org.springframework.extensions.surf.mvc.PageView
 
dispatchPage(RenderContext, String, String) - Method in class org.springframework.extensions.surf.mvc.PageView
 
dispatchResource(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.VirtualizedResourceController
 
dispatchTemplate(RenderContext) - Method in class org.springframework.extensions.surf.mvc.ErrorHandlerPageView
 
dispatchTemplate(RenderContext) - Method in class org.springframework.extensions.surf.mvc.SystemPageView
 
dispatchTemplate(RenderContext) - Method in class org.springframework.extensions.surf.mvc.TemplateView
 
document - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
doEndTag() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
 
doEndTag() - Method in class org.springframework.extensions.surf.taglib.TagBase
 
doInclude(RenderContext, String) - Method in class org.springframework.extensions.surf.render.bean.JSPProcessor
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.ComponentIncludeTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.ComponentTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.HeadTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.ObjectLinkTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.ObjectPrintTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.PageTitleTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.RegionIncludeTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.RegionTag
 
doStartTag() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
 

E

emptyCredentials() - Method in class org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
 
EmptyRegionRenderer - Class in org.springframework.extensions.surf.site
Processor class which renders a null result.
EmptyRegionRenderer() - Constructor for class org.springframework.extensions.surf.site.EmptyRegionRenderer
 
encode(String) - Static method in class org.springframework.extensions.surf.util.EncodingUtil
Encodes the given String into the default encoding.
encode(String, String) - Static method in class org.springframework.extensions.surf.util.EncodingUtil
Encodes the given String into the given encoding.
encode(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
encode(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
encodeRedirectUrl(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
encodeScriptUrl(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
 
encodeUrl(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
encodeURL(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
EncodingUtil - Class in org.springframework.extensions.surf.util
Provides helper methods for encoding and decoding strings into a given encoding scheme.
EncodingUtil() - Constructor for class org.springframework.extensions.surf.util.EncodingUtil
 
endpointId - Variable in class org.springframework.extensions.surf.resource.AbstractResource
 
endpointId - Variable in class org.springframework.extensions.surf.resource.AbstractResourceLoader
 
equals(Object) - Method in class org.springframework.web.context.support.StoreResource
 
ErrorHandlerPageView - Class in org.springframework.extensions.surf.mvc
Default view implementation for Surf system pages
ErrorHandlerPageView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.ErrorHandlerPageView
 
errorHandlers - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
exception - Variable in class org.springframework.extensions.surf.util.FakeJspPageContext
The exception.
exec(List) - Method in class org.springframework.extensions.webscripts.FreemarkerI18NMessageMethod
 
execute(RequestContext, ServletRequest) - Method in interface org.springframework.extensions.surf.PageMapper
Execute the page mapper against the given request and populate into the provided request context instance.
execute(ProcessorContext, RenderFocus) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
execute(ProcessorContext, RenderFocus) - Method in interface org.springframework.extensions.surf.render.Processor
Executes the given focus of the processor output using the given processor context
execute(Tag, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.render.TagService
Executes the given tag within the context of the given servlet request.
execute(Tag, HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.extensions.surf.render.TagService
Executes the given tag within the context of the given servlet request.
execute(Tag, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.render.TagService
Executes the given tag within the context of the given servlet context and request.
execute(Tag, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.extensions.surf.render.TagService
Executes the given tag within the context of the given servlet context and request.
execute(RequestContext, ServletRequest) - Method in class org.springframework.extensions.surf.support.AbstractPageMapper
 
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.springframework.extensions.webscripts.ComponentFreemarkerTagDirective
 
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.springframework.extensions.webscripts.GenericFreemarkerTagDirective
 
execute(WebScriptRequest, WebScriptResponse) - Method in class org.springframework.extensions.webscripts.MessagesWebScript
Execute the webscript and return the cached JavaScript response
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.springframework.extensions.webscripts.RegionFreemarkerTagDirective
 
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.springframework.extensions.webscripts.ResourceFreemarkerTagDirective
 
executeBody(ProcessorContext) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
executeBody(ProcessorContext) - Method in class org.springframework.extensions.surf.render.bean.JSPProcessor
 
executeBody(ProcessorContext) - Method in interface org.springframework.extensions.surf.render.Processor
Executes the "body" of the processor output using the given processor context.
executeBody(ProcessorContext) - Method in class org.springframework.extensions.surf.site.EmptyRegionRenderer
 
executeBody(ProcessorContext) - Method in class org.springframework.extensions.webscripts.FreemarkerProcessor
Execute.
executeBody(ProcessorContext) - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
 
executeFooter(ProcessorContext) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
executeFooter(ProcessorContext) - Method in interface org.springframework.extensions.surf.render.Processor
Executes the "footer" of the processor output using the given processor context.
executeHeader(ProcessorContext) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
executeHeader(ProcessorContext) - Method in class org.springframework.extensions.surf.render.bean.JSPProcessor
 
executeHeader(ProcessorContext) - Method in interface org.springframework.extensions.surf.render.Processor
Executes the "header" of the processor output using the given processor context.
executeHeader(ProcessorContext) - Method in class org.springframework.extensions.surf.site.EmptyRegionRenderer
 
executeHeader(ProcessorContext) - Method in class org.springframework.extensions.webscripts.FreemarkerProcessor
 
executeHeader(ProcessorContext) - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
 
executeMapper(RequestContext, ServletRequest) - Method in class org.springframework.extensions.surf.support.AbstractPageMapper
Execute mapper.
executeMapper(RequestContext, ServletRequest) - Method in class org.springframework.extensions.surf.support.DefaultPageMapper
 
executePageMapper(HttpServletRequest, HttpServletResponse, Map) - Method in class org.springframework.extensions.surf.mvc.RegionView
Execute the configured page mapper This will populate request context with information about how to render, based on the incoming URL
executeScript(WebScriptRequest, WebScriptResponse, Authenticator) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
 
executeTag(Tag) - Method in class org.springframework.extensions.webscripts.FreemarkerTagSupportDirective
Execute a tag and return the String output
executeTag(Tag, String) - Method in class org.springframework.extensions.webscripts.FreemarkerTagSupportDirective
Execute tag.
exists(ProcessorContext) - Method in class org.springframework.extensions.surf.render.bean.JSPProcessor
 
exists(ProcessorContext) - Method in interface org.springframework.extensions.surf.render.Processor
Indicates whether the engine responsible for processing the body of the processor exists.
exists(ProcessorContext) - Method in class org.springframework.extensions.surf.site.EmptyRegionRenderer
 
exists(ProcessorContext) - Method in class org.springframework.extensions.webscripts.FreemarkerProcessor
 
exists() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
exists(ProcessorContext) - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
 
existsOnDisk(String) - Method in class org.springframework.extensions.surf.cache.PersistentCache
Returns whether the disk-cached object for the given pathID exists.
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.ComponentView
Expose forward request attributes.
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.ErrorHandlerPageView
Expose forward request attributes.
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.PageView
Expose forward request attributes.
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.RegionView
Expose forward request attributes.
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.SystemPageView
Expose forward request attributes.
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.extensions.surf.mvc.TemplateView
Expose forward request attributes.

F

FakeBodyContent - Class in org.springframework.extensions.surf.util
Implementation of the JSP BodyContent class.
FakeBodyContent(JspWriter) - Constructor for class org.springframework.extensions.surf.util.FakeBodyContent
Instantiates a new fake body content.
FakeHttpServletRequest - Class in org.springframework.extensions.surf.util
Implementation of HttpServletRequest that mimicks a servlet originated object and provides identity implementations of the methods.
FakeHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
FakeHttpServletResponse - Class in org.springframework.extensions.surf.util
Implementation of a Fake HttpServletResponse object which can be used to trap output from dispatched objects into a buffer and then deal with results at a later time.
FakeHttpServletResponse(HttpServletResponse) - Constructor for class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
FakeHttpServletResponse(HttpServletResponse, boolean) - Constructor for class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
FakeHttpServletResponse.DelegatingServletOutputStream - Class in org.springframework.extensions.surf.util
The Class DelegatingServletOutputStream.
FakeHttpServletResponse.DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.extensions.surf.util.FakeHttpServletResponse.DelegatingServletOutputStream
Instantiates a new delegating servlet output stream.
FakeHttpSession - Class in org.springframework.extensions.surf.util
An implementation of HttpSession which provides a local notion of a session.
FakeHttpSession() - Constructor for class org.springframework.extensions.surf.util.FakeHttpSession
Instantiates a new fake http session.
FakeJspPageContext - Class in org.springframework.extensions.surf.util
Fake Jsp PageContext implementation which wraps predescribed HTTP objects.
FakeJspPageContext(ServletContext, HttpServletRequest, HttpServletResponse, JspWriter) - Constructor for class org.springframework.extensions.surf.util.FakeJspPageContext
Instantiates a new fake jsp page context
FakeJspWriter - Class in org.springframework.extensions.surf.util
akeJspWriter.
FakeJspWriter() - Constructor for class org.springframework.extensions.surf.util.FakeJspWriter
Instantiates a new fake jsp writer.
FakeJspWriter(Writer) - Constructor for class org.springframework.extensions.surf.util.FakeJspWriter
Instantiates a new fake jsp writer.
FakeJspWriter(int, boolean) - Constructor for class org.springframework.extensions.surf.util.FakeJspWriter
Instantiates a new fake jsp writer.
faultUser(RequestContext, HttpServletRequest) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Loads a user from the remote user store and store it into the session.
faultUser(RequestContext, HttpServletRequest, String) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Loads a user from the remote user store and store it into the session.
faultUser(RequestContext, HttpServletRequest, boolean) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Loads a user from the remote user store and stores it into the session.
faultUser(RequestContext, HttpServletRequest, String, boolean) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Loads a user from the remote user store and stores it into the session.
faultUser(RequestContext, HttpServletRequest) - Method in interface org.springframework.extensions.surf.UserFactory
Loads a user from the remote user store and store it into the session.
faultUser(RequestContext, HttpServletRequest, String) - Method in interface org.springframework.extensions.surf.UserFactory
Loads a user from the remote user store and store it into the session.
faultUser(RequestContext, HttpServletRequest, boolean) - Method in interface org.springframework.extensions.surf.UserFactory
Loads a user from the remote user store and stores it into the session.
faultUser(RequestContext, HttpServletRequest, String, boolean) - Method in interface org.springframework.extensions.surf.UserFactory
Loads a user from the remote user store and stores it into the session.
findAttribute(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
findChildPageAssociations(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for PageAssociation instances within the Web Application that are of association type 'child' and which match the specified constraints.
findChildPages(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for child pages of the given page.
findChrome() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Chrome instances
findChrome(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Chrome instances.
findComponents() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Component instances.
findComponents(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Component instances.
findComponents(String, String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Component instances.
findComponents(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for Component instances within the Web Application that match the provided constraints.
findComponentsMap(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Provides a map of ScriptModelObjects that wrap Component instances.
findComponentTypes() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Component Type instances.
findComponentTypes(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a fitlered map of Component Type instances.
findConfiguration(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Looks up Configuration instances and returns the first instance that is found for the matching constraints.
findConfigurations() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Configuration instances.
findConfigurations(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Configuration instances.
findContentAssociations() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Content Association instances.
findContentAssociations(String, String, String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Content Association instances.
findContentAssociations(String, String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for ContentAssociation instances within the Web Application that match the specified constraints.
findContentAssociationsMap(String, String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Provides a map of ScriptModelObjects that wrap ContentAssociation instances.
findMatch(String) - Method in class org.springframework.extensions.surf.uri.UriTemplateListIndex
Search the URI index to locale a match for the specified URI.
findMatch(String) - Method in class org.springframework.extensions.surf.uri.UriTemplateMappingIndex
Search the URI index to locale a match for the specified URI.
findMatchAndReplace(String) - Method in class org.springframework.extensions.surf.uri.UriTemplateMappingIndex
Search the URI index to locate a match for the specified URI.
findObjects(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a map of objects of the given type
findObjects(String, Map<String, Object>) - Method in class org.springframework.extensions.surf.site.Model
Filtering function that looks up objects of a given type id and then applies the provided property constraint map.
findPageAssociations() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Page Association instances.
findPageAssociations(String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Page Association instances.
findPageAssociations(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for PageAssociation instances within the Web Application that are of association type 'child' and which match the specified constraints.
findPageAssociationsMap(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Provides a map of ScriptModelObjects that wrap PageAssociation instances.
findPages() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Page instances.
findPages(String, String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Page instances.
findPageTypes() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Page Type instances.
findParentPages(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for parent pages of the given page.
findTemplate(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Looks up Template instances and returns the first instance that is found for the matching constraints.
findTemplate(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Looks up Template instances and returns the first instance that is found for the matching constraints.
findTemplates() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Template instances.
findTemplates(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Template instances.
findTemplatesMap(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Provides a map of ScriptModelObjects that wrap Template instances.
findTemplateTypes() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Template Type instances.
findTemplateTypes(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a filtered map of Template Type instances.
findThemes() - Method in class org.springframework.extensions.surf.site.Model
Returns a map of Theme instances.
findWebScripts(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Searches for webscript components with the given family name.
flush() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Flush is a no-op in BodyContent, since you have to explicitly write its contents to the enclosing writer.
flush() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse.DelegatingServletOutputStream
 
flush() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
 
flushBuffer() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
flushOut() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
Flush out.
footer(RenderContext) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
footer(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.PageRenderer
Renders the footer for the page
footer(RenderContext) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the "footer" mode
formats - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
forward(HttpServletRequest, HttpServletResponse, String) - Static method in class org.springframework.extensions.surf.site.RequestUtil
Performs a servlet forward.
forward(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.springframework.extensions.surf.site.RequestUtil
Performs a servlet forward.
forward(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
FRAMEWORK_INITIALIZATION_SUCCESS_MESSAGE - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
FRAMEWORK_TITLE - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
FRAMEWORK_VERSION - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
FrameworkInitializationException - Exception in org.springframework.extensions.surf.exception
 
FrameworkInitializationException(String) - Constructor for exception org.springframework.extensions.surf.exception.FrameworkInitializationException
 
FrameworkInitializationException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.FrameworkInitializationException
 
FrameworkUtil - Class in org.springframework.extensions.surf
Static methods which are useful for working with services and beans within the Web Framework.
FrameworkUtil() - Constructor for class org.springframework.extensions.surf.FrameworkUtil
 
FreemarkerI18NMessageMethod - Class in org.springframework.extensions.webscripts
 
FreemarkerI18NMessageMethod() - Constructor for class org.springframework.extensions.webscripts.FreemarkerI18NMessageMethod
 
FreemarkerProcessor - Class in org.springframework.extensions.webscripts
Implementation of a renderer that executes a Freemarker template.
FreemarkerProcessor() - Constructor for class org.springframework.extensions.webscripts.FreemarkerProcessor
 
FreemarkerTagSupportDirective - Class in org.springframework.extensions.webscripts
Abstract class that defines a Freemarker directive which can process JSP tags.
FreemarkerTagSupportDirective(RenderContext) - Constructor for class org.springframework.extensions.webscripts.FreemarkerTagSupportDirective
Instantiates a new freemarker tag support directive.

G

gatherAbsolutePaths(String, List<String>) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
generateComponentId(String, String, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Generates the deterministic component id from its key properties
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.
generatePath(String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
GENERIC_PAGE_TYPE_DEFAULT_PAGE_ID - Static variable in class org.springframework.extensions.surf.WebFrameworkConstants
 
GenericFreemarkerTagDirective - Class in org.springframework.extensions.webscripts
A generic Freemarker Directive wrapper around the Java Tag classes
GenericFreemarkerTagDirective(RenderContext, String, String) - Constructor for class org.springframework.extensions.webscripts.GenericFreemarkerTagDirective
 
get(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
 
get(String) - Method in class org.springframework.extensions.surf.cache.BasicCache
 
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.cache.PersistentCache
 
get(String) - Method in class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
 
get(String) - Method in class org.springframework.extensions.webscripts.ScriptResources
 
getAccess() - Method in class org.springframework.extensions.surf.taglib.RegionTag
 
getAgent() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
 
getAllDocumentPaths() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
getAllDocumentPaths() - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
getAllObjects(String) - Method in class org.springframework.extensions.surf.ModelObjectManager
Retrieves all objects of a given type id.
getAllObjects(String, String) - Method in class org.springframework.extensions.surf.ModelObjectManager
Retrieves all objects of a given type id with the given object ID filter
getAllObjects(ModelPersistenceContext, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Returns a map of all of the objects referenced by this persister.
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
getAllObjects(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
getAllObjects(String) - Method in class org.springframework.extensions.surf.site.Model
Returns a map with all object instances of the given type.
getAllObjects(String, String) - Method in class org.springframework.extensions.surf.site.Model
Returns a map with all object instances of the given type filtered by the given object ID filter pattern.
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.MultiObjectPersister
 
getAllObjectsByFilter(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
getAllObjectsByFilter(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
getApplicationContext() - Method in class org.springframework.extensions.surf.AutowireService
Gets the application context.
getApplicationContext() - Method in class org.springframework.extensions.surf.render.AbstractRenderer
Gets the application context.
getApplicationContext() - Method in class org.springframework.extensions.surf.render.RenderService
Gets the application context.
getApplicationContext() - Method in class org.springframework.extensions.surf.render.TagService
Gets the application context.
getApplicationContext() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the application context.
getApplicationContext() - Method in class org.springframework.extensions.surf.WebFrameworkManager
Gets the application context.
getApplicationContext() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the application context.
getArgs() - Method in class org.springframework.extensions.webscripts.URLHelper
 
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 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
 
getAttributesScope(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getAuthenticated() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Returns whether the current user is authenticated If there is no curren tuesr, this will return false.
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
 
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.WebApplicationStore
 
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(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
 
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
getBytes() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
 
getCache(ModelPersistenceContext, String) - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
Gets the cache for a particular model persistence context
getCacheCheckDelay() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.PersisterConfigDescriptor
 
getCacheEnabled() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.PersisterConfigDescriptor
 
getCacheFile(String) - Method in class org.springframework.extensions.surf.cache.PersistentCache
Returns the literal java.io.File path for the given path ID.
getCharacterEncoding() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getCharacterEncoding() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
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.site.Model
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
 
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.site.Model
Gets the component instance with the given id.
getComponent(String, String, String) - Method in class org.springframework.extensions.surf.site.Model
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(RenderContext, 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.
getComponentChrome(RenderContext, Component, String) - Method in class org.springframework.extensions.surf.render.RenderService
Returns the Chrome instance to utilize while rendering the given component.
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.site.Model
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
 
getComponentTypes() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
getComponentTypesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
getConfig() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the web framework configuration.
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
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.site.Model
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) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Creates an unauthenticated connector to a given endpoint.
getConnector(RequestContext, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Creates an authenticated connector to a given endpoint.
getConnector(HttpSession, String, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Creates an authenticated connector to a given endpoint.
getConnectorService() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the connector service.
getConnectorService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the connector service.
getConnectorSession(RequestContext, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the Connector Session instance for the current user and given endpoint.
getConnectorSession(HttpSession, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
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 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.site.Model
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 class org.springframework.extensions.surf.render.WrappedRenderContext
 
getContentAsString() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the content as string.
getContentId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the id of the content instance If a content instance is not bound, null is returned.
getContentLength() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getContentLength() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the content length.
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.surf.ModelObjectManager
Returns the model persistence context
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.ScriptWebApplication
Returns the root web application context
getContext() - Method in class org.springframework.extensions.webscripts.URLHelper
 
getContextPath() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
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) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the session-bound credential vault for a given user.
getCredentialVault(RequestContext, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the session-bound credential vault for a given user.
getCredentialVault() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the credential vault
getCredentialVault() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
 
getCredentialVault() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getCredentialVault() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
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
Returns the current object
getCurrentObject() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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
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.WrappedRequestContext
 
getCurrentRequestContext() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the request context for the current thread.
getCurrentTheme(RequestContext) - Static method in class org.springframework.extensions.surf.site.ThemeUtil
Gets the current theme.
getCurrentThemeId(RequestContext) - Static method in class org.springframework.extensions.surf.site.ThemeUtil
Gets the current theme id.
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
 
getDefaultComponent(RequestContext, String) - Method in interface org.springframework.extensions.surf.types.Theme
Gets the default component.
getDefaultComponent(RequestContext, String) - Method in class org.springframework.extensions.surf.types.ThemeImpl
 
getDefaultComponentChrome() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultComponentChrome() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
getDefaultComponentId(String) - Method in interface org.springframework.extensions.surf.types.Theme
Gets the default component id for a given region id
getDefaultComponentId(String) - Method in class org.springframework.extensions.surf.types.ThemeImpl
 
getDefaultFormatId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultFormatId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
getDefaultLinkBuilderFactoryId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultLinkBuilderFactoryId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
getDefaultPageMapperFactoryId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultPageMapperFactoryId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
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
 
getDefaultRequestContextFactoryId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultRequestContextFactoryId() - 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
 
getDefaultStoreId() - Method in class org.springframework.extensions.surf.PreviewContextProviderImpl
 
getDefaultThemeId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultThemeId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
getDefaultUserFactoryId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getDefaultUserFactoryId() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
getDefaultWebappId() - Method in class org.springframework.extensions.surf.PreviewContextProviderImpl
 
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.web.context.support.StoreResource
 
getDescriptionDocumentPaths() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
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
 
getDocument(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
getDocument(String) - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
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
 
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.
getDocumentPathsByRegEx(String, String, boolean) - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
getEmail() - Method in class org.springframework.extensions.webscripts.ScriptUser
 
getEnclosingWriter() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Get the enclosing JspWriter.
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) - Static method in class org.springframework.extensions.surf.FrameworkUtil
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
 
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.
getException() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getExpressionEvaluator() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getExternalAuthentication() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
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.
getFilename() - Method in class org.springframework.web.context.support.StoreResource
 
getFirstName() - Method in class org.springframework.extensions.webscripts.ScriptUser
 
getFormat() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
 
getFormat() - Method in class org.springframework.extensions.surf.taglib.ObjectLinkTag
 
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
Returns the current format id
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.surf.WrappedRequestContext
 
getFormatId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the format id.
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
 
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
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
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
 
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 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(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getHeaders(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
Gets the headers.
getHeaderValues(String) - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
 
getHtmlId() - Method in class org.springframework.extensions.webscripts.ScriptRenderingInstance
Gets the html id
getHttpServletRequest() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRequest
Gets the http servlet request.
getIconUri() - Method in class org.springframework.extensions.surf.taglib.ObjectPrintTag
 
getId() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
 
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 class org.springframework.extensions.surf.render.AbstractRenderContext
 
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
Each request context instance is stamped with a unique id - generally only used for debugging
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.surf.WrappedRequestContext
 
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
Gets the id.
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.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.
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
 
getInstance(ServletContext) - Static method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Helper method for retrieving the service registry bound to the current application context.
getInstantMsg() - Method in class org.springframework.extensions.webscripts.ScriptUser
 
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
 
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
 
getLastAccessedTime() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
 
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
 
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
Returns the LinkBuilder to be used for the currently executing page.
getLinkBuilder() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getLinkBuilder() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the link builder helper object
getLinkBuilderFactory() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the link builder factory.
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
 
getLocales() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getLocalName() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getLocalPort() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getLocation() - Method in class org.springframework.extensions.webscripts.ScriptUser
 
getLogger() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the general web framework logger.
getLogger() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Returns a logger for the controller
getLogger() - Method in class org.springframework.extensions.surf.mvc.PreviewController
 
getLogger() - Method in class org.springframework.extensions.surf.mvc.VirtualizedResourceController
 
getMaxInactiveInterval() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
 
getMessage() - Method in exception org.springframework.extensions.surf.exception.ProcessorExecutionException
 
getMessage() - Method in exception org.springframework.extensions.surf.exception.RendererExecutionException
 
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
 
getMiddleName() - Method in class org.springframework.extensions.webscripts.ScriptUser
 
getMobilePhone() - Method in class org.springframework.extensions.webscripts.ScriptUser
 
getModel() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the model.
getModel() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns the model.
getModel() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getModel() - Method in class org.springframework.extensions.webscripts.ScriptBase
 
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
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
 
getModelVersion() - Method in interface org.springframework.extensions.surf.ModelObject
 
getModelVersion() - 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
 
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.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
 
getNodeRefId() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
 
getObject(String, String) - Method in class org.springframework.extensions.surf.ModelObjectManager
Retrieves an object from the persister that manages the given object type.
getObject(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Gets an object from persisted storage by id
getObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
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.render.AbstractRenderContext
 
getObject() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
getObject() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
getObject(String, String) - Method in class org.springframework.extensions.surf.site.Model
Gets an object instance of the given type and with the given id.
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(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.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.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
 
getObjectManager() - Method in class org.springframework.extensions.surf.site.Model
Gets the object manager.
getObjectManager(ModelPersistenceContext) - Method in class org.springframework.extensions.surf.WebFrameworkManager
Returns an object manager instance which has been bound to the provided persister context.
getObjectManager(String, String) - Method in class org.springframework.extensions.surf.WebFrameworkManager
Returns an object service instance which will be bound to the provided user and repository store ids.
getObjectPersisters() - Method in class org.springframework.extensions.surf.WebFrameworkManager
 
getObjects(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
getObjectsFromPaths(ModelPersistenceContext, String, String[]) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
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
 
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
 
getOriginalContext() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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.util.FakeHttpServletResponse
 
getOutputStream() - Method in class org.springframework.extensions.webscripts.LocalWebScriptResponse
 
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(String) - Method in class org.springframework.extensions.surf.site.Model
Gets the Page instance with the given id
getPage() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
If a page instance is currently executing, it can be retrieved from the request context.
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.surf.WrappedRequestContext
 
getPage() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the page.
getPage(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
getPageAssociation(String) - Method in class org.springframework.extensions.surf.site.Model
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
Returns the id of the currently executing page.
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
 
getPageId() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getPageId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the id of the page
getPageMapperFactory() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the page mapper factory.
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
Returns the title of the current page.
getPageTitle() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getPageType(String) - Method in class org.springframework.extensions.surf.site.Model
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.surf.WrappedRequestContext
 
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.surf.WrappedRequestContext
 
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
 
getPath() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
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() - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Gets the path prefix.
getPathPrefix(String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
Gets the path prefix for the given token replacements.
getPathTranslated() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getPayload() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
 
getPersister(String) - Method in class org.springframework.extensions.surf.WebFrameworkManager
Returns a persister for the given object type id.
getPersisterById(String) - Method in class org.springframework.extensions.surf.WebFrameworkManager
Returns a persister instance for a given persister id
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
 
getPersisters() - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
Gets the persisters.
getPrefix(RenderContext) - 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
 
getPreviewWebappId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
getPrintWriter() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
Gets the print writer.
getProcessor() - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
getProcessor(Renderable) - Method in class org.springframework.extensions.surf.render.RenderService
Returns a processor for a renderable in the default VIEW render mode
getProcessor(Renderable, RenderMode) - Method in class org.springframework.extensions.surf.render.RenderService
Returns a processor for a renderable in the given render mode
getProcessorById(String) - Method in class org.springframework.extensions.surf.render.RenderService
Returns a processor for the given id (i.e.
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
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 interface org.springframework.extensions.surf.ModelObject
 
getProperties() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
 
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
 
getProvider() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
getProvider() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
getProvider() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
getQueryString() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getQueryString() - Method in class org.springframework.extensions.webscripts.URLHelper
 
getQueryStringForMap(Map) - Static method in class org.springframework.extensions.surf.util.WebUtil
Returns the query string for a given map of key and value pairs
getQueryStringMap(HttpServletRequest) - Static method in class org.springframework.extensions.surf.util.WebUtil
Creates a Map of query string key and value parameters from the given request
getQueryStringMap(String) - Static method in class org.springframework.extensions.surf.util.WebUtil
Creates a Map of query string key and value parameters from the given query string.
getQueryStringMap(String, String) - Static method in class org.springframework.extensions.surf.util.WebUtil
Creates a Map of query string key and value parameters from the given query string.
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(RenderContext, TemplateInstance, 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.
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
 
getRemoteAddr() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getRemoteConfiguration() - Static method in class org.springframework.extensions.surf.FrameworkUtil
Retrieves the web framework remote configuration.
getRemoteConfiguration() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the remote configuration.
getRemoteHost() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getRemotePort() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
getRenderContext() - Method in class org.springframework.extensions.surf.render.ProcessorContext
 
getRenderContext() - Method in class org.springframework.extensions.surf.taglib.TagBase
 
getRenderContext() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
 
getRenderContextProvider() - Method in class org.springframework.extensions.surf.render.RenderService
Returns the render context provider instance
getRenderer(RendererType) - Method in class org.springframework.extensions.surf.render.RenderService
Gets a renderer for the given renderer type (i.e.
getRenderer(ModelObject) - Method in class org.springframework.extensions.surf.render.RenderService
Gets a renderer for the given model object type (i.e.
getRenderer(String) - Method in class org.springframework.extensions.surf.render.RenderService
Gets a renderer for the given id
getRenderId() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
getRenderId() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
getRenderId() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
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
 
getRenderingComponents() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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.
getRenderingDescriptor(ProcessorContext, RenderMode) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
getRenderMode() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
getRenderMode() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
getRenderMode() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
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() - Static method in class org.springframework.extensions.surf.FrameworkUtil
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
Gets the render service.
getRenderService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Gets the render service.
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.
getRequest() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
getRequest() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
getRequest() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the HTTP Servlet Request bound to this request
getRequest() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns the HTTP Servlet Request bound to this request
getRequest() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getRequest() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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
 
getRequestContent() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getRequestContentType() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the content type of the incoming request
getRequestContentType() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
 
getRequestContentType() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getRequestContext() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
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.ScriptBase
Gets the request context.
getRequestContextFactory() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the request context factory.
getRequestDispatcher(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
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
 
getRequestMethod() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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
 
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
Gets the content instance.
getResource() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
 
getResource(String) - Method in class org.springframework.web.context.support.SurfWebApplicationContext
 
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
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
 
getResourceLoader(String, String) - Static method in class org.springframework.extensions.surf.FrameworkUtil
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
 
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
 
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.FrameworkUtil
Gets the resource service.
getResourceService() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Gets the resource service.
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
Gets the resource service.
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 class org.springframework.extensions.surf.render.AbstractRenderContext
 
getResponse() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
getResponse() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
getResponse() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getRoot() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
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
Returns the root page for a site.
getRootPage() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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.
getRootWriter() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
Gets the root writer.
getRuntimeConfigDescriptor(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
getRuntimeConfigDescriptor(String) - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
getSandboxContext() - Static method in class org.springframework.extensions.surf.ThreadLocalPreviewContext
Instance getter to return the SandboxContext for the current thread
getScheme() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
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
 
getScriptDocumentPaths(WebScript) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
getScriptLoader() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
getScriptMethod() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntime
 
getScriptParameters() - Method in class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
 
getScriptProcessorRegistry() - Method in class org.springframework.extensions.surf.TemplatesContainer
Gets the script processor registry.
getScriptProcessorRegistry() - Method in class org.springframework.extensions.webscripts.FreemarkerProcessor
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.LocalWebScriptRuntime
 
getSearchPath() - Method in class org.springframework.web.context.support.SurfWebApplicationContext
Returns the search path object
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.FrameworkUtil
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.AbstractWebFrameworkView
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.mvc.VirtualizedResourceController
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.render.AbstractRenderer
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.render.RenderService
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.render.TagService
Gets the service registry.
getServiceRegistry() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the Web Framework services 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.
getServiceRegistry() - Method in class org.springframework.extensions.surf.WebFrameworkManager
Gets the service registry.
getServiceRegistry() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getServletConfig() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getServletContext() - Method in class org.springframework.extensions.surf.render.TagService
Gets the servlet context.
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.surf.WebFrameworkServiceRegistry
Gets the servlet context.
getServletContext() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
getServletContext() - Method in class org.springframework.extensions.webscripts.URLHelper
 
getServletContextHashModel() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the servlet context hash model.
getServletPath() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
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
 
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
Returns the site's configuration object
getSiteConfiguration() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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
 
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
 
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.
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
 
getStringParameter(Map, String) - Method in class org.springframework.extensions.webscripts.FreemarkerTagSupportDirective
Gets the parameter.
getStringProperty(String) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
 
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
 
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
 
getTagClassName() - Method in class org.springframework.extensions.webscripts.GenericFreemarkerTagDirective
 
getTaglibFactory() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the taglib factory.
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
 
getTagName() - Method in class org.springframework.extensions.webscripts.GenericFreemarkerTagDirective
 
getTagService() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the tag service.
getTarget() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
 
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() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current executing template.
getTemplate(String) - Method in class org.springframework.extensions.surf.site.Model
Gets the Template instance with the given id
getTemplate() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns the current executing template.
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.surf.WrappedRequestContext
 
getTemplate() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the template.
getTemplate(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
getTemplateArgs() - Method in class org.springframework.extensions.webscripts.URLHelper
 
getTemplateElement(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
Returns the id of the currently executing template.
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.surf.WrappedRequestContext
 
getTemplateId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the id of the template
getTemplateLoader() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
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.FreemarkerProcessor
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.WebFrameworkServiceRegistry
Gets the templates container.
getTemplatesMap() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
getTemplateType(String) - Method in class org.springframework.extensions.surf.site.Model
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
 
getTheme() - Method in interface org.springframework.extensions.surf.RequestContext
 
getTheme(String) - Method in class org.springframework.extensions.surf.site.Model
Gets the Theme instance with the given id.
getTheme() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Gets the current Theme object, or null if not set
getTheme() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getTheme() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the theme.
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
Returns the current Theme Id for the current user
getThemeId() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getThemeId() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the theme id.
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.MultiObjectPersister
 
getTimestamp(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
getTimestamp(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
getTimestamp() - Method in interface org.springframework.extensions.surf.resource.ResourceContent
Returns the timestamp when this content convenience instance was created
getTimestamp() - Method in class org.springframework.extensions.surf.resource.ResourceContentImpl
 
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.
getTimestamp() - Method in class org.springframework.extensions.webscripts.ScriptResourceContent
 
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.
getType() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ResourceLoaderDescriptor
 
getType() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.ResourceResolverDescriptor
 
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 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.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
 
getUri() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TagLibraryDescriptor
 
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.ComponentType
Gets the URI.
getURI() - Method in class org.springframework.extensions.surf.types.ComponentTypeImpl
 
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.surf.WrappedRequestContext
 
getUri() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
getUri() - Method in class org.springframework.extensions.webscripts.URLHelper
 
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.URLHelper
 
getUser() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the current user
getUser() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
Returns the current user
getUser() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getUser() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
Gets the user.
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.surf.WebFrameworkServiceRegistry
Gets the 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
 
getUserId() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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, RenderContextScope) - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
getValue(String) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContext
 
getValue(String, RenderContextScope) - Method in interface org.springframework.extensions.surf.render.RenderContext
 
getValue(String, RenderContextScope) - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
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(String) - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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.
getValuesMap() - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContext
 
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
 
getValuesMap() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getVariableResolver() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
getVersion() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.TypeDescriptor
 
getViewModel() - Method in interface org.springframework.extensions.surf.RequestContext
Returns the view model
getViewModel() - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
 
getViewModel() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
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.surf.WebFrameworkManager
Gets the web framework config.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.AutowireService
 
getWebFrameworkConfiguration() - Static method in class org.springframework.extensions.surf.FrameworkUtil
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 the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Gets the web framework configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
Gets the configuration.
getWebFrameworkConfiguration() - Method in class org.springframework.extensions.surf.render.RenderService
Gets the web framework configuration.
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
Gets the web framework configuration.
getWebFrameworkContainer() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the web framework container.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkViewResolver
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.support.BaseFactory
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.support.BaseFactoryBean
Gets the web framework manager.
getWebFrameworkManager() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Gets the web framework manager.
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
Returns the title of the web site.
getWebsiteTitle() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
getWebsiteTitle() - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
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 - Static variable in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
 

H

handleComponentRenderProblem(RenderContext, Throwable, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
handlePageException(Throwable) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
handlePageException(Exception) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
handlePageRenderProblem(RenderContext, Throwable, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
handleRegionRenderProblem(RenderContext, Throwable, String, String, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.AbstractWebFrameworkController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.LoginController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.LogoutController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.RemoteController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.WebScriptFeedController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.uri.UriTemplateController
 
handleTemplateRenderProblem(RenderContext, Throwable, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
hasDocument(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
hasDocument(String) - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
hashCode() - Method in class org.springframework.web.context.support.StoreResource
 
hasObject(ModelPersistenceContext, ModelObject) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Checks whether the given object is persisted
hasObject(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Checks whether an object with the given path is persisted
hasObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
 
hasObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
hasObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
hasObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
hasObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
hasParameter(String) - Method in interface org.springframework.extensions.surf.RequestContext
Returns true if a parameter exists in the request context
hasParameter(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
 
hasParameter(String) - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
hasValue(String, RenderContextScope) - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
hasValue(String) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContext
 
hasValue(String, RenderContextScope) - Method in interface org.springframework.extensions.surf.render.RenderContext
 
hasValue(String, RenderContextScope) - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
hasValue(String) - Method in interface org.springframework.extensions.surf.RequestContext
Returns true if a custom value exists in the request context
hasValue(String) - Method in class org.springframework.extensions.surf.support.AbstractRequestContext
 
hasValue(String) - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
header(RenderContext) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
header(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.ComponentRenderer
 
header(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.PageRenderer
Renders the header for the page
header(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.RegionRenderer
 
header(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer
 
header(RenderContext) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the "head" mode
HeadTag - Class in org.springframework.extensions.surf.taglib
This tag is meant to be used during the processing of Template Instances.
HeadTag() - Constructor for class org.springframework.extensions.surf.taglib.HeadTag
 

I

id - Variable in class org.springframework.extensions.surf.resource.ResourceContentImpl
 
id - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
 
id - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
idCounter - Static variable in class org.springframework.extensions.surf.render.AbstractRenderContext
Increments every time a request id is required
idCounter - Static variable in class org.springframework.extensions.surf.support.AbstractRequestContext
 
include(HttpServletRequest, HttpServletResponse, String) - Static method in class org.springframework.extensions.surf.site.RequestUtil
Performs a servlet include.
include(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.springframework.extensions.surf.site.RequestUtil
Performs a servlet include.
include(String) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
include(String, boolean) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
include(String) - Method in class org.springframework.extensions.webscripts.ScriptWebApplication
Performs a server-side include of a web asset The result string is returned.
info - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
init() - Method in class org.springframework.extensions.surf.AutowireService
Spring Initialization Method
init(ModelPersistenceContext) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Initializes the persister by preloading the object cache
init(ModelPersistenceContext) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
 
init(ModelPersistenceContext) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
init(ModelPersistenceContext) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
init(ApplicationContext) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
init() - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
init(ApplicationContext) - Method in interface org.springframework.extensions.surf.render.Processor
Initialisation hook point.
init() - Method in interface org.springframework.extensions.surf.render.Renderer
Called upon initialization of the renderer
init() - Method in class org.springframework.extensions.surf.resource.AbstractResourceLoader
Spring initialization method
init() - Method in class org.springframework.extensions.surf.uri.UriTemplateController
Spring init method
init(ApplicationContext) - Method in class org.springframework.extensions.webscripts.FreemarkerProcessor
 
init() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
init(ApplicationContext) - Method in class org.springframework.extensions.webscripts.WebScriptProcessor
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
initModel(RequestContext, HttpServletRequest) - Method in class org.springframework.extensions.surf.support.DefaultRequestContextFactory
Initializes the model and places it onto the request context
initPersisters() - Method in class org.springframework.extensions.surf.WebFrameworkManager
Initializes the persisters.
insertIntoSearchPath(String, String, String, boolean) - Method in class org.springframework.extensions.surf.AutowireService
Inserts a store into a search path
invalidate() - Method in class org.springframework.extensions.surf.cache.BasicCache
 
invalidate() - Method in interface org.springframework.extensions.surf.cache.ContentCache
Invalidates the cache
invalidate() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
 
invalidateCache() - Method in class org.springframework.extensions.surf.ModelObjectManager
Invalidates the cache for all persisters in this persistence context
invalidateCache() - Method in class org.springframework.extensions.surf.persister.AbstractCachedObjectPersister
 
invalidateCache() - Method in interface org.springframework.extensions.surf.persister.CachedPersister
Invalidates the cache
invalidateCache() - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
invalidateModelObjectServiceCache(RequestContext) - Static method in class org.springframework.extensions.surf.site.CacheUtil
Invalidate model object service object cache.
isAuthenticated(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
isAutowireModeDevelopment() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
isAutowireModeDevelopment() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
isAutowireModePreview() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
isAutowireModePreview() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
isAutowireModeProduction() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
isAutowireModeProduction() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
isChromeless() - Method in class org.springframework.extensions.surf.taglib.ComponentTag
 
isChromeless() - Method in class org.springframework.extensions.surf.taglib.RegionTag
 
isCommitted() - Method in class org.springframework.extensions.surf.util.FakeHttpServletResponse
 
isContainer() - Method in interface org.springframework.extensions.surf.resource.Resource
Checks if the resource is a container.
isContainer() - Method in class org.springframework.extensions.surf.resource.support.AlfrescoResource
 
isContainer() - Method in class org.springframework.extensions.surf.resource.support.CMISResource
 
isContainer() - Method in class org.springframework.extensions.surf.resource.support.URLResource
 
isContainer() - Method in class org.springframework.extensions.surf.resource.support.VirtualizedWebappResource
 
isCustomProperty(ModelObject, String) - Static method in class org.springframework.extensions.surf.ModelHelper
Determines whether the given property is a custom property for the given object
isCustomProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
Uses reflection to determine whether the given property name is a custom property.
isEnabled() - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Indicates whether this persisted is currently enabled.
isEnabled() - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
 
isExpired() - Method in class org.springframework.extensions.surf.cache.CacheItem
Checks if is expired.
isExternalAuthentication(HttpServletRequest) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
isGuest(String) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
isModelObject(Document, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
Determines whether the xml contained in the given document describes a valid model object type
isModelProperty(ModelObject, String) - Static method in class org.springframework.extensions.surf.ModelHelper
Determines whether the given property is a non-custom (or model) property for the given object.
isModelProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
Uses reflection to determine whether the given property name is a model property.
isNew() - Method in class org.springframework.extensions.surf.util.FakeHttpSession
 
isPageAssociation() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Checks if is page association.
isPageAssociation() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
Checks if is page association.
isPassiveMode() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
isPassiveMode() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
isPassiveMode() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
isPreviewEnabled() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
isPreviewEnabled() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
isRequestedSessionIdFromCookie() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
isSaved() - Method in interface org.springframework.extensions.surf.ModelObject
Indicates whether the object is currently persisted (saved) or not.
isSaved() - Method in class org.springframework.extensions.surf.ModelPersisterInfo
Returns whether the object is currently saved or not
isSaved() - Method in class org.springframework.extensions.surf.types.AbstractModelObject
 
isSecure() - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 
isSecure() - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
isSecure() - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
isTemplateAssociation() - Method in interface org.springframework.extensions.surf.types.ContentAssociation
Checks if is template association.
isTemplateAssociation() - Method in class org.springframework.extensions.surf.types.ContentAssociationImpl
 
isTimerEnabled - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
isTimerEnabled() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
isTimerEnabled() - Method in interface org.springframework.extensions.config.WebFrameworkConfigProperties
 
isTimerEnabled() - Static method in class org.springframework.extensions.surf.site.Timer
Determines whether the timer is enabled.
isUserInRole(String) - Method in class org.springframework.extensions.surf.util.FakeHttpServletRequest
 

J

jsonObject - Variable in class org.springframework.extensions.surf.resource.ResourceJSONContentImpl
 
JSPProcessor - Class in org.springframework.extensions.surf.render.bean
The JSP processor is a delegating processor in that it allows you to pass control of render processing to a specific JSP page.
JSPProcessor() - Constructor for class org.springframework.extensions.surf.render.bean.JSPProcessor
 
JspRenderException - Exception in org.springframework.extensions.surf.exception
 
JspRenderException(String) - Constructor for exception org.springframework.extensions.surf.exception.JspRenderException
 
JspRenderException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.JspRenderException
 

K

keys() - Method in class org.springframework.extensions.surf.cache.BasicCache
Returns keys for the items in the cache
keys() - Method in class org.springframework.extensions.surf.ModelPersistenceContext
Returns the set of keys
keys - Variable in class org.springframework.extensions.surf.site.Timer
 

L

lastModified(String) - Method in class org.springframework.extensions.webscripts.LocalFileSystemStore
 
lastModified(String) - Method in class org.springframework.extensions.webscripts.WebApplicationStore
 
link(RequestContext, String) - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
 
link(RequestContext, String, String, String, String) - Method in class org.springframework.extensions.surf.taglib.AbstractObjectTag
 
LinkBuilder - Interface in org.springframework.extensions.surf
 
linkBuilder - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
 
LinkBuilderFactory - Interface in org.springframework.extensions.surf
 
load(Renderable) - Method in class org.springframework.extensions.surf.render.ProcessorContext
 
load(String) - Method in class org.springframework.extensions.surf.resource.AbstractCachingResourceLoader
 
load(String) - Method in interface org.springframework.extensions.surf.resource.ResourceLoader
Loads the resource with the given object id
load(String) - Method in class org.springframework.extensions.surf.resource.support.URLResourceLoader
 
load(String) - Method in class org.springframework.extensions.webscripts.ScriptFormData
Populates the object with form bindings for the given namespace
loadFromDisk(String) - Method in class org.springframework.extensions.surf.cache.PersistentCache
Loads a content item from disk if it exists.
loadObjectsAndDependents(ModelPersistenceContext, Document, String, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
loadResource(String) - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
loadResource(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptRenderContext
 
loadTemplateStringFromPath(String) - Method in class org.springframework.extensions.webscripts.FreemarkerProcessor
 
loadUser(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Load the user from a store
loadUser(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AbstractUserFactory
Load the user from a store
loadUser(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AlfrescoUserFactory
 
loadUser(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AlfrescoUserFactory
 
loadUser(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.DefaultUserFactory
 
loadUser(RequestContext, String) - Method in class org.springframework.extensions.surf.support.DefaultUserFactory
 
loadUser(RequestContext, String) - Method in interface org.springframework.extensions.surf.UserFactory
Loads a user object from the default endpoint.
loadUser(RequestContext, String, String) - Method in interface org.springframework.extensions.surf.UserFactory
Loads a user object from the given endpoint.
LocaleResolver - Class in org.springframework.extensions.surf.mvc
Alfresco specific extension of Spring AcceptHeaderLocaleResolver.
LocaleResolver() - Constructor for class org.springframework.extensions.surf.mvc.LocaleResolver
 
LocalFileSystemStore - Class in org.springframework.extensions.webscripts
Simple implementation of a local store file system.
LocalFileSystemStore() - Constructor for class org.springframework.extensions.webscripts.LocalFileSystemStore
 
LocalFileSystemStore.LocalFileSystemStoreScriptLoader - Class in org.springframework.extensions.webscripts
Local File System Store implementation of a Script Loader
LocalFileSystemStore.LocalFileSystemStoreScriptLoader() - Constructor for class org.springframework.extensions.webscripts.LocalFileSystemStore.LocalFileSystemStoreScriptLoader
 
LocalWebScriptContext - Class in org.springframework.extensions.webscripts
 
LocalWebScriptContext() - Constructor for class org.springframework.extensions.webscripts.LocalWebScriptContext
 
LocalWebScriptRequest - Class in org.springframework.extensions.webscripts
The Class LocalWebScriptRequest.
LocalWebScriptRequest(Runtime, String, Match, Map<String, String>, ServerProperties, HttpServletRequest, LocalWebScriptContext) - Constructor for class org.springframework.extensions.webscripts.LocalWebScriptRequest
Instantiates a new local web script request.
LocalWebScriptResponse - Class in org.springframework.extensions.webscripts
Implementation of a WebScript Response object for WebScript Component type.
LocalWebScriptResponse(Runtime, LocalWebScriptContext, Writer) - Constructor for class org.springframework.extensions.webscripts.LocalWebScriptResponse
 
LocalWebScriptRuntime - Class in org.springframework.extensions.webscripts
WebScript Runtime for rendering as Web Framework components.
LocalWebScriptRuntime(Writer, RuntimeContainer, ServerProperties, LocalWebScriptContext) - Constructor for class org.springframework.extensions.webscripts.LocalWebScriptRuntime
 
LocalWebScriptRuntimeContainer - Class in org.springframework.extensions.webscripts
 
LocalWebScriptRuntimeContainer() - Constructor for class org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer
 
logFullStacktrace(Throwable) - Static method in class org.springframework.extensions.surf.FrameworkUtil
Tells the web flow application context to refresh This will reload all web flow beans
logger - Static variable in class org.springframework.extensions.surf.render.AbstractRenderer
 
logger - Static variable in class org.springframework.extensions.surf.resource.ResourceContentImpl
 
logger - Static variable in class org.springframework.extensions.surf.site.Timer
 
logger - Static variable in class org.springframework.extensions.surf.support.AbstractPageMapper
 
logger - Static variable in class org.springframework.extensions.surf.util.XMLUtil
The logger.
login(HttpServletRequest, String) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
login(HttpServletRequest, HttpServletResponse, String) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
LoginController - Class in org.springframework.extensions.surf.mvc
Responds to Login POSTs to allow the user to authenticate to the web site.
LoginController() - Constructor for class org.springframework.extensions.surf.mvc.LoginController
 
logout(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.extensions.surf.site.AuthenticationUtil
 
logout() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
 
LogoutController - Class in org.springframework.extensions.surf.mvc
Listen for call from the web client to log the user out from the current session.
LogoutController() - Constructor for class org.springframework.extensions.surf.mvc.LogoutController
 

M

map() - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
 
map() - Method in class org.springframework.extensions.surf.render.ProcessorContext.ProcessorDescriptor
 
merge(RenderContext, ModelObject) - Method in class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
merge(RenderContext, ModelObject) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContextProvider
 
merge(RenderContext, ModelObject) - Method in interface org.springframework.extensions.surf.render.RenderContextProvider
Merges a model object into the render context.
mergeRenderContext(RenderContext, ModelObject) - Method in class org.springframework.extensions.surf.render.RenderService
Merges a model object into the given render context.
MessagesWebScript - Class in org.springframework.extensions.webscripts
WebScript responsible for returning a JavaScript response containing a JavaScript associative array of all I18N messages name/key pairs installed on the web-tier.
MessagesWebScript() - Constructor for class org.springframework.extensions.webscripts.MessagesWebScript
Construction
mode - Variable in class org.springframework.extensions.surf.render.AbstractRenderContext
 
MODE_DEVELOPMENT - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
MODE_PREVIEW - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
MODE_PRODUCTION - Static variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
Model - Class in org.springframework.extensions.surf.site
Default implementation of the model.
Model(ModelObjectManager) - Constructor for class org.springframework.extensions.surf.site.Model
Instantiates a new default model.
model - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
 
MODEL_APP - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_CONFIG - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_CONTENT - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_CONTEXT - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_DESCRIPTION - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_DESCRIPTION_ID - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_FORM_INSTANCE - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_FORMDATA - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_HEAD - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_ID - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_INSTANCE - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_LOCALE - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_MESSAGE_METHOD - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_PAGE - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_PROPERTIES - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_SITEDATA - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_TEMPLATE - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_THEME - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_TITLE - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_TITLE_ID - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_URL - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
MODEL_USER - Static variable in class org.springframework.extensions.webscripts.ProcessorModelHelper
 
ModelHelper - Class in org.springframework.extensions.surf
Static Utility class that provides reflection against the public properties of a given object.
ModelHelper() - Constructor for class org.springframework.extensions.surf.ModelHelper
 
ModelObject - Interface in org.springframework.extensions.surf
 
MODELOBJECT_CLASSES - Static variable in class org.springframework.extensions.surf.persister.AbstractObjectPersister
 
ModelObjectCache - Class in org.springframework.extensions.surf.cache
An enhancement to the in-memory basic cache that considers the in-memory cache to be secondary to the status of content within a persisted store.
ModelObjectCache(Store, long) - Constructor for class org.springframework.extensions.surf.cache.ModelObjectCache
Instantiates a new model object cache.
ModelObjectCache(Store, long, long) - Constructor for class org.springframework.extensions.surf.cache.ModelObjectCache
Instantiates a new model object cache.
ModelObjectCache.ModelObjectSentinel - Class in org.springframework.extensions.surf.cache
Singleton sentinel class used to represent a 'null' value in the cache
ModelObjectManager - Class in org.springframework.extensions.surf
Provides core services for loading, retrieving and persisting model objects to one or more back-end Stores.
ModelObjectManagerException - Exception in org.springframework.extensions.surf.exception
 
ModelObjectManagerException(String) - Constructor for exception org.springframework.extensions.surf.exception.ModelObjectManagerException
 
ModelObjectManagerException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ModelObjectManagerException
 
ModelObjectPersister - Interface in org.springframework.extensions.surf
 
ModelObjectPersisterException - Exception in org.springframework.extensions.surf.exception
 
ModelObjectPersisterException(String) - Constructor for exception org.springframework.extensions.surf.exception.ModelObjectPersisterException
 
ModelObjectPersisterException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ModelObjectPersisterException
 
ModelObjectResourceProvider - Class in org.springframework.extensions.surf.resource
An implementation of ResourceProvider which enables model objects to manage the configuration of named resources.
ModelObjectResourceProvider(ModelObject) - Constructor for class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
Instantiates a new model object resource provider.
ModelPersistenceContext - Class in org.springframework.extensions.surf
Describes the context within which a persister should execute.
ModelPersistenceContext(String) - Constructor for class org.springframework.extensions.surf.ModelPersistenceContext
Instantiates a new persister context.
ModelPersisterInfo - Class in org.springframework.extensions.surf
The ModelPersisterInfo structure class holds the values that represent the binding of a model object instance to a persistance store and it's path in that store.
ModelPersisterInfo(String, String, boolean) - Constructor for class org.springframework.extensions.surf.ModelPersisterInfo
Instantiates a new model object key.
modelProperties - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
modelVersion - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
modificationTime - Variable in class org.springframework.extensions.surf.types.AbstractModelObject
 
MultiObjectPersister - Class in org.springframework.extensions.surf.persister
MultiModelObjectPersister class maintains the ModelObjectPersister contract but redirects the persistence and retrieval of object to a number of delegates.
MultiObjectPersister() - Constructor for class org.springframework.extensions.surf.persister.MultiObjectPersister
Instantiates a new multi model object persister.
myMessage - Variable in exception org.springframework.extensions.surf.exception.ProcessorExecutionException
 
myMessage - Variable in exception org.springframework.extensions.surf.exception.RendererExecutionException
 

N

name - Variable in class org.springframework.extensions.surf.resource.AbstractResource
 
NAMESPACE_ALF - Static variable in class org.springframework.extensions.surf.resource.support.CMISResource
 
NAMESPACE_APP - Static variable in class org.springframework.extensions.surf.resource.support.CMISResource
 
NAMESPACE_CMIS - Static variable in class org.springframework.extensions.surf.resource.support.CMISResource
 
NAMESPACE_CMISRA - Static variable in class org.springframework.extensions.surf.resource.support.CMISResource
 
NAMESPACE_OPENSEARCH - Static variable in class org.springframework.extensions.surf.resource.support.CMISResource
 
newChrome() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Chrome instance.
newChrome(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Chrome instance with the given id.
newChrome() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Chrome instance.
newComponent() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Component instance.
newComponent(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Component instance with the given id.
newComponent(String, String, String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Component instance with the given binding properties.
newComponent() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Component instance.
newComponent(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Component instance of the given component type The id for the instance is generated using the Web Framework's Random GUID generator.
newComponent(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Component instance of the given component type.
newComponent(String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Component instance of the given component type.
newComponentType() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Component Type instance.
newComponentType(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Component Type instance with the given id.
newComponentType() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new ComponentType instance.
newConfiguration() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Configuration instance.
newConfiguration(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Configuration instance with the given id.
newConfiguration() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Configuration instance.
newConfiguration(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Configuration instance that is bound to the given sourceId.
newContentAssociation() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Content Association instance.
newContentAssociation(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Content Association instance with the given id.
newContentAssociation() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new ContentAssociation instance.
newGUID() - Static method in class org.springframework.extensions.surf.ModelHelper
Builds a new GUID
newGUID() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Constructs a GUID
newInstance(Element) - Static method in class org.springframework.extensions.config.WebFrameworkConfigElement
 
newInstance() - Method in interface org.springframework.extensions.surf.LinkBuilderFactory
 
newInstance() - Method in interface org.springframework.extensions.surf.PageMapperFactory
 
newInstance(ServletRequest) - Method in interface org.springframework.extensions.surf.RequestContextFactory
Produces a new RequestContext instance for a given request.
newInstance() - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilderFactory
 
newInstance() - Method in class org.springframework.extensions.surf.support.AbstractPageMapperFactory
 
newInstance(ServletRequest) - Method in class org.springframework.extensions.surf.support.AbstractRequestContextFactory
 
newInstance() - Method in class org.springframework.extensions.surf.support.DefaultLinkBuilderFactory
 
newInstance() - Method in class org.springframework.extensions.surf.support.DefaultPageMapperFactory
 
newInstance(ServletRequest) - Method in class org.springframework.extensions.surf.support.DefaultRequestContextFactory
Produces a new RequestContext instance for a given request.
newInstance() - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilderFactory
 
NEWLINE - Static variable in class org.springframework.extensions.surf.render.RenderService
 
newLine() - Method in class org.springframework.extensions.surf.util.FakeBodyContent
Add a newline to the buffer.
newLine() - Method in class org.springframework.extensions.surf.util.FakeJspWriter
 
newObject(String, String) - Method in class org.springframework.extensions.surf.ModelObjectManager
Create a new object.
newObject(String) - Method in class org.springframework.extensions.surf.ModelObjectManager
Create a new object.
newObject(ModelPersistenceContext, String, String) - Method in interface org.springframework.extensions.surf.ModelObjectPersister
Creates a new object
newObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
newObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
newObject(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new object instance with the given object type id.
newObject(String, String) - Method in class org.springframework.extensions.surf.site.Model
Creates new object instance with teh given object type id and object id.
newObject(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new object for the given type id
newObject(String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new object for the given type id
newPage() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Page instance.
newPage(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Page instance with the given id.
newPage() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Page instance.
newPage(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Page instance with the specified ID.
newPage(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Page instance with the specified ID.
newPage(String, String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Page instance with the specified ID.
newPageAssociation() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Page Association instance.
newPageAssociation(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Page Association instance with the given id.
newPageAssociation() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new PageAssociation instance.
newPageType() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Page Type instance.
newPageType(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Page Type instance with the given id.
newPageType(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new PageType instance.
newPreset(String, Scriptable) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates model objects based on a given preset id.
newPropertyConstraintMap() - Method in class org.springframework.extensions.surf.site.Model
Creates a new property constraint map.
newTemplate() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Template instance.
newTemplate(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Template instance with the given id.
newTemplate() - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Template instance.
newTemplate(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Template instance.
newTemplate(String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Template instance.
newTemplate(String, String, String, String, String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Template instance.
newTemplateType() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Template Type instance.
newTemplateType(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Template Type instance with the given id.
newTemplateType(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new TemplateType instance.
newTheme() - Method in class org.springframework.extensions.surf.site.Model
Creates a new Theme instance.
newTheme(String) - Method in class org.springframework.extensions.surf.site.Model
Creates a new Theme instance with the given id.
newTheme(String) - Method in class org.springframework.extensions.webscripts.ScriptSiteData
Creates a new Theme instance.

O

object(RequestContext, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given object.
object(RequestContext, String, String) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given object.
object(RequestContext, String, String, Map<String, String>) - Method in interface org.springframework.extensions.surf.LinkBuilder
Constructs a link to a given object.
object - Variable in class org.springframework.extensions.surf.render.AbstractRenderContext
 
object(RequestContext, HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
/** Renders the fully formed URL string for a link to a given content object
object - Variable in class org.springframework.extensions.surf.resource.ModelObjectResourceProvider
 
object(RequestContext, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given object.
object(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given object.
object(RequestContext, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given object.
object(RequestContext, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.DefaultLinkBuilder
 
object(RequestContext, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
 
object(String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given object.
object(String, String) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given object.
object(String, String, Map<String, String>) - Method in class org.springframework.extensions.webscripts.ScriptLinkBuilder
Constructs a link to a given object.
ObjectAnchorTag - Class in org.springframework.extensions.surf.taglib
 
ObjectAnchorTag() - Constructor for class org.springframework.extensions.surf.taglib.ObjectAnchorTag
 
ObjectGUID - Class in org.springframework.extensions.surf.util
 
ObjectGUID() - Constructor for class org.springframework.extensions.surf.util.ObjectGUID
Instantiates a new object guid.
ObjectGUID(boolean) - Constructor for class org.springframework.extensions.surf.util.ObjectGUID
Instantiates a new object guid.
objectId - Variable in class org.springframework.extensions.surf.resource.AbstractResource
 
ObjectLinkTag - Class in org.springframework.extensions.surf.taglib
 
ObjectLinkTag() - Constructor for class org.springframework.extensions.surf.taglib.ObjectLinkTag
 
ObjectPrintTag - Class in org.springframework.extensions.surf.taglib
 
ObjectPrintTag() - Constructor for class org.springframework.extensions.surf.taglib.ObjectPrintTag
 
objectUri - Variable in class org.springframework.extensions.surf.support.DefaultLinkBuilder
 
ObjectViewResolver - Class in org.springframework.extensions.surf.mvc
Resolver for web framework Object views
ObjectViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.ObjectViewResolver
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.surf.render.AbstractProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.surf.resource.ResourceService
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.surf.WebFrameworkManager
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
 
onBootstrap() - Method in class org.springframework.extensions.surf.resource.ResourceService
Initialization of Resource Service
onBootstrap() - Method in class org.springframework.extensions.surf.WebFrameworkManager
Initialization of the Web Framework Manager
onBootstrap() - Method in class org.springframework.extensions.surf.WebFrameworkServiceRegistry
Initialization of the Web Framework Service Registry
onRefresh() - Method in class org.springframework.web.context.support.SurfWebApplicationContext
 
order - Variable in class org.springframework.extensions.surf.resource.AbstractResourceLoaderFactory
 
org.springframework.extensions.config - package org.springframework.extensions.config
 
org.springframework.extensions.surf - package org.springframework.extensions.surf
 
org.springframework.extensions.surf.cache - package org.springframework.extensions.surf.cache
 
org.springframework.extensions.surf.exception - package org.springframework.extensions.surf.exception
 
org.springframework.extensions.surf.mvc - package org.springframework.extensions.surf.mvc
 
org.springframework.extensions.surf.persister - package org.springframework.extensions.surf.persister
 
org.springframework.extensions.surf.render - package org.springframework.extensions.surf.render
 
org.springframework.extensions.surf.render.bean - package org.springframework.extensions.surf.render.bean
 
org.springframework.extensions.surf.resource - package org.springframework.extensions.surf.resource
 
org.springframework.extensions.surf.resource.support - package org.springframework.extensions.surf.resource.support
 
org.springframework.extensions.surf.site - package org.springframework.extensions.surf.site
 
org.springframework.extensions.surf.site.servlet - package org.springframework.extensions.surf.site.servlet
 
org.springframework.extensions.surf.support - package org.springframework.extensions.surf.support
 
org.springframework.extensions.surf.taglib - package org.springframework.extensions.surf.taglib
 
org.springframework.extensions.surf.types - package org.springframework.extensions.surf.types
 
org.springframework.extensions.surf.uri - package org.springframework.extensions.surf.uri
 
org.springframework.extensions.surf.util - package org.springframework.extensions.surf.util
 
org.springframework.extensions.webscripts - package org.springframework.extensions.webscripts
 
org.springframework.web.context.support - package org.springframework.web.context.support
 
out - Variable in class org.springframework.extensions.surf.util.FakeJspPageContext
The out.

P

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
Constructs a link to a given page instance.
page(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given page for a given format.
page(RequestContext, String, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
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.surf.support.AbstractLinkBuilder
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.surf.support.DefaultLinkBuilder
 
page(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
 
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.
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
PageMapper - Interface in org.springframework.extensions.surf
Interface for custom PageMapper implementations.
PageMapperException - Exception in org.springframework.extensions.surf.exception
 
PageMapperException(String) - Constructor for exception org.springframework.extensions.surf.exception.PageMapperException
 
PageMapperException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.PageMapperException
 
PageMapperFactory - Interface in org.springframework.extensions.surf
 
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
Constructs a link to a given page type.
pageType(RequestContext, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given page type for a given format.
pageType(RequestContext, String, String, String) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given page type for a given format.
pageType(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.AbstractLinkBuilder
Constructs a link to a given page type for a given format.
pageType(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.DefaultLinkBuilder
 
pageType(RequestContext, String, String, String, Map<String, String>) - Method in class org.springframework.extensions.surf.support.RequestParameterLinkBuilder
 
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.DefaultLinkBuilder
 
pageTypeUri - Variable in class org.springframework.extensions.surf.support.DefaultLinkBuilderFactory
 
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.DefaultLinkBuilder
 
pageUri - Variable in class org.springframework.extensions.surf.support.DefaultLinkBuilderFactory
 
PageView - Class in org.springframework.extensions.surf.mvc
Default view implementation for Surf pages
PageView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.PageView
 
PageViewResolver - Class in org.springframework.extensions.surf.mvc
Resolver for web framework Page views
PageViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.PageViewResolver
 
parametersMap - Variable in class org.springframework.extensions.surf.support.AbstractRequestContext
 
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).
passiveMode - Variable in class org.springframework.extensions.surf.render.AbstractRenderContext
 
pathPrefix - Variable in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
PersistentCache - Class in org.springframework.extensions.surf.cache
This is a more advanced version of a cache that passivates objects to disk.
PersistentCache(long, String) - Constructor for class org.springframework.extensions.surf.cache.PersistentCache
Instantiates a new persistent cache.
persisterConfigDescriptor - Variable in class org.springframework.extensions.config.WebFrameworkConfigElement
 
populateScriptModel(RenderContext, Map<String, Object>) - Static method in class org.springframework.extensions.webscripts.ProcessorModelHelper
Populate the model for script processor.
populateTemplateModel(RenderContext, Map<String, Object>) - Static method in class org.springframework.extensions.webscripts.ProcessorModelHelper
Populate the model for template processor.
postExecute(RequestContext, ServletRequest) - Method in class org.springframework.extensions.surf.support.AbstractPageMapper
Handles clean up cases
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.extensions.surf.mvc.PreviewContextInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.extensions.surf.mvc.RequestContextInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
 
postHeaderProcess(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer
 
postProcess(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.ComponentRenderer
Post-processing of components
postProcess(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.RegionRenderer
Post-processing of regions
prefix(RenderContext, String) - Static method in class org.springframework.extensions.webscripts.ScriptForm
 
PREFIX_CLASSPATH - Static variable in class org.springframework.extensions.webscripts.FreemarkerProcessor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.extensions.surf.mvc.PreviewContextInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.extensions.surf.mvc.RequestContextInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.extensions.surf.mvc.ThemeInterceptor
 
PresentationUtil - Class in org.springframework.extensions.surf.render
This class basically delegates through to the RenderUtil functions but provides for a 'pretty' user experience.
PresentationUtil() - Constructor for class org.springframework.extensions.surf.render.PresentationUtil
 
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
 
PreviewContextInterceptor - Class in org.springframework.extensions.surf.mvc
 
PreviewContextInterceptor() - Constructor for class org.springframework.extensions.surf.mvc.PreviewContextInterceptor
 
PreviewContextProviderImpl - Class in org.springframework.extensions.surf
Web Framework sandbox context provider implementation
PreviewContextProviderImpl() - Constructor for class org.springframework.extensions.surf.PreviewContextProviderImpl
 
PreviewController - Class in org.springframework.extensions.surf.mvc
Controller for managing requests for preview.
PreviewController() - Constructor for class org.springframework.extensions.surf.mvc.PreviewController
 
print(HttpServletResponse, String) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
Commits the given string to the response output stream
print(RenderContext, String) - Static method in class org.springframework.extensions.surf.render.AbstractRenderer
Commits the given string to the response output stream
print(String) - Static method in class org.springframework.extensions.surf.site.Timer
Either print out to the configured Timer logger Or if they haven't set that up, just dump out to console
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
 
processComponent(RenderContext, RenderFocus, Component) - Method in class org.springframework.extensions.surf.render.RenderService
Executes the processor for the given render focus on the given component instance.
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
processor - Variable in class org.springframework.extensions.surf.render.AbstractRenderer
 
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(RenderContext) - 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
 
ProcessorExecutionException - Exception in org.springframework.extensions.surf.exception
 
ProcessorExecutionException(String) - Constructor for exception org.springframework.extensions.surf.exception.ProcessorExecutionException
 
ProcessorExecutionException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ProcessorExecutionException
 
ProcessorExecutionException(Exception) - Constructor for exception org.springframework.extensions.surf.exception.ProcessorExecutionException
 
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
 
ProcessorNotFoundException - Exception in org.springframework.extensions.surf.exception
 
ProcessorNotFoundException(Exception) - Constructor for exception org.springframework.extensions.surf.exception.ProcessorNotFoundException
 
ProcessorNotFoundException(String) - Constructor for exception org.springframework.extensions.surf.exception.ProcessorNotFoundException
 
ProcessorNotFoundException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.ProcessorNotFoundException
 
processRenderable(RenderContext, RenderFocus, Renderable) - Method in class org.springframework.extensions.surf.render.RenderService
Executes the processor for the given focus on the provided renderable object.
processTemplate(RenderContext, RenderFocus, TemplateInstance) - Method in class org.springframework.extensions.surf.render.RenderService
Executes the processor for the given render focus on the given template instance.
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_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
 
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
 
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_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.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 - 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() - Method in class org.springframework.extensions.surf.PreviewContextProviderImpl
 
provide(RequestContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
provide(RequestContext, HttpServletRequest, HttpServletResponse, RenderMode) - Method in class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
provide(RenderContext) - Method in class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
provide(RenderContext, ModelObject) - Method in class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
provide(RequestContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContextProvider
 
provide(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContextProvider
 
provide(RequestContext, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.extensions.surf.render.RenderContextProvider
Provides a root RenderContext which wraps the request context and servlet objects The render context is set to the VIEW render mode.
provide(RequestContext, HttpServletRequest, HttpServletResponse, RenderMode) - Method in interface org.springframework.extensions.surf.render.RenderContextProvider
Provides a root RenderContext which wraps the request context and servlet objects
provide(RenderContext) - Method in interface org.springframework.extensions.surf.render.RenderContextProvider
Provides a RenderContext based on a current render context.
provide(RenderContext, ModelObject) - Method in interface org.springframework.extensions.surf.render.RenderContextProvider
Provides a RenderContext based on a current render context.
provide(String) - Method in class org.springframework.extensions.surf.WebFrameworkConnectorProvider
Implementation of the contract to provide a Connector for our remote store.
provider - Variable in class org.springframework.extensions.surf.render.AbstractRenderContext
 
provideRenderContext(RequestContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.render.RenderService
Provides a new render context bound to the given model object This will use the VIEW render mode
provideRenderContext(RequestContext, HttpServletRequest, HttpServletResponse, RenderMode) - Method in class org.springframework.extensions.surf.render.RenderService
Provides a new render context bound to the given model object
provideRenderContext(RenderContext) - Method in class org.springframework.extensions.surf.render.RenderService
Provides a new render context instance which inherits properties from the given render context instance
provideRenderContext(RenderContext, ModelObject) - Method in class org.springframework.extensions.surf.render.RenderService
Provides a new render context instance which inherits properties from the given render context instance The given model object will be bound to the render context.
put(Element) - Method in class org.springframework.extensions.config.WebFrameworkConfigElement.Descriptor
 
put(String, K) - Method in class org.springframework.extensions.surf.cache.BasicCache
 
put(String, K, long) - Method in class org.springframework.extensions.surf.cache.BasicCache
 
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, Object, long) - Method in class org.springframework.extensions.surf.cache.PersistentCache
 
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
 

R

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
Instantiates a new store model object persister.
regenerateId() - Method in class org.springframework.extensions.surf.types.ComponentImpl
Regenerate the ID for this component
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
 
RegionFreemarkerTagDirective - Class in org.springframework.extensions.webscripts
A generic Freemarker Directive wrapper around the Java Tag classes
RegionFreemarkerTagDirective(RenderContext) - Constructor for class org.springframework.extensions.webscripts.RegionFreemarkerTagDirective
 
RegionIncludeTag - Class in org.springframework.extensions.surf.taglib
 
RegionIncludeTag() - Constructor for class org.springframework.extensions.surf.taglib.RegionIncludeTag
 
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 URLs are expected to be invoked as shown: /// Most commonly, these are: regionId -> the id of the region (i.e.
RegionView(WebFrameworkServiceRegistry) - Constructor for class org.springframework.extensions.surf.mvc.RegionView
 
RegionViewResolver - Class in org.springframework.extensions.surf.mvc
Resolver for web framework Region views
RegionViewResolver() - Constructor for class org.springframework.extensions.surf.mvc.RegionViewResolver
 
release() - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
release(RenderContext) - Method in class org.springframework.extensions.surf.render.AbstractRenderContextProvider
 
release(RenderContext) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContextProvider
 
release() - Method in interface org.springframework.extensions.surf.render.RenderContext
 
release(RenderContext) - Method in interface org.springframework.extensions.surf.render.RenderContextProvider
Releases a given render context
release() - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
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.ComponentIncludeTag
 
release() - Method in class org.springframework.extensions.surf.taglib.ComponentTag
 
release() - Method in class org.springframework.extensions.surf.taglib.ObjectAnchorTag
 
release() - Method in class org.springframework.extensions.surf.taglib.ObjectLinkTag
 
release() - Method in class org.springframework.extensions.surf.taglib.ObjectPrintTag
 
release() - Method in class org.springframework.extensions.surf.taglib.RegionIncludeTag
 
release() - Method in class org.springframework.extensions.surf.taglib.RegionTag
 
release() - Method in class org.springframework.extensions.surf.taglib.ResourceTag
 
release() - Method in class org.springframework.extensions.surf.taglib.TagBase
 
release() - Method in class org.springframework.extensions.surf.ThreadLocalPreviewContext
Release resources
release() - Method in class org.springframework.extensions.surf.util.FakeJspPageContext
 
release() - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
releaseRenderContext(RenderContext) - Method in class org.springframework.extensions.surf.render.RenderService
Releases the given render context
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
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
 
remove(String) - Method in class org.springframework.extensions.surf.cache.BasicCache
 
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.PersistentCache
 
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) - Static method in class org.springframework.extensions.surf.FrameworkUtil
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
 
removeDefaultComponentId(String) - Method in interface org.springframework.extensions.surf.types.Theme
Removes the default component for a given region id
removeDefaultComponentId(String) - Method in class org.springframework.extensions.surf.types.ThemeImpl
 
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.WebApplicationStore
 
removeFromDisk(String) - Method in class org.springframework.extensions.surf.cache.PersistentCache
Removes a content item cached file from disk for the given path id.
removeModelProperty(String) - Method in interface org.springframework.extensions.surf.ModelObject
 
removeModelProperty(String) - Method in class org.springframework.extensions.surf.types.AbstractModelObject
 
removeObject(ModelObject) - Method in class org.springframework.extensions.surf.ModelObjectManager
Removes the object.
removeObject(String, String) - Method in class org.springframework.extensions.surf.ModelObjectManager
Removes the object.
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(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.AbstractObjectPersister
 
removeObject(ModelPersistenceContext, ModelObject) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.MultiObjectPersister
 
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister
 
removeObject(ModelPersistenceContext, String, String) - Method in class org.springframework.extensions.surf.persister.StoreObjectPersister
 
removeObject(ModelObject) - Method in class org.springframework.extensions.surf.site.Model
Removes the given object.
removeObject(String, String) - Method in class org.springframework.extensions.surf.site.Model
Removes the object with the given object type and object id.
removeProcessor() - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
 
removeProcessor(RenderMode) - Method in class org.springframework.extensions.surf.render.AbstractRenderableModelObject
 
removeProcessor() - Method in interface org.springframework.extensions.surf.render.Renderable
Removes the default processor
removeProcessor(RenderMode) - Method in interface org.springframework.extensions.surf.render.Renderable
Removes the processor for the given render mode
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, RenderContextScope) - Method in class org.springframework.extensions.surf.render.AbstractRenderContext
 
removeValue(String) - Method in class org.springframework.extensions.surf.render.bean.DefaultRenderContext
 
removeValue(String, RenderContextScope) - Method in interface org.springframework.extensions.surf.render.RenderContext
 
removeValue(String, RenderContextScope) - Method in class org.springframework.extensions.surf.render.WrappedRenderContext
 
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.
removeValue(String) - Method in class org.springframework.extensions.surf.WrappedRequestContext
 
render(RenderContext, RenderFocus) - Method in class org.springframework.extensions.surf.render.AbstractRenderer
 
render(RenderContext, RenderFocus) - Method in interface org.springframework.extensions.surf.render.Renderer
Executes the renderer in the given focus
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_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
 
Renderable - Interface in org.springframework.extensions.surf.render
Implemented by object types which wish to expose a set of renderer configurations.
renderChromelessComponent(RenderContext, RenderFocus, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
renderChromelessRegion(RenderContext, RenderFocus, String, String, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
renderComponent(RenderContext, RenderFocus, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
renderComponent(RenderContext, RenderFocus, String, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
renderComponent(RenderContext, RenderFocus, String) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering a single identified component with the default chrome.
renderComponent(RenderContext, RenderFocus, String, String) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering a component with the given chrome.
renderContent(RenderContext) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
Renders the current content object using the BODY focus
renderContent(RenderContext, RenderFocus) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
Renders the current content object using its associated presentation template in the given focus.
renderContent(RenderContext, 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.
RenderContext - Interface in org.springframework.extensions.surf.render
Defines a render response context
renderContext - Variable in class org.springframework.extensions.surf.render.RenderContextRequest
 
RenderContextProvider - Interface in org.springframework.extensions.surf.render
 
RenderContextRequest - Class in org.springframework.extensions.surf.render
Provides an HTTP Servlet Request implementation for the request bundled inside of a render context.
RenderContextRequest(RenderContext) - Constructor for class org.springframework.extensions.surf.render.RenderContextRequest
 
RenderContextScope - Enum in org.springframework.extensions.surf.render
Describes the scope of value operations for render context values.
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
 
RendererInitializationException - Exception in org.springframework.extensions.surf.exception
 
RendererInitializationException(Exception) - Constructor for exception org.springframework.extensions.surf.exception.RendererInitializationException
 
RendererInitializationException(String) - Constructor for exception org.springframework.extensions.surf.exception.RendererInitializationException
 
RendererInitializationException(String, Exception) - Constructor for exception org.springframework.extensions.surf.exception.RendererInitializationException
 
RendererNotFoundException - Exception in org.springframework.extensions.surf.exception
 
RendererNotFoundException(Exception) - Constructor for exception org.springframework.extensions.surf.exception.RendererNotFoundException
 
renderErrorHandlerPage(RenderContext, 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
renderId - Variable in class org.springframework.extensions.surf.render.AbstractRenderContext
 
renderJspPage(RenderContext, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
Renders a JSP page
renderJspPage(RenderContext, String) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering of a JSP page.
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.
renderLinkImport(HttpServletRequest, String) - Static method in class org.springframework.extensions.surf.render.RenderUtil
Renders an HTML stylesheet tag.
renderLinkImport(HttpServletRequest, String, String, boolean) - 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, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.ComponentView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.ErrorHandlerPageView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.PageView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.RegionView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.SystemPageView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.extensions.surf.mvc.TemplateView
 
RenderMode - Enum in org.springframework.extensions.surf.render
Describes modes for rendering
renderModelObject(RenderContext) - Method in class org.springframework.extensions.surf.render.RenderService
Renders the ALL focus for the given model object
renderModelObject(RenderContext, RenderFocus) - Method in class org.springframework.extensions.surf.render.RenderService
Renders the specific focus for the given model object
renderPage(RenderContext) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
Renders the current page using the BODY focus
renderPage(RenderContext, RenderFocus) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
Renders the current page using the BODY focus
renderPage(RenderContext, 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.
renderRawComponent(RenderContext, RenderFocus, String) - Method in class org.springframework.extensions.surf.render.RenderService
 
renderRawComponent(RenderContext, RenderFocus, Component) - Method in class org.springframework.extensions.surf.render.RenderService
 
renderRegion(RenderContext, RenderFocus, String, String, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
renderRegion(RenderContext, RenderFocus, String, String, String, String) - Static method in class org.springframework.extensions.surf.render.PresentationUtil
 
renderRegion(RenderContext, RenderFocus, String, String, String, String) - Method in class org.springframework.extensions.surf.render.RenderService
Entry point for the rendering a region of a given template
renderRegionComponents(RenderContext) - 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
Copyright © 2009 SpringSource, Inc. All Rights Reserved.