Skip navigation links
C D F G H I M O R S 

C

CachingRepositoryResourceBundleMessageFormatProvider - Class in org.onehippo.forge.hst.spring.support
RepositoryResourceBundleMessageFormatProvider implementation providing MessageFormat caching per ResourceBundle, resource key and locale.
CachingRepositoryResourceBundleMessageFormatProvider() - Constructor for class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
 
changeSessionId() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
createSession() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingRepository
 

D

deleteById(String) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingRepository
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingHttpSessionConfiguration.HttpServletRequestAwareFilter
 

F

findById(String) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingRepository
 
findDefaultResourceBundle() - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Finds the default LocalizationContext's ResourceBundle set by HST-2 Container in the frontend pipeline.

G

getAttribute(String) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
getAttributeNames() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
getBasenameLocaleBundles() - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Test purpose getter.
getBasenameLocaleBundlesForPreview() - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Test purpose getter.
getBundleBasenameLocales() - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Test purpose getter.
getBundleBasenameLocalesForPreview() - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Test purpose getter.
getCachedBundleMessageFormats() - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Test purpose getter.
getCachedBundleMessageFormatsForPreview() - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Test purpose getter.
getCreationTime() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
getCurrentDefaultResourceBundle() - Static method in class org.onehippo.forge.hst.spring.support.util.HstLocalizationUtils
Resolve and return the default resource bundle(s) configured in HST-2 configurations.
getCurrentDefaultResourceBundle(ResourceBundle) - Static method in class org.onehippo.forge.hst.spring.support.util.HstLocalizationUtils
Resolve and return the default resource bundle(s) configured in HST-2 configurations.
getId() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
getLastAccessedTime() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
getMaxInactiveInterval() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
getMessageFormat(ResourceBundle, String, Locale) - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFormat(ResourceBundle, String, Locale) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFormat(ResourceBundle, String, Locale) - Method in interface org.onehippo.forge.hst.spring.support.RepositoryResourceBundleMessageFormatProvider
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFormatFromDefaultResourceBundle(ResourceBundle, String, Locale) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
getOrder() - Method in class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
getPageNotFoundRefId() - Method in class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
Returns the reference id of the 'page not found' sitemap item.
getResourceBundle(String, Locale) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
If HstRepositoryResourceBundleMessageSource.isRepositoryResourceBundleEnabled() returns true, then it first looks up resource bundle from the repository.
getResourceBundleMessageFormatProvider() - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Returns RepositoryResourceBundleMessageFormatProvider internally used for maintaining repository-based resource bundles and message formats from them.
getStringOrNull(ResourceBundle, String) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
 

H

HstBridgeHandlerExceptionsResolver - Class in org.onehippo.forge.hst.spring.support.web
This class handles a HstPageNotFoundException to forward request to the page not found sitemap item configured in HST configuration.
HstBridgeHandlerExceptionsResolver() - Constructor for class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
 
HstLocalizationUtils - Class in org.onehippo.forge.hst.spring.support.util
HST-2 Localization related utilities.
HstPageNotFoundException - Exception in org.onehippo.forge.hst.spring.support.web
Marker runtime exception indicating the current request should be regarded as page-not-found and so the request must be handled by HST page not found sitemap item path configured in HST configuration.
HstPageNotFoundException() - Constructor for exception org.onehippo.forge.hst.spring.support.web.HstPageNotFoundException
Constructs a new HstPageNotFoundException exception.
HstPageNotFoundException(String) - Constructor for exception org.onehippo.forge.hst.spring.support.web.HstPageNotFoundException
Constructs a new HstPageNotFoundException exception with the given message.
HstPageNotFoundException(Throwable) - Constructor for exception org.onehippo.forge.hst.spring.support.web.HstPageNotFoundException
Constructs a new HstPageNotFoundException exception with the nested exception.
HstPageNotFoundException(String, Throwable) - Constructor for exception org.onehippo.forge.hst.spring.support.web.HstPageNotFoundException
Constructs a new HstPageNotFoundException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
HstRepositoryResourceBundleMessageSource - Class in org.onehippo.forge.hst.spring.support
MessageSource implementation that accesses Config.get(javax.servlet.ServletRequest, String) to read the default LocalizationContext which can be set by HST-2 Container (LocalizationValve).
HstRepositoryResourceBundleMessageSource() - Constructor for class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Zero-argument default constructor.
HttpServletRequestAwareFilter() - Constructor for class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingHttpSessionConfiguration.HttpServletRequestAwareFilter
 
HttpSessionDelegatingHttpSessionConfiguration - Class in org.onehippo.forge.hst.spring.support.session.servlet
Configures the basics for setting up Spring Session in a web environment by using HttpSessionDelegatingRepository.
HttpSessionDelegatingHttpSessionConfiguration() - Constructor for class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingHttpSessionConfiguration
 
HttpSessionDelegatingHttpSessionConfiguration.HttpServletRequestAwareFilter - Class in org.onehippo.forge.hst.spring.support.session.servlet
Setting HttpServletRequest in ThreadLocal to allow the next filter chain to be able to access the underlying HttpServletRequest during request processing cycle.
HttpSessionDelegatingRepository - Class in org.onehippo.forge.hst.spring.support.session.servlet
SessionRepository implementation simply by delegating call to the underlying servlet container's HttpSession.
HttpSessionDelegatingRepository() - Constructor for class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingRepository
 
HttpSessionDelegatingSession - Class in org.onehippo.forge.hst.spring.support.session.servlet
Session implementation simply by delegating call to the underlying container's HttpSession.

I

isExpired() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
isLocalizationContextResourceBundleEnabled() - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Returns true if the default resource bundle should be found from LocalizationContext by calling on Config.get(javax.servlet.ServletRequest, String).
isRepositoryResourceBundleEnabled() - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Returns true if the repository resource bundle documents should be looked up in HstRepositoryResourceBundleMessageSource.getResourceBundle(String, Locale).

M

MapHttpSessionConfiguration - Class in org.onehippo.forge.hst.spring.support.session.map
Configures the basics for setting up Spring Session in a web environment by using MapSessionRepository.
MapHttpSessionConfiguration() - Constructor for class org.onehippo.forge.hst.spring.support.session.map.MapHttpSessionConfiguration
 

O

org.onehippo.forge.hst.spring.support - package org.onehippo.forge.hst.spring.support
 
org.onehippo.forge.hst.spring.support.session.map - package org.onehippo.forge.hst.spring.support.session.map
 
org.onehippo.forge.hst.spring.support.session.servlet - package org.onehippo.forge.hst.spring.support.session.servlet
 
org.onehippo.forge.hst.spring.support.util - package org.onehippo.forge.hst.spring.support.util
 
org.onehippo.forge.hst.spring.support.web - package org.onehippo.forge.hst.spring.support.web
 

R

registerBundle(String, Locale, ResourceBundle) - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Register the live bundle by the basename and locale in order to be able to determine that the bundle was originated from repository.
registerBundle(String, Locale, ResourceBundle) - Method in interface org.onehippo.forge.hst.spring.support.RepositoryResourceBundleMessageFormatProvider
Register the live bundle by the basename and locale in order to be able to determine that the bundle was originated from repository.
registerPreviewBundle(String, Locale, ResourceBundle) - Method in class org.onehippo.forge.hst.spring.support.CachingRepositoryResourceBundleMessageFormatProvider
Register the preview bundle by the basename and locale in order to be able to determine that the bundle was originated from repository.
registerPreviewBundle(String, Locale, ResourceBundle) - Method in interface org.onehippo.forge.hst.spring.support.RepositoryResourceBundleMessageFormatProvider
Register the preview bundle by the basename and locale in order to be able to determine that the bundle was originated from repository.
removeAttribute(String) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
RepositoryResourceBundleMessageFormatProvider - Interface in org.onehippo.forge.hst.spring.support
Repository based ResourceBundle MessageFormat Provider.
resolveCode(String, Locale) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
If HstRepositoryResourceBundleMessageSource.isLocalizationContextResourceBundleEnabled() returns true, then it tries to find the default resource bundle from LocalizationContext first.
resolveCodeWithoutArguments(String, Locale) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
If HstRepositoryResourceBundleMessageSource.isLocalizationContextResourceBundleEnabled() returns true, then it tries to find the default resource bundle from LocalizationContext first.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
If the exception is instance of HstPageNotFoundException, then it tries to resolve the sitemap item path of the configured 'page not found' sitemap item and forward request to the 'page not found' sitemap item path info.
resolvePageNotFoundPathInfo() - Method in class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
Finds path info of the 'page not found' sitemap item.

S

save(HttpSessionDelegatingSession) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingRepository
 
servletRequestAwareFilter() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingHttpSessionConfiguration
 
sessionRepository() - Method in class org.onehippo.forge.hst.spring.support.session.map.MapHttpSessionConfiguration
 
sessionRepository() - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingHttpSessionConfiguration
 
setAttribute(String, Object) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
setLastAccessedTime(Instant) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
setLocalizationContextResourceBundleEnabled(boolean) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Sets the flag whether or not the default resource bundle should be found from LocalizationContext by calling on Config.get(javax.servlet.ServletRequest, String).
setMaxInactiveInterval(Duration) - Method in class org.onehippo.forge.hst.spring.support.session.servlet.HttpSessionDelegatingSession
 
setOrder(int) - Method in class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
Sets the order value of this object.
setPageNotFoundRefId(String) - Method in class org.onehippo.forge.hst.spring.support.web.HstBridgeHandlerExceptionsResolver
Sets the reference id of the 'page not found' sitemap item.
setRepositoryResourceBundleEnabled(boolean) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Sets the flag whether or not the repository resource bundle documents should be looked up in HstRepositoryResourceBundleMessageSource.getResourceBundle(String, Locale).
setResourceBundleMessageFormatProvider(RepositoryResourceBundleMessageFormatProvider) - Method in class org.onehippo.forge.hst.spring.support.HstRepositoryResourceBundleMessageSource
Sets RepositoryResourceBundleMessageFormatProvider internally to be used for maintaining repository-based resource bundles and message formats from them.
C D F G H I M O R S 
Skip navigation links

Copyright © 2019. All rights reserved.