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

A

AbstractAction - Class in org.loom.action
Abstract superclass that provides some methods for the most common use.
AbstractAction() - Constructor for class org.loom.action.AbstractAction
 
AbstractActionImpl - Class in org.loom.action
Deprecated. use AbstractAction instead. To be removed in 1.1
AbstractActionImpl() - Constructor for class org.loom.action.AbstractActionImpl
Deprecated.  
AbstractAnnotationProcessor - Class in org.loom.annotation.processor
 
AbstractAnnotationProcessor() - Constructor for class org.loom.annotation.processor.AbstractAnnotationProcessor
 
AbstractCollectionNode - Class in org.loom.binding
 
AbstractCollectionNode() - Constructor for class org.loom.binding.AbstractCollectionNode
 
AbstractCompiledWebResource - Class in org.loom.resources
 
AbstractCompiledWebResource() - Constructor for class org.loom.resources.AbstractCompiledWebResource
 
AbstractConverter - Class in org.loom.converter
 
AbstractConverter(Class<?>) - Constructor for class org.loom.converter.AbstractConverter
 
AbstractDateFormatAdapter<T> - Class in org.loom.converter.date
Bridge between java.text.Format and org.joda.time.format.DateTimeFormatter.
AbstractDateFormatAdapter() - Constructor for class org.loom.converter.date.AbstractDateFormatAdapter
 
AbstractDecimalConverter - Class in org.loom.converter
 
AbstractDecimalConverter(Class<?>, String) - Constructor for class org.loom.converter.AbstractDecimalConverter
 
AbstractDecoratedTag - Class in org.loom.tags
Parent class of any decorated tag
AbstractDecoratedTag() - Constructor for class org.loom.tags.AbstractDecoratedTag
 
AbstractExtendedEntityManager - Class in org.loom.persistence
Default implementation of the extended operations
AbstractExtendedEntityManager(EntityManager) - Constructor for class org.loom.persistence.AbstractExtendedEntityManager
 
AbstractFileResolution - Class in org.loom.resolution
Delivers a binary file to the browser
AbstractFileResolution() - Constructor for class org.loom.resolution.AbstractFileResolution
 
AbstractFormatConverter - Class in org.loom.converter
Converter that is based in a Format
AbstractFormatConverter(Class<?>, String, String) - Constructor for class org.loom.converter.AbstractFormatConverter
 
AbstractFormatConverter(Class<?>, String) - Constructor for class org.loom.converter.AbstractFormatConverter
 
AbstractFormatTag - Class in org.loom.tags.messages
 
AbstractFormatTag() - Constructor for class org.loom.tags.messages.AbstractFormatTag
 
AbstractFormFieldTag - Class in org.loom.tags
Parent class for any form field associated to a form parameter.
AbstractFormFieldTag() - Constructor for class org.loom.tags.AbstractFormFieldTag
 
AbstractFormInputDecorator<T extends AbstractFormInputTag> - Class in org.loom.tags.decorator
Adds a label around the input field with its same css styles
AbstractFormInputDecorator() - Constructor for class org.loom.tags.decorator.AbstractFormInputDecorator
 
AbstractFormInputDecorator.ErrorPosition - Enum in org.loom.tags.decorator
 
AbstractFormInputTag - Class in org.loom.tags
Parent class for any form field associated to a form input parameter.
AbstractFormInputTag() - Constructor for class org.loom.tags.AbstractFormInputTag
 
AbstractFormInputTag.LabelPosition - Enum in org.loom.tags
 
AbstractHtmlTag - Class in org.loom.tags
Parent class for any HTML tag
AbstractHtmlTag() - Constructor for class org.loom.tags.AbstractHtmlTag
 
AbstractHtmlTagBeanInfo - Class in org.loom.tags
 
AbstractHtmlTagBeanInfo() - Constructor for class org.loom.tags.AbstractHtmlTagBeanInfo
 
AbstractHttpResolution - Class in org.loom.resolution
A response object with http headers.
AbstractHttpResolution() - Constructor for class org.loom.resolution.AbstractHttpResolution
 
AbstractImageValidationInterceptor - Class in org.loom.interceptor
Validate one image parameter This class and its descendants are thread-safe.
AbstractImageValidationInterceptor() - Constructor for class org.loom.interceptor.AbstractImageValidationInterceptor
 
AbstractLoomDecorator<T extends LoomTag> - Class in org.loom.tags.decorator
 
AbstractLoomDecorator() - Constructor for class org.loom.tags.decorator.AbstractLoomDecorator
 
AbstractLoomFilter - Class in org.loom.filter
Filter superclass that provides LoomServletRequest and LoomServletResponse wrappers.
AbstractLoomFilter() - Constructor for class org.loom.filter.AbstractLoomFilter
 
AbstractMenuData - Class in org.loom.tags.menu
Parent class of MenuData classes
AbstractMenuData() - Constructor for class org.loom.tags.menu.AbstractMenuData
 
AbstractMenuDecorator - Class in org.loom.tags.menu
 
AbstractMenuDecorator() - Constructor for class org.loom.tags.menu.AbstractMenuDecorator
 
AbstractOncePerClassAnnotationProcessor - Class in org.loom.annotation.processor
Anotation processor that will only get executed once per annotation class
AbstractOncePerClassAnnotationProcessor() - Constructor for class org.loom.annotation.processor.AbstractOncePerClassAnnotationProcessor
 
AbstractOptionsTag - Class in org.loom.tags.core
Select or Radio field with nested options.
AbstractOptionsTag() - Constructor for class org.loom.tags.core.AbstractOptionsTag
 
AbstractOptionsTag.SortBy - Enum in org.loom.tags.core
 
AbstractOutTag - Class in org.loom.tags.core
Parent of the out tags.
AbstractOutTag() - Constructor for class org.loom.tags.core.AbstractOutTag
 
AbstractPagedContainer - Class in org.loom.paged
Parent of both request and response objects
AbstractPagedContainer() - Constructor for class org.loom.paged.AbstractPagedContainer
 
AbstractPagedContainerTag - Class in org.loom.tags.paged
Parent of paged containers (tables or lists)
AbstractPagedContainerTag() - Constructor for class org.loom.tags.paged.AbstractPagedContainerTag
 
AbstractPagedContainerTagBeanInfo - Class in org.loom.tags.paged
 
AbstractPagedContainerTagBeanInfo() - Constructor for class org.loom.tags.paged.AbstractPagedContainerTagBeanInfo
 
AbstractPropertyAnnotationProcessor<A extends java.lang.annotation.Annotation,M extends java.lang.annotation.Annotation> - Class in org.loom.annotation.processor
Convenience class for annotations that are bound to a property and might be boundmore than once, which requires some workarounds since this is not possible with java.
AbstractPropertyAnnotationProcessor(Class<A>, Class<M>) - Constructor for class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor
 
AbstractPropertyAnnotationProcessor(Class<A>) - Constructor for class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor
 
AbstractPropertyBoundInterceptor - Class in org.loom.interceptor
Default implementation of the PropertyBound interface
AbstractPropertyBoundInterceptor() - Constructor for class org.loom.interceptor.AbstractPropertyBoundInterceptor
 
AbstractPropertyValidator - Class in org.loom.validator
 
AbstractPropertyValidator() - Constructor for class org.loom.validator.AbstractPropertyValidator
 
AbstractRequiredValidator<T> - Class in org.loom.validator
Parent of all the RequiredValidator classes
AbstractRequiredValidator() - Constructor for class org.loom.validator.AbstractRequiredValidator
 
AbstractSecurityAnnotationProcessor - Class in org.loom.annotation.processor
Processes security annotations.
AbstractSecurityAnnotationProcessor() - Constructor for class org.loom.annotation.processor.AbstractSecurityAnnotationProcessor
 
AbstractSimpleConverter - Class in org.loom.converter
Default implementation of a Converter that returns a locale-independant conversion that may never produce a conversion error.
AbstractSimpleConverter(Class<?>) - Constructor for class org.loom.converter.AbstractSimpleConverter
 
AbstractSimpleNumberConverter - Class in org.loom.converter
number format that is not locale-dependant (integer, long, etc)
AbstractSimpleNumberConverter(Class<?>) - Constructor for class org.loom.converter.AbstractSimpleNumberConverter
 
AbstractStringConverter - Class in org.loom.converter
A class that must be able to perform the conversion from and to a String value.
AbstractStringConverter(Class<?>) - Constructor for class org.loom.converter.AbstractStringConverter
 
AbstractTag - Class in org.loom.tags
Parent of any Loom tag
AbstractTag() - Constructor for class org.loom.tags.AbstractTag
 
AbstractTextFieldTag - Class in org.loom.tags.core
Parent of the InputText and InputTextArea fields
AbstractTextFieldTag() - Constructor for class org.loom.tags.core.AbstractTextFieldTag
 
AbstractWebResourceCompiler - Class in org.loom.resources
 
AbstractWebResourceCompiler() - Constructor for class org.loom.resources.AbstractWebResourceCompiler
 
AbstractWebResourceTag - Class in org.loom.tags.core
Tag that creates a link to a script or css file.
AbstractWebResourceTag() - Constructor for class org.loom.tags.core.AbstractWebResourceTag
 
AbstractWriterWrapper<T extends java.io.Writer> - Class in org.loom.tags
Abstract writer implementation
AbstractWriterWrapper(T) - Constructor for class org.loom.tags.AbstractWriterWrapper
 
ACCEPT - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Accept
ACCEPT_CHARSET - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Accept-Charset
ACCEPT_ENCODING - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Accept-Encoding
ACCEPT_LANGUAGE - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Accept-Language
ACCEPT_RANGES - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Accept-Ranges
Action - Interface in org.loom.action
The interface that must be implemented by any Action
ACTION - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the current action
ActionContext - Class in org.loom.action
Encapsulates the objects associated to this request: request, response, current action mapping, etc.
ActionContext() - Constructor for class org.loom.action.ActionContext
 
ActionMapping - Class in org.loom.mapping
The mapping information about one Action class.
ActionMapping() - Constructor for class org.loom.mapping.ActionMapping
 
ActionMappingAwareInterceptor - Interface in org.loom.interceptor
An interceptor that needs access to the ActionMapping data
ActionMappingFactory - Interface in org.loom.mapping
Class that creates ActionMapping and ActionMappingRepository instances
ActionMappingRepository - Interface in org.loom.mapping
Repository of all configured ActionMapping instances.
ActionNotFoundException - Exception in org.loom.exception
Reports that an Action could not be found
ActionNotFoundException(String) - Constructor for exception org.loom.exception.ActionNotFoundException
 
ActionNotFoundException(Class<? extends Action>) - Constructor for exception org.loom.exception.ActionNotFoundException
 
add(Class<?>) - Static method in class org.loom.annotation.processor.VisitedClasses
 
add(String, Object) - Method in class org.loom.json.JsonMarshaller
Deprecated. Add one attribute to this JSON object
add(String) - Method in class org.loom.resolution.AutocompleteResolution
Adds a new item to the results list
add(String, Object) - Method in interface org.loom.resolution.RedirectResolution
Add a parameter to the redirected url
add(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
add(Class<?>) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
add(String) - Method in class org.loom.tags.CssBuilder
Appends a css class if the class is != null
add(String, Object) - Method in class org.loom.url.UrlBuilder
Add a GET parameter to the generated URL.
addActionMapping(ActionMapping) - Method in interface org.loom.mapping.ActionMappingRepository
 
addActionMapping(ActionMapping) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
addActionMapping(ActionMapping) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
addActionScanner(Element, ParserContext) - Method in class org.loom.spring.ConfigBeanDefinitionParser
Parse the action-scan component.
addAll(Messages) - Method in class org.loom.i18n.Messages
Add all messages from another Messages instance
addAll(Map<String, ?>) - Method in class org.loom.json.JsonMarshaller
Deprecated. Add all entries in a Map
addAll(Iterable<String>) - Method in class org.loom.resolution.AutocompleteResolution
Adds every String inside a Collection
addAll(CssBuilder) - Method in class org.loom.tags.CssBuilder
Adds all the CSS classes included in another instance of CssBuilder into this one.
addAll(PathMatcher) - Method in class org.loom.validator.PathMatcher
 
addAnnotationProcessor(AnnotationProcessor) - Method in class org.loom.annotation.processor.DefaultAnnotationProcessorRepository
 
addAnnotationProcessors() - Method in class org.loom.spring.ConfigBeanDefinitionParser
Add some annotation processors if the dependent classes are found in the classpath
addAnnotations(AnnotatedElement) - Method in class org.loom.binding.PropertyWrapper
Adds the element annotations to this property wrapper
addArg(String, Object) - Method in exception org.loom.exception.LocaleAwareException
 
addArg(String, Object) - Method in class org.loom.i18n.Message
 
addBrowserMessage(String) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
Add a message key that should be forwarded to the browser.
addBrowserMessage(String) - Method in class org.loom.i18n.MessagesRepository
 
addBrowserMessage(String) - Method in interface org.loom.i18n.MessagesRepositoryFactory
Add a JSON message key.
addBrowserMessage(String) - Method in class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
addBrowserMessages(Set<String>) - Method in class org.loom.i18n.MessagesRepository
 
addChild(MenuItemData) - Method in class org.loom.tags.menu.AbstractMenuData
 
addChild(MenuItemData) - Method in class org.loom.tags.menu.MenuData
 
addChild(MenuItemData) - Method in class org.loom.tags.menu.MenuItemData
 
addChild(MenuItemData) - Method in interface org.loom.tags.menu.MenuItemDataCollection
Add a MenuItemData as child of this node
addChild(MenuItemData) - Method in class org.loom.tags.menu.MenuItemTag
 
addChild(MenuItemData) - Method in interface org.loom.tags.menu.MenuItemTagCollection
Add a MenuItemData as child of this node
addChild(MenuItemData) - Method in class org.loom.tags.menu.MenuTag
 
addCompiledExpression(String) - Method in class org.loom.i18n.CompiledMessage
 
addCompiledWebResource(CompiledWebResource) - Method in class org.loom.resources.CompilationResult
 
addConverterFactory(AnnotationDrivenConverterFactory) - Method in class org.loom.converter.DefaultConverterFactory
 
addCookie(String, String) - Method in class org.loom.resolution.AbstractFileResolution
 
addCookie(String, String, int) - Method in class org.loom.resolution.AbstractFileResolution
 
addCookie(Cookie) - Method in class org.loom.resolution.AbstractFileResolution
 
addCookie(String, String) - Method in class org.loom.resolution.AbstractHttpResolution
 
addCookie(String, String, int) - Method in class org.loom.resolution.AbstractHttpResolution
 
addCookie(Cookie) - Method in class org.loom.resolution.AbstractHttpResolution
 
addCookie(String, String) - Method in class org.loom.resolution.DefaultForwardResolution
 
addCookie(String, String, int) - Method in class org.loom.resolution.DefaultForwardResolution
 
addCookie(Cookie) - Method in class org.loom.resolution.DefaultForwardResolution
 
addCookie(String, String) - Method in interface org.loom.resolution.ForwardResolution
 
addCookie(String, String, int) - Method in interface org.loom.resolution.ForwardResolution
 
addCookie(Cookie) - Method in interface org.loom.resolution.ForwardResolution
 
addCookie(String, String) - Method in interface org.loom.resolution.HttpResolution
Adds a cookie that will not be stored on disk (will be deleted when the browser is closed).
addCookie(String, String, int) - Method in interface org.loom.resolution.HttpResolution
Adds a cookie
addCookie(Cookie) - Method in interface org.loom.resolution.HttpResolution
Adds a cookie
addCookie(String, String) - Method in class org.loom.resolution.JacksonResolution
 
addCookie(String, String, int) - Method in class org.loom.resolution.JacksonResolution
 
addCookie(Cookie) - Method in class org.loom.resolution.JacksonResolution
 
addCookie(String, String) - Method in interface org.loom.resolution.RedirectResolution
 
addCookie(String, String, int) - Method in interface org.loom.resolution.RedirectResolution
 
addCookie(Cookie) - Method in interface org.loom.resolution.RedirectResolution
 
addCookie(String, String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addCookie(String, String, int) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addCookie(Cookie) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addCookie(String, String, int) - Method in interface org.loom.servlet.LoomServletResponse
Adds a cookie
addCookie(String, String) - Method in interface org.loom.servlet.LoomServletResponse
Adds a cookie with a maxAge of -1
addCookie(Cookie) - Method in class org.loom.servlet.LoomServletResponseImpl
The addCookie behaviour has been changed.
addCookie(String, String) - Method in class org.loom.servlet.LoomServletResponseImpl
 
addCookie(String, String, int) - Method in class org.loom.servlet.LoomServletResponseImpl
 
addCssClass(String) - Method in class org.loom.tags.AbstractHtmlTag
Adds a new css class to this tag
addCssClass(String) - Method in interface org.loom.tags.HtmlTag
Add a CSS class to this tag
addCssClass(String) - Method in class org.loom.tags.tabs.TabTag
 
addCssResource(CssResource) - Method in class org.loom.resources.CompilationResult
 
addDateHeader(String, Date) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use addHeader(String, Object) instead
addError(String, String) - Method in class org.loom.action.AbstractAction
Deprecated. use error() instead
addError(String) - Method in class org.loom.action.AbstractAction
Deprecated. use error() instead
addError(Message) - Method in class org.loom.action.AbstractAction
Deprecated. use addMessage() instead
addErrorMessage(Messages, String, String, String) - Method in class org.loom.converter.AbstractConverter
Adds a conversion error message
addErrorMessage(String, Object) - Method in class org.loom.validator.ValidationRequest
Adds a validation error message
addEventParameter(EventParameter) - Method in class org.loom.mapping.Event
 
addExpression(String, String) - Method in class org.loom.json.JsonMarshaller
Deprecated. Append an expression such as max: MyClass.calculate()
addFileParameter(String, FileParameter) - Method in interface org.loom.servlet.LoomServletRequest
Add an uploaded file parameter
addFileParameter(String, FileParameter) - Method in class org.loom.servlet.LoomServletRequestImpl
 
addFileParameter(String, FileParameter) - Method in class org.loom.servlet.params.ServletRequestParameters
Adds an uploaded file item to the list of parameters
addFileParameters(Map<String, FileParameter>) - Method in class org.loom.servlet.params.ServletRequestParameters
Adds all the provided params to this RequestParams instance
addHandler(Event, Class<? extends MethodInterceptor>, String[], Class<?>...) - Method in class org.loom.annotation.processor.EventAnnotationProcessor
 
addHeader(String, Object) - Method in class org.loom.resolution.AbstractFileResolution
 
addHeader(String, Object) - Method in class org.loom.resolution.AbstractHttpResolution
 
addHeader(String, Object) - Method in class org.loom.resolution.DefaultForwardResolution
 
addHeader(String, Object) - Method in interface org.loom.resolution.ForwardResolution
 
addHeader(String, Object) - Method in interface org.loom.resolution.HttpResolution
Add a http header.
addHeader(String, Object) - Method in class org.loom.resolution.JacksonResolution
 
addHeader(String, Object) - Method in interface org.loom.resolution.RedirectResolution
 
addHeader(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addHiddenField(String, Object) - Method in class org.loom.tags.core.FormTag
Add a hidden field to this component.
addHiddenField(String, Object) - Method in interface org.loom.tags.Form
Add a hidden field to include in this form
addHtmlEntity(Currency, String) - Static method in class org.loom.util.LocaleUtils
Add a currency HTML entity
addIfMissing(Class<?>, Class<?>) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
addInterceptor(Interceptor) - Method in class org.loom.mapping.Event
 
addInternalClasses() - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
addIntHeader(String, int) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use addHeader(String, Object) instead
addItemToList(Object, Object, String[], int, int) - Method in class org.loom.binding.AbstractCollectionNode
Creates and add an item to the list if there is none there.
addJsonProperty(String, Object) - Method in class org.loom.resolution.JsonResolution
Deprecated. Add a JSON property to this object
addListener(T) - Method in class org.loom.interceptor.InterceptorProxy
Adds a listener that implements one or more of the listener interfaces
addLoomServletRequestFactory(Element) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
addMapping(Class<? extends LoomTag>, TagDecorator<? extends LoomTag>) - Method in class org.loom.tags.decorator.TagDecoratorRepository
Adds a mapping for a tag class
addMapping(String, TagDecorator<? extends LoomTag>) - Method in class org.loom.tags.decorator.TagDecoratorRepository
Adds a mapping with a specific name
addMessage(Message) - Method in class org.loom.action.AbstractAction
 
addMessage(Message) - Method in class org.loom.i18n.Messages
Adds a new Message
addMessage(String, String) - Method in class org.loom.i18n.Messages
Deprecated. use error(propertyPath, messageKey) instead
addMessage(String) - Method in class org.loom.i18n.Messages
Deprecated. use error(messageKey) instead
addMethod(HttpMethod) - Method in class org.loom.mapping.Event
Add an allowed http method to this event.
addOption(String, String, Boolean) - Method in class org.loom.tags.core.AbstractOptionsTag
 
addOption(Option) - Method in class org.loom.tags.core.AbstractOptionsTag
 
addOrderBy(String) - Method in interface org.loom.paged.PagedListCriteria
Adds the order by parameter to a query.
addOrderBy(String) - Method in class org.loom.paged.PagedListCriteriaImpl
Adds the order by parameter to a query.
addOrderBy(String) - Method in class org.loom.util.displaytag.PaginatedListImpl
Adds the order by parameter to a query.
addParameter(Object) - Method in interface org.loom.paged.PagedListCriteria
Add a parameter to the query
addParameter(Object) - Method in class org.loom.paged.PagedListCriteriaImpl
Add a parameter to the query
addParameter(String, Object) - Method in interface org.loom.resolution.RedirectResolution
Deprecated. use RedirectResolution.add(String, Object) instead
addParameter(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addParameter(String, Object) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
addParameter(String, Object) - Method in class org.loom.tags.core.FormTag
 
addParameter(String, Object) - Method in class org.loom.tags.core.ImgTag
 
addParameter(String, Object) - Method in class org.loom.tags.core.LinkTag
 
addParameter(String, Object) - Method in class org.loom.tags.core.RedirectTag
 
addParameter(String, Object) - Method in class org.loom.tags.core.UrlTag
 
addParameter(String, Object) - Method in class org.loom.tags.menu.MenuItemData
 
addParameter(String, Object) - Method in class org.loom.tags.menu.MenuItemTag
 
addParameter(String, Object) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
addParameter(String, Object) - Method in class org.loom.tags.paged.ColumnTag
 
addParameter(String, Object) - Method in class org.loom.tags.tabs.TabTag
 
addParameter(String, Object) - Method in interface org.loom.url.ParameterContainer
Adds a parameter to the resulting url
addParameter(String, Object) - Method in class org.loom.url.UrlBuilder
Deprecated. use UrlBuilder.add(String, Object) instead
addProperties(Properties) - Method in class org.loom.i18n.MessagesRepository
Add all entries from a Properties file into this instance contents
addProperty(String) - Method in interface org.loom.resolution.RedirectResolution
Add an action property as a parameter.
addProperty(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addPropertyParameter(String) - Method in interface org.loom.resolution.RedirectResolution
Deprecated. use RedirectResolution.addProperty(String) instead
addPropertyParameter(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
addPropertyPath(String) - Method in class org.loom.interceptor.EagerPropertyInterceptor
 
addRenderedException(Class<? extends Throwable>) - Static method in class org.loom.tags.exception.DefaultErrorRenderer
Add a exception that should be rendered on the web page
addReplaceChars(char, char, char) - Static method in class org.loom.util.StringUtils
 
addReplaceChars(char, char) - Static method in class org.loom.util.StringUtils
 
addResource(Set<Resource>, Resource) - Method in class org.loom.resources.AbstractWebResourceCompiler
Adds a resource after processing any \@include directives
addResourceBundle(String, List<Resource>) - Method in class org.loom.resources.DefaultWebResourceBundleRepository
 
addResourceBundle(String, List<Resource>) - Method in interface org.loom.resources.WebResourceBundleRepository
Add a WebResourceBundle
addRule(PathMatcherRule) - Method in class org.loom.validator.PathMatcher
 
addString(String) - Method in class org.loom.i18n.CompiledMessage
 
addString(String, String) - Method in class org.loom.i18n.MessagesRepository
Add one entry to this MessagesRepository instance
addStringParameter(String, String) - Method in interface org.loom.servlet.LoomServletRequest
Add a String parameter
addStringParameter(String, String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
addStringParameter(String, String) - Method in class org.loom.servlet.params.ServletRequestParameters
Add a parameter value to the list of processed params
addStringParameters(Map<String, String>) - Method in class org.loom.servlet.params.ServletRequestParameters
Adds all the provided params to this RequestParams instance
addTab(TabTag) - Method in class org.loom.tags.tabs.TabContainerTag
 
addToken(UriToken) - Method in class org.loom.mapping.UriParser
 
addTranslatedArg(String, Object) - Method in exception org.loom.exception.LocaleAwareException
 
addTranslatedArg(String, Object) - Method in class org.loom.i18n.Message
 
addTranslatedArgs(Message) - Method in exception org.loom.exception.LocaleAwarePersistenceException
 
addValidator(PathMatcher, PropertyValidator) - Method in class org.loom.mapping.ActionMapping
Adds a validator to all events that match the validator event filter
addValidator(PropertyValidator) - Method in class org.loom.mapping.DefaultEventParameter
 
addValidator(PropertyValidator) - Method in class org.loom.mapping.Event
Adds a new parameter or attribute Validator.
addValidator(PropertyValidator) - Method in interface org.loom.mapping.EventParameter
 
addWebResourceBundles(Element, ParserContext) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
afterCreate(ParsedAction) - Method in interface org.loom.interceptor.CreateInterceptor
 
afterCreate(ParsedAction) - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
afterCreate(ParsedAction) - Method in class org.loom.interceptor.EagerPropertyInterceptor
 
afterCreate(ParsedAction) - Method in class org.loom.interceptor.InterceptorProxy
 
afterCreate(ParsedAction) - Method in class org.loom.interceptor.MethodInterceptor.AfterCreate
 
afterCreate() - Method in class org.loom.mapping.ParsedAction
 
afterDoTag(T) - Method in class org.loom.tags.decorator.AbstractFormInputDecorator
 
afterDoTag(T) - Method in class org.loom.tags.decorator.AbstractLoomDecorator
 
afterDoTag(InputRadioTag) - Method in class org.loom.tags.decorator.InputRadioDecorator
 
afterDoTag(UrlTag) - Method in class org.loom.tags.decorator.LinkOnlyDecorator
 
afterDoTag(InputHiddenTag) - Method in class org.loom.tags.decorator.PrintHiddenFieldDecorator
 
afterDoTag(T) - Method in class org.loom.tags.decorator.ReadOnlyDecorator
 
afterDoTag(T) - Method in interface org.loom.tags.decorator.TagDecorator
 
afterDoTag(MenuTag) - Method in class org.loom.tags.menu.InlineMenuDecorator
 
afterDoTag(MenuTag) - Method in class org.loom.tags.menu.NestedMenuDecorator
 
afterDoTag(TabTag) - Method in class org.loom.tags.tabs.DefaultTabDecorator
 
afterPropertiesSet() - Method in class org.loom.config.ResourcesWatchdog
 
afterPropertiesSet() - Method in class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
afterPropertiesSet() - Method in class org.loom.persistence.file.ExternalFileManager
 
afterPropertiesSet() - Method in class org.loom.persistence.PackagesPersistenceUnitPostProcessor
 
AGE - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Age
allowedFormats - Variable in class org.loom.interceptor.FileValidationInterceptor
allowed formats
alphaToNumber(String) - Static method in class org.loom.util.StringUtils
Convert a short alphanumeric representation back to the original number using Base58
AnnotationContainer - Interface in org.loom.binding
An annotated property or method
AnnotationDrivenConverterFactory<T extends java.lang.annotation.Annotation> - Interface in org.loom.converter
Factory of Converter instances driven by the use of annotations on the affected property
AnnotationProcessor - Interface in org.loom.annotation.processor
Processes the annotations of a class, configuring its mapping as indicated by the annotations
AnnotationProcessorRepository - Interface in org.loom.annotation.processor
Repository of configured annotation processors
annotations - Variable in class org.loom.mapping.DefaultEventParameter
the list of annotations set on this parameter
AnnotationUtils - Class in org.loom.util
 
AnnotationUtils() - Constructor for class org.loom.util.AnnotationUtils
 
append(CharSequence) - Method in class org.loom.resolution.StringResolution
 
append(Object) - Method in class org.loom.resolution.StringResolution
 
append(CharSequence) - Method in class org.loom.tags.StringBuilderWriter
 
append(CharSequence, int, int) - Method in class org.loom.tags.StringBuilderWriter
 
append(char) - Method in class org.loom.tags.StringBuilderWriter
 
appendPropertyValue(StringBuilder, Object) - Static method in class org.loom.json.JsonMarshaller
Deprecated. Serialize a property value and appends it to the StringBuilder passed as argument
applyTo() - Method in class org.loom.i18n.CompiledMessage
 
applyValidation(Object, ValidationRequest) - Method in class org.loom.binding.Node
Applies validation to this node.
applyValidation(Object, PropertyValidator, Messages) - Method in class org.loom.binding.PropertyBinder
Applies a validation.
applyValidation(Object, ValidationRequest) - Method in class org.loom.binding.PropertyBinder
 
applyValidationImpl(Object, ValidationRequest) - Method in class org.loom.binding.AbstractCollectionNode
 
applyValidationImpl(Object, ValidationRequest) - Method in class org.loom.binding.MapNode
 
applyValidationImpl(Object, ValidationRequest) - Method in class org.loom.binding.Node
Applies a validation.
applyValidationImpl(Object, ValidationRequest) - Method in class org.loom.binding.SetNode
 
applyValidationImpl(Object, ValidationRequest) - Method in class org.loom.binding.SimpleNode
 
ArrayImplementationFactory - Class in org.loom.binding.factories
ImplementationFactory for static arrays.
ArrayImplementationFactory(Class<?>) - Constructor for class org.loom.binding.factories.ArrayImplementationFactory
 
ArrayNode - Class in org.loom.binding
A Node representing a List
ArrayNode() - Constructor for class org.loom.binding.ArrayNode
 
asMap() - Method in class org.loom.i18n.MessagesRepository
 
assertNoOverlapping(Event) - Method in class org.loom.mapping.Event
 
AUTHORIZATION - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Authorization
AutocompleteEntry - Class in org.loom.resolution
Each entry returned in this Resolution instance
AutocompleteEntry(String) - Constructor for class org.loom.resolution.AutocompleteEntry
 
AutocompleteResolution - Class in org.loom.resolution
Returns an unordered list of autocompleter results highlighting the match part in every result.
AutocompleteResolution(String) - Constructor for class org.loom.resolution.AutocompleteResolution
 
AutocompleteResolution(Pattern, String) - Constructor for class org.loom.resolution.AutocompleteResolution
 
autodiscoverAnnotationProcessors() - Method in class org.loom.spring.SpringAnnotationProcessorRepository
 
autodiscoverConverters() - Method in class org.loom.spring.SpringConverterFactory
 

B

BalancedUrlBuilder - Class in org.loom.url
Constructs a url balancing between several host names.
BalancedUrlBuilder() - Constructor for class org.loom.url.BalancedUrlBuilder
 
BasicAnnotationProcessor - Class in org.loom.annotation.processor
Processes JPA annotations.
BasicAnnotationProcessor() - Constructor for class org.loom.annotation.processor.BasicAnnotationProcessor
 
beforeDoTag(T) - Method in class org.loom.tags.decorator.AbstractFormInputDecorator
 
beforeDoTag(T) - Method in class org.loom.tags.decorator.AbstractLoomDecorator
 
beforeDoTag(InputRadioTag) - Method in class org.loom.tags.decorator.InputRadioDecorator
 
beforeDoTag(UrlTag) - Method in class org.loom.tags.decorator.LinkOnlyDecorator
 
beforeDoTag(InputHiddenTag) - Method in class org.loom.tags.decorator.PrintHiddenFieldDecorator
 
beforeDoTag(T) - Method in class org.loom.tags.decorator.ReadOnlyDecorator
 
beforeDoTag(T) - Method in interface org.loom.tags.decorator.TagDecorator
 
beforeDoTag(MenuTag) - Method in class org.loom.tags.menu.InlineMenuDecorator
 
beforeDoTag(MenuTag) - Method in class org.loom.tags.menu.NestedMenuDecorator
 
beforeDoTag(TabTag) - Method in class org.loom.tags.tabs.DefaultTabDecorator
 
beforeExecute(ParsedAction) - Method in class org.loom.interceptor.CacheInterceptor
 
beforeExecute(ParsedAction) - Method in interface org.loom.interceptor.ExecuteInterceptor
 
beforeExecute(ParsedAction) - Method in class org.loom.interceptor.InterceptorProxy
 
beforeExecute(ParsedAction) - Method in class org.loom.interceptor.MethodInterceptor.BeforeExecute
 
beforeExecute() - Method in class org.loom.mapping.ParsedAction
 
beforePopulate(ParsedAction) - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
beforePopulate(ParsedAction) - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
beforePopulate(ParsedAction) - Method in class org.loom.interceptor.InterceptorProxy
 
beforePopulate(ParsedAction) - Method in class org.loom.interceptor.MethodInterceptor.BeforePopulate
 
beforePopulate(ParsedAction) - Method in interface org.loom.interceptor.PopulateInterceptor
 
beforePopulate() - Method in class org.loom.mapping.ParsedAction
 
beforeResolution(ParsedAction, Resolution) - Method in class org.loom.interceptor.CacheInterceptor
 
beforeResolution(ParsedAction, Resolution) - Method in class org.loom.interceptor.InterceptorProxy
 
beforeResolution(ParsedAction, Resolution) - Method in interface org.loom.interceptor.ResolutionInterceptor
Gets invoked before resolution.resolve()
beforeResolution(Resolution) - Method in class org.loom.mapping.ParsedAction
 
beforeValidate(ParsedAction) - Method in class org.loom.interceptor.FileValidationInterceptor
 
beforeValidate(ParsedAction) - Method in class org.loom.interceptor.InterceptorProxy
 
beforeValidate(ParsedAction) - Method in class org.loom.interceptor.MethodInterceptor.BeforeValidate
 
beforeValidate(ParsedAction) - Method in interface org.loom.interceptor.ValidateInterceptor
 
beforeValidate() - Method in class org.loom.mapping.ParsedAction
 
BigDecimalConverter - Class in org.loom.converter
 
BigDecimalConverter() - Constructor for class org.loom.converter.BigDecimalConverter
 
bindActions(Binder, Iterable<Class<? extends Action>>) - Static method in class org.loom.guice.Plugins
Register a list of action classes in Loom Example of use: Plugins.bindActions(binder(), MortgagesAction.class, CustomersAction.class);
bindAnnotationProcessors(Binder, Iterable<Class<? extends AnnotationProcessor>>) - Static method in class org.loom.guice.Plugins
 
bindConverterFactories(Binder, Iterable<Class<? extends AnnotationDrivenConverterFactory>>) - Static method in class org.loom.guice.Plugins
Register a list of converter factories Example of use: Plugins.bindActions(binder(), JsonConverterFactory.class);
bindConverters(Binder, Iterable<Class<? extends Converter>>) - Static method in class org.loom.guice.Plugins
Register a list of converter classes Example of use: Plugins.bindActions(binder(), StringConverter.class, IntegerConverter.class);
bindJacksonMixins(Binder, Iterable<Class>) - Static method in class org.loom.guice.Plugins
Bind a list of jackson mixins to specify the default serializer and deserializer for java classes.
BlobPersistentFileContents - Class in org.loom.persistence.file
A PersistentFile implementation that persists file contents as a BLOB
BlobPersistentFileContents() - Constructor for class org.loom.persistence.file.BlobPersistentFileContents
 
BooleanConverter - Class in org.loom.converter
 
BooleanConverter() - Constructor for class org.loom.converter.BooleanConverter
 
BrowserData - Class in org.loom.servlet
Contains the browser data that can be guessed from the User-Agent header.
BrowserData(String) - Constructor for class org.loom.servlet.BrowserData
 
BrowserMessages - Annotation Type in org.loom.annotation
Used on classes that require some message keys in the browser.
BrowserMessagesAnnotationProcessor - Class in org.loom.annotation.processor
Processes BrowserMessages annotations
BrowserMessagesAnnotationProcessor() - Constructor for class org.loom.annotation.processor.BrowserMessagesAnnotationProcessor
 
BufferedImageResolution - Class in org.loom.resolution
Delivers an image to the browser
BufferedImageResolution(BufferedImage, String) - Constructor for class org.loom.resolution.BufferedImageResolution
 
BufferedImageResolution(BufferedImage) - Constructor for class org.loom.resolution.BufferedImageResolution
 
buildBody(StringBuilder) - Method in class org.loom.json.JsonMarshaller
Deprecated.  
BUNDLE - Static variable in class org.loom.action.support.ResourcesAction
the resource bundle name
BusinessException - Exception in org.loom.exception
Deprecated. use LocaleAwareException instead. To be removed in 1.1
Button - Interface in org.loom.tags
An html button
ButtonDecorator - Interface in org.loom.validator
Modify buttons that point to a certain action and event, based on metadata contained by the implementing class.
ButtonTag - Class in org.loom.tags.core
Submit, Reset or Push button.
ButtonTag() - Constructor for class org.loom.tags.core.ButtonTag
 
byClass(Class<? extends T>) - Method in class org.loom.guice.GuiceLookup
 
byClass(Class<? extends T>) - Method in class org.loom.spring.SpringLookup
 
byClass(Class<? extends T>) - Method in class org.loom.util.Lookup
 
byName(Class<? extends T>, String) - Method in class org.loom.guice.GuiceLookup
 
byName(Class<? extends T>, String) - Method in class org.loom.spring.SpringLookup
 
byName(Class<? extends T>, String) - Method in class org.loom.util.Lookup
 
ByteArrayPersistentFileContents - Class in org.loom.persistence.file
Extends PersistentFile with its data as a byte[]
ByteArrayPersistentFileContents() - Constructor for class org.loom.persistence.file.ByteArrayPersistentFileContents
 
ByteConverter - Class in org.loom.converter
 
ByteConverter() - Constructor for class org.loom.converter.ByteConverter
 

C

Cache - Annotation Type in org.loom.annotation
Annotated methods calculate the CacheControl instance to be asociated to the current request.
CACHE_CONTROL - Static variable in interface org.loom.servlet.names.CommonHeaderNames
Cache-Control
CACHE_CONTROL - Static variable in interface org.loom.servlet.names.RequestAttributeNames
When using \@Cache, the CacheControl instance associated to the current request
CacheableResolution - Interface in org.loom.resolution
A resolution that can be cached by the browser
CacheAnnotationProcessor - Class in org.loom.annotation.processor
Process Cache annotations
CacheAnnotationProcessor() - Constructor for class org.loom.annotation.processor.CacheAnnotationProcessor
 
CacheControl - Class in org.loom.servlet
Contains the caching information related to the response object.
CacheControl() - Constructor for class org.loom.servlet.CacheControl
 
cacheCssResource() - Method in class org.loom.action.support.ResourcesAction
 
CACHED_CONTAINER - Static variable in interface org.loom.servlet.names.SessionAttributeNames
Cached data container
CacheInterceptor - Class in org.loom.interceptor
Intercepts requests and invoke the associated method to get the Cache information.
CacheInterceptor() - Constructor for class org.loom.interceptor.CacheInterceptor
 
cacheMessagesRepository() - Method in class org.loom.action.support.ResourcesAction
If a MD5 attribute has been passed and it's the same of the actual MessageRepository contents, set the response to cache forever.
cacheResource() - Method in class org.loom.action.support.ResourcesAction
 
CacheTag - Class in org.loom.tags.core
Cache the tag contents.
CacheTag() - Constructor for class org.loom.tags.core.CacheTag
 
calculateCacheControl(ParsedAction) - Method in class org.loom.interceptor.CacheInterceptor
Execute the method to retrieve the CacheControl instance.
calculateContentDispositionHeader(String) - Method in class org.loom.resolution.AbstractFileResolution
 
calculateCss(MenuItemData, MenuItemData) - Method in class org.loom.tags.menu.NestedMenuDecorator
Calculate the css class of this menuItem.
calculateHiddenFields() - Method in class org.loom.tags.core.FormTag
Calculate all the hidden fields to add to this form instance
calculateHostname() - Method in class org.loom.url.BalancedUrlBuilder
Calculate the host name to use.
calculateMD5(byte[]) - Static method in class org.loom.util.StringUtils
Calculate the MD5 hash for the given byte array
calculateMD5(Resource) - Static method in class org.loom.util.StringUtils
Calculate the MD5 hash for the given resource
calculateMethodOverride() - Method in class org.loom.tags.core.FormTag
When displaying the form tag, this method calculates the value of the OVERRIDE_METHOD parameter, for use with DELETE and PUT methods which are not supported by the browser.
calculateOptions() - Method in class org.loom.tags.core.AbstractOptionsTag
Returns the available options.
calculateTargetResource(LoomServletRequest) - Method in class org.loom.resolution.DefaultForwardResolution
 
calculateTargetResource(LoomServletRequest) - Method in class org.loom.resolution.LocaleForwardResolution
 
calculateTitle() - Method in class org.loom.url.UrlBuilder
Calculates a valid title, if none is provided.
calculateTotal() - Method in interface org.loom.paged.PagedListCriteria
 
calculateTotal() - Method in class org.loom.paged.PagedListCriteriaImpl
 
camelCase(String...) - Static method in class org.loom.util.StringUtils
 
camelCaseWithSeparators(String, String) - Static method in class org.loom.util.StringUtils
Returns the camelCase result after using the provided separators array to split the string into words.
CharacterConverter - Class in org.loom.converter
 
CharacterConverter() - Constructor for class org.loom.converter.CharacterConverter
 
charset - Variable in class org.loom.resources.AbstractWebResourceCompiler
the charset to use
checkResourceExists(String) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
ClassNames - Interface in org.loom.config
Names of classes automatically detected by Loom.
ClassUtils - Class in org.loom.util
Yet Another ClassUtils implementation.
ClassUtils() - Constructor for class org.loom.util.ClassUtils
 
cleanCache(Class<?>) - Method in class org.loom.binding.PropertyWrapperFactory
 
clear() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
clear() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
clear() - Method in class org.loom.persistence.TransactionalService
 
clear() - Method in class org.loom.tags.CssBuilder
Clears this cssBuilder instance
clear() - Method in class org.loom.tags.TagAttributes
 
clearInstance(ServletRequest) - Method in class org.loom.servlet.LoomServletRequestFactory
 
clearParams() - Method in class org.loom.url.UrlBuilder
Clears the parameter list, but leaves the action/event/rawUrl untouched
clearThreadLocal() - Static method in class org.loom.servlet.LoomServletRequestImpl
Clear the request bound to this Thread, to avoid memory leaks
clone() - Method in class org.loom.paged.PagedListDataImpl
 
clone() - Method in class org.loom.url.UrlBuilder
 
close() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
close() - Method in class org.loom.persistence.ExtendedEntityManagerFactory
 
close() - Method in class org.loom.persistence.TransactionalService
 
close() - Method in class org.loom.tags.StringBuilderWriter
 
CLOSURE_COMPRESSOR - Static variable in interface org.loom.config.ClassNames
is Google Closure Compiler in the classpath?
ClosureJavascriptCompressorAdapter - Class in org.loom.resources.compressor
Adapter for Google Closure Compiler
ClosureJavascriptCompressorAdapter() - Constructor for class org.loom.resources.compressor.ClosureJavascriptCompressorAdapter
 
CollectionMetadata - Annotation Type in org.loom.annotation
Annotation for multiple values: List and arrays.
ColumnAnnotationProcessor - Class in org.loom.annotation.processor
Processes JPA annotations.
ColumnAnnotationProcessor() - Constructor for class org.loom.annotation.processor.ColumnAnnotationProcessor
 
ColumnTag - Class in org.loom.tags.paged
A column inside a paged table.
ColumnTag() - Constructor for class org.loom.tags.paged.ColumnTag
 
ColumnTagBeanInfo - Class in org.loom.tags.paged
 
ColumnTagBeanInfo() - Constructor for class org.loom.tags.paged.ColumnTagBeanInfo
 
CommonAnnotationsProcessor - Class in org.loom.annotation.processor
Processes JSR250 Common Annotations.
CommonAnnotationsProcessor() - Constructor for class org.loom.annotation.processor.CommonAnnotationsProcessor
 
CommonHeaderNames - Interface in org.loom.servlet.names
The list of HTTP header names that can be applied both to request and response, as specified at http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.5
COMMONS_ANNOTATIONS - Static variable in interface org.loom.config.ClassNames
is commons-annotations in the classpath?
compare(Event, Event) - Method in class org.loom.mapping.EventComparator
 
compare(T, T) - Method in class org.loom.paged.PagedListItemComparator
 
compare(Option, Option) - Method in class org.loom.tags.core.LabelComparator
 
compare(Option, Option) - Method in class org.loom.tags.core.ValueComparator
 
compare(String, String, int, int) - Static method in class org.loom.util.StringUtils
Compares two Strings between the given chars
compareTo(AnnotationProcessor) - Method in class org.loom.annotation.processor.AbstractAnnotationProcessor
 
CompilationResult - Class in org.loom.resources
The result of compiling a list of resources
CompilationResult(WebResourceType, int, Collection<Resource>) - Constructor for class org.loom.resources.CompilationResult
 
compile(String) - Static method in class org.loom.i18n.MessageCompiler
 
compile(String, Collection<Resource>) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
compile() - Method in class org.loom.resources.DefaultWebResourceBundle
this.compiledWebResources is not transient on purpose, since double instantiation is not really a problem.
compile() - Method in class org.loom.resources.ReloadableWebResourceBundle
 
compile(String, Collection<Resource>) - Method in interface org.loom.resources.WebResourceCompiler
 
compileDev(Collection<Resource>) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
CompiledInMemoryWebResource - Class in org.loom.resources
Implementation of WebResourceData that stores the result files in disk.
CompiledInMemoryWebResource() - Constructor for class org.loom.resources.CompiledInMemoryWebResource
 
CompiledMessage - Class in org.loom.i18n
The compiled template of a message.
CompiledMessage() - Constructor for class org.loom.i18n.CompiledMessage
 
CompiledToDiskWebResource - Class in org.loom.resources
Implementation of WebResourceData that stores the result files in disk.
CompiledToDiskWebResource() - Constructor for class org.loom.resources.CompiledToDiskWebResource
 
CompiledWebResource - Interface in org.loom.resources
The contents of a web resource (javascript or css file) This class contains the result of the concatenation and minification (obfuscation) of one or multiple files, and should be immutable.
compiledWebResources - Variable in class org.loom.resources.DefaultWebResourceBundle
the list of compiled web resources to serve.
compileProd(String, Collection<Resource>) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
compiler - Variable in class org.loom.resources.DefaultWebResourceBundle
the compiler to use
compress(String, String) - Method in class org.loom.resources.compressor.ClosureJavascriptCompressorAdapter
 
compress(String, String) - Method in class org.loom.resources.compressor.NullCompressor
 
compress(String, String) - Method in interface org.loom.resources.compressor.WebResourceCompressor
Compress the input contents.
compress(String, String) - Method in class org.loom.resources.compressor.YuiCssCompressorAdapter
 
compress(String, String) - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
compressor - Variable in class org.loom.resources.AbstractWebResourceCompiler
the compressor to use
concatArrays(String[], String[]) - Static method in class org.loom.mapping.VisitedPath
Concatenates two arrays, ignoring duplicates
concatMethodMapping(String, String) - Method in class org.loom.annotation.processor.RestAnnotationProcessor
Concatenate a common method prefix (as specified in the action mapping) with this concrete method mapping
concatPropertyPath(String...) - Static method in class org.loom.util.PropertyUtils
Concats properties to form a property path
Config - Class in org.loom.config
Deprecated. use Lookup or plain injection instead.
Config() - Constructor for class org.loom.config.Config
Deprecated.  
CONFIG_FACTORY_CLASS - Static variable in interface org.loom.servlet.names.WebContextParameterNames
the ConfigFactory class
ConfigBeanDefinitionParser - Class in org.loom.spring
Parse the <config> custom tag in spring config files.
ConfigBeanDefinitionParser() - Constructor for class org.loom.spring.ConfigBeanDefinitionParser
 
ConfigException - Exception in org.loom.exception
Denotes an error in the configuration
ConfigException(String, Throwable) - Constructor for exception org.loom.exception.ConfigException
 
ConfigException(String) - Constructor for exception org.loom.exception.ConfigException
 
ConfigException(Throwable) - Constructor for exception org.loom.exception.ConfigException
 
ConfigProperties - Class in org.loom.config
Contains the contents of the loom-config.properties file in the classpath
ConfigProperties() - Constructor for class org.loom.config.ConfigProperties
 
ConfigProperties(Properties) - Constructor for class org.loom.config.ConfigProperties
 
configure() - Method in class org.loom.guice.JpaModule
 
configure() - Method in class org.loom.guice.LoomModule
 
configure() - Method in class org.loom.guice.SecurityModule
 
ConstantReferralDate - Class in org.loom.validator.date
Returns always the same date
ConstantReferralDate(String) - Constructor for class org.loom.validator.date.ConstantReferralDate
 
contains(Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
contains(Object) - Method in class org.loom.persistence.TransactionalService
 
contains(String) - Method in class org.loom.servlet.params.ServletRequestParameters
 
contains(String) - Method in class org.loom.servlet.scope.FlashContext
 
contains(String) - Method in class org.loom.tags.CssBuilder
 
contains(Object, Object) - Static method in class org.loom.tags.functions.Functions
Return true if the collection/array contains the given item.
contains(Annotation[], Class<? extends Annotation>) - Static method in class org.loom.util.AnnotationUtils
 
containsHeader(String) - Method in class org.loom.resolution.AbstractHttpResolution
 
containsKey(Object) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
containsValue(Object) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
CONTENT_DISPOSITION - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Indicate the browser if the file should be opened or saved.
CONTENT_ENCODING - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Content-Encoding
CONTENT_LANGUAGE - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Content-Language
CONTENT_LENGTH - Static variable in interface org.loom.servlet.names.CommonHeaderNames
Content-Length
CONTENT_MD5 - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Content-MD5
CONTENT_TYPE - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Content-type
contentType - Variable in enum org.loom.resolution.JsonResolution.Transport
Deprecated. default content type used for this transport
ContentTypeNames - Class in org.loom.servlet.names
Standards-compliant names for the typical MIME Content-Type headers.
ContentTypeNames() - Constructor for class org.loom.servlet.names.ContentTypeNames
 
convert(PagedListData<T1>, Function<T1, T2>) - Static method in class org.loom.paged.PagedListDataFactory
Convert the data of one PagedListData into another PagedListData instance, transforming the list contents.
convertedClass - Variable in class org.loom.converter.AbstractConverter
class of the values returned by this converter
Converter - Interface in org.loom.converter
Makes the conversion between text and the java object that will be populated.
ConverterFactory - Interface in org.loom.converter
Converter factory
ConverterMetadata - Annotation Type in org.loom.annotation
Defines the converter for this field
ConverterMetadataConverterFactory - Class in org.loom.converter
 
ConverterMetadataConverterFactory() - Constructor for class org.loom.converter.ConverterMetadataConverterFactory
 
ConverterNotFoundException - Exception in org.loom.exception
Thrown when a default Converter could not be found for a property
ConverterNotFoundException(PropertyWrapper) - Constructor for exception org.loom.exception.ConverterNotFoundException
 
ConverterNotFoundException(Class<?>, String) - Constructor for exception org.loom.exception.ConverterNotFoundException
 
CookieLocaleResolver - Class in org.loom.config
Locale stored in a cookie cookie.
CookieLocaleResolver() - Constructor for class org.loom.config.CookieLocaleResolver
 
CookieNames - Interface in org.loom.servlet.names
Cookies used by Loom
CookieUtils - Class in org.loom.util
 
CookieUtils() - Constructor for class org.loom.util.CookieUtils
 
copy(InputStream, OutputStream) - Static method in class org.loom.util.FileUtils
Copy one stream into another, using NIO if possible.
create(Class<?>, String) - Method in class org.loom.binding.factories.DefaultNodeFactory
 
create(Class<?>, String) - Method in interface org.loom.binding.NodeFactory
Instantiates a chain of Nodes for a propertyPath
create(Class<?>, String) - Method in class org.loom.binding.PropertyBinderFactory
 
create(Class<? extends Action>) - Method in interface org.loom.mapping.ActionMappingFactory
Create an ActionMapping
create(Class<? extends Action>) - Method in class org.loom.mapping.RestActionMappingFactory
 
create(LoomServletRequest) - Static method in class org.loom.paged.PagedListCriteriaFactory
Create a criteria instance for the current request
create(String, Integer, String, String) - Static method in class org.loom.paged.PagedListCriteriaFactory
Create a criteria instance
create(LoomServletRequest, String) - Static method in class org.loom.paged.PagedListCriteriaFactory
Create a criteria instance for the current request, with disambiguation
create(PagedListCriteria) - Static method in class org.loom.paged.PagedListDataFactory
Creates a data object according to the provided criteria
create(PagedListCriteria, List<T>) - Static method in class org.loom.paged.PagedListDataFactory
Creates a data object Note that this method is (relatively) inefficient and sorting and paging should be done by the backend instead.
create(List<T>, Comparator<T>, PagedListCriteria) - Static method in class org.loom.paged.PagedListDataFactory
Creates a data object according to the provided criteria
create(String) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
create(String, List<Resource>) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
create(String) - Method in class org.loom.resources.PrecompiledWebResourceBundleFactory
 
create(String, List<Resource>) - Method in class org.loom.resources.PrecompiledWebResourceBundleFactory
 
create(String, List<Resource>) - Method in class org.loom.resources.ReloadableWebResourceBundleFactory
 
create(String) - Method in interface org.loom.resources.WebResourceBundleFactory
Creates a WebResourceBundle
create(String, List<Resource>) - Method in interface org.loom.resources.WebResourceBundleFactory
Creates a WebResourceBundle
create(FileItemStream) - Method in class org.loom.servlet.params.DefaultFileParameterFactory
 
create(FileItemStream) - Method in interface org.loom.servlet.params.FileParameterFactory
Creates a FileParameter with the proposed arguments
create(LoomServletRequest) - Method in interface org.loom.servlet.scope.FlashContextFactory
Create a new Flash context for this request instance
create(LoomServletRequest) - Method in class org.loom.servlet.scope.SessionFlashContextFactory
 
createActionContext(LoomServletRequest, LoomServletResponse) - Method in class org.loom.servlet.Workflow
Assigns a new ActionContext to the action.
createCompiledWebResource(String, String) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
createCompiledWebResource(String, String, String, byte[]) - Method in class org.loom.resources.AbstractWebResourceCompiler
Create a CompiledWebResource
createCompiledWebResource(String, String, String, byte[]) - Method in class org.loom.resources.InMemoryWebResourceCompiler
 
createCompiledWebResource(String, String, String, byte[]) - Method in class org.loom.resources.ToDiskWebResourceCompiler
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.loom.persistence.ExtendedPersistenceProvider
 
createDecimalFormatSymbols() - Method in class org.loom.i18n.MessagesRepository
Get the DecimalFormatSymbols associated to the current Locale.
createEntityManager() - Method in class org.loom.persistence.ExtendedEntityManagerFactory
 
createEntityManager(Map) - Method in class org.loom.persistence.ExtendedEntityManagerFactory
 
createEntityManagerFactory(String, Map) - Method in class org.loom.persistence.ExtendedPersistenceProvider
 
createEvent(ActionMapping, Method) - Method in class org.loom.mapping.RestActionMappingFactory
 
createFormat(MessagesRepository) - Method in class org.loom.converter.AbstractDecimalConverter
 
createFormat(MessagesRepository) - Method in class org.loom.converter.AbstractFormatConverter
Creates a new format instance.
createFormat(MessagesRepository) - Method in class org.loom.converter.BigDecimalConverter
 
createFormat(MessagesRepository) - Method in class org.loom.converter.date.DateConverter
 
createFormat(MessagesRepository) - Method in class org.loom.converter.date.MinutesConverter
 
createHandle(Class<? extends Action>) - Method in class org.loom.mapping.RestActionMappingFactory
 
createInstance(Class<?>, String) - Method in class org.loom.binding.PropertyWrapperFactory
 
createInstance() - Method in class org.loom.mapping.ActionMapping
 
createInterceptor() - Method in class org.loom.annotation.processor.AbstractSecurityAnnotationProcessor
 
createInterceptor() - Method in class org.loom.annotation.processor.CacheAnnotationProcessor
 
createInterceptor() - Method in class org.loom.annotation.processor.ImageValidationAnnotationProcessor
 
createInterceptor() - Method in class org.loom.annotation.processor.SSLPolicyAnnotationProcessor
 
CreateInterceptor - Interface in org.loom.interceptor
Gets called before Action.setContext() and before eager properties population.
createItemMetadata(AnnotationContainer) - Method in class org.loom.binding.ItemMetadataFactory
Create item metadata for multiple properties (List, Set, array and Map)
createNamedQuery(String) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
createNamedQuery(String) - Method in class org.loom.persistence.TransactionalService
 
createNativeQuery(String, Class) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
createNativeQuery(String, String) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
createNativeQuery(String) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
createNativeQuery(String, Class) - Method in class org.loom.persistence.TransactionalService
 
createNativeQuery(String, String) - Method in class org.loom.persistence.TransactionalService
 
createNativeQuery(String) - Method in class org.loom.persistence.TransactionalService
 
createNewIssueNumber() - Method in class org.loom.tags.exception.DefaultErrorRenderer
Override this method to change the format of the issue number.
createNode(PropertyWrapper) - Method in class org.loom.binding.factories.DefaultNodeFactory
 
createNonPaginatedList() - Static method in class org.loom.util.displaytag.PaginatedListImpl
a page as big as possible, which is effectively the same as no paging
createPropertyBinderMap(Class<?>) - Method in class org.loom.binding.PropertyBinderFactory
Creates a PropertyBinderMap with all the property binders for a class.
createQuery(String) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
createQuery(String) - Method in class org.loom.persistence.TransactionalService
 
createUrl() - Method in interface org.loom.servlet.LoomServletRequest
Creates a new empty UrlBuilder
createUrl(Class<? extends Action>, String) - Method in interface org.loom.servlet.LoomServletRequest
Creates a new UrlBuilder pointing to the provided action and event
createUrl(String) - Method in interface org.loom.servlet.LoomServletRequest
Creates a new UrlBuilder pointing to the provided raw url
createUrl() - Method in class org.loom.servlet.LoomServletRequestImpl
 
createUrl(Class<? extends Action>, String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
createUrl(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
createValidator(Class<?>) - Static method in class org.loom.validator.RequiredValidatorFactory
Create a RequiredValidator instance for the specified property class
createWriterWrapper() - Method in class org.loom.tags.AbstractTag
 
CSS - Static variable in interface org.loom.resources.WebResourceCompiler
 
CSS - Static variable in class org.loom.servlet.names.ContentTypeNames
CSS
CssBuilder - Class in org.loom.tags
Concatenates CSS styles, separating with spaces the different styles.
CssBuilder() - Constructor for class org.loom.tags.CssBuilder
 
CssBuilder(String...) - Constructor for class org.loom.tags.CssBuilder
Initializes a CssBuilder with the given css classes
cssClass - Variable in class org.loom.converter.AbstractConverter
the CSS class that should be added to any field linked to a property using this Converetr, null for none
CssClassBeanInfoSupport - Class in org.loom.tags
The BeanInfo standard class is used by the JSP compiler to bind setters and getters to the tag attributes defined in the tld.
CssClassBeanInfoSupport() - Constructor for class org.loom.tags.CssClassBeanInfoSupport
 
CssClassNames - Interface in org.loom.servlet.names
CSS styles generated automatically by loom.
cssCompiler - Variable in class org.loom.resources.DefaultWebResourceBundleFactory
the compiler to use for CSS files
CssResource - Class in org.loom.resources
Images referenced as url() attributes from CSS files
CssResource(String, String, Resource) - Constructor for class org.loom.resources.CssResource
 
cssResources - Variable in class org.loom.resources.DefaultWebResourceBundle
if type == CSS, this is the list of images referenced by url() attributes in the CSS files.
CssTag - Class in org.loom.tags.core
HTML CSS link.
CssTag() - Constructor for class org.loom.tags.core.CssTag
 

D

dasherize(String) - Static method in class org.loom.util.StringUtils
Converts a camelCase string to a dash-separated one.
DatabaseFileContents - Class in org.loom.persistence.file
Database-persisted PersistentFileContents implementation
DatabaseFileContents() - Constructor for class org.loom.persistence.file.DatabaseFileContents
 
DatabaseFileManager - Class in org.loom.persistence.file
Handles file upload and download
DatabaseFileManager() - Constructor for class org.loom.persistence.file.DatabaseFileManager
 
DATE - Static variable in interface org.loom.servlet.names.CommonHeaderNames
Date
DATE - Static variable in interface org.loom.servlet.names.CssClassNames
a date field without time
DATE_FORMAT_KEY - Static variable in class org.loom.converter.date.DateConverter
the date format key
DATE_TIME - Static variable in interface org.loom.servlet.names.CssClassNames
a date field with time
DATE_TIME_FORMAT_KEY - Static variable in class org.loom.converter.date.DateConverter
the date + time format key
DateConverter - Class in org.loom.converter.date
Converter for java.util.Date
DateConverter(Class<?>, String, Class<? extends AbstractDateFormatAdapter<?>>) - Constructor for class org.loom.converter.date.DateConverter
 
DateHttpHeader - Class in org.loom.resolution
A Date http header
DateHttpHeader(String, Date, boolean) - Constructor for class org.loom.resolution.DateHttpHeader
 
DateTimeAdapterFormat - Class in org.loom.converter.date
Handles Joda LocalDate instances
DateTimeAdapterFormat() - Constructor for class org.loom.converter.date.DateTimeAdapterFormat
 
DateUtils - Class in org.loom.util
 
DateUtils() - Constructor for class org.loom.util.DateUtils
 
DateValidation - Annotation Type in org.loom.annotation.validation
Date validation rules
DateValidationAnnotationProcessor - Class in org.loom.annotation.processor
Processes DateValidation annotations
DateValidationAnnotationProcessor() - Constructor for class org.loom.annotation.processor.DateValidationAnnotationProcessor
 
DateValidations - Annotation Type in org.loom.annotation.validation
A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once.
DateValidator - Class in org.loom.validator.date
Class that contains data and behaviour to validate one field.
DateValidator() - Constructor for class org.loom.validator.date.DateValidator
 
DateValue - Class in org.loom.validator.date
A Date value that is calculated at runtime, because it is relative to the current date or any other field
DateValue() - Constructor for class org.loom.validator.date.DateValue
 
DateValueLexer - Class in org.loom.validator.date
 
DateValueLexer() - Constructor for class org.loom.validator.date.DateValueLexer
 
DateValueLexer(CharStream) - Constructor for class org.loom.validator.date.DateValueLexer
 
DateValueParser - Class in org.loom.validator.date
Grammar for date validation expressions Edited with ANTLRWorks This file is edited for ANTLR 3.0, which is not compatible with 2.7, but should work fine side-by-side with previous versions such as the one included with hibernate.
DateValueParser(TokenStream) - Constructor for class org.loom.validator.date.DateValueParser
 
DateValueParser.delta_return - Class in org.loom.validator.date
 
DateValueParser.delta_return() - Constructor for class org.loom.validator.date.DateValueParser.delta_return
 
DateValueParser.referralDate_return - Class in org.loom.validator.date
 
DateValueParser.referralDate_return() - Constructor for class org.loom.validator.date.DateValueParser.referralDate_return
 
debug(Object...) - Method in class org.loom.log.Log
 
debug(Throwable, Object...) - Method in class org.loom.log.Log
 
DECIMAL_FORMAT_KEY - Static variable in class org.loom.i18n.MessagesRepository
Some important keys
DECIMAL_SEPARATOR_KEY - Static variable in class org.loom.i18n.MessagesRepository
 
decorate(FormInputTag) - Method in class org.loom.converter.AbstractConverter
Add CSS class extracted from this converter return type (number, string, file) to the tag.
decorate(FormInputTag) - Method in class org.loom.converter.CharacterConverter
 
decorate(FormInputTag) - Method in class org.loom.converter.date.DateConverter
 
decorate(FormInputTag) - Method in class org.loom.converter.date.MinutesConverter
 
decorate(Link) - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
decorate(Button) - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
decorate(Link) - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
If the current request does not have the expected protocol (http/https), modify the links pointing to this event.
decorate(Form) - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
If the current request does not have the expected protocol (http/https), modify the forms pointing to this event.
decorate(UrlBuilder, HtmlTag) - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
decorate(Link) - Method in class org.loom.interceptor.InterceptorProxy
 
decorate(Form) - Method in class org.loom.interceptor.InterceptorProxy
 
decorate(Button) - Method in class org.loom.interceptor.InterceptorProxy
 
decorate(Link) - Method in class org.loom.mapping.Event
Modify link attributes based on the interceptors bound to this event.
decorate(Form) - Method in class org.loom.mapping.Event
Modify form attributes based on the interceptors bound to this event.
decorate(Button) - Method in class org.loom.mapping.Event
Modify button attributes based on the interceptors bound to this event.
decorate(FormInputTag) - Method in class org.loom.validator.AbstractPropertyValidator
Add attributes to the tag based on this Validator instance metadata
decorate(FormInputTag) - Method in class org.loom.validator.AbstractRequiredValidator
 
decorate(Button) - Method in interface org.loom.validator.ButtonDecorator
 
decorate(FormInputTag) - Method in class org.loom.validator.date.DateValidator
 
decorate(Form) - Method in interface org.loom.validator.FormDecorator
 
decorate(FormInputTag) - Method in interface org.loom.validator.FormInputDecorator
Decorates a form input field to display to the user
decorate(Link) - Method in interface org.loom.validator.LinkDecorator
Modify a link pointing here.
decorate(FormInputTag) - Method in class org.loom.validator.MethodValidator
 
decorate(FormInputTag) - Method in class org.loom.validator.NumberValidator
 
decorate(FormInputTag) - Method in class org.loom.validator.StringValidator
 
decorator - Variable in class org.loom.tags.AbstractDecoratedTag
The name of the decorator to use.
DEFAULT_MAX_SIZE - Static variable in class org.loom.tags.core.InputTextTag
default max size when calculating automatically from the maxlength
DEFAULT_PAGE_SIZE - Static variable in interface org.loom.paged.PagedContainer
the default size of each page
DEFAULT_RENDER_LABEL - Static variable in class org.loom.tags.core.FormTag
should the form fields render a label by default, default true
DEFAULT_SEPARATE_ERRORS - Static variable in class org.loom.tags.core.FormTag
should the form fields render the error message as an HTML component by default, default false
DefaultActionMappingRepository - Class in org.loom.mapping
 
DefaultActionMappingRepository() - Constructor for class org.loom.mapping.DefaultActionMappingRepository
 
DefaultAnnotationProcessorRepository - Class in org.loom.annotation.processor
 
DefaultAnnotationProcessorRepository() - Constructor for class org.loom.annotation.processor.DefaultAnnotationProcessorRepository
 
DefaultConverterFactory - Class in org.loom.converter
 
DefaultConverterFactory() - Constructor for class org.loom.converter.DefaultConverterFactory
 
DefaultConverterFactory(boolean) - Constructor for class org.loom.converter.DefaultConverterFactory
 
DefaultErrorRenderer - Class in org.loom.tags.exception
If we are handling an http error, render the message and an explanation.
DefaultErrorRenderer() - Constructor for class org.loom.tags.exception.DefaultErrorRenderer
 
DefaultEventParameter - Class in org.loom.mapping
 
DefaultEventParameter() - Constructor for class org.loom.mapping.DefaultEventParameter
 
DefaultExceptionHandler - Class in org.loom.exception
Forwards all returned exceptions to the error 500 page
DefaultExceptionHandler() - Constructor for class org.loom.exception.DefaultExceptionHandler
 
DefaultFileParameterFactory - Class in org.loom.servlet.params
 
DefaultFileParameterFactory() - Constructor for class org.loom.servlet.params.DefaultFileParameterFactory
 
DefaultForwardResolution - Class in org.loom.resolution
Forward a request.
DefaultForwardResolution() - Constructor for class org.loom.resolution.DefaultForwardResolution
 
DefaultImageValidationInterceptor - Class in org.loom.interceptor
Default image validator instance
DefaultImageValidationInterceptor() - Constructor for class org.loom.interceptor.DefaultImageValidationInterceptor
 
DefaultImplementationFactory - Class in org.loom.binding.factories
Instantiates a new java bean using the default empty constructor
DefaultImplementationFactory(Class<?>) - Constructor for class org.loom.binding.factories.DefaultImplementationFactory
 
DefaultMessagesRepositoryFactory - Class in org.loom.i18n
Default MessagesRepositoryFactory implementation.
DefaultMessagesRepositoryFactory() - Constructor for class org.loom.i18n.DefaultMessagesRepositoryFactory
 
DefaultMissingMessageHandler - Class in org.loom.i18n
This message handler logs a list of missing keys, to make them easier to add later.
DefaultMissingMessageHandler() - Constructor for class org.loom.i18n.DefaultMissingMessageHandler
 
DefaultNodeFactory - Class in org.loom.binding.factories
Default NodeFactory implementation
DefaultNodeFactory() - Constructor for class org.loom.binding.factories.DefaultNodeFactory
 
DefaultPropertyExceptionHandler - Class in org.loom.action
The default strategy for property binding failures
DefaultPropertyExceptionHandler() - Constructor for class org.loom.action.DefaultPropertyExceptionHandler
 
DefaultResolutionFactory - Class in org.loom.resolution
Default ResolutionFactory implementation
DefaultResolutionFactory() - Constructor for class org.loom.resolution.DefaultResolutionFactory
 
DefaultRetrieveEntityInterceptor - Class in org.loom.interceptor
 
DefaultRetrieveEntityInterceptor() - Constructor for class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
DefaultSecurityInterceptor - Class in org.loom.interceptor
Checks that the user has the required roles to call the event.
DefaultSecurityInterceptor() - Constructor for class org.loom.interceptor.DefaultSecurityInterceptor
 
DefaultSSLPolicyInterceptor - Class in org.loom.interceptor
 
DefaultSSLPolicyInterceptor() - Constructor for class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
DefaultSSLRedirectDataFactory - Class in org.loom.interceptor
 
DefaultSSLRedirectDataFactory() - Constructor for class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
DefaultTabDecorator - Class in org.loom.tags.tabs
Render a tab
DefaultTabDecorator() - Constructor for class org.loom.tags.tabs.DefaultTabDecorator
 
DefaultWebResourceBundle - Class in org.loom.resources
 
DefaultWebResourceBundle() - Constructor for class org.loom.resources.DefaultWebResourceBundle
 
DefaultWebResourceBundleFactory - Class in org.loom.resources
 
DefaultWebResourceBundleFactory() - Constructor for class org.loom.resources.DefaultWebResourceBundleFactory
 
DefaultWebResourceBundleRepository - Class in org.loom.resources
 
DefaultWebResourceBundleRepository() - Constructor for class org.loom.resources.DefaultWebResourceBundleRepository
 
Delegate - Annotation Type in org.loom.config
Indicates that the annotated instance is the nested delegate object for proxy classes
deleteCookie(String) - Method in interface org.loom.servlet.LoomServletResponse
Delete a cookie on the browser
deleteCookie(String) - Method in class org.loom.servlet.LoomServletResponseImpl
 
delta() - Method in class org.loom.validator.date.DateValueParser
 
destroy() - Method in class org.loom.filter.AbstractLoomFilter
 
destroy() - Method in class org.loom.filter.StaticResourcesFilter
Deprecated.  
development - Variable in class org.loom.resources.AbstractWebResourceCompiler
if true, do not concatenate or obfuscate results
DIGIT - Static variable in class org.loom.validator.date.DateValueLexer
 
DIGIT - Static variable in class org.loom.validator.date.DateValueParser
 
DisplayTagDao - Class in org.loom.util.displaytag
Retrieve paged data in the format expected by DisplayTag.
DisplayTagDao() - Constructor for class org.loom.util.displaytag.DisplayTagDao
 
DisplayTagResourceAdapter - Class in org.loom.util.displaytag
Delegates DisplayTag i18n translation to Loom
DisplayTagResourceAdapter() - Constructor for class org.loom.util.displaytag.DisplayTagResourceAdapter
 
doBody() - Method in class org.loom.tags.AbstractTag
Invokes a tag body
doBufferedBody() - Method in class org.loom.tags.AbstractTag
Invokes a tag body using a StringBuffer, to delay its output
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.loom.filter.AbstractLoomFilter
 
doFilter(LoomServletRequest, LoomServletResponse, FilterChain) - Method in class org.loom.filter.AbstractLoomFilter
 
doFilter(LoomServletRequest, LoomServletResponse, FilterChain) - Method in class org.loom.filter.LoomFilter
 
doFilter(LoomServletRequest, LoomServletResponse, FilterChain) - Method in class org.loom.filter.LoomWrapperFilter
 
doFilter(LoomServletRequest, LoomServletResponse, FilterChain) - Method in class org.loom.filter.StaticResourcesFilter
Deprecated.  
doFilter(LoomServletRequest, LoomServletResponse, FilterChain) - Method in class org.loom.servlet.Workflow
 
doFinally(ParsedAction, Exception) - Method in interface org.loom.interceptor.FinallyListener
 
doFinally(ParsedAction, Exception) - Method in class org.loom.interceptor.InterceptorProxy
 
doFinally(ParsedAction, Exception) - Method in class org.loom.interceptor.MethodInterceptor.DoFinally
 
doFinally(Exception) - Method in class org.loom.mapping.ParsedAction
 
doRenderLabel() - Method in class org.loom.tags.core.FormTag
 
doRenderSeparateErrors() - Method in class org.loom.tags.core.FormTag
 
doTag() - Method in class org.loom.tags.AbstractDecoratedTag
Initializes the Request and PageData properties, and forward the call to the child class
doTag() - Method in class org.loom.tags.AbstractTag
Initializes the Request and PageData properties, and forward the call to the child class
doTag() - Method in class org.loom.tags.exception.ExceptionTag
 
doTagImpl() - Method in class org.loom.tags.AbstractTag
The method that must be implemented by the child class
doTagImpl() - Method in class org.loom.tags.core.AbstractOutTag
 
doTagImpl() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
doTagImpl() - Method in class org.loom.tags.core.ButtonTag
 
doTagImpl() - Method in class org.loom.tags.core.CacheTag
 
doTagImpl() - Method in class org.loom.tags.core.FormTag
 
doTagImpl() - Method in class org.loom.tags.core.ImgTag
 
doTagImpl() - Method in class org.loom.tags.core.InputCheckboxTag
 
doTagImpl() - Method in class org.loom.tags.core.InputFileTag
 
doTagImpl() - Method in class org.loom.tags.core.InputHiddenTag
 
doTagImpl() - Method in class org.loom.tags.core.InputImageTag
 
doTagImpl() - Method in class org.loom.tags.core.InputRadioTag
Prints this instance attributes
doTagImpl() - Method in class org.loom.tags.core.InputSelectTag
Prints this instance attributes
doTagImpl() - Method in class org.loom.tags.core.InputTextAreaTag
 
doTagImpl() - Method in class org.loom.tags.core.InputTextTag
 
doTagImpl() - Method in class org.loom.tags.core.LabelTag
 
doTagImpl() - Method in class org.loom.tags.core.LinkTag
 
doTagImpl() - Method in class org.loom.tags.core.OptionTag
 
doTagImpl() - Method in class org.loom.tags.core.ParamTag
 
doTagImpl() - Method in class org.loom.tags.core.RedirectTag
 
doTagImpl() - Method in class org.loom.tags.core.UrlTag
 
doTagImpl() - Method in class org.loom.tags.menu.LocaleMenuTag
Neither this or MenuItemTag perform any rendering, the whole work is done by the Decorator.
doTagImpl() - Method in class org.loom.tags.menu.MenuItemTag
 
doTagImpl() - Method in class org.loom.tags.menu.MenuTag
Neither this or MenuItemTag perform any rendering, the whole work is done by the Decorator.
doTagImpl() - Method in class org.loom.tags.messages.AbstractFormatTag
 
doTagImpl() - Method in class org.loom.tags.messages.ErrorTag
 
doTagImpl() - Method in class org.loom.tags.messages.MessagesTag
 
doTagImpl() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
doTagImpl() - Method in class org.loom.tags.paged.ColumnTag
 
doTagImpl() - Method in class org.loom.tags.paged.FooterTag
 
doTagImpl() - Method in class org.loom.tags.tabs.TabContainerTag
 
doTagImpl() - Method in class org.loom.tags.tabs.TabTag
 
DoubleConverter - Class in org.loom.converter
 
DoubleConverter() - Constructor for class org.loom.converter.DoubleConverter
 

E

EagerProperties - Annotation Type in org.loom.annotation
A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once.
EagerProperty - Annotation Type in org.loom.annotation
Properties marked with this annotation get populated before the beforePopulation handler gets called.
EagerPropertyAnnotationProcessor - Class in org.loom.annotation.processor
Processes EagerProperty and EagerProperties annotations
EagerPropertyAnnotationProcessor() - Constructor for class org.loom.annotation.processor.EagerPropertyAnnotationProcessor
 
EagerPropertyInterceptor - Class in org.loom.interceptor
Assigns an eager property before the population phase
EagerPropertyInterceptor() - Constructor for class org.loom.interceptor.EagerPropertyInterceptor
 
EMAIL_MASK - Static variable in annotation type org.loom.annotation.validation.StringValidation
e-mail mask
EMPTY_LIST - Static variable in class org.loom.paged.PagedListDataImpl
an empty list of Object
end(String) - Method in class org.loom.resolution.HtmlResolution
 
end(String) - Method in class org.loom.tags.AbstractWriterWrapper
 
end(String) - Method in interface org.loom.tags.WriterWrapper
Ends a HTML tag
endJavascript() - Method in class org.loom.resolution.HtmlResolution
Write a javascript end tag
endJavascript() - Method in class org.loom.tags.AbstractWriterWrapper
 
endJavascript() - Method in interface org.loom.tags.WriterWrapper
Write a javascript end tag
endTag() - Method in class org.loom.tags.AbstractTag
Does the tag cleanup, if any.
endTag() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
endTag() - Method in class org.loom.tags.core.FormTag
 
ensureCapacity(Object, Object, int) - Method in class org.loom.binding.AbstractCollectionNode
Checks that the collection has at least the expected size.
ensureCapacity(Object, Object, int) - Method in class org.loom.binding.ArrayNode
 
ensureCapacity(Object, Object, int) - Method in class org.loom.binding.ListNode
 
EntityNotFoundException - Exception in org.loom.exception
An error produced when a persitent entity could not be found.
EntityNotFoundException(Class<?>, Object) - Constructor for exception org.loom.exception.EntityNotFoundException
 
EntityNotFoundException(Class<?>, Object, Throwable) - Constructor for exception org.loom.exception.EntityNotFoundException
 
EntityNotFoundException(Class<?>, Object, String) - Constructor for exception org.loom.exception.EntityNotFoundException
 
EntityNotFoundException(Class<?>, Object, String, Throwable) - Constructor for exception org.loom.exception.EntityNotFoundException
 
entrySet() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
entrySet() - Method in class org.loom.servlet.scope.FlashContext
 
EnumConverter<T extends java.lang.Enum<T>> - Class in org.loom.converter
Converter for any enum class.
EnumConverter(Class<T>) - Constructor for class org.loom.converter.EnumConverter
 
EOF - Static variable in class org.loom.validator.date.DateValueLexer
 
EOF - Static variable in class org.loom.validator.date.DateValueParser
 
equals(Object) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
equals(Object) - Method in class org.loom.persistence.file.PersistentFileResource
This implementation compares the underlying InputStream.
equals(Object) - Method in class org.loom.tags.core.Option
 
equals(Object) - Method in class org.loom.tags.menu.MenuData.MenuItemHashKey
 
error(String, String) - Method in class org.loom.action.AbstractAction
 
error(String) - Method in class org.loom.action.AbstractAction
 
error(String, String) - Method in class org.loom.i18n.Messages
 
error(String) - Method in class org.loom.i18n.Messages
 
error(String, String) - Static method in class org.loom.i18n.MessagesUtils
 
error(String) - Static method in class org.loom.i18n.MessagesUtils
 
error(Object...) - Method in class org.loom.log.Log
 
error(Throwable, Object...) - Method in class org.loom.log.Log
 
error(String, String, int, String, int) - Method in class org.loom.resources.compressor.YuiErrorReporter
 
ERROR - Static variable in interface org.loom.servlet.names.CssClassNames
a field with an associated error message
ErrorListener - Interface in org.loom.interceptor
Listener that gets called when validation errors have occurred.
ErrorRenderer - Interface in org.loom.tags.exception
Render the http error or java exception, as appropriate according to the status of the request object.
ErrorsTag - Class in org.loom.tags.messages
Deprecated. use messages instead
ErrorsTag() - Constructor for class org.loom.tags.messages.ErrorsTag
Deprecated.  
ErrorTag - Class in org.loom.tags.messages
Prints one error message.
ErrorTag() - Constructor for class org.loom.tags.messages.ErrorTag
 
ETAG - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
ETag
eval(Map<String, Object>) - Method in class org.loom.i18n.CompiledMessage
 
evaluateExpression(String) - Method in class org.loom.tags.AbstractTag
 
evaluateExpression(PageContext, String) - Method in interface org.loom.tags.ExpressionLanguageProxy
Execute a EL expression and return the result
evaluateExpression(PageContext, String) - Method in class org.loom.tags.Jee5ExpressionLanguageProxy
 
evaluateExpression(PageContext, String) - Method in class org.loom.tags.LegacyExpressionLanguageProxy
 
Event - Annotation Type in org.loom.annotation
This annotation modifies the configuration associated to the annotated event method.
event - Variable in class org.loom.mapping.DefaultEventParameter
the event
Event - Class in org.loom.mapping
This class holds the internal data associated to an event.
Event(ActionMapping, Method) - Constructor for class org.loom.mapping.Event
 
EventAnnotationProcessor - Class in org.loom.annotation.processor
Processes the Event annotation
EventAnnotationProcessor() - Constructor for class org.loom.annotation.processor.EventAnnotationProcessor
 
EventComparator - Class in org.loom.mapping
Compares Events to retrieve in its mapping processing order.
EventComparator() - Constructor for class org.loom.mapping.EventComparator
 
EventNotFoundException - Exception in org.loom.exception
Thrown when the developer asks for an Event that does not exist
EventNotFoundException(String) - Constructor for exception org.loom.exception.EventNotFoundException
 
EventParameter - Interface in org.loom.mapping
Argument received by an Event
evict(Object) - Method in interface org.loom.persistence.ExtendedEntityManager
Remove this instance from the session cache.
evict(Object) - Method in class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
evict(Object) - Method in class org.loom.persistence.TransactionalService
 
ExceptionHandler - Interface in org.loom.exception
Translates an application-produced Exception into one that can be handled by Loom
ExceptionTag - Class in org.loom.tags.exception
Display an http error or exception to the user.
ExceptionTag() - Constructor for class org.loom.tags.exception.ExceptionTag
 
ExceptionUtils - Class in org.loom.util
 
ExceptionUtils() - Constructor for class org.loom.util.ExceptionUtils
 
EXCLUDE_MAX - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
true to exclude the maximum value of the range
EXCLUDE_MIN - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
true to exclude the minimum value of the range
execute(Event, LoomServletRequest, LoomServletResponse) - Method in class org.loom.servlet.Workflow
 
ExecuteInterceptor - Interface in org.loom.interceptor
Gets invoked before Event execution.
exists() - Method in class org.loom.persistence.file.PersistentFileResource
This implementation always returns true.
EXPIRES - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Expires
expressionLanguageProxy - Variable in class org.loom.tags.AbstractTag
 
ExpressionLanguageProxy - Interface in org.loom.tags
Interface of a proxy that isolates from the JSP engine (2.0 or 2.1) used.
ExtendedEntityManager - Interface in org.loom.persistence
Interface that combines EntityManager operations and extended operations.
ExtendedEntityManagerFactory - Class in org.loom.persistence
Create the concrete ExtendedEntityManager implementation according to the provided EntityManager.
ExtendedEntityManagerFactory(EntityManagerFactory, Class<? extends ExtendedEntityManager>) - Constructor for class org.loom.persistence.ExtendedEntityManagerFactory
 
ExtendedHibernateJpaVendorAdapter - Class in org.loom.persistence
Deprecated. use HibernateExtendedJpaVendorAdapter instead
ExtendedHibernateJpaVendorAdapter() - Constructor for class org.loom.persistence.ExtendedHibernateJpaVendorAdapter
Deprecated.  
ExtendedPersistenceProvider - Class in org.loom.persistence
PersistenceProvider that extends Hibernate EntityManager to ExtendedEntityManager
ExtendedPersistenceProvider() - Constructor for class org.loom.persistence.ExtendedPersistenceProvider
 
ExternalFileManager - Class in org.loom.persistence.file
Stores file data in a database table, and file contents in a configured system folder.
ExternalFileManager() - Constructor for class org.loom.persistence.file.ExternalFileManager
 

F

fatal(Object...) - Method in class org.loom.log.Log
 
fatal(Throwable, Object...) - Method in class org.loom.log.Log
Deprecated. use error() instead
FIELD_INDEX_PREFIX - Static variable in interface org.loom.servlet.names.RequestAttributeNames
prefix of the current value for autogenerated field index
FILE - Static variable in interface org.loom.servlet.names.CssClassNames
input type="file" components
FileManager - Interface in org.loom.persistence.file
Handle persistent files
FileParameter - Interface in org.loom.servlet.params
Uploaded field
FileParameterConverter - Interface in org.loom.converter
Converts an uploaded file
FileParameterFactory - Interface in org.loom.servlet.params
Creates FileParameter instances
FileSizeFormatter - Class in org.loom.i18n
A class capable of formatting a file size in a human readable format
FileSizeFormatter() - Constructor for class org.loom.i18n.FileSizeFormatter
 
FileSizeUnit - Enum in org.loom.util
File size units (KB, GB, etc)
FilesModificationObserver - Class in org.loom.util
Observes a set of files and notifies when they get modified.
FilesModificationObserver() - Constructor for class org.loom.util.FilesModificationObserver
 
FileUtils - Class in org.loom.util
 
FileUtils() - Constructor for class org.loom.util.FileUtils
 
FileValidation - Annotation Type in org.loom.annotation.validation
Validates an uploaded FileParameter
FileValidationAnnotationProcessor - Class in org.loom.annotation.processor
Processes ImageValidation annotations
FileValidationAnnotationProcessor() - Constructor for class org.loom.annotation.processor.FileValidationAnnotationProcessor
 
FileValidationInterceptor - Class in org.loom.interceptor
Validate one file parameter This class is thread-safe.
FileValidationInterceptor() - Constructor for class org.loom.interceptor.FileValidationInterceptor
 
FileValidations - Annotation Type in org.loom.annotation.validation
Validates multiple uploaded FileParameter
filter(Set<String>) - Method in class org.loom.tags.CssBuilder
 
filterMessages() - Method in class org.loom.tags.messages.MessagesTag
 
FinallyListener - Interface in org.loom.interceptor
Invoked when the request has been executed.
find(String, Object...) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
find(Class<T>, Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
find(String, Object...) - Method in interface org.loom.persistence.ExtendedEntityManager
Retrieves a non-paged query.
find(Class<T>, Object) - Method in interface org.loom.persistence.ExtendedEntityManager
Retrieves a single persistent instance from the database
find(Integer) - Method in class org.loom.persistence.file.DatabaseFileManager
 
find(Integer) - Method in class org.loom.persistence.file.ExternalFileManager
 
find(Integer) - Method in interface org.loom.persistence.file.FileManager
 
find(Class<T>, Object) - Method in class org.loom.persistence.TransactionalService
 
find(String, Object...) - Method in class org.loom.persistence.TransactionalService
 
findAll(Class<T>) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
findAll(Class<T>) - Method in interface org.loom.persistence.ExtendedEntityManager
Retrieves all records for a specified persistent class This method should be used with care, as it could instantiate huge amounts of data.
findAll(Class<T>) - Method in class org.loom.persistence.TransactionalService
 
findInterceptor(Event) - Method in class org.loom.annotation.processor.AbstractSecurityAnnotationProcessor
 
findInterceptorsWithClass(Class<T>) - Method in class org.loom.interceptor.InterceptorProxy
 
findMethod(Class<?>, String, Class<?>...) - Static method in class org.loom.util.ClassUtils
 
findMethods(Class<?>, Class<?>, Class<?>...) - Static method in class org.loom.util.ClassUtils
 
findMethodsReturning(Class<?>, Class<?>) - Static method in class org.loom.util.ClassUtils
 
findNamed(String, Object...) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
findNamed(String, Object...) - Method in interface org.loom.persistence.ExtendedEntityManager
Retrieves a non-paged query This method should be used with care, as it could instantiate huge amounts of data.
findNamed(String, Object...) - Method in class org.loom.persistence.TransactionalService
 
findNamedSingle(String, Object...) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
findNamedSingle(String, Object...) - Method in interface org.loom.persistence.ExtendedEntityManager
Execute a query that retrieves a single object.
findNamedSingle(String, Object...) - Method in class org.loom.persistence.TransactionalService
 
findSingle(String, Object...) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
findSingle(String, Object...) - Method in interface org.loom.persistence.ExtendedEntityManager
 
findSingle(String, Object...) - Method in class org.loom.persistence.TransactionalService
 
FLASH_ID - Static variable in class org.loom.servlet.names.RequestParameterNames
flash scope ID
FLASH_NEXT - Static variable in interface org.loom.servlet.names.RequestAttributeNames
flash container with attributes for the NEXT request
FLASH_PREFIX - Static variable in interface org.loom.servlet.names.SessionAttributeNames
prefix of FlashContainer objects
FLASH_PREV - Static variable in interface org.loom.servlet.names.RequestAttributeNames
flash container with attributes of the PREVIOUS request
FlashAttributeNames - Interface in org.loom.servlet.names
Flash attributes managed by Loom
FlashContext - Class in org.loom.servlet.scope
Contains objects stored in a flash scope.
FlashContext(String) - Constructor for class org.loom.servlet.scope.FlashContext
 
FlashContextFactory - Interface in org.loom.servlet.scope
Creates and retrieves the FlashContext instance
flush() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
flush() - Method in class org.loom.persistence.TransactionalService
 
flush() - Method in class org.loom.tags.AbstractWriterWrapper
 
flush() - Method in class org.loom.tags.StringBuilderWriter
 
flush() - Method in interface org.loom.tags.WriterWrapper
Flush the written contents
FOLLOW_6_in_referralDate91 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_7_in_referralDate106 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_7_in_referralDate113 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_delta_in_validation70 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_delta151 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate101 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate104 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate108 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate111 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate115 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate117 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate119 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_DIGIT_in_referralDate121 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_EOF_in_validation74 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_referralDate_in_validation67 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_set_in_delta141 - Static variable in class org.loom.validator.date.DateValueParser
 
FOLLOW_set_in_delta156 - Static variable in class org.loom.validator.date.DateValueParser
 
FooterTag - Class in org.loom.tags.paged
Contains the <tfoot> contents of the surrounding <pagedTable>.
FooterTag() - Constructor for class org.loom.tags.paged.FooterTag
 
forever() - Method in class org.loom.servlet.CacheControl
Sets the response to never expire.
Form - Interface in org.loom.tags
The attributes and methods of a HTML form
format(Object, StringBuffer, FieldPosition) - Method in class org.loom.converter.date.AbstractDateFormatAdapter
 
format(Number) - Method in class org.loom.i18n.FileSizeFormatter
 
format(ListMultimap<String, String>) - Method in class org.loom.mapping.UriParser
Produce a String which is this parser representation with the provided parameters
format(StringBuilder, ListMultimap<String, String>) - Method in class org.loom.mapping.UriParser
 
format() - Method in class org.loom.tags.messages.AbstractFormatTag
 
format() - Method in class org.loom.tags.messages.FormatDateTag
 
format() - Method in class org.loom.tags.messages.FormatDurationTag
 
format() - Method in class org.loom.tags.messages.FormatFileSizeTag
 
FormatDateTag - Class in org.loom.tags.messages
Format a Date in minutes/hours/days etc, relative to today.
FormatDateTag() - Constructor for class org.loom.tags.messages.FormatDateTag
 
FormatDurationTag - Class in org.loom.tags.messages
Format a lapse of time in seconds/minutes/hours/days.
FormatDurationTag() - Constructor for class org.loom.tags.messages.FormatDurationTag
 
FormatFileSizeTag - Class in org.loom.tags.messages
Format a file size in bytes, KB, MB or TB as needed.
FormatFileSizeTag() - Constructor for class org.loom.tags.messages.FormatFileSizeTag
 
formatImpl(T, StringBuffer) - Method in class org.loom.converter.date.AbstractDateFormatAdapter
 
formatImpl(DateTime, StringBuffer) - Method in class org.loom.converter.date.DateTimeAdapterFormat
 
formatImpl(LocalDate, StringBuffer) - Method in class org.loom.converter.date.LocalDateAdapterFormat
 
formatImpl(Date, StringBuffer) - Method in class org.loom.converter.date.SqlDateAdapterFormat
 
formatImpl(Time, StringBuffer) - Method in class org.loom.converter.date.TimeAdapterFormat
 
formatImpl(Timestamp, StringBuffer) - Method in class org.loom.converter.date.TimestampAdapterFormat
 
formatImpl(Date, StringBuffer) - Method in class org.loom.converter.date.UtilDateAdapterFormat
 
FormDecorator - Interface in org.loom.validator
Decorates forms
FormInputDecorator - Interface in org.loom.validator
A metadata-aware class that can decorate a tag that will be printed to the browser
FormInputTag - Interface in org.loom.tags
A form input tag
FormTag - Class in org.loom.tags.core
HTML form tag.
FormTag() - Constructor for class org.loom.tags.core.FormTag
 
forName(String) - Static method in class org.loom.util.ClassUtils
 
forward(String) - Method in class org.loom.action.AbstractAction
Forwards to the provided JSP page name.
forward() - Method in class org.loom.action.AbstractAction
Forwards to a page name with the same name of the current event
forward(String) - Method in class org.loom.resolution.DefaultResolutionFactory
 
forward(String) - Method in interface org.loom.resolution.ResolutionFactory
Create a ForwardResolution
FORWARD_CONTEXT_PATH - Static variable in interface org.loom.servlet.names.RequestAttributeNames
 
FORWARD_PATH_INFO - Static variable in interface org.loom.servlet.names.RequestAttributeNames
 
FORWARD_QUERY_STRING - Static variable in interface org.loom.servlet.names.RequestAttributeNames
 
FORWARD_SERVLET_PATH - Static variable in interface org.loom.servlet.names.RequestAttributeNames
 
FORWARD_URI - Static variable in interface org.loom.servlet.names.RequestAttributeNames
Original request data as received by the server before the request gets forwarded elsewhere.
ForwardResolution - Interface in org.loom.resolution
A forward resolution
forwardWithLocale(String) - Method in class org.loom.action.AbstractAction
Forward to a page, with preference for a localized page if possible.
forwardWithLocale(String) - Method in class org.loom.resolution.DefaultResolutionFactory
 
forwardWithLocale(String) - Method in interface org.loom.resolution.ResolutionFactory
Forward to a page, with preference for a localized page if possible.
FROM - Static variable in interface org.loom.servlet.names.RequestHeaderNames
From
fromString(String) - Static method in enum org.loom.servlet.Scope
 
fromValue(String) - Static method in enum org.loom.paged.SortOrder
 
Functions - Class in org.loom.tags.functions
List of JSP functions included with Loom.
Functions() - Constructor for class org.loom.tags.functions.Functions
 

G

generateId(String) - Method in interface org.loom.servlet.LoomServletRequest
Generates a valid HTML id starting with prefix.
generateId(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
generateIdentifier(String) - Static method in class org.loom.util.StringUtils
Transforms a text into an identifier candidate to be used in RESTful URLs.
generateIndex(String) - Method in interface org.loom.servlet.LoomServletRequest
Generate a correlative index for the field passed as argument, in the form: field[0], field[1], etc.
generateIndex(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
get() - Static method in class org.loom.annotation.processor.VisitedClasses
 
get(Object, int) - Method in class org.loom.binding.AbstractCollectionNode
 
get(Object, int) - Method in class org.loom.binding.ArrayNode
 
get(Object, int) - Method in class org.loom.binding.ListNode
 
get(Object, boolean) - Method in class org.loom.binding.PropertyWrapper
Gets the property value
get(Object) - Method in class org.loom.binding.PropertyWrapper
 
get(String) - Method in class org.loom.i18n.Messages
 
get(Object) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
get(String) - Method in class org.loom.json.JsonMarshaller
Deprecated.  
get(String) - Method in class org.loom.tags.TagAttributes
Retrieve an attribute.
getAccesskey() - Method in class org.loom.tags.AbstractHtmlTag
 
getAction() - Method in class org.loom.mapping.ParsedAction
 
getActionClass() - Method in class org.loom.mapping.ActionMapping
 
getActionClass() - Method in class org.loom.tags.menu.SelectedMenuItemLocator
 
getActionMapping() - Method in class org.loom.action.ActionContext
 
getActionMapping() - Method in class org.loom.mapping.Event
 
getActionMapping() - Method in class org.loom.mapping.ParsedAction
 
getActionMapping() - Method in class org.loom.url.UrlBuilder
 
getActionMappingByClass(Class<? extends Action>) - Method in interface org.loom.mapping.ActionMappingRepository
 
getActionMappingByClass(Class<? extends Action>) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
getActionMappingByClass(Class<? extends Action>) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
getActionMappingByName(String) - Method in interface org.loom.mapping.ActionMappingRepository
 
getActionMappingByName(String) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
getActionMappingByName(String) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
getActionMappingRepository() - Method in class org.loom.config.Config
Deprecated. the singleton instance
getActionMappingRepository() - Method in interface org.loom.servlet.LoomServletRequest
 
getActionMappingRepository() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getActionProperty(String) - Method in class org.loom.tags.AbstractTag
 
getAliases() - Method in class org.loom.tags.menu.MenuItemData
 
getAllMessages() - Method in class org.loom.i18n.Messages
 
getAllowedFormats() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getAllowedFormats() - Method in class org.loom.interceptor.FileValidationInterceptor
 
getAllowedRoles() - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
getAncestorWithClass(Class<T>) - Method in class org.loom.tags.AbstractTag
Find a containing ancestor with the required class.
getAnnotatedProperties(Class<?>, Class<? extends Annotation>, String[], String[]) - Method in class org.loom.binding.PropertyWrapperFactory
Return the list of properties with the provided annotation
getAnnotation(Class<T>) - Method in interface org.loom.binding.AnnotationContainer
 
getAnnotation(Class<T>) - Method in class org.loom.binding.PropertyWrapper
 
getAnnotation(Class<T>) - Method in class org.loom.mapping.DefaultEventParameter
If the parameter has the provided annotation, return it.
getAnnotationClass() - Method in interface org.loom.converter.AnnotationDrivenConverterFactory
 
getAnnotationClass() - Method in class org.loom.converter.ConverterMetadataConverterFactory
 
getAnnotationClass() - Method in class org.loom.converter.date.TemporalConverterFactory
 
getAnnotationClass() - Method in class org.loom.converter.JsonConverterFactory
 
getAnnotationProcessors() - Method in class org.loom.annotation.processor.DefaultAnnotationProcessorRepository
 
getAnnotations() - Method in interface org.loom.binding.AnnotationContainer
 
getAnnotations() - Method in class org.loom.binding.PropertyWrapper
 
getAnnotations() - Method in class org.loom.mapping.DefaultEventParameter
 
getArgs() - Method in exception org.loom.exception.LocaleAwareException
 
getArgs() - Method in class org.loom.i18n.Message
 
getAsObject(String) - Method in class org.loom.converter.AbstractSimpleConverter
 
getAsObject(String) - Method in class org.loom.converter.AbstractSimpleNumberConverter
 
getAsObject(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.AbstractStringConverter
Return the object value for the given text
getAsObject(String) - Method in class org.loom.converter.BooleanConverter
 
getAsObject(String) - Method in class org.loom.converter.ByteConverter
 
getAsObject(String) - Method in class org.loom.converter.CharacterConverter
 
getAsObject(String, String, Messages, MessagesRepository) - Method in interface org.loom.converter.Converter
Return the object value for the given text
getAsObject(String) - Method in class org.loom.converter.EnumConverter
this converter does not treat conversion errors gracefully, as it seems that a wrong enum value is a misdesigned UI.
getAsObject(String, FileParameter, Messages, MessagesRepository) - Method in interface org.loom.converter.FileParameterConverter
Return the object value for the given text
getAsObject(String) - Method in class org.loom.converter.IntegerConverter
 
getAsObject(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.JsonConverter
 
getAsObject(String) - Method in interface org.loom.converter.LocaleUnawareConverter
Perform the conversion.
getAsObject(String) - Method in class org.loom.converter.LongConverter
 
getAsObject(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.NullConverter
 
getAsObject(String) - Method in class org.loom.converter.NullConverter
 
getAsObject(String) - Method in class org.loom.converter.ShortConverter
 
getAsObject(String) - Method in class org.loom.converter.StringConverter
 
getAsObjectImpl(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.AbstractFormatConverter
 
getAsObjectImpl(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.AbstractSimpleConverter
 
getAsObjectImpl(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.AbstractSimpleNumberConverter
 
getAsObjectImpl(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.AbstractStringConverter
This method is the getAsObject implementation, and has the guarantee that the value is not null
getAsObjectImpl(String, String, Messages, MessagesRepository) - Method in class org.loom.converter.DoubleConverter
 
getAsText(Object, MessagesRepository) - Method in class org.loom.converter.AbstractStringConverter
Return the text value for the given object
getAsText(Object, MessagesRepository) - Method in interface org.loom.converter.Converter
Return the text value for the given object
getAsText(Object, MessagesRepository) - Method in class org.loom.converter.JsonConverter
 
getAsText(Object, MessagesRepository) - Method in class org.loom.converter.NullConverter
 
getAsTextImpl(Object, MessagesRepository) - Method in class org.loom.converter.AbstractFormatConverter
 
getAsTextImpl(Object, MessagesRepository) - Method in class org.loom.converter.AbstractStringConverter
This method is the getAsText implementation, and has the guarantee that the value is not null
getAsTextImpl(Object, MessagesRepository) - Method in class org.loom.converter.CharacterConverter
 
getAsTextImpl(Object, MessagesRepository) - Method in class org.loom.converter.date.MinutesConverter
 
getAttribute(String, Scope) - Method in class org.loom.action.ActionContext
Gets the value of the requested attribute for the given scope
getAttribute(String) - Method in class org.loom.servlet.scope.FlashContext
 
getAttributeAsBoolean(String) - Method in interface org.loom.servlet.LoomServletRequest
 
getAttributeAsBoolean(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getAttributes() - Method in class org.loom.resolution.AutocompleteEntry
 
getAutocomplete() - Method in class org.loom.tags.core.InputTextTag
 
getBalancingHostnames() - Method in class org.loom.url.BalancedUrlBuilder
 
getBalancingParameterNames() - Method in class org.loom.url.BalancedUrlBuilder
 
getBinders() - Method in class org.loom.binding.PropertyBinderMap
 
getBoundMessages() - Method in class org.loom.i18n.Messages
 
getBoundMessages(MessageLevel) - Method in class org.loom.i18n.Messages
 
getBrowserData() - Method in interface org.loom.servlet.LoomServletRequest
 
getBrowserData() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getBrowserMessages() - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
getBrowserMessages() - Method in class org.loom.i18n.MessagesRepository
 
getBufferedBody() - Method in class org.loom.tags.AbstractTag
 
getBuilder() - Method in class org.loom.tags.StringBuilderWriter
 
getBytes() - Method in interface org.loom.servlet.params.FileParameter
Get the file contents as a byte array
getBytes() - Method in class org.loom.servlet.params.InMemoryFileParameter
 
getCacheControl() - Method in class org.loom.resolution.AbstractHttpResolution
 
getCacheMethod() - Method in class org.loom.interceptor.CacheInterceptor
 
getCacheNever() - Method in class org.loom.servlet.CacheControl
 
getCacheSeconds() - Method in class org.loom.servlet.CacheControl
 
getCause() - Method in interface org.loom.exception.HttpThrowable
 
getCharset() - Method in class org.loom.resolution.AbstractHttpResolution
 
getChild() - Method in class org.loom.binding.Node
 
getChildren() - Method in class org.loom.tags.menu.AbstractMenuData
 
getChildren() - Method in class org.loom.tags.menu.MenuItemData
 
getChildren() - Method in interface org.loom.tags.menu.MenuItemDataCollection
 
getCols() - Method in class org.loom.tags.core.InputTextAreaTag
 
getCompilationLevel() - Method in class org.loom.resources.compressor.ClosureJavascriptCompressorAdapter
 
getCompiledResources() - Method in class org.loom.resources.CompilationResult
 
getCompiledWebResource(String) - Method in class org.loom.resources.DefaultWebResourceBundle
 
getCompiledWebResource(String) - Method in class org.loom.resources.PrecompiledWebResourceBundle
 
getCompiledWebResource(String) - Method in interface org.loom.resources.WebResourceBundle
Returns the compiled web resource (a JS/CSS file).
getCompiledWebResources() - Method in class org.loom.resources.DefaultWebResourceBundle
 
getContainer() - Method in class org.loom.tags.tabs.TabTag
 
getContainerClass() - Method in class org.loom.binding.PropertyBinderMap
 
getContainerClass() - Method in class org.loom.binding.PropertyWrapper
 
getContainingFolder(int) - Method in class org.loom.persistence.file.ExternalFileManager
 
getContents() - Method in class org.loom.persistence.file.PersistentFile
 
getContents() - Method in class org.loom.resolution.HtmlResolution
 
getContents() - Method in class org.loom.resolution.JacksonResolution
 
getContents() - Method in class org.loom.resolution.StringResolution
 
getContents() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
getContents() - Method in class org.loom.tags.StringWriterWrapper
 
getContentsAsBlob() - Method in class org.loom.persistence.file.BlobPersistentFileContents
 
getContentsAsBytes() - Method in class org.loom.persistence.file.ByteArrayPersistentFileContents
 
getContentsAsStream() - Method in class org.loom.persistence.file.BlobPersistentFileContents
 
getContentsAsStream() - Method in class org.loom.persistence.file.ByteArrayPersistentFileContents
 
getContentsAsStream() - Method in class org.loom.persistence.file.InputStreamFileContents
 
getContentsAsStream() - Method in class org.loom.persistence.file.PersistentFile
 
getContentsAsStream() - Method in interface org.loom.persistence.file.PersistentFileContents
 
getContentsAsStream() - Method in class org.loom.persistence.file.SystemFileContents
 
getContentType() - Method in class org.loom.persistence.file.PersistentFile
 
getContentType() - Method in class org.loom.resolution.AbstractHttpResolution
 
getContentType() - Method in class org.loom.resources.CssResource
 
getContentType() - Method in enum org.loom.resources.WebResourceType
 
getContentType() - Method in interface org.loom.servlet.params.FileParameter
Get the file content-type.
getContentType() - Method in class org.loom.servlet.params.InMemoryFileParameter
 
getContext() - Method in class org.loom.action.AbstractAction
 
getContext() - Method in interface org.loom.action.Action
 
getConvertedClass() - Method in class org.loom.converter.AbstractConverter
 
getConvertedClass() - Method in interface org.loom.converter.Converter
 
getConverter() - Method in class org.loom.binding.ItemMetadata
 
getConverter() - Method in class org.loom.binding.PropertyBinder
 
getConverter(AnnotationContainer, T) - Method in interface org.loom.converter.AnnotationDrivenConverterFactory
 
getConverter(AnnotationContainer) - Method in interface org.loom.converter.ConverterFactory
 
getConverter(AnnotationContainer, ConverterMetadata) - Method in class org.loom.converter.ConverterMetadataConverterFactory
 
getConverter(AnnotationContainer, Temporal) - Method in class org.loom.converter.date.TemporalConverterFactory
 
getConverter(AnnotationContainer) - Method in class org.loom.converter.DefaultConverterFactory
Usually the Converter is specified by the Class at the end of the chain or any annotation prior to that point that specifies what must be done with that property (a \@Converter annotation with a configured propertyPath)
getConverter(AnnotationContainer, JSON) - Method in class org.loom.converter.JsonConverterFactory
 
getConverter(String) - Method in class org.loom.mapping.ActionMapping
 
getConverter() - Method in class org.loom.mapping.DefaultEventParameter
 
getConverter(String) - Method in class org.loom.mapping.Event
 
getConverter() - Method in interface org.loom.mapping.EventParameter
 
getConverter() - Method in class org.loom.tags.core.AbstractOptionsTag
 
getConverterForClass(Class<?>) - Method in interface org.loom.converter.ConverterFactory
Return default converter for a simple class
getConverterForClass(Class) - Method in class org.loom.converter.DefaultConverterFactory
 
getCookie(String) - Method in interface org.loom.servlet.LoomServletRequest
 
getCookie(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getCookie(String, Cookie[]) - Static method in class org.loom.util.CookieUtils
 
getCreateListeners() - Method in class org.loom.interceptor.InterceptorProxy
 
getCreationDate() - Method in class org.loom.persistence.file.PersistentFile
 
getCss() - Method in class org.loom.tags.CssBuilder
 
getCssBuilder() - Method in class org.loom.tags.AbstractHtmlTag
 
getCssBuilder() - Method in interface org.loom.tags.HtmlTag
 
getCssBuilder() - Method in class org.loom.tags.tabs.TabTag
 
getCssClass() - Method in class org.loom.converter.AbstractConverter
 
getCssClass() - Method in class org.loom.tags.AbstractHtmlTag
 
getCssClass() - Method in class org.loom.tags.menu.AbstractMenuData
 
getCssClass() - Method in class org.loom.tags.menu.MenuItemData
 
getCssClass() - Method in class org.loom.tags.menu.MenuTag
 
getCssResource() - Method in class org.loom.action.support.ResourcesAction
 
getCssResource(String) - Method in class org.loom.resources.DefaultWebResourceBundle
 
getCssResource(String) - Method in class org.loom.resources.PrecompiledWebResourceBundle
 
getCssResource(String) - Method in interface org.loom.resources.WebResourceBundle
Return an external resource referenced from one of the CSS stylesheets (url() attribute) contained in this bundle
getCssResources() - Method in class org.loom.resources.CompilationResult
 
getCssResources() - Method in class org.loom.resources.DefaultWebResourceBundle
 
getCurrentForm() - Method in interface org.loom.servlet.LoomServletRequest
TODO: this method should be moved elsewhere
getCurrentForm() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getData() - Method in interface org.loom.paged.PagedListData
 
getData() - Method in class org.loom.paged.PagedListDataImpl
 
getData() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getDate() - Method in class org.loom.validator.date.ConstantReferralDate
 
getDate() - Method in class org.loom.validator.date.DateValue
 
getDate() - Method in interface org.loom.validator.date.ReferralDate
Returns the date
getDate() - Method in class org.loom.validator.date.TodayReferralDate
 
getDateValue() - Method in class org.loom.validator.date.DateValueParser
 
getDbVersion() - Method in exception org.loom.exception.OptimisticLockException
 
getDecorator() - Method in class org.loom.tags.AbstractDecoratedTag
 
getDecorator(Class<?>) - Method in class org.loom.tags.decorator.TagDecoratorRepository
 
getDecorator(String) - Method in class org.loom.tags.decorator.TagDecoratorRepository
 
getDecoratorInstance() - Method in class org.loom.tags.AbstractDecoratedTag
Retrieves the decorator instance.
getDefaultCharset() - Method in class org.loom.servlet.LoomServletRequestFactory
 
getDefaultCss(Class<? extends AbstractHtmlTag>, String) - Method in class org.loom.config.ConfigProperties
 
getDefaultEvent() - Method in class org.loom.mapping.ActionMapping
 
getDefaultLocale() - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
getDefaultLocale() - Method in interface org.loom.i18n.MessagesRepositoryFactory
 
getDefaultLocale() - Method in class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
getDefaultRequiredMessage() - Method in class org.loom.validator.AbstractRequiredValidator
 
getDelegate() - Method in class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
getDelegate() - Method in class org.loom.log.Log
 
getDelegate() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
getDelegate() - Method in class org.loom.persistence.TransactionalService
 
getDescription() - Method in class org.loom.persistence.file.PersistentFileResource
This implementation returns the passed-in description, if any.
getDestination() - Method in class org.loom.resolution.DefaultForwardResolution
 
getDir() - Method in class org.loom.tags.AbstractHtmlTag
 
getDisplayName() - Method in interface org.loom.binding.AnnotationContainer
 
getDisplayName() - Method in class org.loom.binding.PropertyWrapper
 
getDisplayName() - Method in class org.loom.mapping.DefaultEventParameter
 
getDisplayName() - Method in class org.loom.mapping.RequestParametersParameter
 
getDisplayValue() - Method in class org.loom.tags.core.AbstractOutTag
 
getDisplayValue() - Method in class org.loom.tags.core.OutPropertyTag
 
getDisplayValue() - Method in class org.loom.tags.core.OutTag
 
getElProxy() - Method in class org.loom.config.Config
Deprecated.  
getElse() - Method in class org.loom.tags.core.OutTag
 
getEntityClass() - Method in exception org.loom.exception.LocaleAwarePersistenceException
 
getEntityManager() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
getEntityManagerInterface() - Method in class org.loom.persistence.HibernateExtendedJpaVendorAdapter
 
getErrorListeners() - Method in class org.loom.interceptor.InterceptorProxy
 
getEtag() - Method in class org.loom.servlet.CacheControl
 
getEvent() - Method in class org.loom.action.ActionContext
 
getEvent(String) - Method in class org.loom.mapping.ActionMapping
 
getEvent(String, LoomServletRequest) - Method in interface org.loom.mapping.ActionMappingRepository
 
getEvent(String, LoomServletRequest) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
getEvent() - Method in class org.loom.mapping.DefaultEventParameter
 
getEvent() - Method in class org.loom.mapping.ParsedAction
 
getEvent(String, LoomServletRequest) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
getEvent() - Method in class org.loom.tags.menu.SelectedMenuItemLocator
 
getEvent() - Method in class org.loom.url.UrlBuilder
 
getEventParameters() - Method in class org.loom.mapping.Event
 
getEventParameterValue(String) - Method in class org.loom.mapping.ParsedAction
 
getEventParameterValues() - Method in class org.loom.mapping.ParsedAction
 
getEvents() - Method in class org.loom.mapping.ActionMapping
 
getException() - Method in class org.loom.resolution.HttpErrorResolution
 
getExceptionHandler() - Method in class org.loom.config.Config
Deprecated.  
getExceptionMessage(HttpServletRequest, Throwable) - Method in class org.loom.tags.exception.DefaultErrorRenderer
 
getExecuteListeners() - Method in class org.loom.interceptor.InterceptorProxy
 
getExtendedAttributes() - Method in class org.loom.tags.AbstractTag
 
getExtendedAttributes() - Method in interface org.loom.tags.LoomTag
 
getExtension() - Method in enum org.loom.resources.WebResourceType
 
getField() - Method in class org.loom.binding.PropertyWrapper
 
getField(Class<?>, String) - Static method in class org.loom.util.ClassUtils
 
getFieldValue(Object, Field) - Static method in class org.loom.util.ClassUtils
Gets a field value, but all the throwable exceptions are translated to Runtime
getFile() - Method in class org.loom.persistence.file.DatabaseFileContents
 
getFile() - Method in class org.loom.resources.CompiledToDiskWebResource
 
getFileLocation(PersistentFile) - Method in class org.loom.persistence.file.ExternalFileManager
Return the file location of a persistent file.
getFilename() - Method in class org.loom.persistence.file.PersistentFile
 
getFilename() - Method in class org.loom.resolution.AbstractFileResolution
 
getFilename() - Method in interface org.loom.servlet.params.FileParameter
Get the uploaded filename.
getFilename() - Method in class org.loom.servlet.params.InMemoryFileParameter
 
getFileParameter(String) - Method in interface org.loom.servlet.LoomServletRequest
 
getFileParameter(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getFileParameter(String) - Method in class org.loom.servlet.params.ServletRequestParameters
 
getFileParameterNames() - Method in class org.loom.servlet.params.ServletRequestParameters
 
getFileParametersEntrySet() - Method in class org.loom.servlet.params.ServletRequestParameters
 
getFileSize() - Method in class org.loom.persistence.file.BlobPersistentFileContents
 
getFileSize() - Method in class org.loom.persistence.file.ByteArrayPersistentFileContents
 
getFileSize() - Method in class org.loom.persistence.file.InputStreamFileContents
 
getFileSize() - Method in class org.loom.persistence.file.PersistentFile
 
getFileSize() - Method in interface org.loom.persistence.file.PersistentFileContents
 
getFileSize() - Method in class org.loom.persistence.file.SystemFileContents
 
getFileSize() - Method in class org.loom.resolution.AbstractFileResolution
 
getFileSize() - Method in interface org.loom.servlet.params.FileParameter
Get the file size, -1 if unknown
getFileSize() - Method in class org.loom.servlet.params.InMemoryFileParameter
 
getFinallyListeners() - Method in class org.loom.interceptor.InterceptorProxy
 
getFirstRecordIndex() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getFlashContextFactory() - Method in class org.loom.servlet.LoomServletRequestFactory
 
getFlushMode() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
getFlushMode() - Method in class org.loom.persistence.TransactionalService
 
getForm() - Method in class org.loom.tags.AbstractFormFieldTag
 
getFormat() - Method in class org.loom.interceptor.ImageData
 
getFormatKey() - Method in class org.loom.converter.AbstractFormatConverter
 
getFormatter() - Method in class org.loom.converter.date.AbstractDateFormatAdapter
 
getForwardFolder() - Method in class org.loom.mapping.ActionMapping
 
getForwardResourcesRoot() - Method in class org.loom.resolution.DefaultForwardResolution
 
getForwardResourcesRoot() - Method in class org.loom.resolution.DefaultResolutionFactory
 
getFullListSize() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getGetter() - Method in class org.loom.binding.PropertyWrapper
 
getGetter(Class<?>, String) - Static method in class org.loom.util.ClassUtils
 
getGrammarFileName() - Method in class org.loom.validator.date.DateValueLexer
 
getGrammarFileName() - Method in class org.loom.validator.date.DateValueParser
 
getGzippedFile() - Method in class org.loom.resources.CompiledToDiskWebResource
 
getGzippedInputStream() - Method in class org.loom.resources.CompiledInMemoryWebResource
 
getGzippedInputStream() - Method in class org.loom.resources.CompiledToDiskWebResource
 
getGzippedInputStream() - Method in interface org.loom.resources.CompiledWebResource
 
getGzippedJson() - Method in class org.loom.i18n.MessagesRepository
 
getGzippedLength() - Method in class org.loom.resources.CompiledInMemoryWebResource
 
getGzippedLength() - Method in class org.loom.resources.CompiledToDiskWebResource
 
getGzippedLength() - Method in interface org.loom.resources.CompiledWebResource
 
getHandle(String) - Method in class org.loom.annotation.processor.RestAnnotationProcessor
Extract the handle from the provided action path
getHandle() - Method in class org.loom.mapping.ActionMapping
 
getHandle(String) - Method in interface org.loom.mapping.ActionMappingRepository
 
getHandle(String) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
getHandle(String) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
getHandle() - Method in class org.loom.mapping.UriToken
 
getHandleSeparator() - Method in class org.loom.mapping.DefaultActionMappingRepository
 
getHash() - Method in class org.loom.url.UrlBuilder
 
getHeight() - Method in class org.loom.interceptor.ImageData
 
getHelpLine() - Method in class org.loom.tags.AbstractFormFieldTag
 
getHighlightPattern() - Method in class org.loom.resolution.AutocompleteResolution
 
getHighlightText() - Method in class org.loom.resolution.AutocompleteResolution
 
getHostname() - Method in class org.loom.interceptor.SSLRedirectData
 
getHostname() - Method in class org.loom.url.UrlBuilder
 
getHtmlEntity(Currency) - Static method in class org.loom.util.LocaleUtils
 
getHttpError() - Method in exception org.loom.exception.EntityNotFoundException
Entity not found is typically presented as a 404 error
getHttpError() - Method in exception org.loom.exception.HttpException
 
getHttpError() - Method in interface org.loom.exception.HttpThrowable
 
getHttpError() - Method in exception org.loom.exception.UnhandledValidationErrorsException
400 (malformed request) seems the most appropiate http error to return
getHttpMethod() - Method in interface org.loom.servlet.LoomServletRequest
 
getHttpMethod() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getHttpMethods() - Method in class org.loom.mapping.Event
 
getId() - Method in class org.loom.json.JsonMarshaller
Deprecated.  
getId() - Method in class org.loom.paged.AbstractPagedContainer
 
getId() - Method in interface org.loom.paged.PagedContainer
 
getId() - Method in class org.loom.persistence.file.DatabaseFileContents
 
getId() - Method in class org.loom.persistence.file.PersistentFile
 
getId() - Method in class org.loom.servlet.scope.FlashContext
 
getId() - Method in enum org.loom.servlet.Scope
 
getId() - Method in class org.loom.tags.AbstractHtmlTag
 
getId() - Method in class org.loom.tags.menu.AbstractMenuData
 
getId() - Method in class org.loom.tags.menu.MenuItemData
 
getId() - Method in class org.loom.tags.menu.MenuTag
 
getId() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getId() - Method in class org.loom.tags.tabs.TabContainerTag
 
getId() - Method in class org.loom.tags.tabs.TabTag
 
getIdPropertyName(Class<?>) - Method in interface org.loom.persistence.ExtendedEntityManager
 
getIdPropertyName(Class<?>) - Method in class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
getIdPropertyName(Class<?>) - Method in class org.loom.persistence.TransactionalService
 
getIdPropertyPath() - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
getImage() - Method in class org.loom.resolution.BufferedImageResolution
 
getImageData(FileParameter) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getImageData(FileParameter) - Method in class org.loom.interceptor.DefaultImageValidationInterceptor
 
getImplementationClass() - Method in class org.loom.binding.factories.DefaultImplementationFactory
 
getImplementationFactory(PropertyWrapper) - Method in class org.loom.binding.factories.ImplementationFactoriesRepository
 
getImplementationFactory(Class<?>) - Method in class org.loom.binding.factories.ImplementationFactoriesRepository
 
getImplementationFactory() - Method in class org.loom.binding.ItemMetadata
 
getImplementationFactory() - Method in class org.loom.binding.PropertyWrapper
 
getIndex(String) - Method in class org.loom.binding.Node
Gets the index part of a node.
getIndex() - Method in class org.loom.mapping.DefaultEventParameter
 
getIndex() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getIndexAsInt(String) - Method in class org.loom.binding.Node
Gets the index as Integer If there is no index, return -1
getIndexName() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getInputStream() - Method in class org.loom.persistence.file.PersistentFileResource
 
getInputStream() - Method in class org.loom.resources.CompiledInMemoryWebResource
 
getInputStream() - Method in class org.loom.resources.CompiledToDiskWebResource
 
getInputStream() - Method in interface org.loom.resources.CompiledWebResource
 
getInstance() - Static method in class org.loom.config.ConfigProperties
 
getInstance(Class<T>, Method) - Static method in class org.loom.interceptor.MethodInterceptor
 
getInstance() - Static method in class org.loom.util.Lookup
 
getInstance() - Static method in class org.loom.util.TemplateResolver
 
getInterceptors() - Method in class org.loom.mapping.Event
 
getItemClass() - Method in class org.loom.binding.ItemMetadata
 
getItemMetadata(int) - Method in interface org.loom.binding.AnnotationContainer
 
getItemMetadata() - Method in class org.loom.binding.PropertyWrapper
 
getItemMetadata(int) - Method in class org.loom.binding.PropertyWrapper
 
getItemMetadata(int) - Method in class org.loom.mapping.DefaultEventParameter
 
getItemMetadataSize() - Method in interface org.loom.binding.AnnotationContainer
 
getItemMetadataSize() - Method in class org.loom.binding.PropertyWrapper
 
getItemMetadataSize() - Method in class org.loom.mapping.DefaultEventParameter
 
getItems() - Method in class org.loom.tags.menu.AbstractMenuData
 
getItemSeparator() - Method in class org.loom.tags.menu.MenuTag
 
getJavaMethod() - Method in class org.loom.mapping.Event
 
getJsMessagesRepository() - Method in class org.loom.action.support.ResourcesAction
Converts the MessagesRepository instance to a javascript JSON presentation.
getLabel() - Method in class org.loom.tags.AbstractFormFieldTag
 
getLabel(MessagesRepository) - Method in class org.loom.tags.core.Option
 
getLabel() - Method in class org.loom.tags.menu.MenuItemData
 
getLabelCssClass() - Method in class org.loom.tags.AbstractFormInputTag
As of #LOOM-95, modified to propagate all the applied CSS classes to the surrounding label
getLabelPosition() - Method in class org.loom.tags.AbstractFormInputTag
 
getLang() - Method in class org.loom.tags.AbstractHtmlTag
 
getLastModified() - Method in class org.loom.i18n.MessagesRepository
 
getLastModified() - Method in class org.loom.persistence.file.PersistentFile
 
getLastModified() - Method in class org.loom.servlet.CacheControl
 
getLastNode(String) - Static method in class org.loom.util.PropertyUtils
Returns the last node of a property path a.b.c becomes c a.b becomes b a becomes a
getLeafNode() - Method in class org.loom.binding.PropertyBinder
 
getLength() - Method in class org.loom.resources.CompiledInMemoryWebResource
 
getLength() - Method in class org.loom.resources.CompiledToDiskWebResource
 
getLength() - Method in interface org.loom.resources.CompiledWebResource
 
getLevel() - Method in class org.loom.i18n.Message
 
getLineBreakColumn() - Method in class org.loom.resources.compressor.YuiCssCompressorAdapter
 
getLineBreakColumn() - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
getList() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getLobHandler() - Method in class org.loom.persistence.file.DatabaseFileManager
 
getLocale(HttpServletRequest) - Method in class org.loom.config.CookieLocaleResolver
 
getLocale(HttpServletRequest) - Method in interface org.loom.config.LocaleResolver
Extract the locale from the user request, null if it no serialized locale could be found.
getLocale(HttpServletRequest) - Method in class org.loom.config.PrefixLocaleResolver
 
getLocale() - Method in class org.loom.i18n.MessagesRepository
 
getLocale() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getLocale() - Method in class org.loom.tags.menu.LocaleMenuItemData
 
getLocaleAwareMessage() - Method in exception org.loom.exception.LocaleAwareException
 
getLocaleAwareMessage() - Method in exception org.loom.exception.LocaleAwarePersistenceException
 
getLocaleAwareMessage() - Method in interface org.loom.exception.LocaleAwareThrowable
 
getLocaleAwareMessage() - Method in exception org.loom.exception.UnhandledValidationErrorsException
 
getLocaleResolver() - Method in class org.loom.config.Config
Deprecated. Use getLoomServletRequestFactory().getLocaleResolver() instead
getLocaleResolver() - Method in class org.loom.servlet.LoomServletRequestFactory
 
getLocales() - Method in class org.loom.tags.menu.LocaleMenuTag
 
getLocalizedFilenames(String, String, Locale...) - Static method in class org.loom.util.LocaleUtils
Elaborates a list of localized filenames to check, from more to less specific.
getLocation() - Method in class org.loom.resources.PrecompiledWebResourceBundle
 
getLocations() - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
getLog() - Static method in class org.loom.log.Log
Deprecated. use getLog(Class) instead. This class instantiates an Exception to calculate the stack trace, which consumes resources on deployment time.
getLog(Class<?>) - Static method in class org.loom.log.Log
 
getLongName() - Method in class org.loom.mapping.ActionMapping
 
getLoomServletRequestFactory() - Method in class org.loom.config.Config
Deprecated.  
getLowercaseName() - Method in enum org.loom.i18n.MessageLevel
 
getMapper() - Method in class org.loom.resolution.DefaultResolutionFactory
 
getMapper() - Method in class org.loom.resolution.JacksonResolution
 
getMappings() - Method in interface org.loom.mapping.ActionMappingRepository
 
getMappings() - Method in class org.loom.mapping.DefaultActionMappingRepository
 
getMappings() - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
getMappings() - Method in class org.loom.tags.decorator.TagDecoratorRepository
 
getMarshaller() - Method in class org.loom.resolution.JsonResolution
Deprecated.  
getMaskPattern() - Method in class org.loom.validator.StringValidator
 
getMax() - Method in class org.loom.tags.core.InputTextTag
 
getMaxFileSize() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getMaxFileSize() - Method in class org.loom.interceptor.FileValidationInterceptor
 
getMaxFilesPerFolder() - Method in class org.loom.persistence.file.ExternalFileManager
 
getMaxHeight() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getMaxLength(MessagesRepository) - Method in interface org.loom.converter.MaxLengthAwareConverter
Return the maxlength if known, null if not
getMaxlength() - Method in class org.loom.tags.core.AbstractTextFieldTag
 
getMaxLength() - Method in class org.loom.validator.NumberValidator
Calculates the maxlength using the precision and max and min values specified
getMaxLength() - Method in class org.loom.validator.StringValidator
 
getMaxValue() - Method in class org.loom.validator.date.DateValidator
 
getMaxValue() - Method in class org.loom.validator.NumberValidator
 
getMaxWidth() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getMD5() - Method in class org.loom.i18n.MessagesRepository
 
getMD5() - Method in class org.loom.persistence.file.PersistentFile
 
getMd5() - Method in class org.loom.resources.AbstractCompiledWebResource
 
getMd5() - Method in interface org.loom.resources.CompiledWebResource
 
getMd5() - Method in class org.loom.resources.CssResource
 
getMenu() - Method in class org.loom.tags.menu.MenuTag
 
getMenuId() - Method in class org.loom.tags.menu.SelectedMenuItemLocator
 
getMenuItemId() - Method in class org.loom.tags.menu.SelectedMenuItemLocator
 
getMessage() - Method in exception org.loom.exception.LocaleAwareException
 
getMessageKey() - Method in exception org.loom.exception.LocaleAwareException
 
getMessageKey() - Method in class org.loom.i18n.Message
 
getMessagePrefix() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getMessagePrefix() - Method in class org.loom.validator.AbstractPropertyValidator
 
getMessages() - Method in class org.loom.action.ActionContext
 
getMessages() - Method in exception org.loom.exception.UnhandledValidationErrorsException
 
getMessages() - Method in class org.loom.mapping.ParsedAction
 
getMessages() - Method in class org.loom.validator.ValidationRequest
 
getMessagesRepository() - Method in class org.loom.action.AbstractAction
 
getMessagesRepository() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
getMessagesRepository() - Method in interface org.loom.servlet.LoomServletRequest
 
getMessagesRepository() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getMessagesRepository() - Method in class org.loom.tags.AbstractTag
 
getMessagesRepository(HttpServletRequest) - Method in class org.loom.tags.exception.DefaultErrorRenderer
Return the messagesRepository instance.
getMessagesRepositoryFactory() - Method in class org.loom.config.Config
Deprecated. Use getLoomServletRequestFactory().getMessagesRepositoryFactory() instead
getMessagesRepositoryFactory() - Method in class org.loom.servlet.LoomServletRequestFactory
 
getMethod() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getMethod() - Method in class org.loom.tags.core.FormTag
 
getMethod() - Method in class org.loom.tags.core.UrlTag
 
getMethod() - Method in interface org.loom.tags.Link
 
getMethod() - Method in class org.loom.tags.tabs.TabTag
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.loom.util.ClassUtils
 
getMin() - Method in class org.loom.tags.core.InputTextTag
 
getMinHeight() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getMinLength() - Method in class org.loom.validator.StringValidator
 
getMinValue() - Method in class org.loom.validator.date.DateValidator
 
getMinValue() - Method in class org.loom.validator.NumberValidator
 
getMinWidth() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getMissingMessagesHandler() - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
getMissingMessagesHandler() - Method in class org.loom.i18n.MessagesRepository
 
getName() - Method in interface org.loom.binding.AnnotationContainer
 
getName() - Method in class org.loom.binding.PropertyWrapper
 
getName() - Method in class org.loom.mapping.DefaultEventParameter
 
getName() - Method in class org.loom.mapping.Event
 
getName() - Method in class org.loom.mapping.UriToken
 
getName() - Method in class org.loom.resolution.HttpHeader
 
getName() - Method in class org.loom.resources.AbstractCompiledWebResource
 
getName() - Method in interface org.loom.resources.CompiledWebResource
 
getName() - Method in class org.loom.resources.CssResource
 
getName() - Method in class org.loom.resources.DefaultWebResourceBundle
 
getName() - Method in class org.loom.resources.PrecompiledWebResourceBundle
 
getName() - Method in interface org.loom.resources.WebResourceBundle
 
getName() - Method in class org.loom.tags.AbstractHtmlTag
 
getName() - Method in class org.loom.tags.core.InputHiddenTag
 
getName() - Method in class org.loom.tags.core.OutPropertyTag
 
getName() - Method in class org.loom.tags.core.ParamTag
 
getName() - Method in class org.loom.tags.messages.ErrorTag
 
getNearestSupportedLocale(Locale) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
Will look in the list of configured locations and return the first partial locale match
getNestedException(Throwable) - Static method in class org.loom.util.ExceptionUtils
Return a reasonable guess about the exception cause, removing any exception that is only meant as a wrapper
getNestedExceptionWithClass(Throwable, Class<T>) - Static method in class org.loom.util.ExceptionUtils
Return the nested exception with the expected exception class
getNestedOptions() - Method in class org.loom.tags.core.AbstractOptionsTag
 
getNewVersion() - Method in exception org.loom.exception.OptimisticLockException
 
getNextFlashContext(boolean) - Method in interface org.loom.servlet.LoomServletRequest
Return the flash-scoped context with objects persisted for the NEXT browser request.
getNextFlashContext(boolean) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getNextNodeClass() - Method in class org.loom.binding.Node
 
getNextPageRecordIndex() - Method in interface org.loom.paged.PagedListData
 
getNextPageRecordIndex() - Method in class org.loom.paged.PagedListDataImpl
 
getNextPropertyClass() - Method in class org.loom.binding.PropertyWrapper
 
getNormalizedName() - Method in class org.loom.tags.AbstractFormFieldTag
 
getNormalizedPropertyPath() - Method in class org.loom.binding.PropertyBinder
 
getNullableString(String) - Method in class org.loom.i18n.MessagesRepository
Returns a key translated to the current locale.
getNullValue() - Method in class org.loom.binding.PropertyWrapper
 
getNullValue() - Method in class org.loom.converter.AbstractStringConverter
 
getObjectMapper() - Method in class org.loom.config.Config
Deprecated.  
getObjectsPerPage() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getOpposite() - Method in enum org.loom.paged.SortOrder
 
getOptions() - Method in class org.loom.resources.compressor.ClosureJavascriptCompressorAdapter
 
getOrCreateInstance(ServletRequest) - Method in class org.loom.servlet.LoomServletRequestFactory
 
getOrder() - Method in class org.loom.annotation.processor.AbstractAnnotationProcessor
The default return value of any AnnotationProcessor is 1000
getOrder() - Method in interface org.loom.annotation.processor.AnnotationProcessor
Annotation processors get executed in order.
getOrder() - Method in class org.loom.annotation.processor.RestAnnotationProcessor
This annotation processor should be executed before any other
getOrderedQuery() - Method in interface org.loom.paged.PagedListCriteria
 
getOrderedQuery() - Method in class org.loom.paged.PagedListCriteriaImpl
 
getOverridenMessageKey() - Method in class org.loom.validator.AbstractPropertyValidator
 
getOverridenMessageKey() - Method in interface org.loom.validator.PropertyValidator
If not null, this will be the error message key used instead of the one suggested by the validator class.
getPageContext() - Method in class org.loom.tags.AbstractTag
 
getPageIndex() - Method in class org.loom.paged.AbstractPagedContainer
 
getPageIndex() - Method in interface org.loom.paged.PagedContainer
 
getPageNumber() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getPageSize() - Method in class org.loom.paged.AbstractPagedContainer
 
getPageSize() - Method in interface org.loom.paged.PagedContainer
 
getPageSize() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getParam(String) - Method in class org.loom.action.AbstractAction
Deprecated. use getPropertyAsString instead
getParameter(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getParameter(String) - Method in class org.loom.url.UrlBuilder
 
getParameterName() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
getParameterName() - Method in class org.loom.interceptor.FileValidationInterceptor
 
getParameterNames() - Method in class org.loom.mapping.UriParser
 
getParameterNames() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getParameters() - Method in interface org.loom.paged.PagedListCriteria
 
getParameters() - Method in class org.loom.paged.PagedListCriteriaImpl
 
getParameters() - Method in class org.loom.url.UrlBuilder
 
getParameterType() - Method in class org.loom.mapping.DefaultEventParameter
 
getParameterType() - Method in interface org.loom.mapping.EventParameter
 
getParent() - Method in class org.loom.tags.menu.MenuItemData
 
getParsedAction() - Method in interface org.loom.servlet.LoomServletRequest
 
getParsedAction() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getParts() - Method in class org.loom.i18n.CompiledMessage
 
getPattern() - Method in class org.loom.tags.core.AbstractTextFieldTag
 
getPersistenceProvider() - Method in class org.loom.persistence.HibernateExtendedJpaVendorAdapter
 
getPersistentFile() - Method in class org.loom.resolution.PersistentFileResolution
 
getPhase() - Method in exception org.loom.exception.WorkflowInterruption
 
getPolicy() - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
getPopulateListeners() - Method in class org.loom.interceptor.InterceptorProxy
 
getPort() - Method in class org.loom.interceptor.SSLRedirectData
 
getPort() - Method in class org.loom.url.UrlBuilder
 
getPos() - Method in exception org.loom.exception.ParseException
 
getPrecision() - Method in class org.loom.validator.NumberValidator
 
getPrefix() - Method in class org.loom.tags.TagAttributes
 
getPreviousFlashContext() - Method in interface org.loom.servlet.LoomServletRequest
Return the flash-scoped context with objects persisted from the PREVIOUS browser request.
getPreviousFlashContext() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getPrintName() - Method in class org.loom.mapping.Event
 
getProperties() - Method in class org.loom.interceptor.EagerPropertyInterceptor
 
getProperty(String, String) - Method in class org.loom.config.ConfigProperties
 
getPropertyAsBoolean(String, boolean) - Method in class org.loom.config.ConfigProperties
 
getPropertyAsInteger(String, Integer) - Method in class org.loom.config.ConfigProperties
 
getPropertyAsObject(Object, String) - Method in class org.loom.mapping.DefaultEventParameter
 
getPropertyAsObject(Object, String) - Method in interface org.loom.mapping.EventParameter
 
getPropertyAsObject(String) - Method in class org.loom.mapping.ParsedAction
 
getPropertyAsString(String) - Method in class org.loom.action.AbstractAction
Returns the value of the given property as a UrlParameter to be added to a Resolution
getPropertyAsString(Object, String, MessagesRepository) - Method in class org.loom.mapping.DefaultEventParameter
 
getPropertyAsString(Object, String, MessagesRepository) - Method in interface org.loom.mapping.EventParameter
 
getPropertyAsString(String) - Method in class org.loom.mapping.ParsedAction
 
getPropertyBinder(String) - Method in class org.loom.binding.PropertyBinderMap
Asks for the PropertyBinding instance corresponding to a given propertyPath.
getPropertyBinder(String) - Method in class org.loom.mapping.ActionMapping
 
getPropertyBinder(String) - Method in class org.loom.mapping.DefaultEventParameter
 
getPropertyBinder(String) - Method in interface org.loom.mapping.EventParameter
 
getPropertyBinder(String) - Method in class org.loom.mapping.RequestParametersParameter
 
getPropertyBinderMap() - Method in class org.loom.mapping.ActionMapping
 
getPropertyClass() - Method in interface org.loom.binding.AnnotationContainer
 
getPropertyClass() - Method in class org.loom.binding.PropertyBinder
 
getPropertyClass(String) - Method in class org.loom.binding.PropertyBinderMap
 
getPropertyClass() - Method in class org.loom.binding.PropertyWrapper
 
getPropertyClass() - Method in class org.loom.mapping.DefaultEventParameter
this method exists only to comply with the implemented interface AnnotationContainer
getPropertyClass(String) - Method in class org.loom.mapping.Event
Return the property class of a normalized property path.
getPropertyDescriptor(Class<?>, String) - Static method in class org.loom.util.ClassUtils
 
getPropertyDescriptors() - Method in class org.loom.tags.CssClassBeanInfoSupport
 
getPropertyName() - Method in class org.loom.binding.Node
 
getPropertyName() - Method in class org.loom.binding.PropertyWrapper
 
getPropertyName(String) - Method in class org.loom.tags.CssClassBeanInfoSupport
 
getPropertyName(Method) - Static method in class org.loom.util.ClassUtils
If the provided method is a getter or a setter, returns the lowercased property name, ex beanName for getBeanName
getPropertyPath() - Method in class org.loom.i18n.Message
 
getPropertyPath() - Method in class org.loom.interceptor.AbstractPropertyBoundInterceptor
 
getPropertyPath() - Method in class org.loom.mapping.VisitedPath
 
getPropertyPath() - Method in class org.loom.validator.AbstractPropertyValidator
 
getPropertyPath() - Method in interface org.loom.validator.PropertyValidator
The property path that will be evaluated.
getPropertyWrapper() - Method in class org.loom.binding.Node
 
getPropertyWrapperFactory() - Method in class org.loom.config.Config
Deprecated.  
getRawUrl() - Method in class org.loom.url.UrlBuilder
 
getRecordIndex() - Method in class org.loom.paged.AbstractPagedContainer
 
getRecordIndex() - Method in interface org.loom.paged.PagedContainer
 
getRedirectData(LoomServletRequest, SSLPolicyType) - Method in class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
getRedirectData(LoomServletRequest, SSLPolicyType) - Method in interface org.loom.interceptor.SSLRedirectDataFactory
Return null if the request should not be redirect, the scheme and port otherwise
getReference(Class<T>, Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
getReference(Class<T>, Object) - Method in class org.loom.persistence.TransactionalService
 
getReloadingClasses() - Method in class org.loom.mapping.ActionMapping
 
getRenderAsText() - Method in class org.loom.tags.AbstractFormInputTag
 
getRenderLabel() - Method in class org.loom.tags.AbstractFormInputTag
 
getRepository(Locale) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
Get a repository (if already created) or creates a new one if not.
getRepository(Locale) - Method in interface org.loom.i18n.MessagesRepositoryFactory
Return the MessagesRepository instance corresponding to this Locale.
getRepository(Locale) - Method in class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
getRequest() - Method in class org.loom.action.AbstractAction
 
getRequest() - Method in class org.loom.action.ActionContext
 
getRequest() - Method in class org.loom.mapping.ParsedAction
 
getRequest() - Method in class org.loom.tags.AbstractTag
 
getRequest() - Method in interface org.loom.tags.LoomTag
 
getRequestParameters() - Method in interface org.loom.servlet.LoomServletRequest
 
getRequestParameters() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getRequestUrlWithParameters() - Method in interface org.loom.servlet.LoomServletRequest
Deprecated. use toUrlBuilder().getURL() instead
getRequestUrlWithParameters() - Method in class org.loom.servlet.LoomServletRequestImpl
 
getRequiredPropertyBinder(String) - Method in class org.loom.binding.PropertyBinderMap
Same as getPropertyBinder, but the property is required to exist and will throw an exception if it does not.
getRequiredString(String) - Method in class org.loom.i18n.MessagesRepository
Returns a key translated to the current locale.
getResolution() - Method in exception org.loom.exception.WorkflowInterruption
 
getResolutionFactory() - Method in class org.loom.action.ActionContext
 
getResolutionFactory() - Method in class org.loom.config.Config
Deprecated.  
getResource() - Method in class org.loom.action.support.ResourcesAction
If Config.development = false, retrieves an entire concatenated bundle and returns it gzipped (if the browser supports gzip).
getResource() - Method in class org.loom.resources.CssResource
 
getResource() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
getResource(String, String, Tag, PageContext) - Method in class org.loom.util.displaytag.DisplayTagResourceAdapter
 
getResources(Locale) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
getResources() - Method in class org.loom.i18n.MessagesRepository
 
getResponse() - Method in class org.loom.action.AbstractAction
 
getResponse() - Method in class org.loom.action.ActionContext
 
getResponse() - Method in class org.loom.mapping.ParsedAction
 
getResponse() - Method in class org.loom.tags.AbstractTag
 
getResponseInstance(LoomServletRequest, ServletResponse) - Method in class org.loom.servlet.LoomServletRequestFactory
Returns the instance of LoomServletResponse if one already exists, or creates a new one if not
getRolePrefix() - Method in class org.loom.security.SpringSecurityAdapter
 
getRootFolder() - Method in class org.loom.persistence.file.ExternalFileManager
 
getRootNode() - Method in class org.loom.binding.PropertyBinder
 
getRowClass() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getRowIndex() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getRowName() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getRowObject() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getRows() - Method in class org.loom.tags.core.InputTextAreaTag
 
getScale() - Method in class org.loom.validator.NumberValidator
 
getScheme() - Method in class org.loom.interceptor.SSLRedirectData
 
getScheme() - Method in class org.loom.url.UrlBuilder
 
getScopedAttribute(String, Scope...) - Method in interface org.loom.servlet.LoomServletRequest
Get a scoped attribute
getScopedAttribute(String, Scope...) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getScopedAttribute(String, Scope) - Method in class org.loom.tags.AbstractTag
Get a scoped var
getScopedAttribute(String, Scope) - Method in interface org.loom.tags.LoomTag
Get a scoped var
getSearchId() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getSelectedItem(LoomServletRequest) - Method in class org.loom.tags.menu.AbstractMenuData
 
getSelectedItem(LoomServletRequest) - Method in class org.loom.tags.menu.LocaleMenuData
Returns the selected item, considering language, country and variant.
getSelectedItem(LoomServletRequest) - Method in class org.loom.tags.menu.MenuData
 
getSelectedMenuItem(LoomServletRequest, String) - Static method in class org.loom.tags.menu.SelectedMenuItemLocator
get the currently selected menu item from the request object
getSerializedValue() - Method in class org.loom.i18n.Message
 
getServletContext() - Method in class org.loom.action.ActionContext
 
getServletContext() - Method in class org.loom.servlet.LoomServletRequestFactory
 
getSession() - Method in class org.loom.action.AbstractAction
 
getSession(boolean) - Method in class org.loom.action.AbstractAction
 
getSession() - Method in class org.loom.action.ActionContext
 
getSession(boolean) - Method in class org.loom.action.ActionContext
 
getSession() - Method in class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
getSetter() - Method in class org.loom.binding.PropertyWrapper
 
getSetter(Class<?>, String) - Static method in class org.loom.util.ClassUtils
 
getShortName() - Method in class org.loom.mapping.ActionMapping
 
getShortName(Class<?>) - Static method in class org.loom.util.ClassUtils
Deprecated. use Class.getSimpleName() instead
getShortName(Method) - Static method in class org.loom.util.ClassUtils
Gets the short (unqualified) name of a Method, without the class name
getSignature(Method, Object[]) - Static method in class org.loom.util.ClassUtils
 
getSize(Object) - Method in class org.loom.binding.AbstractCollectionNode
 
getSize(Object) - Method in class org.loom.binding.ArrayNode
 
getSize(Object) - Method in class org.loom.binding.ListNode
 
getSize() - Method in enum org.loom.util.FileSizeUnit
 
getSortCriterion() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getSortDirection() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getSortOrder() - Method in class org.loom.paged.AbstractPagedContainer
 
getSortOrder() - Method in interface org.loom.paged.PagedContainer
 
getSortProperty() - Method in class org.loom.paged.AbstractPagedContainer
 
getSortProperty() - Method in interface org.loom.paged.PagedContainer
 
getSources() - Method in class org.loom.resources.CompilationResult
 
getSqlSortDirection() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getStart() - Method in class org.loom.validator.date.DateValue
 
getStatus() - Method in interface org.loom.servlet.LoomServletResponse
Note that this method will only return the status if it has been set through this wrapper.
getStatus() - Method in class org.loom.servlet.LoomServletResponseImpl
 
getStream() - Method in interface org.loom.servlet.params.FileParameter
Get the file contents as an input stream.
getStream() - Method in class org.loom.servlet.params.InMemoryFileParameter
 
getString(String) - Method in class org.loom.i18n.MessagesRepository
Returns a key translated to the current locale.
getStringParameter(String) - Method in interface org.loom.servlet.LoomServletRequest
 
getStringParameter(String) - Method in class org.loom.servlet.LoomServletRequestImpl
 
getStringParameter(String) - Method in class org.loom.servlet.params.ServletRequestParameters
 
getStringParametersEntrySet() - Method in class org.loom.servlet.params.ServletRequestParameters
 
getStyle() - Method in class org.loom.tags.AbstractHtmlTag
 
getTabindex() - Method in class org.loom.tags.AbstractFormFieldTag
 
getTabindex() - Method in class org.loom.tags.core.UrlTag
 
getTagDecoratorRepository() - Method in class org.loom.config.Config
Deprecated.  
getTarget() - Method in class org.loom.tags.menu.MenuItemData
 
getTarget() - Method in class org.loom.tags.tabs.TabTag
 
getTargetAction() - Method in class org.loom.tags.core.FormTag
 
getTargetEvent() - Method in class org.loom.tags.core.FormTag
 
getThreadLocal() - Static method in class org.loom.servlet.LoomServletRequestImpl
Note that this method does not come for free.
getTitle() - Method in class org.loom.tags.AbstractHtmlTag
 
getTokenNames() - Method in class org.loom.validator.date.DateValueParser
 
getTokens() - Method in class org.loom.mapping.UriParser
 
getTotalPages() - Method in interface org.loom.paged.PagedListData
 
getTotalPages() - Method in class org.loom.paged.PagedListDataImpl
 
getTotalPages() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
getTotalRecords() - Method in interface org.loom.paged.PagedListData
 
getTotalRecords() - Method in class org.loom.paged.PagedListDataImpl
 
getTransaction() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
getTransaction() - Method in class org.loom.persistence.TransactionalService
 
getTranslatedArgs() - Method in exception org.loom.exception.LocaleAwareException
 
getTranslatedArgs() - Method in class org.loom.i18n.Message
 
getTranslatedLabel() - Method in class org.loom.tags.AbstractFormInputTag
 
getTranslatedTitle() - Method in class org.loom.tags.AbstractHtmlTag
 
getTranslateLabel() - Method in class org.loom.tags.core.OptionTag
 
getTransport() - Method in class org.loom.resolution.JsonResolution
Deprecated.  
getType() - Method in class org.loom.resolution.BufferedImageResolution
 
getType() - Method in class org.loom.resources.DefaultWebResourceBundle
 
getType() - Method in class org.loom.resources.PrecompiledWebResourceBundle
 
getType() - Method in interface org.loom.resources.WebResourceBundle
Return the type of this bundle (js/css)
getType() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
getType() - Method in class org.loom.tags.core.ButtonTag
 
getUnboundMessages() - Method in class org.loom.i18n.Messages
 
getUnboundMessages(MessageLevel) - Method in class org.loom.i18n.Messages
 
getUnboundParameters() - Method in class org.loom.binding.PropertyBinderMap
 
getUriParameterNames() - Method in class org.loom.mapping.Event
 
getUriParser() - Method in class org.loom.mapping.Event
 
getUrl() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
getUrl() - Method in class org.loom.tags.core.FormTag
 
getUrl() - Method in class org.loom.tags.core.UrlTag
 
getUrl() - Method in interface org.loom.tags.Form
 
getUrl() - Method in interface org.loom.tags.Link
 
getUrl() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
getUrl() - Method in class org.loom.tags.tabs.TabTag
 
getURL(LoomServletRequest) - Method in class org.loom.url.BalancedUrlBuilder
 
getURL(LoomServletRequest) - Method in class org.loom.url.UrlBuilder
Deprecated. use getURL() instead
getURL() - Method in class org.loom.url.UrlBuilder
Calculate the output URL
getUrlBuilder() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
getUrlBuilder() - Method in class org.loom.tags.core.ImgTag
 
getUrlBuilder() - Method in class org.loom.tags.menu.MenuItemData
 
getUrlTag(JspContext, LoomServletRequest, LoomServletResponse) - Method in class org.loom.tags.menu.LocaleMenuItemData
 
getUrlTag(JspContext, LoomServletRequest, LoomServletResponse) - Method in class org.loom.tags.menu.MenuItemData
 
getUserAgent() - Method in class org.loom.servlet.BrowserData
 
getUsername() - Method in class org.loom.persistence.file.PersistentFile
 
getValidateListeners() - Method in class org.loom.interceptor.InterceptorProxy
 
getValidations(String) - Method in class org.loom.url.UrlBuilder
 
getValidator() - Method in class org.loom.validator.ValidationRequest
 
getValidators(String) - Method in class org.loom.mapping.DefaultEventParameter
 
getValidators() - Method in class org.loom.mapping.Event
Deprecated. this method will be removed with no replacement
getValidators(String) - Method in interface org.loom.mapping.EventParameter
 
getValidators() - Method in class org.loom.tags.AbstractFormInputTag
Lazily initializes the list of Validators asociated to this field.
getValidatorsFor(String) - Method in class org.loom.mapping.Event
 
getValue(Object, String[], int) - Method in class org.loom.binding.AbstractCollectionNode
 
getValue(Object, String[], int) - Method in class org.loom.binding.MapNode
 
getValue(Object, String[], int) - Method in class org.loom.binding.Node
Gets the value of the property at the end of this chain
getValue(Object, String) - Method in class org.loom.binding.PropertyBinder
Gets the value on the given path
getValue(Object, String) - Method in class org.loom.binding.PropertyBinderMap
 
getValue(Object, String[], int) - Method in class org.loom.binding.SetNode
 
getValue(Object, String[], int) - Method in class org.loom.binding.SimpleNode
 
getValue() - Method in enum org.loom.paged.SortOrder
 
getValue() - Method in class org.loom.resolution.AutocompleteEntry
 
getValue() - Method in class org.loom.resolution.StringHttpHeader
 
getValue() - Method in class org.loom.tags.AbstractFormInputTag
Calculates this tag value.
getValue() - Method in class org.loom.tags.core.InputHiddenTag
 
getValue() - Method in class org.loom.tags.core.Option
 
getValue() - Method in class org.loom.tags.core.OutTag
 
getValue() - Method in class org.loom.tags.core.ParamTag
 
getValueAsObject(Action, String, MessagesRepository) - Method in class org.loom.mapping.ActionMapping
 
getValueAsObject() - Method in class org.loom.tags.core.AbstractOptionsTag
 
getValueAsString(Action, String, MessagesRepository) - Method in class org.loom.mapping.ActionMapping
 
getValueAsText(Object, String, MessagesRepository) - Method in class org.loom.binding.PropertyBinder
 
getValueAsText(Object, String, MessagesRepository) - Method in class org.loom.binding.PropertyBinderMap
 
getVar() - Method in class org.loom.tags.core.AbstractOutTag
 
getVersion() - Method in class org.loom.persistence.file.PersistentFile
 
getVersion() - Method in class org.loom.servlet.BrowserData
 
getVersionPropertyName(Class<?>) - Method in interface org.loom.persistence.ExtendedEntityManager
 
getVersionPropertyName(Class<?>) - Method in class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
getVersionPropertyName(Class<?>) - Method in class org.loom.persistence.TransactionalService
 
getVersionValue(Object) - Method in interface org.loom.persistence.ExtendedEntityManager
 
getVersionValue(Object) - Method in class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
getVersionValue(Object) - Method in class org.loom.persistence.TransactionalService
 
getVisitedPath() - Method in class org.loom.validator.ValidationRequest
 
getWebResourceBundle(String) - Method in class org.loom.resources.DefaultWebResourceBundleRepository
 
getWebResourceBundle(String) - Method in interface org.loom.resources.WebResourceBundleRepository
 
getWebResourceBundleRepository() - Method in class org.loom.config.Config
Deprecated.  
getWidth() - Method in class org.loom.interceptor.ImageData
 
getWriter() - Method in class org.loom.tags.AbstractTag
 
getWriter() - Method in class org.loom.tags.AbstractWriterWrapper
 
getWriter() - Method in interface org.loom.tags.WriterWrapper
 
getWriterWrapper() - Method in class org.loom.resolution.HtmlResolution
 
GROUPING_SEPARATOR_KEY - Static variable in class org.loom.i18n.MessagesRepository
 
guessCollectionGenericType() - Method in interface org.loom.binding.AnnotationContainer
 
guessCollectionGenericType() - Method in class org.loom.binding.PropertyWrapper
Guess the collection generic type of this property, if possible.
guessCollectionGenericType() - Method in class org.loom.mapping.DefaultEventParameter
 
guessMapGenericKeyType() - Method in interface org.loom.binding.AnnotationContainer
 
guessMapGenericKeyType() - Method in class org.loom.binding.PropertyWrapper
Guess the Map generic type used for the key of this Map property, String.class if it cannot be guessed.
guessMapGenericKeyType() - Method in class org.loom.mapping.DefaultEventParameter
 
guessMapGenericValueType() - Method in interface org.loom.binding.AnnotationContainer
 
guessMapGenericValueType() - Method in class org.loom.binding.PropertyWrapper
Guess the Map generic type used for the value of this Map property, String.class if it cannot be guessed.
guessMapGenericValueType() - Method in class org.loom.mapping.DefaultEventParameter
 
guessMimeType(String) - Static method in class org.loom.util.MimeUtils
 
guessOptionsFromEnumeration(Class<? extends Enum<?>>) - Method in class org.loom.tags.core.AbstractOptionsTag
If the field is an Enum, translate the possible values to a list of options
guessString(String) - Method in class org.loom.i18n.MessagesRepository
Returns a key translated to the current locale.
GuiceActionMappingRepository - Class in org.loom.guice
 
GuiceActionMappingRepository() - Constructor for class org.loom.guice.GuiceActionMappingRepository
 
GuiceAnnotationProcessorRepository - Class in org.loom.guice
 
GuiceAnnotationProcessorRepository() - Constructor for class org.loom.guice.GuiceAnnotationProcessorRepository
 
GuiceConverterFactory - Class in org.loom.guice
 
GuiceConverterFactory() - Constructor for class org.loom.guice.GuiceConverterFactory
 
GuiceLookup - Class in org.loom.guice
 
GuiceLookup() - Constructor for class org.loom.guice.GuiceLookup
 
GuiceObjectMapper - Class in org.loom.guice
 
GuiceObjectMapper() - Constructor for class org.loom.guice.GuiceObjectMapper
 

H

handle(LoomServletRequest, LoomServletResponse, Throwable) - Method in class org.loom.exception.DefaultExceptionHandler
 
handle(LoomServletRequest, LoomServletResponse, Throwable) - Method in interface org.loom.exception.ExceptionHandler
 
handleMessageError(String, Throwable) - Method in class org.loom.i18n.DefaultMissingMessageHandler
 
handleMessageError(String, Throwable) - Method in interface org.loom.i18n.MissingMessageHandler
Decides what to do with missing/malformed message keys
handleMissingKey(String) - Method in class org.loom.i18n.DefaultMissingMessageHandler
 
handleMissingKey(String) - Method in interface org.loom.i18n.MissingMessageHandler
Decides what to do with missing keys
handleMissingParameter(String) - Method in class org.loom.i18n.DefaultMissingMessageHandler
 
handleMissingParameter(String) - Method in interface org.loom.i18n.MissingMessageHandler
Decides what to do with missing parameters
handlePropertyException(Action, String, PropertyNotFoundException) - Method in class org.loom.action.DefaultPropertyExceptionHandler
 
handlePropertyException(Action, String, PropertyNotFoundException) - Method in interface org.loom.action.PropertyExceptionHandler
Handles the case when a property path could not be found
hasAnyError() - Method in class org.loom.action.AbstractAction
 
hasAnyError(String) - Method in class org.loom.action.AbstractAction
 
hasAnyError(String) - Method in class org.loom.i18n.Messages
 
hasAnyError(String) - Method in class org.loom.mapping.ParsedAction
 
hasAnyError() - Method in class org.loom.mapping.ParsedAction
 
hasChildren() - Method in class org.loom.tags.menu.MenuItemData
 
hasDigits(String) - Static method in class org.loom.util.StringUtils
 
hasError() - Method in class org.loom.action.ActionContext
 
hasError() - Method in class org.loom.tags.AbstractFormInputTag
 
hasEvent() - Method in class org.loom.url.UrlBuilder
 
hashCode() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
hashCode() - Method in class org.loom.persistence.file.PersistentFileResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.loom.tags.core.Option
 
hashCode() - Method in class org.loom.tags.menu.MenuData.MenuItemHashKey
 
hasProtocolPrefix(StringBuilder) - Static method in class org.loom.util.StringUtils
Return true if the StringBuilder passed as parameter starts with a known web prefix.
hasRole(String[]) - Method in class org.loom.security.JeeSecurityAdapter
Calls the HttpServletRequest.isUserInRole() method for each allowedRole
hasRole(String[]) - Method in interface org.loom.security.SecurityAdapter
Iterates the list of GrantedAuthority for this user, and returns true if one of them is included in the list of authorized roles.
hasRole(String[]) - Method in class org.loom.security.SpringSecurityAdapter
 
HibernateExtendedEntityManager - Interface in org.loom.persistence
Needed for spring to proxy all the methods present in both interfaces
HibernateExtendedEntityManagerImpl - Class in org.loom.persistence
Extended entity manager operations for the Hibernate JPA Implementation.
HibernateExtendedEntityManagerImpl(EntityManager) - Constructor for class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
HibernateExtendedJpaVendorAdapter - Class in org.loom.persistence
This class exists only because HibernateJpaVendorAdapter does not have a setJpaDialect() method.
HibernateExtendedJpaVendorAdapter() - Constructor for class org.loom.persistence.HibernateExtendedJpaVendorAdapter
 
highlight(String) - Method in class org.loom.resolution.AutocompleteResolution
 
HOST - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Host
HtmlExtendedAttributeNames - Interface in org.loom.servlet.names
Names of generated attributes that are not part of the HTML 5 spec.
HtmlResolution - Class in org.loom.resolution
A Resolution class to compose HTML by hand.
HtmlResolution() - Constructor for class org.loom.resolution.HtmlResolution
 
HtmlSanitizer - Class in org.loom.util
Replace invalid characters of a string.
HtmlSanitizer() - Constructor for class org.loom.util.HtmlSanitizer
 
HtmlTag - Interface in org.loom.tags
The attributes of a HTML tag
HtmlUtils - Class in org.loom.util
HTML handling routines.
HtmlUtils() - Constructor for class org.loom.util.HtmlUtils
 
HTTP_ERROR - Static variable in interface org.loom.servlet.names.RequestAttributeNames
http error code attribute for error pages
HttpErrorResolution - Class in org.loom.resolution
Return an http error code (404, 401, etc)
HttpErrorResolution(int) - Constructor for class org.loom.resolution.HttpErrorResolution
 
HttpErrorResolution(int, Throwable) - Constructor for class org.loom.resolution.HttpErrorResolution
 
HttpErrorResolution(HttpThrowable) - Constructor for class org.loom.resolution.HttpErrorResolution
 
HttpException - Exception in org.loom.exception
This exception can be used at any moment to return the specified HTTP error code to the browser.
HttpException(int, String) - Constructor for exception org.loom.exception.HttpException
 
HttpException(int, String, Throwable) - Constructor for exception org.loom.exception.HttpException
 
HttpException(int, Throwable) - Constructor for exception org.loom.exception.HttpException
 
HttpHeader - Class in org.loom.resolution
Http Header
HttpHeader(String, boolean) - Constructor for class org.loom.resolution.HttpHeader
 
HttpMethod - Enum in org.loom.servlet
The list of valid HTTP methods.
HttpResolution - Interface in org.loom.resolution
A response object with http headers.
HttpThrowable - Interface in org.loom.exception
This is a interface that should be implemented by exceptions that can be associated to a http error, for example http 404 for "not found" errors.
humanized(MessagesRepository, Date) - Static method in class org.loom.util.DateUtils
Format a Date in minutes/hours/days etc, relative to today.
humanizedDuration(MessagesRepository, long, int) - Static method in class org.loom.util.DateUtils
Format a lapse of time in seconds/minutes/hours/days.

I

I18nComparator<T> - Interface in org.loom.tags.core
Comparator that translates anything before comparing
id - Variable in class org.loom.paged.AbstractPagedContainer
the id of the paged container.
identify(Resource) - Static method in enum org.loom.resources.WebResourceType
 
identify(String) - Static method in enum org.loom.resources.WebResourceType
 
identify() - Method in class org.loom.tags.AbstractHtmlTag
Same as prototype identify(), return current id or generate one if null
IE_ANY - Static variable in class org.loom.tags.core.AbstractWebResourceTag
include the library with any version of IE
IF_MODIFIED_SINCE - Static variable in interface org.loom.servlet.names.RequestHeaderNames
If-Modified-Since
IF_NONE_MATCH - Static variable in interface org.loom.servlet.names.RequestHeaderNames
If-None-Match
IF_UNMODIFIED_SINCE - Static variable in interface org.loom.servlet.names.RequestHeaderNames
If-Unmodified-Since
ImageData - Class in org.loom.interceptor
Data of an uploaded image
ImageData() - Constructor for class org.loom.interceptor.ImageData
 
ImageValidation - Annotation Type in org.loom.annotation.validation
Validates a FileParameter that is expected to contain only images
ImageValidationAnnotationProcessor - Class in org.loom.annotation.processor
Processes ImageValidation annotations
ImageValidationAnnotationProcessor() - Constructor for class org.loom.annotation.processor.ImageValidationAnnotationProcessor
 
ImgTag - Class in org.loom.tags.core
HTML img tag.
ImgTag() - Constructor for class org.loom.tags.core.ImgTag
 
ImplementationFactoriesRepository - Class in org.loom.binding.factories
An ordered list of implementation repositories: stops when one registered repository has a valid Factory for a property.
ImplementationFactoriesRepository() - Constructor for class org.loom.binding.factories.ImplementationFactoriesRepository
 
ImplementationFactory<T> - Interface in org.loom.binding.factories
When a property must be instantiated, this class decides how to create the new value.
ImplementationMetadata - Annotation Type in org.loom.annotation
Denotes the implementation class to be used by default to populate this field.
incColumnCount() - Method in class org.loom.tags.paged.PagedTableTag
Add +1 to the column count
INCLUDE_PATTERN - Static variable in class org.loom.resources.AbstractWebResourceCompiler
pattern of any \@include directive
index - Variable in class org.loom.mapping.DefaultEventParameter
the zero-based parameter index
info(String) - Method in class org.loom.action.AbstractAction
 
info(String) - Method in class org.loom.i18n.Messages
 
info(String) - Static method in class org.loom.i18n.MessagesUtils
 
info(Object...) - Method in class org.loom.log.Log
 
info(Throwable, Object...) - Method in class org.loom.log.Log
 
init(FilterConfig) - Method in class org.loom.filter.AbstractLoomFilter
 
init(FilterConfig) - Method in class org.loom.filter.LoomFilter
Create and configure the config instance
init(FilterConfig) - Method in class org.loom.filter.StaticResourcesFilter
Deprecated. Expected init argument: patterns: list of regex for matching patterns, separated by commas, spaces, tabs or newlines
init() - Method in class org.loom.spring.SpringNamespaceHandler
 
initActionMappingRepository() - Method in class org.loom.guice.LoomModule
 
initAnnotationProcessors() - Method in class org.loom.guice.LoomModule
 
initConverterFactory() - Method in class org.loom.guice.LoomModule
 
initDefaultCompiler(String, WebResourceType) - Method in class org.loom.guice.LoomModule
 
initDefaultCompiler(WebResourceType) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
initDefaultCompilers() - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
initEvents(ActionMapping) - Method in class org.loom.mapping.RestActionMappingFactory
 
initExceptionHandler() - Method in class org.loom.guice.LoomModule
 
initExpressionLanguageProxy() - Method in class org.loom.guice.LoomModule
 
initFileParameterFactory() - Method in class org.loom.guice.LoomModule
 
initFlashContextFactory() - Method in class org.loom.guice.LoomModule
 
initialize() - Static method in class org.loom.annotation.processor.VisitedClasses
 
initialize() - Method in class org.loom.i18n.MessagesRepository
Initializes this MessagesRepository instance with the contents of the provided files
initLocaleResolver() - Method in class org.loom.guice.LoomModule
 
initLookup() - Method in class org.loom.guice.LoomModule
 
initMessage() - Method in class org.loom.tags.messages.ErrorTag
 
initMessagesRepositoryFactory() - Method in class org.loom.guice.LoomModule
Initializes the MessagesRepositoryFactory instance
initNodeFactory() - Method in class org.loom.guice.LoomModule
 
initObjectMapper() - Method in class org.loom.guice.LoomModule
 
initRepository(Locale) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
Initialize a new repository instance.
initResolutionFactory() - Method in class org.loom.guice.LoomModule
 
initResourceLoader() - Method in class org.loom.guice.LoomModule
 
initServletContext() - Method in class org.loom.guice.LoomModule
 
initTag() - Method in class org.loom.tags.AbstractFormFieldTag
 
initTag() - Method in class org.loom.tags.AbstractFormInputTag
 
initTag() - Method in class org.loom.tags.AbstractTag
Initializes the tag attributes
initTag() - Method in class org.loom.tags.core.AbstractWebResourceTag
 
initTag() - Method in class org.loom.tags.core.ButtonTag
 
initTag() - Method in class org.loom.tags.core.FormTag
 
initTag() - Method in class org.loom.tags.core.UrlTag
 
initTag() - Method in class org.loom.tags.tabs.TabTag
 
initWebResourceBundleFactory() - Method in class org.loom.guice.LoomModule
 
InlineMenuDecorator - Class in org.loom.tags.menu
Decorates menu items as an list of links.
InlineMenuDecorator() - Constructor for class org.loom.tags.menu.InlineMenuDecorator
 
InMemoryFileParameter - Class in org.loom.servlet.params
Uploaded file managed in memory
InMemoryFileParameter(FileItemStream) - Constructor for class org.loom.servlet.params.InMemoryFileParameter
 
InMemoryWebResourceCompiler - Class in org.loom.resources
Compiles and stores the result in memory
InMemoryWebResourceCompiler() - Constructor for class org.loom.resources.InMemoryWebResourceCompiler
 
InputCheckboxTag - Class in org.loom.tags.core
HTML checkboxes.
InputCheckboxTag() - Constructor for class org.loom.tags.core.InputCheckboxTag
 
InputFileTag - Class in org.loom.tags.core
HTML input file tag.
InputFileTag() - Constructor for class org.loom.tags.core.InputFileTag
 
InputHiddenTag - Class in org.loom.tags.core
HTML input hidden tag
InputHiddenTag() - Constructor for class org.loom.tags.core.InputHiddenTag
 
InputHiddenTagBeanInfo - Class in org.loom.tags.core
 
InputHiddenTagBeanInfo() - Constructor for class org.loom.tags.core.InputHiddenTagBeanInfo
 
InputImageTag - Class in org.loom.tags.core
HTML input image tag
InputImageTag() - Constructor for class org.loom.tags.core.InputImageTag
 
InputPasswordTag - Class in org.loom.tags.core
HTML password input field.
InputPasswordTag() - Constructor for class org.loom.tags.core.InputPasswordTag
 
InputRadioDecorator - Class in org.loom.tags.decorator
Create a div around the radio tag
InputRadioDecorator() - Constructor for class org.loom.tags.decorator.InputRadioDecorator
 
InputRadioTag - Class in org.loom.tags.core
HTML radio button.
InputRadioTag() - Constructor for class org.loom.tags.core.InputRadioTag
 
InputSelectTag - Class in org.loom.tags.core
HTML select tag
InputSelectTag() - Constructor for class org.loom.tags.core.InputSelectTag
 
InputStreamFileContents - Class in org.loom.persistence.file
A file that is only available as an input stream
InputStreamFileContents(InputStream) - Constructor for class org.loom.persistence.file.InputStreamFileContents
 
InputStreamResolution - Class in org.loom.resolution
Deliver the contents from an InputStream to the browser.
InputStreamResolution(File) - Constructor for class org.loom.resolution.InputStreamResolution
Create a File-based InputStreamResolution.
InputStreamResolution(String, File) - Constructor for class org.loom.resolution.InputStreamResolution
Create a File-based InputStreamResolution
InputStreamResolution(InputStream) - Constructor for class org.loom.resolution.InputStreamResolution
Create a InputStreamResolution based on an InputStream Note that this construtor will not hint the browser about the saved file name.
InputStreamResolution(String, InputStream) - Constructor for class org.loom.resolution.InputStreamResolution
Create a InputStreamResolution based on an InputStream Note that this construtor will not hint the browser about the saved file name.
InputStreamResolution(String, InputStream, Long) - Constructor for class org.loom.resolution.InputStreamResolution
Create a InputStreamResolution based on an InputStream Note that this construtor will not hint the browser about the saved file name.
InputTextAreaTag - Class in org.loom.tags.core
HTML textarea tag.
InputTextAreaTag() - Constructor for class org.loom.tags.core.InputTextAreaTag
 
InputTextTag - Class in org.loom.tags.core
HTML text input field.
InputTextTag() - Constructor for class org.loom.tags.core.InputTextTag
 
INSECURE_PORT - Static variable in class org.loom.url.UrlBuilder
default insecure (http) port
INSECURE_SCHEME - Static variable in class org.loom.url.UrlBuilder
insecure (http) scheme
IntegerConverter - Class in org.loom.converter
 
IntegerConverter() - Constructor for class org.loom.converter.IntegerConverter
 
Interceptor - Interface in org.loom.interceptor
Classes that extend this interface listens to any phase of the event execution workflow.
InterceptorProxy - Class in org.loom.interceptor
Maintains a list of listeners.
InterceptorProxy() - Constructor for class org.loom.interceptor.InterceptorProxy
 
InternalValidationException - Exception in org.loom.exception
Exception launched when a ValidationMethod method throws an exception
InternalValidationException(String, Throwable) - Constructor for exception org.loom.exception.InternalValidationException
 
InternalValidationException(String) - Constructor for exception org.loom.exception.InternalValidationException
 
InternalValidationException(Throwable) - Constructor for exception org.loom.exception.InternalValidationException
 
IntHttpHeader - Class in org.loom.resolution
Integer http header
IntHttpHeader(String, int, boolean) - Constructor for class org.loom.resolution.IntHttpHeader
 
invoke(ParsedAction, Object...) - Method in class org.loom.interceptor.MethodInterceptor
 
invoke(Object, Method, Object...) - Static method in class org.loom.util.ClassUtils
Invokes a method, but all the throwable exceptions are translated to Runtime
invokeEvent() - Method in class org.loom.mapping.ParsedAction
Invokes an event inside an action
isAbstract(Class<?>) - Static method in class org.loom.util.ClassUtils
 
isAction(Class<?>) - Static method in class org.loom.mapping.ReloadableActionMappingRepository
 
isAdded() - Method in class org.loom.resolution.HttpHeader
 
isAjax() - Method in interface org.loom.servlet.LoomServletRequest
Return true if the current request has been launched using Ajax.
isAjax() - Method in class org.loom.servlet.LoomServletRequestImpl
 
isAlternateRows() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
isAncestorOf(MenuItemData) - Method in class org.loom.tags.menu.MenuItemData
Return true if this instance is an ancestor of the parameter
isAssignable(Class, Class) - Static method in class org.loom.util.ClassUtils
 
isAssigned(String) - Method in class org.loom.servlet.params.ServletRequestParameters
Return true if the provided parameter has already been assigned to a java counterpart (action attribute or event parameter)
isBindMessages() - Method in class org.loom.validator.AbstractPropertyValidator
 
isBindMessages() - Method in interface org.loom.validator.PropertyValidator
 
isBound() - Method in class org.loom.tags.AbstractFormInputTag
 
isCalculateTotal() - Method in interface org.loom.paged.PagedListCriteria
Deprecated. use calculateTotal() instead
isCalculateTotal() - Method in class org.loom.paged.PagedListCriteriaImpl
 
isChecked() - Method in class org.loom.tags.core.InputCheckboxTag
 
isCollection() - Method in interface org.loom.binding.AnnotationContainer
 
isCollection() - Method in class org.loom.binding.PropertyWrapper
 
isCollection() - Method in class org.loom.mapping.DefaultEventParameter
 
isCssProcessed() - Method in class org.loom.tags.AbstractHtmlTag
 
isDebugEnabled() - Method in class org.loom.log.Log
 
isDefault() - Method in class org.loom.mapping.Event
 
isDeserialized() - Method in class org.loom.i18n.Message
 
isDisabled() - Method in class org.loom.tags.AbstractFormFieldTag
 
isDisabled() - Method in class org.loom.tags.core.FormTag
 
isDisableOptimizations() - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
isEmpty() - Method in class org.loom.binding.ItemMetadata
 
isEmpty() - Method in class org.loom.i18n.Messages
 
isEmpty() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
isEmpty() - Method in class org.loom.interceptor.InterceptorProxy
 
isEmpty() - Method in class org.loom.json.JsonMarshaller
Deprecated.  
isEmpty() - Method in interface org.loom.paged.PagedListData
 
isEmpty() - Method in class org.loom.paged.PagedListDataImpl
 
isEmpty() - Method in class org.loom.servlet.scope.FlashContext
 
isEmpty() - Method in class org.loom.tags.CssBuilder
 
isEmpty() - Method in class org.loom.tags.menu.MenuItemData
 
isEmpty() - Method in class org.loom.tags.TagAttributes
 
isEmpty() - Method in class org.loom.url.UrlBuilder
 
isEmpty(T) - Method in class org.loom.validator.AbstractRequiredValidator
 
isEmpty(Object) - Method in class org.loom.validator.RequiredArrayValidator
 
isEmpty(Boolean) - Method in class org.loom.validator.RequiredBooleanValidator
 
isEmpty(Collection<?>) - Method in class org.loom.validator.RequiredCollectionValidator
 
isEmpty(Map<?, ?>) - Method in class org.loom.validator.RequiredMapValidator
 
isEmpty(Object) - Method in class org.loom.validator.RequiredObjectValidator
 
isEmpty(String) - Method in class org.loom.validator.RequiredStringValidator
 
isEncodeParameters() - Method in class org.loom.tags.core.UrlTag
 
isEncodeParameters() - Method in class org.loom.url.UrlBuilder
 
isErrorEnabled() - Method in class org.loom.log.Log
 
isEscapeHTML() - Method in class org.loom.tags.AbstractFormInputTag
 
isEscapeHtml() - Method in class org.loom.tags.core.AbstractOutTag
 
isEvent(String) - Method in class org.loom.mapping.ActionMapping
 
isExcludeMax() - Method in class org.loom.validator.date.DateValidator
 
isExcludeMax() - Method in class org.loom.validator.NumberValidator
 
isExcludeMin() - Method in class org.loom.validator.date.DateValidator
 
isExcludeMin() - Method in class org.loom.validator.NumberValidator
 
isForceSave() - Method in class org.loom.resolution.AbstractFileResolution
 
isGecko() - Method in class org.loom.servlet.BrowserData
 
isGuessMimeType() - Method in class org.loom.resolution.AbstractFileResolution
 
isIE() - Method in class org.loom.servlet.BrowserData
 
isIf() - Method in class org.loom.tags.AbstractHtmlTag
 
isIf() - Method in class org.loom.tags.core.AbstractOutTag
 
isIf() - Method in class org.loom.tags.tabs.TabTag
 
isIncludeContextPath() - Method in class org.loom.url.UrlBuilder
 
isIncludeCurrentRequestParameters() - Method in class org.loom.url.UrlBuilder
 
isIndexInRange(int) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
isInfoEnabled() - Method in class org.loom.log.Log
 
isInternal(String) - Static method in class org.loom.servlet.names.RequestParameterNames
Return true if the provided parameter name is a Loom internal parameter
isJEE() - Method in enum org.loom.servlet.Scope
 
isLeaf() - Method in class org.loom.binding.Node
 
isLessOrEquals(MessageLevel) - Method in enum org.loom.i18n.MessageLevel
 
isMap() - Method in interface org.loom.binding.AnnotationContainer
 
isMap() - Method in class org.loom.binding.PropertyWrapper
 
isMap() - Method in class org.loom.mapping.DefaultEventParameter
 
isMultiple() - Method in class org.loom.tags.core.InputCheckboxTag
Return true if the checkbox is bound to a Set and false if not
isMunge() - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
isOpen() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
isOpen() - Method in class org.loom.persistence.ExtendedEntityManagerFactory
 
isOpen() - Method in class org.loom.persistence.file.PersistentFileResource
This implementation always returns false.
isOpen() - Method in class org.loom.persistence.TransactionalService
 
isPermanent() - Method in class org.loom.resolution.RedirectResolutionImpl
 
isPresent(String) - Static method in class org.loom.util.ClassUtils
 
isPreserveAllSemiColons() - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
isQuotePropertyNames() - Method in class org.loom.json.JsonMarshaller
Deprecated.  
isReadOnly() - Method in class org.loom.binding.PropertyWrapper
 
isRelative() - Method in class org.loom.url.UrlBuilder
 
isRenderAsText() - Method in class org.loom.tags.core.FormTag
 
isRendered() - Method in class org.loom.i18n.Message
 
isRenderEmptyItems() - Method in class org.loom.tags.menu.NestedMenuDecorator
 
isRenderIfEmpty() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
isRenderUnauthorizedItems() - Method in class org.loom.tags.menu.AbstractMenuDecorator
 
isRequired() - Method in class org.loom.mapping.UriToken
 
isResourceModified(LoomServletRequest) - Method in class org.loom.servlet.CacheControl
Compares this CacheControl data with the request headers, and returns true if the browser page is outdated and a new one should be sent.
isSanitizeValues() - Method in class org.loom.resolution.AutocompleteResolution
 
isSelected(Object) - Method in class org.loom.tags.core.Option
 
isSelfTranslated() - Method in class org.loom.tags.menu.LocaleMenuData
 
isSelfTranslated() - Method in class org.loom.tags.menu.LocaleMenuItemData
 
isSelfTranslated() - Method in class org.loom.tags.menu.LocaleMenuTag
 
isSet() - Method in class org.loom.binding.PropertyWrapper
 
isSortable() - Method in class org.loom.tags.paged.ColumnTag
 
isTraceEnabled() - Method in class org.loom.log.Log
 
isTranslate() - Method in class org.loom.tags.core.AbstractOutTag
 
isTranslateAlt() - Method in class org.loom.tags.core.ImgTag
 
isTranslateLabel() - Method in class org.loom.tags.AbstractFormInputTag
 
isTranslateLabel() - Method in class org.loom.tags.core.Option
 
isTranslateLabel() - Method in class org.loom.tags.menu.MenuItemData
 
isTranslateLabels() - Method in class org.loom.tags.core.AbstractOptionsTag
 
isTranslateTitle() - Method in class org.loom.tags.AbstractHtmlTag
 
isValidateCollectionContainer() - Method in class org.loom.validator.AbstractPropertyValidator
 
isVerbose() - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
isVersionLessThan(String) - Method in class org.loom.servlet.BrowserData
 
isWarnEnabled() - Method in class org.loom.log.Log
 
ItemMetadata - Class in org.loom.binding
The item metadata associated to a multiple field (array, list, set, map).
ItemMetadata() - Constructor for class org.loom.binding.ItemMetadata
 
ItemMetadataFactory - Class in org.loom.binding
 
ItemMetadataFactory() - Constructor for class org.loom.binding.ItemMetadataFactory
 

J

JacksonMixins - Annotation Type in org.loom.guice
Annotate the injection point to inject jackson mixins.
JacksonResolution - Class in org.loom.resolution
A resolution that uses Jackson to serialize a JSON response.
JacksonResolution(ObjectMapper, Object) - Constructor for class org.loom.resolution.JacksonResolution
 
JAVA_EXCEPTION - Static variable in interface org.loom.servlet.names.RequestAttributeNames
exception attribute for error pages
JAVAEE_5 - Static variable in interface org.loom.config.ClassNames
is JavaEE 5 (JSP 2.1) in the classpath?
JAVAREBEL - Static variable in interface org.loom.config.ClassNames
is JavaRebel in the classpath?
JAVASCRIPT - Static variable in class org.loom.servlet.names.ContentTypeNames
Javascript files Other commonly used MIME-types are: application/ecmascript application/javascript application/x-ecmascript application/x-javascript text/ecmascript text/javascript text/x-ecmascript text/x-javascript
Jee5ExpressionLanguageProxy - Class in org.loom.tags
Uses the EL expressions provided by JEE5 and JSP 2.1
Jee5ExpressionLanguageProxy() - Constructor for class org.loom.tags.Jee5ExpressionLanguageProxy
 
JeeSecurityAdapter - Class in org.loom.security
Adapts standard JAAS
JeeSecurityAdapter() - Constructor for class org.loom.security.JeeSecurityAdapter
 
joinTransaction() - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
joinTransaction() - Method in class org.loom.persistence.TransactionalService
 
JpaModule - Class in org.loom.guice
Adds JPA 1 annotations (Basic and Column) for form field validation
JpaModule() - Constructor for class org.loom.guice.JpaModule
 
JS - Static variable in interface org.loom.resources.WebResourceCompiler
 
jsCompiler - Variable in class org.loom.resources.DefaultWebResourceBundleFactory
the compiler to use for js files
JSNUMBER_FORMAT_KEY - Static variable in class org.loom.i18n.MessagesRepository
 
json(Object) - Method in class org.loom.action.AbstractAction
 
JSON - Annotation Type in org.loom.annotation
Marks an attribute or event parameter to be converted to/from a JSON representation.
json(Object) - Method in class org.loom.resolution.DefaultResolutionFactory
 
json(Object) - Method in interface org.loom.resolution.ResolutionFactory
Sends a JSON serialization of the contents object.
JSON - Static variable in class org.loom.servlet.names.ContentTypeNames
JSON files Other common-use type is text/json
json(Object) - Static method in class org.loom.tags.functions.Functions
Serializes the provided argument as a JSON object
JsonConverter - Class in org.loom.converter
Converts to/from a JSON representation of the given Object
JsonConverter(Class<?>) - Constructor for class org.loom.converter.JsonConverter
 
JsonConverterFactory - Class in org.loom.converter
 
JsonConverterFactory() - Constructor for class org.loom.converter.JsonConverterFactory
 
JsonMarshaller - Class in org.loom.json
Deprecated. use jackson ObjectMapper instead
JsonMarshaller() - Constructor for class org.loom.json.JsonMarshaller
Deprecated.  
JsonMarshaller(String) - Constructor for class org.loom.json.JsonMarshaller
Deprecated.  
JsonMarshaller(String, Map<String, ?>) - Constructor for class org.loom.json.JsonMarshaller
Deprecated.  
JsonResolution - Class in org.loom.resolution
Deprecated. use JacksonResolution instead (available via AbstractAction.json(contents))
JsonResolution() - Constructor for class org.loom.resolution.JsonResolution
Deprecated.  
JsonResolution(JsonMarshaller) - Constructor for class org.loom.resolution.JsonResolution
Deprecated.  
JsonResolution.Transport - Enum in org.loom.resolution
Deprecated.  
jsonView(Object, String) - Static method in class org.loom.tags.functions.Functions
Serializes the provided argument as a JSON object using the provided view (see Jackson JsonView)
JspWriterWrapper - Class in org.loom.tags
Wrapper around the JspWriter object
JspWriterWrapper(JspWriter) - Constructor for class org.loom.tags.JspWriterWrapper
 

K

keySet() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
keySet() - Method in class org.loom.servlet.scope.FlashContext
 

L

LabelComparator - Class in org.loom.tags.core
Compares two options by the label.
LabelComparator() - Constructor for class org.loom.tags.core.LabelComparator
 
LabelTag - Class in org.loom.tags.core
HTML label.
LabelTag() - Constructor for class org.loom.tags.core.LabelTag
 
LAST_MODIFIED - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Last-Modified
LegacyExpressionLanguageProxy - Class in org.loom.tags
Uses the EL expressions provided by JEE 1.4 and JSP 2.0
LegacyExpressionLanguageProxy() - Constructor for class org.loom.tags.LegacyExpressionLanguageProxy
 
Link - Interface in org.loom.tags
Contains the attributes of a html link
LinkDecorator - Interface in org.loom.validator
Modify links that point to a certain action and event, based on metadata contained by the implementing class.
LinkOnlyDecorator - Class in org.loom.tags.decorator
Render just the link of a UrlTag, skipping the "LinkOnlyDecorator() - Constructor for class org.loom.tags.decorator.LinkOnlyDecorator
 
LinkTag - Class in org.loom.tags.core
Renders a plain link.
LinkTag() - Constructor for class org.loom.tags.core.LinkTag
 
ListNode - Class in org.loom.binding
A Node representing a List
ListNode() - Constructor for class org.loom.binding.ListNode
 
loadFromClasspath(String) - Static method in class org.loom.util.PropertiesUtils
 
LocalDateAdapterFormat - Class in org.loom.converter.date
Handles Joda LocalDate instances
LocalDateAdapterFormat() - Constructor for class org.loom.converter.date.LocalDateAdapterFormat
 
LOCALE - Static variable in interface org.loom.servlet.names.CookieNames
Cookie with the current locale.
LocaleAwareException - Exception in org.loom.exception
Locale-dependent exceptions.
LocaleAwareException(String, String, Throwable) - Constructor for exception org.loom.exception.LocaleAwareException
Deprecated. use LocaleAwareException.LocaleAwareException(String, Throwable) instead
LocaleAwareException(String, String) - Constructor for exception org.loom.exception.LocaleAwareException
Deprecated. use LocaleAwareException.LocaleAwareException(String) instead
LocaleAwareException(String) - Constructor for exception org.loom.exception.LocaleAwareException
Note that this constructor will display a meaningless message (the message key and params) if there is no
LocaleAwareException(String, Throwable) - Constructor for exception org.loom.exception.LocaleAwareException
Note that this constructor will display a meaningless message (the message key and params) if there is no
LocaleAwareException(Message) - Constructor for exception org.loom.exception.LocaleAwareException
This constructor receives the i18n message to display to the user.
LocaleAwarePersistenceException - Exception in org.loom.exception
Exceptions that may be raised when managing entities
LocaleAwarePersistenceException(Class<?>, String, String) - Constructor for exception org.loom.exception.LocaleAwarePersistenceException
 
LocaleAwarePersistenceException(Class<?>, String, String, Throwable) - Constructor for exception org.loom.exception.LocaleAwarePersistenceException
 
LocaleAwareThrowable - Interface in org.loom.exception
Implemented by exceptions that can return messages for the configured locale.
LocaleForwardResolution - Class in org.loom.resolution
Forward a request to the specified locale-specific resource.
LocaleForwardResolution() - Constructor for class org.loom.resolution.LocaleForwardResolution
 
LocaleMenuData - Class in org.loom.tags.menu
Locale menu data.
LocaleMenuData() - Constructor for class org.loom.tags.menu.LocaleMenuData
 
LocaleMenuItemData - Class in org.loom.tags.menu
Each Locale of the LocaleMenu
LocaleMenuItemData(LoomServletRequest) - Constructor for class org.loom.tags.menu.LocaleMenuItemData
 
LocaleMenuTag - Class in org.loom.tags.menu
Menu to select the current locale.
LocaleMenuTag() - Constructor for class org.loom.tags.menu.LocaleMenuTag
 
LocaleResolver - Interface in org.loom.config
Return the locale to use while handling a request object.
LocaleUnawareConverter - Interface in org.loom.converter
Interface implemented by those Converters that are not aware of the input locale, so they will return the same converted value for the same input string no matter which locale is selected by the user.
LocaleUtils - Class in org.loom.util
 
LocaleUtils() - Constructor for class org.loom.util.LocaleUtils
 
LOCATION - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Location
lock(Object, LockModeType) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
lock(Object, LockModeType) - Method in class org.loom.persistence.TransactionalService
 
Log - Class in org.loom.log
A logger class.
logMissingKey(String) - Method in class org.loom.i18n.DefaultMissingMessageHandler
Adds a missing key to the missing key respository
logUnrenderedMessages(MessagesRepository) - Method in class org.loom.i18n.Messages
If there are messages that have not been included in the HTML response, log about this as an error.
LongConverter - Class in org.loom.converter
 
LongConverter() - Constructor for class org.loom.converter.LongConverter
 
Lookup - Class in org.loom.util
Performs lookup of Injected values where injection is not possible, e.g.
Lookup() - Constructor for class org.loom.util.Lookup
 
lookupHttpPort(int) - Method in class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
lookupHttpsPort(int) - Method in class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
LOOM_PREFIX - Static variable in class org.loom.servlet.names.RequestParameterNames
the prefix of internal Loom parameters
LoomFilter - Class in org.loom.filter
The registered loom filter.
LoomFilter() - Constructor for class org.loom.filter.LoomFilter
 
LoomModule - Class in org.loom.guice
Configures Loom using Guice.
LoomModule(ServletContext) - Constructor for class org.loom.guice.LoomModule
 
LoomServletRequest - Interface in org.loom.servlet
An enhanced implementation of the HttpServletRequest interface
LoomServletRequestFactory - Class in org.loom.servlet
 
LoomServletRequestFactory() - Constructor for class org.loom.servlet.LoomServletRequestFactory
 
loomServletRequestFactory - Variable in class org.loom.tags.AbstractTag
 
LoomServletRequestImpl - Class in org.loom.servlet
The real request is always wrapped inside one of these.
LoomServletResponse - Interface in org.loom.servlet
An enhanced implementation of the HttpServletResponse interface
LoomServletResponseImpl - Class in org.loom.servlet
Wrap the real response object.
LoomTag - Interface in org.loom.tags
 
LoomWrapperFilter - Class in org.loom.filter
Filter that forwards wrapping the request and response objects in a LoomServletRequest and LoomServletResponse, respectively.
LoomWrapperFilter() - Constructor for class org.loom.filter.LoomWrapperFilter
 
lowerCaseValueOf(String) - Static method in enum org.loom.i18n.MessageLevel
 

M

MalformedPropertyPathException - Exception in org.loom.exception
Denotes a malformed property path, that is a path that is recognized as valid but not well-formed, for example if it misses a required index for a collection or map property
MalformedPropertyPathException(String, Throwable) - Constructor for exception org.loom.exception.MalformedPropertyPathException
 
MalformedPropertyPathException(String) - Constructor for exception org.loom.exception.MalformedPropertyPathException
 
MapMetadata - Annotation Type in org.loom.annotation
Annotation for Maps
MapNode - Class in org.loom.binding
Map
MapNode() - Constructor for class org.loom.binding.MapNode
 
match(ClassMetadata) - Method in class org.loom.config.NotInstantiableTypeFilter
 
match(String, ParsePosition, Map<String, String>, UriToken) - Method in class org.loom.mapping.UriToken
Extract the next ParamValue from the uri that is being parsed
matches(String) - Method in class org.loom.mapping.DefaultEventParameter
 
matches(T) - Method in class org.loom.mapping.Event
Return true if this event matches the "on", "except" clauses of the provided annotation instance
matches(String) - Method in interface org.loom.mapping.EventParameter
 
matches(UrlBuilder) - Method in class org.loom.mapping.ParsedAction
A ParsedAction matches a UrlBuilder if it has the same action and event and all the parameters included in the UrlBuilder have the same value.
matches(ActionMapping, String) - Method in class org.loom.mapping.ParsedAction
A ParsedAction matches the provided params if it has the same action and event that are passed as parameters
matches(String, String) - Method in class org.loom.mapping.ParsedAction
 
matches(String) - Method in class org.loom.mapping.RequestParametersParameter
 
matches(HttpServletRequest) - Method in class org.loom.util.UrlMatcher
Return true if the request URI (without parameters) resolves as a match
matches(String) - Method in class org.loom.util.UrlMatcher
 
matches(String) - Method in class org.loom.validator.PathMatcher
 
matches(String) - Method in class org.loom.validator.PathMatcherRule
 
MAX - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
the maximum value of a number
maxFileSize - Variable in class org.loom.interceptor.FileValidationInterceptor
maximum file size
maxlength - Variable in class org.loom.tags.core.AbstractTextFieldTag
This is a known attribute for InputTextField and subclasses, as specified here.
MaxLengthAwareConverter - Interface in org.loom.converter
A converter that knows the maximum length expected for any input
MD5 - Static variable in class org.loom.action.support.ResourcesAction
the name of the md5 GET parameter
md5 - Variable in class org.loom.resources.AbstractCompiledWebResource
the calculated md5 of this resource
mDIGIT() - Method in class org.loom.validator.date.DateValueLexer
 
MenuData - Class in org.loom.tags.menu
Holds the first row of MenuItemData instances of a normal menu.
MenuData() - Constructor for class org.loom.tags.menu.MenuData
 
MenuData.MenuItemHashKey - Class in org.loom.tags.menu
Holds the data of a menuItem for fast lookups to get the currently selected MenuItemData instance
MenuData.MenuItemHashKey(ActionMapping, String) - Constructor for class org.loom.tags.menu.MenuData.MenuItemHashKey
 
MenuData.MenuItemHashKey(Class<? extends Action>, String) - Constructor for class org.loom.tags.menu.MenuData.MenuItemHashKey
 
MenuData.MenuItemHashKey(ParsedAction) - Constructor for class org.loom.tags.menu.MenuData.MenuItemHashKey
 
MenuItemData - Class in org.loom.tags.menu
One menu item.
MenuItemData() - Constructor for class org.loom.tags.menu.MenuItemData
 
MenuItemDataCollection - Interface in org.loom.tags.menu
A object that contains AbstractMenuItemData instances
MenuItemTag - Class in org.loom.tags.menu
Menu item.
MenuItemTag() - Constructor for class org.loom.tags.menu.MenuItemTag
 
MenuItemTagBeanInfo - Class in org.loom.tags.menu
 
MenuItemTagBeanInfo() - Constructor for class org.loom.tags.menu.MenuItemTagBeanInfo
 
MenuItemTagCollection - Interface in org.loom.tags.menu
A tag that contains MenuItemTag instances
MenuTag - Class in org.loom.tags.menu
Menus are configured inline in the JSP page.
MenuTag() - Constructor for class org.loom.tags.menu.MenuTag
 
MenuTagBeanInfo - Class in org.loom.tags.menu
 
MenuTagBeanInfo() - Constructor for class org.loom.tags.menu.MenuTagBeanInfo
 
merge(T) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
merge(FileParameter) - Method in class org.loom.persistence.file.DatabaseFileManager
 
merge(PersistentFile) - Method in class org.loom.persistence.file.DatabaseFileManager
 
merge(FileParameter) - Method in class org.loom.persistence.file.ExternalFileManager
 
merge(PersistentFile) - Method in class org.loom.persistence.file.ExternalFileManager
 
merge(FileParameter) - Method in interface org.loom.persistence.file.FileManager
Stores a file in the database and return the persistent instance
merge(PersistentFile) - Method in interface org.loom.persistence.file.FileManager
Stores a file in the database and return the persistent instance
merge(T) - Method in class org.loom.persistence.TransactionalService
 
Message - Class in org.loom.i18n
A message for the end user.
Message() - Constructor for class org.loom.i18n.Message
 
Message(String) - Constructor for class org.loom.i18n.Message
 
Message(String, String) - Constructor for class org.loom.i18n.Message
 
Message(MessageLevel, String) - Constructor for class org.loom.i18n.Message
 
Message(MessageLevel, String, String) - Constructor for class org.loom.i18n.Message
 
MESSAGE - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
overriden validation message, if any
MessageCompiler - Class in org.loom.i18n
Receives a String and returns a CompiledMessage
MessageCompiler() - Constructor for class org.loom.i18n.MessageCompiler
 
MessageLevel - Enum in org.loom.i18n
Levels of Message
Messages - Class in org.loom.i18n
The collection of messages to the user.
Messages() - Constructor for class org.loom.i18n.Messages
 
MESSAGES_REPOSITORY - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the current MessagesRepository instance
MessagesRepository - Class in org.loom.i18n
Repository for messages that may be translated.
MessagesRepository(Locale) - Constructor for class org.loom.i18n.MessagesRepository
 
MessagesRepositoryFactory - Interface in org.loom.i18n
Instantiates and caches the MessageRepository instances
MessagesRepositoryToMapAdapter - Class in org.loom.i18n
Adapter to access MessagesRepository as a Map interface
MessagesRepositoryToMapAdapter(MessagesRepository) - Constructor for class org.loom.i18n.MessagesRepositoryToMapAdapter
 
MessagesTag - Class in org.loom.tags.messages
Prints unbound Messages.
MessagesTag() - Constructor for class org.loom.tags.messages.MessagesTag
 
MessagesTagBeanInfo - Class in org.loom.tags.messages
 
MessagesTagBeanInfo() - Constructor for class org.loom.tags.messages.MessagesTagBeanInfo
 
MessagesUtils - Class in org.loom.i18n
Helper methods to manipulate Messages from service classes.
MessagesUtils() - Constructor for class org.loom.i18n.MessagesUtils
 
METHOD_OVERRIDES - Static variable in class org.loom.servlet.names.RequestParameterNames
if present, override the HTTP method being invoked (to use DELETE or PUT from a browser request) Note that by default this is the same parameter name used by prototype Ajax requests
MethodInterceptor - Class in org.loom.interceptor
Interceptor that calls an action's listener method.
MethodInterceptor() - Constructor for class org.loom.interceptor.MethodInterceptor
 
MethodInterceptor.AfterCreate - Class in org.loom.interceptor
 
MethodInterceptor.AfterCreate() - Constructor for class org.loom.interceptor.MethodInterceptor.AfterCreate
 
MethodInterceptor.BeforeExecute - Class in org.loom.interceptor
 
MethodInterceptor.BeforeExecute() - Constructor for class org.loom.interceptor.MethodInterceptor.BeforeExecute
 
MethodInterceptor.BeforePopulate - Class in org.loom.interceptor
 
MethodInterceptor.BeforePopulate() - Constructor for class org.loom.interceptor.MethodInterceptor.BeforePopulate
 
MethodInterceptor.BeforeValidate - Class in org.loom.interceptor
 
MethodInterceptor.BeforeValidate() - Constructor for class org.loom.interceptor.MethodInterceptor.BeforeValidate
 
MethodInterceptor.DoFinally - Class in org.loom.interceptor
 
MethodInterceptor.DoFinally() - Constructor for class org.loom.interceptor.MethodInterceptor.DoFinally
 
MethodInterceptor.OnError - Class in org.loom.interceptor
 
MethodInterceptor.OnError() - Constructor for class org.loom.interceptor.MethodInterceptor.OnError
 
MethodNotFoundException - Exception in org.loom.exception
An error produced by a missing method.
MethodNotFoundException(String, Throwable) - Constructor for exception org.loom.exception.MethodNotFoundException
 
MethodNotFoundException(String) - Constructor for exception org.loom.exception.MethodNotFoundException
 
MethodNotFoundException(Throwable) - Constructor for exception org.loom.exception.MethodNotFoundException
 
MethodValidator - Class in org.loom.validator
Calls a given method to validate
MethodValidator() - Constructor for class org.loom.validator.MethodValidator
 
MimeUtils - Class in org.loom.util
Guess the mime type of a file, given its extension.
MimeUtils() - Constructor for class org.loom.util.MimeUtils
 
MIN - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
the minimum value of a number
MIN_LENGTH - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
the minimum length of a text value
MinutesConverter - Class in org.loom.converter.date
Converts a time string in the form hh:MM to an int with the number of minutes since the beginning of the day
MinutesConverter() - Constructor for class org.loom.converter.date.MinutesConverter
 
mismatch(IntStream, int, BitSet) - Method in class org.loom.validator.date.DateValueParser
 
MissingMessageHandler - Interface in org.loom.i18n
The strategy that decides what to do with missing strings
MissingRequiredPropertyException - Exception in org.loom.exception
Thrown when a required property is missing.
MissingRequiredPropertyException(String) - Constructor for exception org.loom.exception.MissingRequiredPropertyException
 
mT10() - Method in class org.loom.validator.date.DateValueLexer
 
mT11() - Method in class org.loom.validator.date.DateValueLexer
 
mT12() - Method in class org.loom.validator.date.DateValueLexer
 
mT13() - Method in class org.loom.validator.date.DateValueLexer
 
mT6() - Method in class org.loom.validator.date.DateValueLexer
 
mT7() - Method in class org.loom.validator.date.DateValueLexer
 
mT8() - Method in class org.loom.validator.date.DateValueLexer
 
mT9() - Method in class org.loom.validator.date.DateValueLexer
 
mTokens() - Method in class org.loom.validator.date.DateValueLexer
 
mWS() - Method in class org.loom.validator.date.DateValueLexer
 

N

name - Variable in class org.loom.resources.AbstractCompiledWebResource
the location that will be rendered into the HTML page
name - Variable in class org.loom.resources.DefaultWebResourceBundle
the name of this instance
NestedAnnotations - Annotation Type in org.loom.annotation.validation
Recursively process annotations inside the annotated attribute class.
NestedMenuDecorator - Class in org.loom.tags.menu
Decorates menu items as a list (ul) of nested menu items and submenus.
NestedMenuDecorator() - Constructor for class org.loom.tags.menu.NestedMenuDecorator
 
never() - Method in class org.loom.servlet.CacheControl
Invoke this method to never cache
newInstance() - Method in class org.loom.binding.factories.ArrayImplementationFactory
 
newInstance() - Method in class org.loom.binding.factories.DefaultImplementationFactory
 
newInstance() - Method in interface org.loom.binding.factories.ImplementationFactory
 
newInstance() - Method in class org.loom.binding.factories.PrimitiveImplementationFactory
 
newInstance(String) - Static method in class org.loom.mapping.UriParser
Create a new UriParser based on the uri expression
newInstance(Class<T>) - Static method in class org.loom.util.ClassUtils
 
newInstance(String) - Static method in class org.loom.util.ClassUtils
 
newItem() - Method in class org.loom.binding.ItemMetadata
 
Node - Class in org.loom.binding
A nesting level in a property path
Node() - Constructor for class org.loom.binding.Node
 
NodeFactory - Interface in org.loom.binding
 
None - Class in org.loom.annotation
Class used as a null substitute, since Anotations do not allow null values
normalize(String) - Static method in class org.loom.util.PropertyUtils
Normalize a property path.
NotInstantiableTypeFilter - Class in org.loom.config
Exclude abstract action classes from the search
NotInstantiableTypeFilter() - Constructor for class org.loom.config.NotInstantiableTypeFilter
 
NULL_OPTION - Static variable in class org.loom.tags.core.Option
the empty value
NullCompressor - Class in org.loom.resources.compressor
A null compressor that does not do modify the file contents.
NullCompressor() - Constructor for class org.loom.resources.compressor.NullCompressor
 
NullConverter - Class in org.loom.converter
Class used as a null substitute.
NullConverter(PropertyWrapper) - Constructor for class org.loom.converter.NullConverter
 
NUMBER - Static variable in interface org.loom.servlet.names.CssClassNames
a number field
NumberFieldTag - Interface in org.loom.tags.core
A tag that can accept number restrictions
numberToAlpha(long) - Static method in class org.loom.util.StringUtils
Convert a number into its (shorter) alphanumeric representation using Base58 chars ([0-9a-zA-Z] omitting 0, O, I and 1)
NumberValidation - Annotation Type in org.loom.annotation.validation
Number validation rules
NumberValidationAnnotationProcessor - Class in org.loom.annotation.processor
Processes NumberValidation annotations
NumberValidationAnnotationProcessor() - Constructor for class org.loom.annotation.processor.NumberValidationAnnotationProcessor
 
NumberValidations - Annotation Type in org.loom.annotation.validation
A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once.
NumberValidator - Class in org.loom.validator
Class that contains data and behaviour to validate one field.
NumberValidator() - Constructor for class org.loom.validator.NumberValidator
 

O

onClassEvent(int, Class) - Method in class org.loom.mapping.ReloadableActionMappingRepository
Load/Reload an action mapping
onError(ParsedAction) - Method in interface org.loom.interceptor.ErrorListener
 
onError(ParsedAction) - Method in class org.loom.interceptor.InterceptorProxy
 
onError(ParsedAction) - Method in class org.loom.interceptor.MethodInterceptor.OnError
 
onError() - Method in class org.loom.mapping.ParsedAction
 
OptimisticLockException - Exception in org.loom.exception
Exception thrown when an optimistic locking conflict occurs.
OptimisticLockException(Class<?>, Object, Object) - Constructor for exception org.loom.exception.OptimisticLockException
 
OptimisticLockException(Class<?>, Object, Object, Throwable) - Constructor for exception org.loom.exception.OptimisticLockException
 
Option - Class in org.loom.tags.core
An option in the AbstractOptionsTag Tag
Option(Object, String, boolean) - Constructor for class org.loom.tags.core.Option
 
OptionTag - Class in org.loom.tags.core
An option inside a select or radio tag
OptionTag() - Constructor for class org.loom.tags.core.OptionTag
 
org.loom.action - package org.loom.action
 
org.loom.action.support - package org.loom.action.support
 
org.loom.annotation - package org.loom.annotation
 
org.loom.annotation.processor - package org.loom.annotation.processor
 
org.loom.annotation.validation - package org.loom.annotation.validation
 
org.loom.binding - package org.loom.binding
 
org.loom.binding.factories - package org.loom.binding.factories
 
org.loom.config - package org.loom.config
 
org.loom.converter - package org.loom.converter
 
org.loom.converter.date - package org.loom.converter.date
 
org.loom.exception - package org.loom.exception
 
org.loom.filter - package org.loom.filter
 
org.loom.guice - package org.loom.guice
 
org.loom.i18n - package org.loom.i18n
 
org.loom.interceptor - package org.loom.interceptor
 
org.loom.json - package org.loom.json
 
org.loom.log - package org.loom.log
 
org.loom.mapping - package org.loom.mapping
 
org.loom.paged - package org.loom.paged
 
org.loom.persistence - package org.loom.persistence
 
org.loom.persistence.file - package org.loom.persistence.file
 
org.loom.resolution - package org.loom.resolution
 
org.loom.resources - package org.loom.resources
 
org.loom.resources.compressor - package org.loom.resources.compressor
 
org.loom.security - package org.loom.security
 
org.loom.servlet - package org.loom.servlet
 
org.loom.servlet.names - package org.loom.servlet.names
 
org.loom.servlet.params - package org.loom.servlet.params
 
org.loom.servlet.scope - package org.loom.servlet.scope
 
org.loom.spring - package org.loom.spring
 
org.loom.tags - package org.loom.tags
 
org.loom.tags.core - package org.loom.tags.core
 
org.loom.tags.decorator - package org.loom.tags.decorator
 
org.loom.tags.exception - package org.loom.tags.exception
 
org.loom.tags.functions - package org.loom.tags.functions
 
org.loom.tags.menu - package org.loom.tags.menu
 
org.loom.tags.messages - package org.loom.tags.messages
 
org.loom.tags.paged - package org.loom.tags.paged
 
org.loom.tags.tabs - package org.loom.tags.tabs
 
org.loom.url - package org.loom.url
 
org.loom.util - package org.loom.util
 
org.loom.util.displaytag - package org.loom.util.displaytag
 
org.loom.validator - package org.loom.validator
 
org.loom.validator.date - package org.loom.validator.date
 
out - Variable in class org.loom.tags.AbstractTag
the WriterWrapper instance
OutPropertyTag - Class in org.loom.tags.core
outProperty has the same syntax of out, but prints the value of any action attribute using the associated Converter for the current locale.
OutPropertyTag() - Constructor for class org.loom.tags.core.OutPropertyTag
 
OutTag - Class in org.loom.tags.core
Translates and prints a value.
OutTag() - Constructor for class org.loom.tags.core.OutTag
 
overlaps(UriParser) - Method in class org.loom.mapping.UriParser
 
OVERRIDE_EVENT_PREFIX - Static variable in class org.loom.servlet.names.RequestParameterNames
prefix used for multiple submit button to override the target event

P

PackagesPersistenceUnitPostProcessor - Class in org.loom.persistence
Adds persistent classes found in the specified packages to your JPA config.
PackagesPersistenceUnitPostProcessor() - Constructor for class org.loom.persistence.PackagesPersistenceUnitPostProcessor
 
PAGED_INDEX - Static variable in class org.loom.servlet.names.RequestParameterNames
in paged listings, the sort order (asc, desc)
PAGED_SORT_ORDER - Static variable in class org.loom.servlet.names.RequestParameterNames
in paged listings, the sort order (asc, desc)
PAGED_SORT_PROPERTY - Static variable in class org.loom.servlet.names.RequestParameterNames
in paged listings, the sort property
PagedContainer - Interface in org.loom.paged
 
PagedListCriteria - Interface in org.loom.paged
Criteria of a requested page
PagedListCriteriaFactory - Class in org.loom.paged
 
PagedListCriteriaFactory() - Constructor for class org.loom.paged.PagedListCriteriaFactory
 
PagedListCriteriaImpl - Class in org.loom.paged
Criteria of a requested page
PagedListCriteriaImpl() - Constructor for class org.loom.paged.PagedListCriteriaImpl
 
PagedListData<T> - Interface in org.loom.paged
The data of a paged list
PagedListDataFactory - Class in org.loom.paged
 
PagedListDataFactory() - Constructor for class org.loom.paged.PagedListDataFactory
 
PagedListDataImpl<T> - Class in org.loom.paged
The data of a paged list
PagedListDataImpl() - Constructor for class org.loom.paged.PagedListDataImpl
 
PagedListItemComparator<T> - Class in org.loom.paged
Compares list items for web layer based sorting and pagination Note that this Comparator class requires that the property used for sorting implements Comparable
PagedListItemComparator(Class<T>, String, SortOrder) - Constructor for class org.loom.paged.PagedListItemComparator
 
PagedListTag - Class in org.loom.tags.paged
Contains a PagedListData of objects to be rendered as a <ul>
PagedListTag() - Constructor for class org.loom.tags.paged.PagedListTag
 
PagedTableTag - Class in org.loom.tags.paged
Contains a PagedListData of objects to be rendered as a table.
PagedTableTag() - Constructor for class org.loom.tags.paged.PagedTableTag
 
PaginatedListAdapter - Class in org.loom.util.displaytag
 
PaginatedListAdapter(ExtendedEntityManager) - Constructor for class org.loom.util.displaytag.PaginatedListAdapter
 
PaginatedListImpl<T> - Class in org.loom.util.displaytag
Request and response for a page in a paginated list.
PaginatedListImpl() - Constructor for class org.loom.util.displaytag.PaginatedListImpl
 
PaginatedListImpl(HttpServletRequest) - Constructor for class org.loom.util.displaytag.PaginatedListImpl
Factory-style constructor.
ParameterContainer - Interface in org.loom.url
A parameter container.
ParameterException - Exception in org.loom.exception
A parameter was missing when building a URI
ParameterException(String) - Constructor for exception org.loom.exception.ParameterException
 
ParameterException(String, Throwable) - Constructor for exception org.loom.exception.ParameterException
 
parameterName - Variable in class org.loom.interceptor.FileValidationInterceptor
the parameter to validate
parameterType - Variable in class org.loom.mapping.DefaultEventParameter
the parameter class
parameterValidators - Variable in class org.loom.mapping.DefaultEventParameter
the list of validators to execute for this parameter
ParamTag - Class in org.loom.tags.core
A parameter (name/value pair) to be added to the URL created by a ParameterContainer.
ParamTag() - Constructor for class org.loom.tags.core.ParamTag
 
parse(String, ParsePosition, MessagesRepository) - Method in class org.loom.converter.AbstractFormatConverter
 
parse(String, ParsePosition, MessagesRepository) - Method in class org.loom.converter.date.MinutesConverter
 
parse(String, LoomServletRequest) - Method in class org.loom.mapping.Event
If this event is a match, return the list of parameter values extracted from the uri.
parse(String) - Method in class org.loom.mapping.UriParser
Parse the provided URI and return a list of the parameters that were found.
parseComponentScan(Element, ParserContext) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
PARSED_ACTION - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the current ParsedAction instance
ParsedAction - Class in org.loom.mapping
The current action and event object, as parsed from the URL
ParsedAction(ActionMapping, Action, Event, Messages, LoomServletRequest, LoomServletResponse) - Constructor for class org.loom.mapping.ParsedAction
 
parseDateValue(String) - Static method in class org.loom.validator.ValueParser
Parse a date value like "today + 15d"
ParseException - Exception in org.loom.exception
Error while parsing with ANTLR
ParseException(String, RecognitionException) - Constructor for exception org.loom.exception.ParseException
 
ParseException(RecognitionException) - Constructor for exception org.loom.exception.ParseException
 
ParseException(String, ParseException) - Constructor for exception org.loom.exception.ParseException
 
parseInternal(Element, ParserContext) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
parseObject(String, ParsePosition) - Method in class org.loom.converter.date.AbstractDateFormatAdapter
 
PathMatcher - Class in org.loom.validator
Filter text according to a set of rules (ant-style).
PathMatcher() - Constructor for class org.loom.validator.PathMatcher
 
PathMatcher(PathMatcher) - Constructor for class org.loom.validator.PathMatcher
 
PathMatcher(String[], String[]) - Constructor for class org.loom.validator.PathMatcher
 
PathMatcher(PathMatcher, String[], String[]) - Constructor for class org.loom.validator.PathMatcher
 
PathMatcherRule - Class in org.loom.validator
Returns true if the event matches ANY of the configured includes[] events and NONE of the excludes[]
PathMatcherRule(String[], String[]) - Constructor for class org.loom.validator.PathMatcherRule
 
pattern - Variable in class org.loom.tags.core.AbstractTextFieldTag
Regex pattern HTML 5.
permanent() - Method in interface org.loom.resolution.RedirectResolution
Invoke this method to perform a permanent redirect (301) instead of a temporary redirect (302).
permanent() - Method in class org.loom.resolution.RedirectResolutionImpl
 
persist(Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
persist(Object) - Method in class org.loom.persistence.TransactionalService
 
PersistentFile - Class in org.loom.persistence.file
Persists file info to the database, but not file contents.
PersistentFile() - Constructor for class org.loom.persistence.file.PersistentFile
 
PersistentFile(FileParameter) - Constructor for class org.loom.persistence.file.PersistentFile
Transforms an uploaded file into a PersistentFile instance
PersistentFileContents - Interface in org.loom.persistence.file
Extends PersistentFile adding the file contents as an InputStream.
PersistentFileResolution - Class in org.loom.resolution
Delivers a PersistentFile to the browser
PersistentFileResolution(PersistentFile) - Constructor for class org.loom.resolution.PersistentFileResolution
 
PersistentFileResource - Class in org.loom.persistence.file
Adapter from PersistentFile to Spring Resource API
PersistentFileResource(PersistentFile) - Constructor for class org.loom.persistence.file.PersistentFileResource
 
Phase - Enum in org.loom.servlet
The different phases of the execution workflow
PHONE_MASK - Static variable in annotation type org.loom.annotation.validation.StringValidation
phone mask
Plugins - Class in org.loom.guice
Handles all configured plugins with Loom
pop() - Method in class org.loom.validator.ValidationRequest
 
populate(Action, ServletRequestParameters, MessagesRepository, Messages) - Method in class org.loom.binding.PropertyBinderMap
Applies the given values to the object passed as argument.
populate(Object, ServletRequestParameters, MessagesRepository, Messages) - Method in class org.loom.mapping.DefaultEventParameter
 
populate(Object, ServletRequestParameters, MessagesRepository, Messages) - Method in interface org.loom.mapping.EventParameter
Return the list of created parameter values for this request
populate(ServletRequestParameters) - Method in class org.loom.mapping.ParsedAction
Injects the request values into the action.
populate(Object, ServletRequestParameters, MessagesRepository, Messages) - Method in class org.loom.mapping.RequestParametersParameter
 
PopulateInterceptor - Interface in org.loom.interceptor
Gets invoked before action population (filling the action properties with request values).
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.loom.persistence.PackagesPersistenceUnitPostProcessor
Search for persistent classes under the configured folders and register them in the persistence unit.
PRAGMA - Static variable in interface org.loom.servlet.names.CommonHeaderNames
Pragma
PRAGMA - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Pragma
PRECISION - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
the precision of a numeric field
PrecompiledWebResourceBundle - Class in org.loom.resources
 
PrecompiledWebResourceBundle(String, String) - Constructor for class org.loom.resources.PrecompiledWebResourceBundle
 
PrecompiledWebResourceBundleFactory - Class in org.loom.resources
 
PrecompiledWebResourceBundleFactory(ResourceLoader, String) - Constructor for class org.loom.resources.PrecompiledWebResourceBundleFactory
 
PrefixLocaleResolver - Class in org.loom.config
Locale managed as a hostname prefix, eg: es.foo.com.
PrefixLocaleResolver() - Constructor for class org.loom.config.PrefixLocaleResolver
 
preprocess(Collection<Resource>) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
PrimitiveImplementationFactory - Class in org.loom.binding.factories
Primitive fields will never be null, so this implementation factory will never get called
PrimitiveImplementationFactory(Class<?>) - Constructor for class org.loom.binding.factories.PrimitiveImplementationFactory
 
print(CharSequence) - Method in class org.loom.resolution.HtmlResolution
Print text
print(Object) - Method in class org.loom.tags.AbstractWriterWrapper
 
print(CharSequence) - Method in class org.loom.tags.JspWriterWrapper
 
print(CharSequence) - Method in class org.loom.tags.PrintWriterWrapper
 
print(CharSequence) - Method in class org.loom.tags.StringWriterWrapper
 
print(WriterWrapper<?>) - Method in class org.loom.tags.TagAttributes
Write the list of attributes to the output.
print(CharSequence) - Method in interface org.loom.tags.WriterWrapper
Print a String
print(Object) - Method in interface org.loom.tags.WriterWrapper
Print ant Object, invoking its toString() method
printAttribute(String, Object) - Method in class org.loom.resolution.HtmlResolution
Print an attribute, if its value is not null.
printAttribute(String, Object) - Method in class org.loom.tags.AbstractWriterWrapper
 
printAttribute(String, Object) - Method in interface org.loom.tags.WriterWrapper
Prints a tag attribute and value, if not null
printHiddenField(String, String) - Method in class org.loom.resolution.HtmlResolution
Print a input type="hidden" field
printHiddenField(String, Object) - Method in class org.loom.tags.AbstractWriterWrapper
 
printHiddenField(String, Object) - Method in interface org.loom.tags.WriterWrapper
Prints a hidden form field if its value is not null
PrintHiddenFieldDecorator - Class in org.loom.tags.decorator
Outputs the content of a hidden field
PrintHiddenFieldDecorator() - Constructor for class org.loom.tags.decorator.PrintHiddenFieldDecorator
 
printLink(UrlBuilder, int) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
printLink(UrlBuilder, String, String, int) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Print a li item
printParentAttributes() - Method in class org.loom.tags.AbstractFormFieldTag
Prints this instance attributes
printParentAttributes() - Method in class org.loom.tags.AbstractFormInputTag
 
printParentAttributes() - Method in class org.loom.tags.AbstractHtmlTag
Prints this instance attributes
printParentAttributes() - Method in class org.loom.tags.AbstractTag
Print the extended attributes
printParentAttributes() - Method in class org.loom.tags.core.AbstractTextFieldTag
Prints this instance attributes
printTabHeader(WriterWrapper<?>, MessagesRepository, TabTag) - Method in class org.loom.tags.tabs.DefaultTabDecorator
 
printTabHeader(WriterWrapper<?>, MessagesRepository, TabTag) - Method in interface org.loom.tags.tabs.TabDecorator
 
printTag() - Method in class org.loom.tags.core.AbstractWebResourceTag
print just the tag
printTag() - Method in class org.loom.tags.core.CssTag
 
printTag() - Method in class org.loom.tags.core.ScriptTag
 
PrintWriterWrapper - Class in org.loom.tags
A wrapper around the default writer of an HttpResponse object.
PrintWriterWrapper(PrintWriter) - Constructor for class org.loom.tags.PrintWriterWrapper
 
priority() - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
process(Event) - Method in class org.loom.annotation.processor.AbstractAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.AbstractOncePerClassAnnotationProcessor
 
process(ActionMapping) - Method in class org.loom.annotation.processor.AbstractOncePerClassAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor
 
process(Event, A, String) - Method in class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor
Process a single annotation.
process(Event) - Method in interface org.loom.annotation.processor.AnnotationProcessor
Expands an ActionMapping with the metadata annotated to an Action class.
process(ActionMapping) - Method in interface org.loom.annotation.processor.AnnotationProcessorRepository
 
process(Event, Basic, String) - Method in class org.loom.annotation.processor.BasicAnnotationProcessor
 
process(ActionMapping) - Method in class org.loom.annotation.processor.BrowserMessagesAnnotationProcessor
 
process(ActionMapping) - Method in class org.loom.annotation.processor.CacheAnnotationProcessor
 
process(Event, Column, String) - Method in class org.loom.annotation.processor.ColumnAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.CommonAnnotationsProcessor
 
process(Event, DateValidation, String) - Method in class org.loom.annotation.processor.DateValidationAnnotationProcessor
 
process(ActionMapping) - Method in class org.loom.annotation.processor.DefaultAnnotationProcessorRepository
 
process(Event, EagerProperty, String) - Method in class org.loom.annotation.processor.EagerPropertyAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.EventAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.FileValidationAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.ImageValidationAnnotationProcessor
 
process(Event, NumberValidation, String) - Method in class org.loom.annotation.processor.NumberValidationAnnotationProcessor
 
process(Event, RequiredValidation, String) - Method in class org.loom.annotation.processor.RequiredValidationAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.RestAnnotationProcessor
 
process(Event, RetrieveEntity, String) - Method in class org.loom.annotation.processor.RetrieveEntityAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.SecuredAnnotationProcessor
 
process(Event) - Method in class org.loom.annotation.processor.SSLPolicyAnnotationProcessor
 
process(Event, StringValidation, String) - Method in class org.loom.annotation.processor.StringValidationAnnotationProcessor
 
processAnnotation(Event, FileValidation) - Method in class org.loom.annotation.processor.FileValidationAnnotationProcessor
 
processEventParameters(Event) - Method in class org.loom.annotation.processor.RestAnnotationProcessor
 
PROD_RESOURCE_NAME - Static variable in interface org.loom.resources.WebResourceBundle
resource name when working in production mode
properties - Variable in class org.loom.mapping.DefaultEventParameter
for complex types, the properties that can be populated
PropertiesUtils - Class in org.loom.util
Expand the properties class with some methods
PropertiesUtils() - Constructor for class org.loom.util.PropertiesUtils
 
PROPERTY_PATH_ARG - Static variable in class org.loom.i18n.Message
the property path
PropertyBinder - Class in org.loom.binding
A binder for a nested property, e.g.
PropertyBinder(String) - Constructor for class org.loom.binding.PropertyBinder
 
PropertyBinderFactory - Class in org.loom.binding
The PropertyBinder factory.
PropertyBinderFactory() - Constructor for class org.loom.binding.PropertyBinderFactory
 
propertyBinderFactory - Variable in class org.loom.mapping.DefaultEventParameter
 
PropertyBinderMap - Class in org.loom.binding
A map that handles a group of PropertyBinder together This class is thread safe
PropertyBinderMap() - Constructor for class org.loom.binding.PropertyBinderMap
 
PropertyBoundInterceptor - Interface in org.loom.interceptor
An interceptor that is bound to a concrete property path
PropertyExceptionHandler - Interface in org.loom.action
Handles errors while trying to process properties.
PropertyNotFoundException - Exception in org.loom.exception
An error produced by a incorrect property definition: missing access methods, missing field, etc.
PropertyNotFoundException(Class<?>, String) - Constructor for exception org.loom.exception.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - Constructor for exception org.loom.exception.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception org.loom.exception.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception org.loom.exception.PropertyNotFoundException
 
propertyPath - Variable in class org.loom.interceptor.AbstractPropertyBoundInterceptor
the property path where this interceptor is applied
PropertyUtils - Class in org.loom.util
 
PropertyUtils() - Constructor for class org.loom.util.PropertyUtils
 
PropertyValidator - Interface in org.loom.validator
A Validator bound to a property.
PropertyWrapper - Class in org.loom.binding
Wraps a property, allowing to read and write it in an encapsulated way
PropertyWrapper(Class<?>, String) - Constructor for class org.loom.binding.PropertyWrapper
 
PropertyWrapperFactory - Class in org.loom.binding
 
PropertyWrapperFactory() - Constructor for class org.loom.binding.PropertyWrapperFactory
 
PrototypeScopeResolver - Class in org.loom.spring
Put all Action in PROTOTYPE scope instead of the default SINGLETON
PrototypeScopeResolver() - Constructor for class org.loom.spring.PrototypeScopeResolver
 
PROXY_AUTHORIZATION - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Proxy-Authorization
pullOptionsFromAttribute() - Method in class org.loom.tags.core.AbstractOptionsTag
If the options value is a list of Option instances, adds them
push(String) - Method in class org.loom.validator.ValidationRequest
 
push(String, Object) - Method in class org.loom.validator.ValidationRequest
 
pushPropertyPath(String) - Method in class org.loom.validator.AbstractPropertyValidator
Adds a property node to the beginning of this property path
put(String, String) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
putAll(Map<? extends String, ? extends String>) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 

Q

query(PagedListCriteria) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
query(PagedListCriteria) - Method in interface org.loom.persistence.ExtendedEntityManager
Retrieve a paged query.
query(PagedListCriteria) - Method in class org.loom.persistence.TransactionalService
 
query(PaginatedListImpl<?>, String, Object...) - Method in class org.loom.util.displaytag.DisplayTagDao
Retrieve a paged query.
query(PaginatedListImpl<T>, String, Object...) - Method in class org.loom.util.displaytag.PaginatedListAdapter
 

R

random(int) - Static method in class org.loom.tags.functions.Functions
Return a random number between 0 (inclusive) and the provided value (exclusive)
readExternal(ObjectInput) - Method in class org.loom.i18n.Message
 
readonly - Variable in class org.loom.tags.core.AbstractTextFieldTag
HTML attribute
ReadOnlyDecorator<T extends AbstractFormInputTag> - Class in org.loom.tags.decorator
Renders the field as text, prepended with a span mimicking the label.
ReadOnlyDecorator() - Constructor for class org.loom.tags.decorator.ReadOnlyDecorator
 
recoverFromMismatchedSet(IntStream, RecognitionException, BitSet) - Method in class org.loom.validator.date.DateValueParser
 
redirect(String) - Method in class org.loom.action.AbstractAction
Redirects to the provided url
redirect(Class<? extends Action>, String) - Method in class org.loom.action.AbstractAction
Redirects to the provided action and event.
redirect(Class<? extends Action>) - Method in class org.loom.action.AbstractAction
Redirects to the provided action, default event
redirect(String, String) - Method in class org.loom.action.AbstractAction
Redirects to the provided action and event.
redirect(String) - Method in class org.loom.resolution.DefaultResolutionFactory
 
redirect(String, String) - Method in class org.loom.resolution.DefaultResolutionFactory
 
redirect(Class<? extends Action>, String) - Method in class org.loom.resolution.DefaultResolutionFactory
 
redirect(String) - Method in interface org.loom.resolution.ResolutionFactory
Redirects the browser to a different URL
redirect(String, String) - Method in interface org.loom.resolution.ResolutionFactory
Redirects the browser to a different Action and Event
redirect(Class<? extends Action>, String) - Method in interface org.loom.resolution.ResolutionFactory
Redirects the browser to a different Action and Event
REDIRECT_ERROR - Static variable in class org.loom.servlet.names.RequestParameterNames
when redirecting because an error, this parameter is true
RedirectResolution - Interface in org.loom.resolution
An interface implemented by redirect resolutions.
RedirectResolutionImpl - Class in org.loom.resolution
Redirect resolution implementation.
RedirectResolutionImpl(String) - Constructor for class org.loom.resolution.RedirectResolutionImpl
 
RedirectResolutionImpl(String, String) - Constructor for class org.loom.resolution.RedirectResolutionImpl
 
RedirectResolutionImpl(Class<? extends Action>, String) - Constructor for class org.loom.resolution.RedirectResolutionImpl
 
RedirectTag - Class in org.loom.tags.core
Redirect the current request This tag is useful for index.jsp pages that will be redirected to some action class.
RedirectTag() - Constructor for class org.loom.tags.core.RedirectTag
 
redirectWithErrors(LoomServletRequest, LoomServletResponse) - Method in class org.loom.exception.DefaultExceptionHandler
 
redirectWithErrors(LoomServletRequest, LoomServletResponse) - Method in interface org.loom.exception.ExceptionHandler
Redirect to the source form page (extracted using the REFERER header).
REFERER - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Referer (yes it's misspelled in the spec)
referralDate() - Method in class org.loom.validator.date.DateValueParser
 
ReferralDate - Interface in org.loom.validator.date
A Date that must be calculated at runtime (today, or a field value)
refresh(Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
refresh(Object) - Method in class org.loom.persistence.TransactionalService
 
ReloadableActionMappingRepository - Class in org.loom.mapping
ActionMappingRepository that detects changes to classes in the background.
ReloadableActionMappingRepository(ActionMappingRepository) - Constructor for class org.loom.mapping.ReloadableActionMappingRepository
 
ReloadableActionMappingRepository() - Constructor for class org.loom.mapping.ReloadableActionMappingRepository
 
ReloadableMessagesRepositoryFactory - Class in org.loom.i18n
MessagesRepository instance used while in development.
ReloadableMessagesRepositoryFactory() - Constructor for class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
ReloadableWebResourceBundle - Class in org.loom.resources
 
ReloadableWebResourceBundle() - Constructor for class org.loom.resources.ReloadableWebResourceBundle
 
ReloadableWebResourceBundleFactory - Class in org.loom.resources
Creates ReloadableWebResourceBundle instances that are aware of changes in any referenced resource file.
ReloadableWebResourceBundleFactory() - Constructor for class org.loom.resources.ReloadableWebResourceBundleFactory
 
remove(Object) - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
remove(Interceptor) - Method in class org.loom.interceptor.InterceptorProxy
Remove the supplied interceptor instance from this list
remove(Class<T>, Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
remove(Object) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
remove(Class<T>, Object) - Method in interface org.loom.persistence.ExtendedEntityManager
Removes a persistent instance
remove(Integer) - Method in class org.loom.persistence.file.DatabaseFileManager
 
remove(Integer) - Method in class org.loom.persistence.file.ExternalFileManager
 
remove(Integer) - Method in interface org.loom.persistence.file.FileManager
Removes a persistent file from the database
remove(Class<T>, Object) - Method in class org.loom.persistence.TransactionalService
 
remove(Object) - Method in class org.loom.persistence.TransactionalService
 
remove(String) - Method in interface org.loom.resolution.RedirectResolution
Remove a GET parameter
remove(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
remove(String) - Method in class org.loom.tags.TagAttributes
 
remove(String) - Method in class org.loom.url.UrlBuilder
Remove a GET parameter
removeActionMapping(Class<? extends Action>) - Method in interface org.loom.mapping.ActionMappingRepository
Remove the action mapping for one action class
removeActionMapping(Class<? extends Action>) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
removeActionMapping(Class<? extends Action>) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
removeAttribute(String) - Method in class org.loom.servlet.scope.FlashContext
 
removeEvent(String) - Method in class org.loom.mapping.ActionMapping
Remove an event from the list of available events
removeInterceptor(Event) - Method in class org.loom.annotation.processor.AbstractSecurityAnnotationProcessor
Removes the SecurityInterceptor on the supplied event
removeParameter(String) - Method in interface org.loom.resolution.RedirectResolution
Deprecated. use RedirectResolution.remove(String) instead
removeParameter(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
removeParameter(String) - Method in class org.loom.url.UrlBuilder
Deprecated. use UrlBuilder.remove(String) instead
removeRootNode(String) - Static method in class org.loom.util.PropertyUtils
Pops the root level of a property path: a.b.c becomes b.c a.b becomes b a becomes null
removeScopedAttribute(String, Scope) - Method in interface org.loom.servlet.LoomServletRequest
Remove a scoped atribute
removeScopedAttribute(String, Scope) - Method in class org.loom.servlet.LoomServletRequestImpl
 
removeScopedAttribute(String, Scope) - Method in class org.loom.tags.AbstractTag
Remove a scoped attribute
render(AbstractWebResourceTag) - Method in class org.loom.resources.AbstractCompiledWebResource
 
render(AbstractWebResourceTag) - Method in interface org.loom.resources.CompiledWebResource
render the tag for this compiled resource
render(AbstractWebResourceTag) - Method in class org.loom.resources.DefaultWebResourceBundle
 
render(AbstractWebResourceTag) - Method in class org.loom.resources.PrecompiledWebResourceBundle
 
render(AbstractWebResourceTag) - Method in class org.loom.resources.ReloadableWebResourceBundle
 
render(AbstractWebResourceTag) - Method in interface org.loom.resources.WebResourceBundle
Write the tag or tags for this bundle
renderAsText() - Method in class org.loom.tags.AbstractFormInputTag
Gets this item value as String, to show when renderAsText is true By default, it returns the tag value
renderAsText() - Method in class org.loom.tags.core.AbstractOptionsTag
Returns the label of the currently selected option, translated if necessary
renderAsText() - Method in class org.loom.tags.core.InputCheckboxTag
Returns the translation of the checkbox appended to the property path.
renderAsText() - Method in class org.loom.tags.core.InputTextTag
If size is explicitely set, abbreviate the output string to the expected length
renderContainer() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the table or list with the data
renderEmptyContainer() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render an empty container
renderEmptyContainer() - Method in class org.loom.tags.paged.PagedListTag
 
renderEmptyContainer() - Method in class org.loom.tags.paged.PagedTableTag
 
renderError(T) - Method in class org.loom.tags.decorator.AbstractFormInputDecorator
 
renderError(WriterWrapper<?>, HttpServletRequest) - Method in class org.loom.tags.exception.DefaultErrorRenderer
 
renderError(WriterWrapper<?>, HttpServletRequest) - Method in interface org.loom.tags.exception.ErrorRenderer
 
renderFooter() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the footer of the container component
renderFooter() - Method in class org.loom.tags.paged.PagedListTag
 
renderFooter() - Method in class org.loom.tags.paged.PagedTableTag
 
renderHeader() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the header of the container component
renderHeader() - Method in class org.loom.tags.paged.PagedListTag
 
renderHeader() - Method in class org.loom.tags.paged.PagedTableTag
Render the thead of the table
renderHeaderLink(String, UrlBuilder) - Method in class org.loom.tags.paged.ColumnTag
 
renderHelpLine(T) - Method in class org.loom.tags.decorator.AbstractFormInputDecorator
 
renderLinks(AbstractPagedContainerTag.Position) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the next/previous links
renderMenuItem(MenuTag, MenuItemData, MenuItemData) - Method in class org.loom.tags.menu.NestedMenuDecorator
Return the string that represents this menu item, empty if it should not be rendered
renderMessage(Message) - Method in class org.loom.tags.messages.MessagesTag
 
renderOverview(AbstractPagedContainerTag.Position) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the overview message
renderRowEnd() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the end of a row
renderRowEnd() - Method in class org.loom.tags.paged.PagedListTag
 
renderRowEnd() - Method in class org.loom.tags.paged.PagedTableTag
 
renderRowStart() - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Render the start of a new row
renderRowStart() - Method in class org.loom.tags.paged.PagedListTag
 
renderRowStart() - Method in class org.loom.tags.paged.PagedTableTag
 
renderTag() - Method in class org.loom.tags.AbstractDecoratedTag
This is an method intended for component extension.
renderTag() - Method in class org.loom.tags.AbstractHtmlTag
 
renderTag() - Method in class org.loom.tags.tabs.TabTag
 
replace(String, Object) - Method in interface org.loom.resolution.RedirectResolution
Replace a parameter value.
replace(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
replace(String, Object) - Method in class org.loom.url.UrlBuilder
Replace a parameter value.
replaceCssUrls(CompilationResult, Resource, String) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
replaceIllegalAttributeChars(String, int) - Method in class org.loom.util.HtmlSanitizer
Replace all illegal characters with valid string representations
replaceParameter(String, Object) - Method in interface org.loom.resolution.RedirectResolution
Deprecated. use RedirectResolution.replace(String, Object) instead
replaceParameter(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
replaceParameter(String, Object) - Method in class org.loom.url.UrlBuilder
Deprecated. use UrlBuilder.replace(String, Object) instead
reportError(RecognitionException) - Method in class org.loom.validator.date.DateValueLexer
 
repository - Variable in class org.loom.tags.AbstractTag
the MessagesRepository instance
repository - Variable in class org.loom.tags.messages.AbstractFormatTag
 
REQUEST - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the current LoomServletRequest instance
request - Variable in class org.loom.tags.AbstractTag
the request instance that is being served
RequestAttributeNames - Interface in org.loom.servlet.names
Servlet request attributes used by Loom
RequestHeaderNames - Interface in org.loom.servlet.names
Request HTTP header names.
RequestParameterNames - Class in org.loom.servlet.names
GET / POST parameter names used by Loom
RequestParameters - Annotation Type in org.loom.annotation
Marks a event argument to receive all parameters of a request.
RequestParametersParameter - Class in org.loom.mapping
Event Parameter that contains the full request contents.
RequestParametersParameter() - Constructor for class org.loom.mapping.RequestParametersParameter
 
REQUIRED - Static variable in interface org.loom.servlet.names.CssClassNames
a required field
REQUIRED_BOOLEAN_MESSAGE - Static variable in class org.loom.validator.AbstractRequiredValidator
required boolean message key
REQUIRED_COLLECTION_MESSAGE - Static variable in class org.loom.validator.AbstractRequiredValidator
required collection/array/map message key
REQUIRED_MESSAGE - Static variable in class org.loom.validator.AbstractRequiredValidator
required simple property message key
RequiredArrayValidator - Class in org.loom.validator
Checkif an array property is empty
RequiredArrayValidator() - Constructor for class org.loom.validator.RequiredArrayValidator
 
RequiredBooleanValidator - Class in org.loom.validator
Validates required boolean.
RequiredBooleanValidator() - Constructor for class org.loom.validator.RequiredBooleanValidator
 
RequiredCollectionValidator - Class in org.loom.validator
 
RequiredCollectionValidator() - Constructor for class org.loom.validator.RequiredCollectionValidator
 
RequiredMapValidator - Class in org.loom.validator
Validates Map classes
RequiredMapValidator() - Constructor for class org.loom.validator.RequiredMapValidator
 
RequiredObjectValidator - Class in org.loom.validator
Validate all kind of Objects.
RequiredObjectValidator() - Constructor for class org.loom.validator.RequiredObjectValidator
 
RequiredStringValidator - Class in org.loom.validator
Validates required string
RequiredStringValidator() - Constructor for class org.loom.validator.RequiredStringValidator
 
RequiredValidation - Annotation Type in org.loom.annotation.validation
Mark a field as required
RequiredValidationAnnotationProcessor - Class in org.loom.annotation.processor
Processes StringValidation annotations
RequiredValidationAnnotationProcessor() - Constructor for class org.loom.annotation.processor.RequiredValidationAnnotationProcessor
 
RequiredValidations - Annotation Type in org.loom.annotation.validation
A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once.
RequiredValidatorFactory - Class in org.loom.validator
Creates the appropiate RequiredValidatorclass, depending on the property type
RequiredValidatorFactory() - Constructor for class org.loom.validator.RequiredValidatorFactory
 
requiresCharset(String) - Static method in class org.loom.util.MimeUtils
 
Resolution - Interface in org.loom.resolution
A Resolution is a class that delivers actual content to the browser.
ResolutionFactory - Interface in org.loom.resolution
A factory for Resolution classes.
ResolutionInterceptor - Interface in org.loom.interceptor
Gets invoked before the resolution execution.
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.AbstractFileResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.AbstractHttpResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.AutocompleteResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.BufferedImageResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.DefaultForwardResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.HtmlResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.HttpErrorResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.InputStreamResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.JacksonResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.JsonResolution
Deprecated.  
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.PersistentFileResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.RedirectResolutionImpl
 
resolve(LoomServletRequest, LoomServletResponse) - Method in interface org.loom.resolution.Resolution
Write the response contents
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.StringResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.VoidResolution
 
resolve(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.ZipFileResolution
 
resolve(String, Map<String, Object>) - Method in class org.loom.util.TemplateResolver
 
resolveLocale(HttpServletRequest) - Method in class org.loom.util.displaytag.DisplayTagResourceAdapter
 
resolveScopeMetadata(BeanDefinition) - Method in class org.loom.spring.PrototypeScopeResolver
 
RESOURCE - Static variable in class org.loom.action.support.ResourcesAction
the name of the resource GET parameter.
resourceLoader - Variable in class org.loom.resources.AbstractWebResourceCompiler
 
resourceLoader - Variable in class org.loom.resources.DefaultWebResourceBundleFactory
 
resources - Variable in class org.loom.resources.DefaultWebResourceBundle
the list of source resource locations
ResourcesAction - Class in org.loom.action.support
Retrieves a static resource, such as a javascript/css file.
ResourcesAction() - Constructor for class org.loom.action.support.ResourcesAction
 
ResourcesWatchdog - Class in org.loom.config
Deprecated.
ResourcesWatchdog() - Constructor for class org.loom.config.ResourcesWatchdog
 
RESPONSE - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the current LoomServletResponse instance
response - Variable in class org.loom.tags.AbstractTag
the response instance that is being written
ResponseHeaderNames - Interface in org.loom.servlet.names
Response HTTP header names.
RestActionMappingFactory - Class in org.loom.mapping
Creates a RESTful ActionMapping for an Action
RestActionMappingFactory() - Constructor for class org.loom.mapping.RestActionMappingFactory
 
RestAnnotationProcessor - Class in org.loom.annotation.processor
Processes JSR311 JAX-RS annotations Path, GET, POST, DELETE, PUT are supported
RestAnnotationProcessor() - Constructor for class org.loom.annotation.processor.RestAnnotationProcessor
 
restoreFromRedirect(LoomServletRequest) - Method in class org.loom.i18n.Messages
restore the Messages instance from flash context after a redirect.
restoreFromRedirect(LoomServletRequest) - Method in class org.loom.servlet.params.ServletRequestParameters
restores all parameters from a previous request (after a redirect).
retrieve(HttpServletRequest, String) - Method in interface org.loom.servlet.scope.FlashContextFactory
Retrieves an existing Flash context for this request instance.
retrieve(HttpServletRequest, String) - Method in class org.loom.servlet.scope.SessionFlashContextFactory
Default implementation to retrieve a flash context using the session object
RetrieveEntities - Annotation Type in org.loom.annotation
A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once.
RetrieveEntity - Annotation Type in org.loom.annotation
Retrieve the annotated property from the database if the id to retrieve is included in the current request.
RetrieveEntityAnnotationProcessor - Class in org.loom.annotation.processor
Processes RetrieveEntity annotations
RetrieveEntityAnnotationProcessor() - Constructor for class org.loom.annotation.processor.RetrieveEntityAnnotationProcessor
 
RetrieveEntityInterceptor - Interface in org.loom.interceptor
Retrieves an entity from the database
runtimeError(String, String, int, String, int) - Method in class org.loom.resources.compressor.YuiErrorReporter
 
RuntimeFileNotFoundException - Exception in org.loom.exception
An unchecked FileNotFoundException class
RuntimeFileNotFoundException(FileNotFoundException) - Constructor for exception org.loom.exception.RuntimeFileNotFoundException
 
RuntimeFileNotFoundException(String) - Constructor for exception org.loom.exception.RuntimeFileNotFoundException
 

S

sanitize(String) - Static method in class org.loom.util.HtmlSanitizer
 
sanitizeImpl(String) - Method in class org.loom.util.HtmlSanitizer
Replace illegal characters in a value.
saveContents(PersistentFile, InputStream, boolean) - Method in class org.loom.persistence.file.DatabaseFileManager
Persist the file contents into the database
SAVED_MESSAGES - Static variable in interface org.loom.servlet.names.FlashAttributeNames
Error messages from the previous request
SAVED_PARAMETERS - Static variable in interface org.loom.servlet.names.FlashAttributeNames
request parameters from the previous request.
saveForRedirect(LoomServletRequest) - Method in class org.loom.i18n.Messages
Saves this Messages instance to the flash context for a redirect.
saveForRedirect(LoomServletRequest) - Method in class org.loom.servlet.params.ServletRequestParameters
Save the string parameters in this object to the flash context, to be retored at the next request.
SCALE - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
the scale of a numeric field
scanAndRegisterActions() - Method in class org.loom.spring.SpringActionScanner
 
Scope - Enum in org.loom.servlet
The web scope.
ScriptTag - Class in org.loom.tags.core
HTML script tag.
ScriptTag() - Constructor for class org.loom.tags.core.ScriptTag
 
SECURE_PORT - Static variable in class org.loom.url.UrlBuilder
default secure (https) port
SECURE_SCHEME - Static variable in class org.loom.url.UrlBuilder
secure (https) scheme
SecuredAnnotationProcessor - Class in org.loom.annotation.processor
Processes Spring Security Secured annotations
SecuredAnnotationProcessor() - Constructor for class org.loom.annotation.processor.SecuredAnnotationProcessor
 
SecurityAdapter - Interface in org.loom.security
Common security API for custom security providers
SecurityInterceptor - Interface in org.loom.interceptor
Checks that the user has the required roles to call the event
SecurityModule - Class in org.loom.guice
Adds JSR250 annotations ( RolesAllowed, PermitAll and DenyAll) for security constraints
SecurityModule() - Constructor for class org.loom.guice.SecurityModule
 
SELECTED_MENU_ITEM_PREFIX - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the menuItem ID that is currently selected.
SelectedMenuItemLocator - Class in org.loom.tags.menu
A pointer to the selected menu item.
SelectedMenuItemLocator(String, String) - Constructor for class org.loom.tags.menu.SelectedMenuItemLocator
 
SelectedMenuItemLocator(String, Class<? extends Action>, String) - Constructor for class org.loom.tags.menu.SelectedMenuItemLocator
 
send(PersistentFile) - Method in class org.loom.action.AbstractAction
Send a file to the browser.
send(String, InputStream) - Method in class org.loom.action.AbstractAction
Send a file to the browser.
send(String) - Method in class org.loom.action.AbstractAction
Return a simple text as the response.
send(PersistentFile) - Method in class org.loom.resolution.DefaultResolutionFactory
 
send(PersistentFile) - Method in interface org.loom.resolution.ResolutionFactory
Sends a persistent file to the browser.
sendError(int) - Method in class org.loom.servlet.LoomServletResponseImpl
 
sendError(int, String) - Method in class org.loom.servlet.LoomServletResponseImpl
 
separate(String, char) - Static method in class org.loom.util.StringUtils
Converts a camelCase string to a separated one.
SERVER - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
Server
ServletRequestParameters - Class in org.loom.servlet.params
Parameters as received by the request object.
ServletRequestParameters() - Constructor for class org.loom.servlet.params.ServletRequestParameters
 
SessionAttributeNames - Interface in org.loom.servlet.names
Session attributes used by Loom
sessionDidActivate(HttpSessionEvent) - Method in class org.loom.tags.menu.AbstractMenuData
 
SessionFlashContextFactory - Class in org.loom.servlet.scope
 
SessionFlashContextFactory() - Constructor for class org.loom.servlet.scope.SessionFlashContextFactory
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.loom.tags.menu.AbstractMenuData
Remove this menu from the user session if it's going to passivate.
set(Object, int, Object) - Method in class org.loom.binding.AbstractCollectionNode
Adds an item to the list
set(Object, int, Object) - Method in class org.loom.binding.ArrayNode
 
set(Object, int, Object) - Method in class org.loom.binding.ListNode
 
set(Object, Object) - Method in class org.loom.binding.PropertyWrapper
Sets a value to this property in the specified container
set(String, Object) - Method in class org.loom.resolution.AutocompleteEntry
Add an attribute to this AutocompleteEntry.
set(String, Object) - Method in class org.loom.resolution.DefaultForwardResolution
 
set(String, Object) - Method in interface org.loom.resolution.ForwardResolution
Set a request-scoped attribute.
set(String, Object) - Method in class org.loom.tags.TagAttributes
Set an attribute if is value is != null
setAccept(String) - Method in class org.loom.tags.core.FormTag
 
setAccept(String) - Method in class org.loom.tags.core.InputFileTag
 
setAcceptCharset(String) - Method in class org.loom.tags.core.FormTag
 
setAccesskey(String) - Method in class org.loom.tags.AbstractHtmlTag
 
setAction(Action) - Method in class org.loom.mapping.ParsedAction
 
setAction(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
The Action to invoke.
setAction(String) - Method in class org.loom.tags.core.FormTag
An Action instance or Class to get called when this form gets submitted.
setAction(String) - Method in class org.loom.tags.core.ImgTag
The action this link points to.
setAction(String) - Method in class org.loom.tags.core.LinkTag
The action this link points to.
setAction(String) - Method in class org.loom.tags.core.RedirectTag
The action this link points to.
setAction(String) - Method in class org.loom.tags.core.UrlTag
The action this link points to.
setAction(String) - Method in class org.loom.tags.menu.LocaleMenuTag
 
setAction(String) - Method in class org.loom.tags.menu.MenuItemTag
The action this link points to.
setAction(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
If set, this action will be used to generate the paged links.
setAction(String) - Method in class org.loom.tags.paged.ColumnTag
If specified, this table cell will include a link pointing to the specified action/event
setAction(String) - Method in class org.loom.tags.tabs.TabTag
If not null, this tab will point to the specified action/event pair and clicking it will trigger a request to the server.
setAction(String) - Method in class org.loom.url.UrlBuilder
 
setAction(Class<? extends Action>) - Method in class org.loom.url.UrlBuilder
 
setActionClass(Class<? extends Action>) - Method in class org.loom.mapping.ActionMapping
 
setActionClasses(Set<Class<Action>>) - Method in class org.loom.guice.GuiceActionMappingRepository
 
setActionMapping(ActionMapping) - Method in interface org.loom.interceptor.ActionMappingAwareInterceptor
 
setActionMapping(ActionMapping) - Method in class org.loom.url.UrlBuilder
 
setActionMappingFactory(ActionMappingFactory) - Method in class org.loom.guice.GuiceActionMappingRepository
 
setActionMappingFactory(ActionMappingFactory) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
setActionMappingRepository(ActionMappingRepository) - Method in class org.loom.config.Config
Deprecated.  
setActionMappingRepository(ActionMappingRepository) - Method in class org.loom.servlet.Workflow
 
setActionMappingRepository(ActionMappingRepository) - Method in class org.loom.tags.menu.MenuData
 
setAdditionalMappings(Map<String, TagDecorator<? extends LoomTag>>) - Method in class org.loom.tags.decorator.TagDecoratorRepository
 
setAddTranslatedName(boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setAliases(String[]) - Method in class org.loom.tags.menu.MenuItemData
 
setAliases(String) - Method in class org.loom.tags.menu.MenuItemTag
A list of events that will mark this menu item as "selected", even if the target event is different
setAlign(String) - Method in class org.loom.tags.core.ImgTag
 
setAllowedFormats(String[]) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setAllowedFormats(Set<String>) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setAllowedFormats(String[]) - Method in class org.loom.interceptor.FileValidationInterceptor
 
setAllowedFormats(Set<String>) - Method in class org.loom.interceptor.FileValidationInterceptor
 
setAllowedRoles(String[]) - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
setAllowedRoles(String[]) - Method in interface org.loom.interceptor.SecurityInterceptor
 
setAlt(String) - Method in class org.loom.tags.AbstractFormFieldTag
 
setAlt(String) - Method in class org.loom.tags.core.ImgTag
 
setAlternateRows(boolean) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setAnnotationDrivenConverterFactories(Set<AnnotationDrivenConverterFactory>) - Method in class org.loom.guice.GuiceConverterFactory
 
setAnnotationProcessorRepository(AnnotationProcessorRepository) - Method in class org.loom.mapping.RestActionMappingFactory
 
setAnnotationProcessors(Set<AnnotationProcessor>) - Method in class org.loom.guice.GuiceAnnotationProcessorRepository
 
setAnnotations(Annotation[]) - Method in class org.loom.mapping.DefaultEventParameter
 
setApplicationContext(ApplicationContext) - Method in class org.loom.spring.SpringActionScanner
 
setApplicationContext(ApplicationContext) - Method in class org.loom.spring.SpringLookup
 
setAssigned(String) - Method in class org.loom.servlet.params.ServletRequestParameters
Set the provided parameter name as assigned
setAttribute(String, Object, Scope) - Method in class org.loom.action.ActionContext
Sets an attribute for the given scope
setAttribute(String, Object) - Method in class org.loom.resolution.DefaultForwardResolution
 
setAttribute(String, Object) - Method in interface org.loom.resolution.ForwardResolution
Deprecated. use ForwardResolution.set(java.lang.String, java.lang.Object) instead
setAttribute(String, Object) - Method in class org.loom.servlet.scope.FlashContext
 
setAutocomplete(Boolean) - Method in class org.loom.tags.core.FormTag
 
setAutocomplete(Boolean) - Method in class org.loom.tags.core.InputTextTag
 
setBalancingHostnames(List<String>) - Method in class org.loom.url.BalancedUrlBuilder
 
setBalancingHostnames(String...) - Method in class org.loom.url.BalancedUrlBuilder
 
setBalancingParameterNames(Collection<String>) - Method in class org.loom.url.BalancedUrlBuilder
 
setBalancingParameterNames(String...) - Method in class org.loom.url.BalancedUrlBuilder
 
setBindMessages(boolean) - Method in class org.loom.validator.AbstractPropertyValidator
 
setBound(boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setBrowserMessages(Set<String>) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
Add a set of Json keys
setBrowserMessages(Set<String>) - Method in interface org.loom.i18n.MessagesRepositoryFactory
Replace the current set of JSON keys.
setBrowserMessages(Set<String>) - Method in class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
setBundles(Collection<WebResourceBundle>) - Method in class org.loom.resources.DefaultWebResourceBundleRepository
 
setCache(String) - Method in class org.loom.tags.menu.MenuTag
Deprecated. since Loom 2.0 this attribute will be ignored (see #LOOM-231). Instead, use l:cached
setCacheControl(CacheControl) - Method in class org.loom.resolution.AbstractFileResolution
 
setCacheControl(CacheControl) - Method in class org.loom.resolution.AbstractHttpResolution
 
setCacheControl(CacheControl) - Method in interface org.loom.resolution.CacheableResolution
Sets the cache data to be sent to the browser
setCacheControl(CacheControl) - Method in class org.loom.resolution.DefaultForwardResolution
 
setCacheControl(CacheControl) - Method in interface org.loom.resolution.ForwardResolution
 
setCacheControl(CacheControl) - Method in interface org.loom.resolution.HttpResolution
 
setCacheControl(CacheControl) - Method in class org.loom.resolution.JacksonResolution
 
setCacheControl(CacheControl) - Method in interface org.loom.resolution.RedirectResolution
 
setCacheControl(CacheControl) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setCacheDays(int) - Method in class org.loom.servlet.CacheControl
Deprecated. use withDays(int) instead
setCacheForever() - Method in class org.loom.servlet.CacheControl
Deprecated. use forEver() instead
setCacheHours(int) - Method in class org.loom.servlet.CacheControl
Deprecated. use withHours(int) instead
setCacheMethod(Method) - Method in class org.loom.interceptor.CacheInterceptor
 
setCacheMinutes(int) - Method in class org.loom.servlet.CacheControl
Deprecated. use withMinutes(int) instead
setCacheNever() - Method in class org.loom.servlet.CacheControl
Deprecated. use never() instead
setCacheSeconds(Integer) - Method in class org.loom.servlet.CacheControl
Deprecated. use withSeconds(Integer) instead
setCacheYears(int) - Method in class org.loom.servlet.CacheControl
Deprecated. use withDays(int) instead
setCalculateTotal(boolean) - Method in class org.loom.paged.PagedListCriteriaImpl
 
setCatchReloadingExceptions(boolean) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
setCellTitle(String) - Method in class org.loom.tags.paged.ColumnTag
 
setCharset(String) - Method in class org.loom.resolution.AbstractFileResolution
 
setCharset(String) - Method in class org.loom.resolution.AbstractHttpResolution
 
setCharset(String) - Method in class org.loom.resolution.DefaultForwardResolution
 
setCharset(String) - Method in interface org.loom.resolution.ForwardResolution
 
setCharset(String) - Method in interface org.loom.resolution.HttpResolution
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setCharset(String) - Method in class org.loom.resolution.JacksonResolution
 
setCharset(String) - Method in interface org.loom.resolution.RedirectResolution
 
setCharset(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setCharset(String) - Method in class org.loom.tags.core.ScriptTag
 
setCharset(String) - Method in class org.loom.tags.core.UrlTag
 
setChild(Node) - Method in class org.loom.binding.Node
 
setChild(Node) - Method in class org.loom.binding.SetNode
 
setCleanStackTrace(boolean) - Method in class org.loom.tags.exception.DefaultErrorRenderer
 
setCleanStackTrace(boolean) - Method in interface org.loom.tags.exception.ErrorRenderer
 
setCollection(Collection<T>) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
When set, this attribute will be converted to a single-paged data container.
setCols(Integer) - Method in class org.loom.tags.core.InputTextAreaTag
 
setCompilationLevel(CompilationLevel) - Method in class org.loom.resources.compressor.ClosureJavascriptCompressorAdapter
 
setCompiler(WebResourceCompiler) - Method in class org.loom.resources.DefaultWebResourceBundle
 
setCompressor(WebResourceCompressor) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
setConstraints(String[], String[]) - Method in class org.loom.validator.PathMatcher
Add new on/except constraints to this filter instance
setContainer(TabContainerTag) - Method in class org.loom.tags.tabs.TabTag
 
setContainerClass(Class<?>) - Method in class org.loom.binding.PropertyBinderMap
 
setContainerClass(Class<?>) - Method in class org.loom.binding.PropertyWrapper
 
setContents(PersistentFileContents) - Method in class org.loom.persistence.file.PersistentFile
 
setContents(byte[]) - Method in class org.loom.resources.CompiledInMemoryWebResource
 
setContentsAsBlob(Blob) - Method in class org.loom.persistence.file.BlobPersistentFileContents
 
setContentsAsBytes(byte[]) - Method in class org.loom.persistence.file.ByteArrayPersistentFileContents
 
setContentsAsStream(InputStream) - Method in class org.loom.persistence.file.PersistentFile
creates a new instance of PersistentFileContents
setContentsColumnName(String) - Method in class org.loom.persistence.file.DatabaseFileManager
 
setContentType(String) - Method in class org.loom.persistence.file.PersistentFile
 
setContentType(String) - Method in class org.loom.resolution.AbstractFileResolution
 
setContentType(String) - Method in class org.loom.resolution.AbstractHttpResolution
 
setContentType(String) - Method in class org.loom.resolution.DefaultForwardResolution
 
setContentType(String) - Method in interface org.loom.resolution.ForwardResolution
 
setContentType(String) - Method in interface org.loom.resolution.HttpResolution
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class org.loom.resolution.JacksonResolution
 
setContentType(String) - Method in interface org.loom.resolution.RedirectResolution
 
setContentType(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setContentType(String) - Method in class org.loom.servlet.params.InMemoryFileParameter
 
setContext(ActionContext) - Method in class org.loom.action.AbstractAction
 
setContext(ActionContext) - Method in interface org.loom.action.Action
 
setConvertedClass(Class<?>) - Method in class org.loom.converter.AbstractConverter
 
setConverter(Converter) - Method in class org.loom.binding.ItemMetadata
 
setConverter(Converter) - Method in class org.loom.binding.PropertyBinder
 
setConverter(Class, Converter) - Method in class org.loom.converter.DefaultConverterFactory
 
setConverter(Converter) - Method in class org.loom.mapping.DefaultEventParameter
 
setConverter(Converter) - Method in class org.loom.mapping.RequestParametersParameter
 
setConverter(Converter) - Method in class org.loom.tags.core.AbstractOptionsTag
 
setConverterFactory(ConverterFactory) - Method in class org.loom.binding.ItemMetadataFactory
 
setConverterFactory(ConverterFactory) - Method in class org.loom.binding.PropertyBinderFactory
 
setConverterFactory(ConverterFactory) - Method in class org.loom.mapping.RestActionMappingFactory
 
setConverters(Map<Class, Converter>) - Method in class org.loom.converter.DefaultConverterFactory
 
setConverters(Set<Converter>) - Method in class org.loom.guice.GuiceConverterFactory
 
setCookieName(String) - Method in class org.loom.config.CookieLocaleResolver
 
setCreationDate(Date) - Method in class org.loom.persistence.file.PersistentFile
 
setCss(String) - Method in class org.loom.tags.CssBuilder
Clears the current css classes and add a new one.
setCssClass(String) - Method in class org.loom.converter.AbstractConverter
 
setCssClass(String) - Method in class org.loom.tags.AbstractHtmlTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.core.InputHiddenTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.menu.AbstractMenuData
 
setCssClass(String) - Method in class org.loom.tags.menu.MenuItemData
 
setCssClass(String) - Method in class org.loom.tags.menu.MenuItemTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.menu.MenuTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.messages.MessagesTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.paged.ColumnTag
HTML attribute
setCssClass(String) - Method in class org.loom.tags.tabs.TabTag
HTML attribute
setCssCompiler(WebResourceCompiler) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
setCssProcessed(boolean) - Method in class org.loom.tags.AbstractHtmlTag
 
setCurrentForm(FormTag) - Method in interface org.loom.servlet.LoomServletRequest
 
setCurrentForm(FormTag) - Method in class org.loom.servlet.LoomServletRequestImpl
 
setData(List<T>) - Method in class org.loom.paged.PagedListDataImpl
 
setData(PagedListData<?>) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setDataSource(DataSource) - Method in class org.loom.persistence.file.DatabaseFileManager
 
setDateHeader(String, Date) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use setHeader(String, Object) instead
setDateHeaderIfNotPresent(String, Date) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use setHeaderIfNotPresent(String, Object) instead
setDeclare(boolean) - Method in class org.loom.json.JsonMarshaller
Deprecated.  
setDecorator(String) - Method in class org.loom.tags.AbstractDecoratedTag
 
setDefaultCharset(String) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setDefaultConverterForClass(Class, Converter) - Method in class org.loom.converter.DefaultConverterFactory
 
setDefaultEvent(Event) - Method in class org.loom.mapping.ActionMapping
 
setDefaultLocale(Locale) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
setDefaultLocale(Locale) - Method in class org.loom.resolution.LocaleForwardResolution
 
setDefaultPolicy(SSLPolicyType) - Method in class org.loom.annotation.processor.SSLPolicyAnnotationProcessor
 
setDefaultRequiredMessage(String) - Method in class org.loom.validator.AbstractRequiredValidator
 
setDefer(Boolean) - Method in class org.loom.tags.core.ScriptTag
 
setDelegate(MessagesRepositoryFactory) - Method in class org.loom.i18n.ReloadableMessagesRepositoryFactory
 
setDelegate(ActionMappingRepository) - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
setDelegate(PersistenceProvider) - Method in class org.loom.persistence.ExtendedPersistenceProvider
 
setDelta(Period) - Method in class org.loom.validator.date.DateValue
 
setDestination(String) - Method in class org.loom.resolution.DefaultForwardResolution
 
setDetailTag(String) - Method in class org.loom.tags.exception.ExceptionTag
The HTML tag used to render the detail message (explanation of this error), empty or null to skip error message, default div
setDevelopment(boolean) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
setDevelopment(boolean) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
setDevelopment(boolean) - Method in interface org.loom.resources.WebResourceCompiler
 
setDir(String) - Method in class org.loom.tags.AbstractHtmlTag
 
setDisabled(boolean) - Method in class org.loom.tags.AbstractFormFieldTag
 
setDisabled(boolean) - Method in class org.loom.tags.core.FormTag
 
setDisableOptimizations(boolean) - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
setDynamicAttribute(String, String, Object) - Method in class org.loom.tags.AbstractTag
Admit extra attributes like: data-* attributes: These will get appended as extendedAttributes, for further use by javascript code param-* attributes: If the tag implements ParameterContainer, these attributes can be used as a replacement for l:param
setElProxy(ExpressionLanguageProxy) - Method in class org.loom.config.Config
Deprecated.  
setElse(String) - Method in class org.loom.tags.core.OutTag
If the if clause is false and else is not null, print else instead of value
setEncodeParameters(boolean) - Method in class org.loom.tags.core.UrlTag
 
setEncodeParameters(boolean) - Method in class org.loom.url.UrlBuilder
 
setEnctype(String) - Method in class org.loom.tags.core.FormTag
 
setEntityManager(ExtendedEntityManager) - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
setEntityManager(ExtendedEntityManager) - Method in class org.loom.persistence.file.DatabaseFileManager
 
setEntityManager(ExtendedEntityManager) - Method in class org.loom.persistence.file.ExternalFileManager
 
setEntityManager(ExtendedEntityManager) - Method in class org.loom.persistence.TransactionalService
 
setEntityManager(EntityManager) - Method in class org.loom.util.displaytag.DisplayTagDao
 
setErrorPosition(AbstractFormInputDecorator.ErrorPosition) - Method in class org.loom.tags.decorator.AbstractFormInputDecorator
 
setEscapeHTML(boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setEscapeHtml(boolean) - Method in class org.loom.tags.core.AbstractOutTag
 
setEtag(String) - Method in class org.loom.servlet.CacheControl
Deprecated. use withEtag() instead
setEvent(Event) - Method in class org.loom.action.ActionContext
 
setEvent(Event) - Method in class org.loom.mapping.DefaultEventParameter
 
setEvent(Event) - Method in class org.loom.mapping.ParsedAction
 
setEvent(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
The Event to invoke.
setEvent(String) - Method in class org.loom.tags.core.ButtonTag
 
setEvent(String) - Method in class org.loom.tags.core.FormTag
The event that will be invoked when this form is submitted
setEvent(String) - Method in class org.loom.tags.core.ImgTag
The event this link points to.
setEvent(String) - Method in class org.loom.tags.core.LinkTag
The event this link points to.
setEvent(String) - Method in class org.loom.tags.core.RedirectTag
The event this link points to.
setEvent(String) - Method in class org.loom.tags.core.UrlTag
The event this link points to.
setEvent(String) - Method in class org.loom.tags.menu.LocaleMenuTag
 
setEvent(String) - Method in class org.loom.tags.menu.MenuItemTag
The event this link points to.
setEvent(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
If set, this event will be used to generate the paged links.
setEvent(String) - Method in class org.loom.tags.paged.ColumnTag
If specified, this table cell will include a link pointing to the specified action/event
setEvent(String) - Method in class org.loom.tags.tabs.TabTag
If not null, this tab will point to the specified action/event pair and clicking it will trigger a request to the server.
setEvent(String) - Method in class org.loom.url.UrlBuilder
 
setEvent(Event) - Method in class org.loom.url.UrlBuilder
 
setEventParameterValues(Map<String, Object>) - Method in class org.loom.mapping.ParsedAction
 
setEventRoles(Event, String[]) - Method in class org.loom.annotation.processor.AbstractSecurityAnnotationProcessor
Set the Roles that are allowed to call an event
setEvents(Map<String, Event>) - Method in class org.loom.mapping.ActionMapping
 
setExceptionHandler(ExceptionHandler) - Method in class org.loom.config.Config
Deprecated.  
setExceptionHandler(ExceptionHandler) - Method in class org.loom.servlet.Workflow
 
setExclude(List<Pattern>) - Method in class org.loom.util.UrlMatcher
 
setExclude(String[]) - Method in class org.loom.util.UrlMatcher
 
setExcludeMax(boolean) - Method in class org.loom.tags.core.InputTextTag
Set the excludeMax attribute of the input tag.
setExcludeMax(boolean) - Method in interface org.loom.tags.core.NumberFieldTag
 
setExcludeMax(boolean) - Method in class org.loom.validator.date.DateValidator
 
setExcludeMax(boolean) - Method in class org.loom.validator.NumberValidator
 
setExcludeMin(boolean) - Method in class org.loom.tags.core.InputTextTag
Set the excludeMin attribute of the input tag.
setExcludeMin(boolean) - Method in interface org.loom.tags.core.NumberFieldTag
 
setExcludeMin(boolean) - Method in class org.loom.validator.date.DateValidator
 
setExcludeMin(boolean) - Method in class org.loom.validator.NumberValidator
 
setExtendedAttribute(String, Object) - Method in class org.loom.tags.AbstractTag
Add an attribute not suported by the HTML 5 spec
setExtendedAttribute(String, Object) - Method in interface org.loom.tags.LoomTag
Add an attribute not suported by the HTML 5 spec
setExtendedEntityManagerImplClass(Class<? extends ExtendedEntityManager>) - Method in class org.loom.persistence.ExtendedPersistenceProvider
 
setField(Field) - Method in class org.loom.binding.PropertyWrapper
 
setFieldValue(Object, Field, Object) - Static method in class org.loom.util.ClassUtils
Sets a field value, but all the throwable exceptions are translated to Runtime
setFile(PersistentFile) - Method in class org.loom.persistence.file.DatabaseFileContents
 
setFile(File) - Method in class org.loom.resources.CompiledToDiskWebResource
 
setFilename(String) - Method in class org.loom.persistence.file.PersistentFile
 
setFilename(String) - Method in class org.loom.resolution.AbstractFileResolution
 
setFileParameterFactory(FileParameterFactory) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setFileSize(Long) - Method in class org.loom.persistence.file.PersistentFile
 
setFileSize(Long) - Method in class org.loom.resolution.AbstractFileResolution
 
setFileTableName(String) - Method in class org.loom.persistence.file.DatabaseFileManager
 
setFlashContextFactory(FlashContextFactory) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setFlushMode(FlushModeType) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
setFlushMode(FlushModeType) - Method in class org.loom.persistence.TransactionalService
 
setFooter(String) - Method in class org.loom.tags.paged.PagedTableTag
 
setFor(String) - Method in class org.loom.tags.core.LabelTag
 
setForceSave(boolean) - Method in class org.loom.resolution.AbstractFileResolution
 
setForm(FormTag) - Method in class org.loom.tags.AbstractFormFieldTag
 
setFormat(String) - Method in class org.loom.interceptor.ImageData
 
setFormatter(DateTimeFormatter) - Method in class org.loom.converter.date.AbstractDateFormatAdapter
 
setForwardFolder(String) - Method in class org.loom.mapping.ActionMapping
 
setForwardResourcesRoot(String) - Method in class org.loom.resolution.DefaultForwardResolution
 
setForwardResourcesRoot(String) - Method in class org.loom.resolution.DefaultResolutionFactory
 
setGetter(Method) - Method in class org.loom.binding.PropertyWrapper
 
setGroupingUsed(boolean) - Method in class org.loom.converter.AbstractDecimalConverter
 
setGuessMimeType(boolean) - Method in class org.loom.resolution.AbstractFileResolution
 
setGzippedContents(byte[]) - Method in class org.loom.resources.CompiledInMemoryWebResource
 
setGzippedFile(File) - Method in class org.loom.resources.CompiledToDiskWebResource
 
setHandle(String) - Method in class org.loom.mapping.ActionMapping
This method revises the slash at the beginning and end of the handle before assigning the field.
setHandle(String) - Method in class org.loom.mapping.UriToken
 
setHandleSeparator(String) - Method in class org.loom.mapping.DefaultActionMappingRepository
 
setHash(String) - Method in interface org.loom.resolution.RedirectResolution
Add a hash to the URL.
setHash(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setHash(String) - Method in class org.loom.tags.core.FormTag
The hash of the url (the fragment after '#')
setHash(String) - Method in class org.loom.tags.core.LinkTag
The hash of the url (the fragment after '#')
setHash(String) - Method in class org.loom.tags.core.RedirectTag
The hash of the url (the fragment after '#')
setHash(String) - Method in class org.loom.tags.core.UrlTag
The hash of the url (the fragment after '#')
setHash(String) - Method in class org.loom.tags.menu.MenuItemTag
The hash (the fragment after '#') of the url
setHash(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
If set, the table links will include this hash.
setHash(String) - Method in class org.loom.tags.paged.ColumnTag
The hash of the url (the fragment after '#')
setHash(String) - Method in class org.loom.url.UrlBuilder
 
setHeader(String, Object) - Method in class org.loom.resolution.AbstractFileResolution
 
setHeader(String, Object) - Method in class org.loom.resolution.AbstractHttpResolution
 
setHeader(String, Object) - Method in class org.loom.resolution.DefaultForwardResolution
 
setHeader(String, Object) - Method in interface org.loom.resolution.ForwardResolution
 
setHeader(String, Object) - Method in interface org.loom.resolution.HttpResolution
Set a String http header.
setHeader(String, Object) - Method in class org.loom.resolution.JacksonResolution
 
setHeader(String, Object) - Method in interface org.loom.resolution.RedirectResolution
 
setHeader(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setHeader(String) - Method in class org.loom.tags.paged.ColumnTag
 
setHeaderClass(String) - Method in class org.loom.tags.paged.ColumnTag
the header CSS class.
setHeaderIfNotPresent(String, Object) - Method in class org.loom.resolution.AbstractFileResolution
 
setHeaderIfNotPresent(String, Object) - Method in class org.loom.resolution.AbstractHttpResolution
 
setHeaderIfNotPresent(String, Object) - Method in class org.loom.resolution.DefaultForwardResolution
 
setHeaderIfNotPresent(String, Object) - Method in interface org.loom.resolution.ForwardResolution
 
setHeaderIfNotPresent(String, Object) - Method in interface org.loom.resolution.HttpResolution
Set a String http header if it has not been set.
setHeaderIfNotPresent(String, Object) - Method in class org.loom.resolution.JacksonResolution
 
setHeaderIfNotPresent(String, Object) - Method in interface org.loom.resolution.RedirectResolution
 
setHeaderIfNotPresent(String, Object) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setHeaderStyle(String) - Method in class org.loom.tags.paged.ColumnTag
 
setHeight(int) - Method in class org.loom.interceptor.ImageData
 
setHelpLine(String) - Method in class org.loom.tags.AbstractFormFieldTag
 
setHostname(String) - Method in interface org.loom.resolution.RedirectResolution
Set to not null to override the request server name
setHostname(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setHostname(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
The server name to use.
setHostname(String) - Method in class org.loom.tags.core.FormTag
The server name to use.
setHostname(String) - Method in class org.loom.tags.core.UrlTag
The server name to use.
setHostname(String) - Method in class org.loom.url.UrlBuilder
 
setHref(String) - Method in class org.loom.tags.core.CssTag
HTML attribute
setHref(String) - Method in class org.loom.tags.core.LinkTag
The target url.
setHref(String) - Method in class org.loom.tags.core.RedirectTag
The target url.
setHref(String) - Method in class org.loom.tags.core.UrlTag
HTML attribute The target url.
setHref(String) - Method in class org.loom.tags.menu.MenuItemTag
The target url.
setHref(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
If set, this link will be used as the paged link.
setHref(String) - Method in class org.loom.tags.paged.ColumnTag
If specified, the table cell contents will be surrounded by this link
setHreflang(String) - Method in class org.loom.tags.core.UrlTag
 
setI18n(boolean) - Method in class org.loom.tags.menu.MenuItemTag
Deprecated. use translateLabel instead
setId(String) - Method in class org.loom.json.JsonMarshaller
Deprecated.  
setId(String) - Method in class org.loom.paged.AbstractPagedContainer
 
setId(String) - Method in class org.loom.paged.PagedListCriteriaImpl
 
setId(String) - Method in class org.loom.paged.PagedListDataImpl
 
setId(Integer) - Method in class org.loom.persistence.file.DatabaseFileContents
 
setId(Integer) - Method in class org.loom.persistence.file.PersistentFile
 
setId(String) - Method in class org.loom.tags.AbstractHtmlTag
 
setId(String) - Method in class org.loom.tags.core.CacheTag
 
setId(String) - Method in class org.loom.tags.core.InputHiddenTag
 
setId(String) - Method in class org.loom.tags.menu.AbstractMenuData
 
setId(String) - Method in class org.loom.tags.menu.MenuItemData
 
setId(String) - Method in class org.loom.tags.menu.MenuItemTag
HTML attribute
setId(String) - Method in class org.loom.tags.menu.MenuTag
 
setId(String) - Method in class org.loom.tags.messages.MessagesTag
 
setId(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setId(String) - Method in class org.loom.tags.tabs.TabContainerTag
 
setId(String) - Method in class org.loom.tags.tabs.TabTag
HTML attribute.
setIdPropertyName(String) - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
setIdPropertyName(String) - Method in interface org.loom.interceptor.RetrieveEntityInterceptor
 
setIeLessThan(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
setIf(boolean) - Method in class org.loom.tags.AbstractHtmlTag
Set to false to skip tag execution.
setIf(boolean) - Method in class org.loom.tags.core.AbstractOutTag
False to skip tag execution (default true).
setIf(boolean) - Method in class org.loom.tags.core.InputHiddenTag
Set to false to skip tag execution.
setIf(boolean) - Method in class org.loom.tags.menu.MenuItemTag
Set to false to skip tag execution.
setIf(boolean) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Set to false to skip tag execution.
setIf(boolean) - Method in class org.loom.tags.paged.ColumnTag
Set to false to skip tag execution.
setIf(boolean) - Method in class org.loom.tags.tabs.TabTag
If false, this tab will not be rendered.
setImage(BufferedImage) - Method in class org.loom.resolution.BufferedImageResolution
 
setImplementationFactoriesRepository(ImplementationFactoriesRepository) - Method in class org.loom.binding.ItemMetadataFactory
 
setImplementationFactoriesRepository(ImplementationFactoriesRepository) - Method in class org.loom.binding.PropertyWrapperFactory
 
setImplementationFactory(ImplementationFactory<?>) - Method in class org.loom.binding.ItemMetadata
 
setImplementationFactory(ImplementationFactory<?>) - Method in class org.loom.binding.PropertyWrapper
 
setInclude(List<Pattern>) - Method in class org.loom.util.UrlMatcher
 
setInclude(String[]) - Method in class org.loom.util.UrlMatcher
 
setIncludeContextPath(boolean) - Method in class org.loom.url.UrlBuilder
 
setIncludeLoomResourcesInJson(boolean) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
setIncludeLoomResourcesInJson(boolean) - Method in class org.loom.i18n.MessagesRepository
 
setIncludeRequestParameters(boolean) - Method in interface org.loom.resolution.RedirectResolution
true to append to the generated URL all current request parameters, default false.
setIncludeRequestParameters(boolean) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setIncludeRequestParameters(boolean) - Method in class org.loom.url.UrlBuilder
 
setIndex(int) - Method in class org.loom.mapping.DefaultEventParameter
 
setIndex(int) - Method in class org.loom.util.displaytag.PaginatedListImpl
 
setIndexName(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setInjector(Injector) - Method in class org.loom.guice.GuiceLookup
 
setInstance(ConfigProperties) - Static method in class org.loom.config.ConfigProperties
 
setInstance(Lookup) - Static method in class org.loom.util.Lookup
 
setInstance(TemplateResolver) - Static method in class org.loom.util.TemplateResolver
 
setInterceptorList(InterceptorProxy) - Method in class org.loom.mapping.Event
 
setIntHeader(String, int) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use setHeader(String, Object) instead
setIntHeaderIfNotPresent(String, int) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use setHeaderIfNotPresent(String, Object) instead
setItemClass(Class<?>) - Method in class org.loom.binding.ItemMetadata
 
setItemMetadata(ItemMetadata) - Method in class org.loom.binding.PropertyWrapper
 
setItemMetadata(ItemMetadata[]) - Method in class org.loom.binding.PropertyWrapper
 
setItemMetadata(ItemMetadata[]) - Method in class org.loom.mapping.DefaultEventParameter
 
setItemMetadataFactory(ItemMetadataFactory) - Method in class org.loom.binding.PropertyWrapperFactory
 
setItemMetadataFactory(ItemMetadataFactory) - Method in class org.loom.mapping.RestActionMappingFactory
 
setItemSeparator(String) - Method in class org.loom.tags.menu.MenuTag
 
setJavaType(JavaType) - Method in class org.loom.converter.JsonConverter
 
setJsCompiler(WebResourceCompiler) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
setJsonHeader(JsonMarshaller) - Method in class org.loom.resolution.AbstractHttpResolution
Deprecated. use jackson instead
setJspContext(JspContext) - Method in class org.loom.tags.AbstractTag
Eager initialization that should be done before any other parameter gets assigned.
setKeyProperty(String) - Method in class org.loom.tags.core.AbstractOptionsTag
 
setLabel(String) - Method in class org.loom.tags.AbstractFormFieldTag
 
setLabel(String) - Method in class org.loom.tags.core.OptionTag
 
setLabel(String) - Method in class org.loom.tags.menu.MenuItemData
 
setLabel(String) - Method in class org.loom.tags.menu.MenuItemTag
Sets the text to be shown in this menu item
setLabelClass(String) - Method in class org.loom.tags.AbstractFormInputTag
CSS styles to be applied to the surrounding label but not to the input component.
setLabelPos(String) - Method in class org.loom.tags.AbstractFormInputTag
Position of the label for this field.
setLabelPosition(AbstractFormInputTag.LabelPosition) - Method in class org.loom.tags.AbstractFormInputTag
 
setLabelProperty(String) - Method in class org.loom.tags.core.AbstractOptionsTag
 
setLang(String) - Method in class org.loom.tags.AbstractHtmlTag
 
setLang(String) - Method in class org.loom.tags.core.InputHiddenTag
 
setLanguage(String) - Method in class org.loom.tags.core.ScriptTag
 
setLastModified(Date) - Method in class org.loom.i18n.MessagesRepository
 
setLastModified(Date) - Method in class org.loom.persistence.file.PersistentFile
 
setLastModified(Date) - Method in class org.loom.servlet.CacheControl
Deprecated. use withLastModified() instead
setLessOrEquals(boolean) - Method in class org.loom.tags.messages.MessagesTag
 
setLevel(String) - Method in class org.loom.tags.messages.MessagesTag
The level of messages to display.
setLineBreakColumn(int) - Method in class org.loom.resources.compressor.YuiCssCompressorAdapter
 
setLineBreakColumn(int) - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
setLinksCount(int) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setLinksPosition(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Where to put the links bar.
setList(List<T>) - Method in class org.loom.util.displaytag.PaginatedListImpl
 
setListImplementationFactory(ImplementationFactory<?>) - Method in class org.loom.binding.factories.ImplementationFactoriesRepository
 
setLobHandler(LobHandler) - Method in class org.loom.persistence.file.DatabaseFileManager
 
setLocale(HttpServletResponse, Locale) - Method in class org.loom.config.CookieLocaleResolver
 
setLocale(HttpServletResponse, Locale) - Method in interface org.loom.config.LocaleResolver
Change the locale on the user request
setLocale(HttpServletResponse, Locale) - Method in class org.loom.config.PrefixLocaleResolver
 
setLocale(Locale) - Method in class org.loom.servlet.LoomServletRequestImpl
 
setLocale(Locale) - Method in class org.loom.tags.menu.LocaleMenuItemData
 
setLocalePattern(Pattern) - Method in class org.loom.config.PrefixLocaleResolver
 
setLocaleResolver(LocaleResolver) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setLocales(String) - Method in class org.loom.tags.menu.LocaleMenuTag
 
setLocations(List<String>) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
Replace this factory locations with the provided list
setLogRequest(boolean) - Method in class org.loom.tags.exception.DefaultErrorRenderer
 
setLogRequest(boolean) - Method in interface org.loom.tags.exception.ErrorRenderer
 
setLogRequest(boolean) - Method in class org.loom.tags.exception.ExceptionTag
true to log the request contents (headers, parameters, attributes) when logging any exception, default false
setLongdesc(String) - Method in class org.loom.tags.core.ImgTag
 
setLoomServletRequestFactory(LoomServletRequestFactory) - Method in class org.loom.config.Config
Deprecated.  
setLoomServletRequestFactory(LoomServletRequestFactory) - Method in class org.loom.filter.AbstractLoomFilter
 
setMapImplementationFactory(ImplementationFactory<?>) - Method in class org.loom.binding.factories.ImplementationFactoriesRepository
 
setMapper(ObjectMapper) - Method in class org.loom.converter.JsonConverter
 
setMapper(ObjectMapper) - Method in class org.loom.resolution.DefaultResolutionFactory
 
setMapping(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.core.FormTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.core.ImgTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.core.LinkTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.core.RedirectTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.core.UrlTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.menu.MenuItemTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.paged.ColumnTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.tags.tabs.TabTag
The mapping as action.event.
setMapping(String) - Method in class org.loom.url.UrlBuilder
Set the action and event with a single method call.
setMappings(Map<String, TagDecorator<? extends LoomTag>>) - Method in class org.loom.tags.decorator.TagDecoratorRepository
 
setMaskPattern(Pattern) - Method in class org.loom.validator.StringValidator
 
setMax(BigDecimal) - Method in class org.loom.tags.core.InputTextTag
 
setMax(DateTime) - Method in class org.loom.tags.core.InputTextTag
 
setMax(BigDecimal) - Method in interface org.loom.tags.core.NumberFieldTag
 
setMaxFileSize(Integer) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setMaxFileSize(Integer) - Method in class org.loom.interceptor.FileValidationInterceptor
 
setMaxFilesPerFolder(int) - Method in class org.loom.persistence.file.ExternalFileManager
 
setMaxHeight(Integer) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setMaxlength(Integer) - Method in class org.loom.tags.core.AbstractTextFieldTag
 
setMaxLength(Integer) - Method in class org.loom.validator.StringValidator
 
setMaxUnits(int) - Method in class org.loom.tags.messages.FormatDurationTag
 
setMaxValue(DateValue) - Method in class org.loom.validator.date.DateValidator
 
setMaxValue(BigDecimal) - Method in class org.loom.validator.NumberValidator
 
setMaxWidth(Integer) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setMD5(String) - Method in class org.loom.persistence.file.PersistentFile
 
setMd5(String) - Method in class org.loom.resources.AbstractCompiledWebResource
 
setMedia(String) - Method in class org.loom.tags.core.CssTag
 
setMenu(AbstractMenuData) - Method in class org.loom.tags.menu.MenuTag
 
setMessagePrefix(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setMessagePrefix(String) - Method in class org.loom.validator.AbstractPropertyValidator
 
setMessages(Messages) - Method in class org.loom.mapping.ParsedAction
 
setMessagesRepository(MessagesRepository) - Method in class org.loom.i18n.FileSizeFormatter
 
setMessagesRepository(MessagesRepository) - Method in class org.loom.servlet.LoomServletRequestImpl
 
setMessagesRepositoryFactory(MessagesRepositoryFactory) - Method in class org.loom.annotation.processor.BrowserMessagesAnnotationProcessor
 
setMessagesRepositoryFactory(MessagesRepositoryFactory) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setMessageTag(String) - Method in class org.loom.tags.exception.DefaultErrorRenderer
 
setMessageTag(String) - Method in interface org.loom.tags.exception.ErrorRenderer
 
setMessageTag(String) - Method in class org.loom.tags.exception.ExceptionTag
Deprecated. use setTitleTag instead
setMethod(Method) - Method in class org.loom.interceptor.MethodInterceptor
 
setMethod(String) - Method in class org.loom.tags.core.FormTag
 
setMethod(HttpMethod) - Method in class org.loom.tags.core.UrlTag
 
setMethod(HttpMethod) - Method in interface org.loom.tags.Link
Set the HttpMethod of this link.
setMethod(HttpMethod) - Method in class org.loom.tags.tabs.TabTag
 
setMin(BigDecimal) - Method in class org.loom.tags.core.InputTextTag
 
setMin(DateTime) - Method in class org.loom.tags.core.InputTextTag
Sets the min of a date field.
setMin(BigDecimal) - Method in interface org.loom.tags.core.NumberFieldTag
 
setMinHeight(Integer) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setMinlength(Integer) - Method in class org.loom.tags.core.AbstractTextFieldTag
 
setMinLength(Integer) - Method in class org.loom.validator.StringValidator
 
setMinValue(DateValue) - Method in class org.loom.validator.date.DateValidator
 
setMinValue(BigDecimal) - Method in class org.loom.validator.NumberValidator
 
setMinWidth(Integer) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setMissingMessagesHandler(MissingMessageHandler) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
setMissingMessagesHandler(MissingMessageHandler) - Method in class org.loom.i18n.MessagesRepository
 
setMixins(Set<Class>) - Method in class org.loom.guice.GuiceObjectMapper
The key is the data class, the value is the mixin class
setMultipart(boolean) - Method in class org.loom.tags.core.FormTag
Sets this form to submit multipart data.
setMultiple(Boolean) - Method in class org.loom.tags.core.InputSelectTag
 
setMunge(boolean) - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
setName(String) - Method in class org.loom.mapping.DefaultEventParameter
 
setName(String) - Method in class org.loom.mapping.UriToken
 
setName(String) - Method in class org.loom.resources.AbstractCompiledWebResource
 
setName(String) - Method in class org.loom.resources.DefaultWebResourceBundle
 
setName(String) - Method in class org.loom.tags.AbstractFormFieldTag
HTML attribute with different meanings: button, textarea select input This is the property path inside the action that will be used to get and set the field value.
setName(String) - Method in class org.loom.tags.AbstractHtmlTag
HTML attribute with different meanings: form img url
setName(String) - Method in class org.loom.tags.core.InputHiddenTag
 
setName(String) - Method in class org.loom.tags.core.OutPropertyTag
 
setName(String) - Method in class org.loom.tags.core.ParamTag
 
setName(String) - Method in class org.loom.tags.messages.ErrorTag
 
SetNode - Class in org.loom.binding
Node that corresponds with a Set property.
SetNode() - Constructor for class org.loom.binding.SetNode
 
setNodeFactory(NodeFactory) - Method in class org.loom.binding.PropertyBinderFactory
 
setNullValue(Object) - Method in class org.loom.binding.PropertyWrapper
 
setNullValue(Object) - Method in class org.loom.converter.AbstractStringConverter
 
setObjectMapper(ObjectMapper) - Method in class org.loom.config.Config
Deprecated.  
setObjectMapper(ObjectMapper) - Method in class org.loom.converter.JsonConverterFactory
 
setObjectMapper(ObjectMapper) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setOptions(Iterable<?>) - Method in class org.loom.tags.core.AbstractOptionsTag
An Iterable with the available option values.
setOptionsComparatorClass(String) - Method in class org.loom.tags.core.AbstractOptionsTag
 
setOverridenMessageKey(String) - Method in class org.loom.validator.AbstractPropertyValidator
 
setOverviewPosition(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
Where to put the overview message.
setOverwriteExistingFiles(boolean) - Method in class org.loom.resources.ToDiskWebResourceCompiler
 
setPackages(String[]) - Method in class org.loom.persistence.PackagesPersistenceUnitPostProcessor
 
setPageIndex(int) - Method in class org.loom.paged.AbstractPagedContainer
 
setPageSize(int) - Method in class org.loom.paged.AbstractPagedContainer
 
setPageSize(int) - Method in interface org.loom.paged.PagedListCriteria
Set the number or results per page to return
setPageSize(int) - Method in class org.loom.util.displaytag.PaginatedListImpl
 
setParameterName(String) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
setParameterName(String) - Method in class org.loom.interceptor.FileValidationInterceptor
 
setParameterType(Class<?>) - Method in class org.loom.mapping.DefaultEventParameter
 
setParent(MenuItemDataCollection) - Method in class org.loom.tags.menu.MenuItemData
 
setParsedAction(ParsedAction) - Method in class org.loom.servlet.LoomServletRequestImpl
 
setParseExpression(String) - Method in class org.loom.validator.date.DateValue
 
setPattern(String) - Method in class org.loom.tags.core.AbstractTextFieldTag
 
setPattern(Pattern) - Method in class org.loom.tags.core.AbstractTextFieldTag
 
setPolicy(SSLPolicyType) - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
setPort(Integer) - Method in interface org.loom.resolution.RedirectResolution
Set to not null to override the request port
setPort(Integer) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setPort(Integer) - Method in class org.loom.tags.core.AbstractWebResourceTag
The port to use.
setPort(Integer) - Method in class org.loom.tags.core.FormTag
The port to use.
setPort(Integer) - Method in class org.loom.tags.core.UrlTag
The port to use.
setPort(Integer) - Method in class org.loom.url.UrlBuilder
Set the port to use.
setPortMapper(PortMapper) - Method in class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
setPortResolver(PortResolver) - Method in class org.loom.interceptor.DefaultSSLRedirectDataFactory
 
setPrecision(int) - Method in class org.loom.i18n.FileSizeFormatter
 
setPrecision(Integer) - Method in class org.loom.tags.core.InputTextTag
 
setPrecision(Integer) - Method in interface org.loom.tags.core.NumberFieldTag
 
setPrecision(int) - Method in class org.loom.tags.messages.FormatFileSizeTag
 
setPrecision(Integer) - Method in class org.loom.validator.NumberValidator
 
setPrefix(String) - Method in class org.loom.tags.TagAttributes
 
setPreserveAllSemiColons(boolean) - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
setProperties(String) - Method in class org.loom.tags.messages.MessagesTag
If set, display also messages bound to any of these properties.
setProperty(String, String) - Method in class org.loom.config.ConfigProperties
 
setProperty(String) - Method in class org.loom.tags.core.ParamTag
 
setProperty(String) - Method in class org.loom.tags.paged.ColumnTag
 
setPropertyAsObject(Action, String, Object) - Method in class org.loom.mapping.ActionMapping
 
setPropertyAsObject(Map<String, Object>, String, Object) - Method in class org.loom.mapping.DefaultEventParameter
Assigns value to some property nested inside this eventParameter
setPropertyAsObject(Map<String, Object>, String, Object) - Method in interface org.loom.mapping.EventParameter
Assigns value to some property nested inside this eventParameter
setPropertyAsObject(String, Object) - Method in class org.loom.mapping.ParsedAction
 
setPropertyAsObject(Map<String, Object>, String, Object) - Method in class org.loom.mapping.RequestParametersParameter
 
setPropertyBinderFactory(PropertyBinderFactory) - Method in class org.loom.binding.PropertyBinderMap
 
setPropertyBinderFactory(PropertyBinderFactory) - Method in class org.loom.mapping.DefaultEventParameter
 
setPropertyBinderFactory(PropertyBinderFactory) - Method in class org.loom.mapping.RestActionMappingFactory
 
setPropertyBinderMap(PropertyBinderMap) - Method in class org.loom.mapping.ActionMapping
 
setPropertyClass(Class<?>) - Method in class org.loom.binding.PropertyWrapper
 
setPropertyClass(Class<?>) - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
setPropertyClass(Class<?>) - Method in interface org.loom.interceptor.RetrieveEntityInterceptor
 
setPropertyName(String) - Method in class org.loom.binding.PropertyWrapper
 
setPropertyPath(String) - Method in class org.loom.interceptor.AbstractPropertyBoundInterceptor
 
setPropertyPath(String) - Method in interface org.loom.interceptor.PropertyBoundInterceptor
 
setPropertyPath(String) - Method in interface org.loom.interceptor.RetrieveEntityInterceptor
 
setPropertyPath(String) - Method in class org.loom.mapping.VisitedPath
 
setPropertyPath(String) - Method in class org.loom.validator.AbstractPropertyValidator
 
setPropertyWrapper(PropertyWrapper) - Method in class org.loom.binding.AbstractCollectionNode
 
setPropertyWrapper(PropertyWrapper) - Method in class org.loom.binding.MapNode
 
setPropertyWrapper(PropertyWrapper) - Method in class org.loom.binding.Node
 
setPropertyWrapper(PropertyWrapper) - Method in class org.loom.binding.SetNode
 
setPropertyWrapperFactory(PropertyWrapperFactory) - Method in class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor
 
setPropertyWrapperFactory(PropertyWrapperFactory) - Method in class org.loom.binding.factories.DefaultNodeFactory
 
setPropertyWrapperFactory(PropertyWrapperFactory) - Method in class org.loom.config.Config
Deprecated.  
setProvider(ClassPathScanningCandidateComponentProvider) - Method in class org.loom.persistence.PackagesPersistenceUnitPostProcessor
 
setQuery(String, Object...) - Method in interface org.loom.paged.PagedListCriteria
Set the query to be executed, and any additional parameter as well.
setQuery(String, Object...) - Method in class org.loom.paged.PagedListCriteriaImpl
Set the query to be executed, and any additional parameter as well.
setQuotePropertyNames(boolean) - Method in class org.loom.json.JsonMarshaller
Deprecated.  
setRawUrl(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
setRawUrl(String) - Method in class org.loom.url.UrlBuilder
 
setReadOnly(boolean) - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
setReadOnly(boolean) - Method in interface org.loom.interceptor.RetrieveEntityInterceptor
 
setReadOnly(Object, boolean) - Method in interface org.loom.persistence.ExtendedEntityManager
Sets an instance to readOnly.
setReadOnly(Object, boolean) - Method in class org.loom.persistence.HibernateExtendedEntityManagerImpl
 
setReadOnly(Object, boolean) - Method in class org.loom.persistence.TransactionalService
 
setReadonly(Boolean) - Method in class org.loom.tags.core.AbstractTextFieldTag
 
setRel(String) - Method in class org.loom.tags.core.CssTag
 
setRel(String) - Method in class org.loom.tags.core.UrlTag
 
setRelative(boolean) - Method in class org.loom.tags.core.AbstractWebResourceTag
true if the url is relative (do not render schema, server or port), false to render a full URL.
setRelative(boolean) - Method in class org.loom.tags.core.FormTag
true if the url is relative (do not render schema, server or port), false to render a full URL.
setRelative(boolean) - Method in class org.loom.tags.core.UrlTag
true if the url is relative (do not render schema, server or port), false to render a full URL.
setRelative(boolean) - Method in class org.loom.tags.tabs.TabTag
true if the url is relative (do not render schema, server or port), false to render a full URL.
setRelative(boolean) - Method in class org.loom.url.UrlBuilder
 
setReloadingClasses(Set<Class<?>>) - Method in class org.loom.mapping.ActionMapping
 
setRenderAsText(Boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setRenderAsText(boolean) - Method in class org.loom.tags.core.FormTag
 
setRenderContentsContainer(boolean) - Method in class org.loom.tags.tabs.TabContainerTag
 
setRendered(boolean) - Method in class org.loom.i18n.Message
 
setRenderEmptyItems(boolean) - Method in class org.loom.tags.menu.NestedMenuDecorator
 
setRenderErrorDisplayComponent(Boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setRenderHeaders(boolean) - Method in class org.loom.tags.paged.PagedTableTag
 
setRenderIfEmpty(boolean) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setRenderLabel(Boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setRenderLabel(Boolean) - Method in class org.loom.tags.core.FormTag
 
setRenderUnauthorizedItems(boolean) - Method in class org.loom.tags.menu.AbstractMenuDecorator
 
setRepository(MessagesRepository) - Method in interface org.loom.tags.core.I18nComparator
 
setRepository(MessagesRepository) - Method in class org.loom.tags.core.LabelComparator
 
setRepository(MessagesRepository) - Method in class org.loom.tags.messages.AbstractFormatTag
 
setRequest(LoomServletRequest) - Method in class org.loom.action.ActionContext
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.AbstractTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.core.FormTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.core.ImgTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.core.LinkTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.core.RedirectTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.core.UrlTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.menu.MenuItemTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.paged.ColumnTag
 
setRequest(LoomServletRequest) - Method in class org.loom.tags.tabs.TabTag
 
setRequired(boolean) - Method in class org.loom.mapping.UriToken
 
setResolutionFactory(ResolutionFactory) - Method in class org.loom.action.ActionContext
 
setResolutionFactory(ResolutionFactory) - Method in class org.loom.config.Config
Deprecated.  
setResolutionFactory(ResolutionFactory) - Method in class org.loom.servlet.Workflow
 
setResource(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
setResourceLoader(ResourceLoader) - Method in class org.loom.i18n.DefaultMessagesRepositoryFactory
 
setResourceLoader(ResourceLoader) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
setResourceLoader(ResourceLoader) - Method in class org.loom.resources.DefaultWebResourceBundleFactory
 
setResources(List<Resource>) - Method in class org.loom.i18n.MessagesRepository
 
setResources(Set<Resource>) - Method in class org.loom.resources.DefaultWebResourceBundle
 
setResourceSuffix(String) - Method in class org.loom.resolution.LocaleForwardResolution
 
setResponse(LoomServletResponse) - Method in class org.loom.action.ActionContext
 
setResponse(LoomServletResponse) - Method in class org.loom.tags.AbstractTag
 
setRethrowExceptions(Set<Class<? extends Throwable>>) - Method in class org.loom.exception.DefaultExceptionHandler
 
setRev(String) - Method in class org.loom.tags.core.UrlTag
 
setRolePrefix(String) - Method in class org.loom.security.SpringSecurityAdapter
 
setRootFolder(File) - Method in class org.loom.persistence.file.ExternalFileManager
 
setRootFolderLocation(String) - Method in class org.loom.persistence.file.ExternalFileManager
 
setRootNode(Node) - Method in class org.loom.binding.PropertyBinder
 
setRowClass(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setRowIndex(int) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setRowName(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setRows(Integer) - Method in class org.loom.tags.core.InputTextAreaTag
 
setSanitizeValues(boolean) - Method in class org.loom.resolution.AutocompleteResolution
 
setScale(Integer) - Method in class org.loom.tags.core.InputTextTag
 
setScale(Integer) - Method in interface org.loom.tags.core.NumberFieldTag
 
setScale(Integer) - Method in class org.loom.validator.NumberValidator
 
setScheme(String) - Method in interface org.loom.resolution.RedirectResolution
Set to not null to override the request scheme.
setScheme(String) - Method in class org.loom.resolution.RedirectResolutionImpl
 
setScheme(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
The scheme to use.
setScheme(String) - Method in class org.loom.tags.core.FormTag
The scheme to use.
setScheme(String) - Method in class org.loom.tags.core.UrlTag
The scheme to use.
setScheme(String) - Method in class org.loom.url.UrlBuilder
Set the scheme to use.
setScope(String) - Method in class org.loom.tags.core.AbstractOutTag
If var is not null, this is the scope where the value will be stored.
setScope(String) - Method in class org.loom.tags.core.CacheTag
Scope where the cached value will be stored.
setScope(String) - Method in class org.loom.tags.core.UrlTag
If var is not null, this is the scope where the value will be stored.
setScope(String) - Method in class org.loom.tags.messages.AbstractFormatTag
If var is not null, this is the scope where the value will be stored.
setScopedAttribute(String, Object, Scope) - Method in interface org.loom.servlet.LoomServletRequest
Create a scoped atribute
setScopedAttribute(String, Object, Scope) - Method in class org.loom.servlet.LoomServletRequestImpl
 
setScopedAttribute(String, Object, Scope) - Method in class org.loom.tags.AbstractTag
Create a scoped attribute
setScopedAttribute(String, Object, Scope) - Method in interface org.loom.tags.LoomTag
Create a scoped attribute
setSecurityAdapter(SecurityAdapter) - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
setSelectedMenuItem(String, String) - Method in class org.loom.action.ActionContext
Sets the currently selected menu item
setSelectedMenuItem(String, Class<? extends Action>, String) - Method in class org.loom.action.ActionContext
Sets the currently selected menu item
setSelectedMenuItem(LoomServletRequest, String, Class<? extends Action>, String) - Static method in class org.loom.tags.menu.SelectedMenuItemLocator
 
setSelectedMenuItem(LoomServletRequest, String, String) - Static method in class org.loom.tags.menu.SelectedMenuItemLocator
 
setSelfTranslated(boolean) - Method in class org.loom.tags.menu.LocaleMenuData
 
setSelfTranslated(boolean) - Method in class org.loom.tags.menu.LocaleMenuItemData
 
setSelfTranslated(boolean) - Method in class org.loom.tags.menu.LocaleMenuTag
 
setSeparateErrors(Boolean) - Method in class org.loom.tags.core.FormTag
 
setSerializedValue(String) - Method in class org.loom.i18n.Message
 
setServletContext(ServletContext) - Method in class org.loom.action.ActionContext
 
setServletContext(ServletContext) - Method in class org.loom.resolution.LocaleForwardResolution
 
setServletContext(ServletContext) - Method in class org.loom.servlet.LoomServletRequestFactory
 
setServletContext(ServletContext) - Method in class org.loom.servlet.Workflow
 
setServletContext(ServletContext) - Method in class org.loom.tags.Jee5ExpressionLanguageProxy
 
setSetImplementationFactory(ImplementationFactory<?>) - Method in class org.loom.binding.factories.ImplementationFactoriesRepository
 
setSetter(Method) - Method in class org.loom.binding.PropertyWrapper
 
setShape(String) - Method in class org.loom.tags.core.UrlTag
 
setSize(Integer) - Method in class org.loom.tags.core.InputSelectTag
 
setSize(Integer) - Method in class org.loom.tags.core.InputTextTag
 
setSortable(boolean) - Method in class org.loom.tags.paged.ColumnTag
 
setSortBy(String) - Method in class org.loom.tags.core.AbstractOptionsTag
The method to apply for sorting options.
setSortCriterion(String) - Method in class org.loom.util.displaytag.PaginatedListImpl
 
setSortDirection(SortOrderEnum) - Method in class org.loom.util.displaytag.PaginatedListImpl
 
setSortOrder(SortOrder) - Method in class org.loom.paged.AbstractPagedContainer
 
setSortProperty(String) - Method in class org.loom.paged.AbstractPagedContainer
 
setSrc(String) - Method in class org.loom.tags.core.ImgTag
HTML attribute The target url.
setSrc(String) - Method in class org.loom.tags.core.InputImageTag
 
setSrc(String) - Method in class org.loom.tags.core.ScriptTag
HTML attribute The target url, or alternatively use the action and event properties
setSslPortResolver(SSLRedirectDataFactory) - Method in class org.loom.annotation.processor.SSLPolicyAnnotationProcessor
 
setSslPortResolver(SSLRedirectDataFactory) - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
setStart(ReferralDate) - Method in class org.loom.validator.date.DateValue
 
setStatus(int) - Method in class org.loom.servlet.LoomServletResponseImpl
 
setStorageRoot(String) - Method in class org.loom.persistence.file.ExternalFileManager
Deprecated. use setRootFolderLocation() instead
setStyle(String) - Method in class org.loom.tags.AbstractHtmlTag
 
setStyle(String) - Method in class org.loom.tags.core.InputHiddenTag
 
setStyle(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
 
setStyle(String) - Method in class org.loom.tags.paged.ColumnTag
 
setTabindex(Integer) - Method in class org.loom.tags.AbstractFormFieldTag
 
setTabindex(Integer) - Method in class org.loom.tags.core.UrlTag
 
setTable(PagedTableTag) - Method in class org.loom.tags.paged.ColumnTag
 
setTagDecoratorRepository(TagDecoratorRepository) - Method in class org.loom.config.Config
Deprecated.  
setTarget(String) - Method in class org.loom.tags.core.FormTag
 
setTarget(String) - Method in class org.loom.tags.core.UrlTag
 
setTarget(String) - Method in class org.loom.tags.menu.MenuItemData
 
setTarget(String) - Method in class org.loom.tags.menu.MenuItemTag
HTML attribute
setTarget(String) - Method in class org.loom.tags.tabs.TabTag
 
setThreadLocalImpl(ThreadLocal<LoomServletRequest>) - Static method in class org.loom.servlet.LoomServletRequestImpl
Change the ThreadLocal implementation
setTitle(String) - Method in class org.loom.tags.AbstractHtmlTag
 
setTitle(String) - Method in class org.loom.tags.paged.ColumnTag
Deprecated. use header instead
setTitleTag(String) - Method in class org.loom.tags.exception.DefaultErrorRenderer
 
setTitleTag(String) - Method in interface org.loom.tags.exception.ErrorRenderer
 
setTitleTag(String) - Method in class org.loom.tags.exception.ExceptionTag
The HTML tag used to render the error message (exception message or http error message), empty or null to skip error message, default h1
setTotal(int) - Method in class org.loom.util.displaytag.PaginatedListImpl
 
setTotalRecords(Integer) - Method in class org.loom.paged.PagedListDataImpl
 
setTranslate(boolean) - Method in class org.loom.tags.core.AbstractOutTag
 
setTranslateAlt(boolean) - Method in class org.loom.tags.core.ImgTag
 
setTranslateCellTitle(boolean) - Method in class org.loom.tags.paged.ColumnTag
 
setTranslateHeader(boolean) - Method in class org.loom.tags.paged.ColumnTag
 
setTranslateLabel(boolean) - Method in class org.loom.tags.AbstractFormInputTag
 
setTranslateLabel(Boolean) - Method in class org.loom.tags.core.OptionTag
 
setTranslateLabel(boolean) - Method in class org.loom.tags.menu.MenuItemData
 
setTranslateLabel(boolean) - Method in class org.loom.tags.menu.MenuItemTag
Set to true to translate the item text, default true
setTranslateLabels(boolean) - Method in class org.loom.tags.core.AbstractOptionsTag
 
setTranslateTitle(boolean) - Method in class org.loom.tags.AbstractHtmlTag
 
setTransport(JsonResolution.Transport) - Method in class org.loom.resolution.JsonResolution
Deprecated.  
setType(String) - Method in class org.loom.resolution.BufferedImageResolution
 
setType(WebResourceType) - Method in class org.loom.resources.AbstractWebResourceCompiler
 
setType(WebResourceType) - Method in class org.loom.resources.DefaultWebResourceBundle
 
setType(String) - Method in class org.loom.tags.AbstractFormFieldTag
 
setType(String) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
setType(String) - Method in class org.loom.tags.core.ButtonTag
the button type, possible values are "button", "reset" and "submit" (default)
setType(String) - Method in class org.loom.tags.core.UrlTag
 
setUriParser(UriParser) - Method in class org.loom.mapping.Event
 
setUrl(UrlBuilder) - Method in class org.loom.tags.core.AbstractWebResourceTag
 
setUrl(UrlBuilder) - Method in class org.loom.tags.core.UrlTag
 
setUrlBuilder(UrlBuilder) - Method in class org.loom.tags.menu.MenuItemData
 
setUseLocale(boolean) - Method in class org.loom.tags.core.CacheTag
 
setUsemap(String) - Method in class org.loom.tags.core.ImgTag
 
setUsemap(String) - Method in class org.loom.tags.core.InputImageTag
 
setUsername(String) - Method in class org.loom.persistence.file.PersistentFile
 
setUseThreads(boolean) - Method in class org.loom.resources.compressor.ClosureJavascriptCompressorAdapter
 
setValidateCollectionContainer(boolean) - Method in class org.loom.validator.AbstractPropertyValidator
 
setValidateMethod(Method) - Method in class org.loom.validator.MethodValidator
 
setValue(Object, Object, String[], int) - Method in class org.loom.binding.AbstractCollectionNode
 
setValue(Object, Object, String[], int) - Method in class org.loom.binding.MapNode
 
setValue(Object, Object, String[], int) - Method in class org.loom.binding.Node
Sets a value to the property at the end of this chain
setValue(Object, String, String, Messages, MessagesRepository) - Method in class org.loom.binding.PropertyBinder
Assigns a value to the given path
setValue(Object, String, Object) - Method in class org.loom.binding.PropertyBinder
 
setValue(Object, Object, String[], int) - Method in class org.loom.binding.SetNode
 
setValue(Object, Object, String[], int) - Method in class org.loom.binding.SimpleNode
 
setValue(String) - Method in class org.loom.tags.AbstractFormInputTag
 
setValue(String) - Method in class org.loom.tags.core.ButtonTag
 
setValue(String) - Method in class org.loom.tags.core.InputHiddenTag
 
setValue(String) - Method in class org.loom.tags.core.OptionTag
 
setValue(String) - Method in class org.loom.tags.core.OutTag
 
setValue(String) - Method in class org.loom.tags.core.ParamTag
 
setValue(Date) - Method in class org.loom.tags.messages.FormatDateTag
 
setValue(long) - Method in class org.loom.tags.messages.FormatDurationTag
 
setValue(Number) - Method in class org.loom.tags.messages.FormatFileSizeTag
 
setVar(String) - Method in class org.loom.tags.core.AbstractOutTag
 
setVar(String) - Method in class org.loom.tags.core.UrlTag
 
setVar(String) - Method in class org.loom.tags.messages.AbstractFormatTag
 
setVerbose(boolean) - Method in class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 
setVersion(Integer) - Method in class org.loom.persistence.file.PersistentFile
 
setVspace(String) - Method in class org.loom.tags.core.ImgTag
 
setWebResourceBundleFactory(WebResourceBundleFactory) - Method in class org.loom.resources.DefaultWebResourceBundleRepository
 
setWebResourceBundleRepository(WebResourceBundleRepository) - Method in class org.loom.config.Config
Deprecated.  
setWidth(int) - Method in class org.loom.interceptor.ImageData
 
setWriter(WriterWrapper<?>) - Method in class org.loom.tags.AbstractTag
 
ShortConverter - Class in org.loom.converter
 
ShortConverter() - Constructor for class org.loom.converter.ShortConverter
 
shouldGenerateIdAsFallback() - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
shouldRenderAsText() - Method in class org.loom.tags.AbstractFormInputTag
 
shouldRenderError() - Method in class org.loom.tags.AbstractFormInputTag
 
shouldRenderLabel() - Method in class org.loom.tags.AbstractFormInputTag
 
shouldRenderLabel() - Method in class org.loom.tags.core.InputCheckboxTag
Multiple checkboxes set to renderAsText should not render a label
SimpleNode - Class in org.loom.binding
A node that is a simple property with a single value
SimpleNode() - Constructor for class org.loom.binding.SimpleNode
 
SINGLE_USE_TOKEN - Static variable in interface org.loom.servlet.names.CssClassNames
a link/form pointing to a SingleUseToken event
SINGLE_USE_TOKEN - Static variable in class org.loom.servlet.names.RequestParameterNames
for SingleUseToken events, the token name
SINGLE_USE_TOKENS_CONTAINER - Static variable in interface org.loom.servlet.names.SessionAttributeNames
SingleUseToken names
size() - Method in class org.loom.binding.PropertyBinderMap
 
size() - Method in class org.loom.i18n.Messages
 
size() - Method in class org.loom.i18n.MessagesRepository
 
size() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
size() - Method in class org.loom.servlet.params.ServletRequestParameters
 
size() - Method in class org.loom.servlet.scope.FlashContext
 
size() - Method in class org.loom.tags.CssBuilder
 
size() - Method in class org.loom.tags.StringBuilderWriter
 
size() - Method in class org.loom.tags.StringWriterWrapper
 
size() - Method in class org.loom.tags.TagAttributes
 
skipTag(T) - Method in class org.loom.tags.decorator.ReadOnlyDecorator
 
SortOrder - Enum in org.loom.paged
The sort order of a PagedList request.
split(String) - Method in class org.loom.spring.ConfigBeanDefinitionParser
 
split(String) - Static method in class org.loom.util.PropertyUtils
 
SPRING_SECURITY - Static variable in interface org.loom.config.ClassNames
is spring-security in the classpath?
SPRING_SECURITY_403_EXCEPTION - Static variable in interface org.loom.servlet.names.RequestAttributeNames
the security exception handled by spring security when returning a 403 response
SPRING_SECURITY_ACCESS_DENIED_EXCEPTION - Static variable in interface org.loom.config.ClassNames
spring-security exception classes
SpringActionScanner - Class in org.loom.spring
Scan and register all Action instances detected by Spring
SpringActionScanner() - Constructor for class org.loom.spring.SpringActionScanner
 
SpringAnnotationProcessorRepository - Class in org.loom.spring
 
SpringAnnotationProcessorRepository() - Constructor for class org.loom.spring.SpringAnnotationProcessorRepository
 
SpringConverterFactory - Class in org.loom.spring
 
SpringConverterFactory() - Constructor for class org.loom.spring.SpringConverterFactory
 
SpringLookup - Class in org.loom.spring
 
SpringLookup() - Constructor for class org.loom.spring.SpringLookup
 
SpringNamespaceHandler - Class in org.loom.spring
 
SpringNamespaceHandler() - Constructor for class org.loom.spring.SpringNamespaceHandler
 
SpringSecurityAdapter - Class in org.loom.security
Adapts the spring security project (formerly known as acegi security)
SpringSecurityAdapter() - Constructor for class org.loom.security.SpringSecurityAdapter
 
SqlDateAdapterFormat - Class in org.loom.converter.date
Bridge between Yoda and java.sql.Date
SqlDateAdapterFormat() - Constructor for class org.loom.converter.date.SqlDateAdapterFormat
 
SSLPolicy - Annotation Type in org.loom.annotation
Specify the SSL policy to follow for a concrete event.
SSLPolicyAnnotationProcessor - Class in org.loom.annotation.processor
Processes the SSLPolicy annotation
SSLPolicyAnnotationProcessor() - Constructor for class org.loom.annotation.processor.SSLPolicyAnnotationProcessor
 
SSLPolicyType - Enum in org.loom.annotation
Possible values for SSLPolicy annotations
SSLRedirectData - Class in org.loom.interceptor
 
SSLRedirectData(String, String, Integer) - Constructor for class org.loom.interceptor.SSLRedirectData
 
SSLRedirectDataFactory - Interface in org.loom.interceptor
 
start(String, Object...) - Method in class org.loom.resolution.HtmlResolution
 
start(String, Object...) - Method in class org.loom.tags.AbstractWriterWrapper
 
start(String, Object...) - Method in interface org.loom.tags.WriterWrapper
Start an HTML tag.
startEnd(String, Object...) - Method in class org.loom.resolution.HtmlResolution
 
startEnd(String, Object...) - Method in class org.loom.tags.AbstractWriterWrapper
 
startEnd(String, Object...) - Method in interface org.loom.tags.WriterWrapper
Start and end a bodyless HTML tag.
startJavascript() - Method in class org.loom.resolution.HtmlResolution
Write a javascript start tag
startJavascript() - Method in class org.loom.tags.AbstractWriterWrapper
 
startJavascript() - Method in interface org.loom.tags.WriterWrapper
Write a javascript start tag
StaticResourcesFilter - Class in org.loom.filter
Deprecated. You will get better performance just by putting your cached resources together in a certain folder and caching the entire folder.
StaticResourcesFilter() - Constructor for class org.loom.filter.StaticResourcesFilter
Deprecated.  
STRING - Static variable in interface org.loom.servlet.names.CssClassNames
a string field
StringBuilderWriter - Class in org.loom.tags
A copy of java.io.StringWriter substituting StringBuffer (synchronized) with StringBuilder (not synchronized).
StringBuilderWriter() - Constructor for class org.loom.tags.StringBuilderWriter
Create a new string writer using the default initial string-buffer size.
StringBuilderWriter(int) - Constructor for class org.loom.tags.StringBuilderWriter
 
StringConverter - Class in org.loom.converter
 
StringConverter() - Constructor for class org.loom.converter.StringConverter
 
StringHttpHeader - Class in org.loom.resolution
A String http header
StringHttpHeader(String, String, boolean) - Constructor for class org.loom.resolution.StringHttpHeader
 
StringResolution - Class in org.loom.resolution
Returns a string to the browser.
StringResolution(int) - Constructor for class org.loom.resolution.StringResolution
 
StringResolution() - Constructor for class org.loom.resolution.StringResolution
 
StringResolution(String) - Constructor for class org.loom.resolution.StringResolution
 
StringUtils - Class in org.loom.util
 
StringUtils() - Constructor for class org.loom.util.StringUtils
 
StringValidation - Annotation Type in org.loom.annotation.validation
String validation rules
StringValidationAnnotationProcessor - Class in org.loom.annotation.processor
Processes StringValidation annotations
StringValidationAnnotationProcessor() - Constructor for class org.loom.annotation.processor.StringValidationAnnotationProcessor
 
StringValidations - Annotation Type in org.loom.annotation.validation
A field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once.
StringValidator - Class in org.loom.validator
Class that contains data and behaviour to validate one field.
StringValidator() - Constructor for class org.loom.validator.StringValidator
 
StringWriterWrapper - Class in org.loom.tags
Wrapper around a StringWriter.
StringWriterWrapper() - Constructor for class org.loom.tags.StringWriterWrapper
 
stripTags(String) - Static method in class org.loom.util.HtmlSanitizer
Removes all tags from the supplied String argument.
supports(HttpMethod) - Method in class org.loom.mapping.Event
 
SyntaxError - Exception in org.loom.exception
Thrown when the minification fails due to a javascript/CSS syntax error
SyntaxError(String, Throwable) - Constructor for exception org.loom.exception.SyntaxError
 
SyntaxError(Throwable) - Constructor for exception org.loom.exception.SyntaxError
 
SystemFileContents - Class in org.loom.persistence.file
A file that is stored as a regular file in the filesystem.
SystemFileContents(File) - Constructor for class org.loom.persistence.file.SystemFileContents
 

T

T10 - Static variable in class org.loom.validator.date.DateValueLexer
 
T11 - Static variable in class org.loom.validator.date.DateValueLexer
 
T12 - Static variable in class org.loom.validator.date.DateValueLexer
 
T13 - Static variable in class org.loom.validator.date.DateValueLexer
 
T6 - Static variable in class org.loom.validator.date.DateValueLexer
 
T7 - Static variable in class org.loom.validator.date.DateValueLexer
 
T8 - Static variable in class org.loom.validator.date.DateValueLexer
 
T9 - Static variable in class org.loom.validator.date.DateValueLexer
 
TabContainerTag - Class in org.loom.tags.tabs
Container for a group of tabs.
TabContainerTag() - Constructor for class org.loom.tags.tabs.TabContainerTag
 
TabDecorator - Interface in org.loom.tags.tabs
 
TabTag - Class in org.loom.tags.tabs
Tabs are rendered as a group of <div> tags to be handled using javascript.
TabTag() - Constructor for class org.loom.tags.tabs.TabTag
 
TabTagBeanInfo - Class in org.loom.tags.tabs
 
TabTagBeanInfo() - Constructor for class org.loom.tags.tabs.TabTagBeanInfo
 
TagAttributes - Class in org.loom.tags
Extra attributes of a JSP tag.
TagAttributes() - Constructor for class org.loom.tags.TagAttributes
 
TagDecorator<T extends LoomTag> - Interface in org.loom.tags.decorator
Decorates a tag, adding content before and after its render.
TagDecoratorRepository - Class in org.loom.tags.decorator
Repository of TagDecorator instances.
TagDecoratorRepository() - Constructor for class org.loom.tags.decorator.TagDecoratorRepository
 
TemplateResolver - Class in org.loom.util
Resolves a template and a list of arguments into a result string.
TemplateResolver() - Constructor for class org.loom.util.TemplateResolver
 
TemporalConverterFactory - Class in org.loom.converter.date
Converter factory for JPA annotated date properties
TemporalConverterFactory() - Constructor for class org.loom.converter.date.TemporalConverterFactory
 
TEXT - Static variable in class org.loom.servlet.names.ContentTypeNames
Plain text
throwInsufficientPermissionsException(String) - Method in class org.loom.security.JeeSecurityAdapter
This implementation will throw an instance of HttpException
throwInsufficientPermissionsException(String) - Method in interface org.loom.security.SecurityAdapter
Throw a provider-specific exception for not enough permissions.
throwInsufficientPermissionsException(String) - Method in class org.loom.security.SpringSecurityAdapter
This method will throw an instance of AccessDeniedException
TIME - Static variable in interface org.loom.servlet.names.CssClassNames
a time field
TIME_FORMAT_KEY - Static variable in class org.loom.converter.date.DateConverter
time without date format key
TimeAdapterFormat - Class in org.loom.converter.date
Bridge between Yoda and java.sql.Time
TimeAdapterFormat() - Constructor for class org.loom.converter.date.TimeAdapterFormat
 
TimestampAdapterFormat - Class in org.loom.converter.date
Bridge between Yoda and java.sql.Timestamp
TimestampAdapterFormat() - Constructor for class org.loom.converter.date.TimestampAdapterFormat
 
toCriteria(String, PaginatedList) - Static method in class org.loom.util.displaytag.PaginatedListAdapter
 
toDateTime(Object) - Method in class org.loom.validator.date.DateValidator
Convert any kind of Date object to joda
TodayReferralDate - Class in org.loom.validator.date
 
TodayReferralDate() - Constructor for class org.loom.validator.date.TodayReferralDate
 
ToDiskWebResourceCompiler - Class in org.loom.resources
Compiles and store sthe result to disk
ToDiskWebResourceCompiler() - Constructor for class org.loom.resources.ToDiskWebResourceCompiler
 
toHtmlId(String) - Static method in class org.loom.util.HtmlUtils
Translates a string into a valid HTML ID value.
toJSON() - Method in class org.loom.i18n.MessagesRepository
 
tokenNames - Static variable in class org.loom.validator.date.DateValueParser
 
Tokens - Static variable in class org.loom.validator.date.DateValueLexer
 
toLocale(String) - Static method in class org.loom.util.LocaleUtils
Converts a Locale from the ISO form lang_country_variant to the corresponding Locale instance
toMD5(String) - Static method in class org.loom.util.StringUtils
 
toPaginatedList(PagedListData<T>) - Static method in class org.loom.util.displaytag.PaginatedListAdapter
 
toParameterMap() - Method in class org.loom.servlet.params.ServletRequestParameters
 
toPatterns(String...) - Static method in class org.loom.util.UrlMatcher
Set the list of regex patterns that would resolve as a match
toResultClass(DateTime) - Method in class org.loom.converter.date.AbstractDateFormatAdapter
 
toResultClass(DateTime) - Method in class org.loom.converter.date.DateTimeAdapterFormat
 
toResultClass(DateTime) - Method in class org.loom.converter.date.LocalDateAdapterFormat
 
toResultClass(DateTime) - Method in class org.loom.converter.date.SqlDateAdapterFormat
 
toResultClass(DateTime) - Method in class org.loom.converter.date.TimeAdapterFormat
 
toResultClass(DateTime) - Method in class org.loom.converter.date.TimestampAdapterFormat
 
toResultClass(DateTime) - Method in class org.loom.converter.date.UtilDateAdapterFormat
 
toString() - Method in class org.loom.binding.PropertyWrapper
for debugging purposes
toString() - Method in class org.loom.i18n.Message
 
toString() - Method in class org.loom.i18n.Messages
 
toString() - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
toString() - Method in class org.loom.interceptor.DefaultRetrieveEntityInterceptor
 
toString() - Method in class org.loom.interceptor.DefaultSecurityInterceptor
 
toString() - Method in class org.loom.interceptor.DefaultSSLPolicyInterceptor
 
toString() - Method in class org.loom.interceptor.FileValidationInterceptor
 
toString() - Method in class org.loom.interceptor.InterceptorProxy
 
toString() - Method in class org.loom.interceptor.MethodInterceptor
 
toString() - Method in class org.loom.interceptor.SSLRedirectData
 
toString() - Method in class org.loom.json.JsonMarshaller
Deprecated.  
toString() - Method in class org.loom.mapping.DefaultEventParameter
 
toString() - Method in class org.loom.mapping.Event
 
toString() - Method in class org.loom.mapping.UriParser
 
toString() - Method in class org.loom.mapping.UriToken
 
toString() - Method in class org.loom.resolution.DefaultForwardResolution
 
toString() - Method in class org.loom.resolution.JacksonResolution
 
toString() - Method in class org.loom.resolution.JsonResolution
Deprecated.  
toString() - Method in class org.loom.resources.CompiledInMemoryWebResource
 
toString() - Method in class org.loom.resources.CompiledToDiskWebResource
 
toString() - Method in class org.loom.servlet.LoomServletRequestImpl
Do NOT rely on this class format to do anything important, since this format is very likely to change in the future
toString() - Method in class org.loom.servlet.params.InMemoryFileParameter
 
toString() - Method in class org.loom.servlet.params.ServletRequestParameters
 
toString() - Method in enum org.loom.servlet.Scope
 
toString() - Method in class org.loom.tags.core.Option
 
toString() - Method in class org.loom.tags.menu.SelectedMenuItemLocator
 
toString() - Method in class org.loom.tags.StringBuilderWriter
 
toString() - Method in class org.loom.tags.TagAttributes
 
toString() - Method in class org.loom.url.UrlBuilder
 
toString() - Method in class org.loom.util.displaytag.PaginatedListImpl
 
toString(MessageDigest) - Static method in class org.loom.util.StringUtils
Transform a MessageDigest instance into its string representation
toString() - Method in class org.loom.validator.AbstractRequiredValidator
 
toString() - Method in class org.loom.validator.date.DateValidator
 
toString() - Method in class org.loom.validator.date.DateValue
 
toString() - Method in class org.loom.validator.MethodValidator
 
toString() - Method in class org.loom.validator.NumberValidator
 
toString() - Method in class org.loom.validator.PathMatcher
 
toString() - Method in class org.loom.validator.PathMatcherRule
 
toString() - Method in class org.loom.validator.StringValidator
 
toUrl(ListMultimap<String, String>) - Method in class org.loom.mapping.Event
Prepare the string representatuion of this method with the provided params.
toUrlBuilder() - Method in interface org.loom.servlet.LoomServletRequest
Create a UrlBuilder instance with the same action/event/rawUrl and all the parameters included in this request instance.
toUrlBuilder() - Method in class org.loom.servlet.LoomServletRequestImpl
 
trace(Object...) - Method in class org.loom.log.Log
 
trace(Throwable, Object...) - Method in class org.loom.log.Log
 
TransactionalService - Class in org.loom.persistence
An ExtendedEntityManager wrapper that offer transactional access to address common needs.
TransactionalService() - Constructor for class org.loom.persistence.TransactionalService
 
transformRelativeCssUrl(CompilationResult, Resource, String) - Method in class org.loom.resources.AbstractWebResourceCompiler
Transforms a relative image URL into an alternative that will be delivered through ResourcesAction
translate(Throwable) - Method in class org.loom.exception.DefaultExceptionHandler
 
TRANSLATED_NAME - Static variable in interface org.loom.servlet.names.HtmlExtendedAttributeNames
if there is no surrounding label, this field will be used to display the translated field name
translateMessage(Message) - Method in class org.loom.i18n.MessagesRepository
Returns the translated Message for the current Locale.
translateMessages(List<Message>) - Method in class org.loom.i18n.MessagesRepository
Returns the list of messages
truncate(String, int) - Static method in class org.loom.tags.functions.Functions
Abbreviates a String using ellipsis.
type - Variable in class org.loom.resources.AbstractWebResourceCompiler
the type of resources processed by this compiler
type - Variable in class org.loom.resources.DefaultWebResourceBundle
the type of this bundle

U

UNAUTHORIZED - Static variable in interface org.loom.servlet.names.CssClassNames
a link that points to a forbidden event because the user does not have enough permissions
unboundParameters - Variable in class org.loom.binding.PropertyBinderMap
the list of parameters that are not properties and should not be bound if found.
UnhandledValidationErrorsException - Exception in org.loom.exception
This exception is raised when there are validation errors but there is no user form to redirect to.
UnhandledValidationErrorsException(Messages, MessagesRepository) - Constructor for exception org.loom.exception.UnhandledValidationErrorsException
 
update(String, Object...) - Method in class org.loom.persistence.AbstractExtendedEntityManager
 
update(String, Object...) - Method in interface org.loom.persistence.ExtendedEntityManager
Execute a query that updates the database.
update(String, Object...) - Method in class org.loom.persistence.TransactionalService
 
UploadedFileNotFoundException - Exception in org.loom.exception
Thrown when a previously uploaded file is not found
UploadedFileNotFoundException(String) - Constructor for exception org.loom.exception.UploadedFileNotFoundException
 
UploadedFileNotFoundException(String, Throwable) - Constructor for exception org.loom.exception.UploadedFileNotFoundException
 
UriParser - Class in org.loom.mapping
Parses an incoming request and extracts any parameter values in its path.
UriParser() - Constructor for class org.loom.mapping.UriParser
 
UriToken - Class in org.loom.mapping
A token in the uri path.
UriToken() - Constructor for class org.loom.mapping.UriToken
 
UriToken.ParserAction - Enum in org.loom.mapping
The actions that are indicated to the parser
URL_PATTERN - Static variable in class org.loom.resources.AbstractWebResourceCompiler
pattern of CSS url() attributes
UrlBuilder - Class in org.loom.url
Creates a URL from a action/event pair, or (alternatively) a URL with the web context prepended.
UrlBuilder() - Constructor for class org.loom.url.UrlBuilder
 
UrlBuilder(LoomServletRequest) - Constructor for class org.loom.url.UrlBuilder
 
UrlBuilder(Class<? extends Action>, String) - Constructor for class org.loom.url.UrlBuilder
 
UrlBuilder(LoomServletRequest, Class<? extends Action>, String) - Constructor for class org.loom.url.UrlBuilder
 
UrlBuilder(String) - Constructor for class org.loom.url.UrlBuilder
Parse a url and extracts any parameters or hash
UrlBuilder(LoomServletRequest, String) - Constructor for class org.loom.url.UrlBuilder
 
UrlMatcher - Class in org.loom.util
Hold a list of patterns that can be matched against a URL to get if they match or not.
UrlMatcher() - Constructor for class org.loom.util.UrlMatcher
 
UrlMatcher(String[], String[]) - Constructor for class org.loom.util.UrlMatcher
 
UrlTag - Class in org.loom.tags.core
HTML link.
UrlTag() - Constructor for class org.loom.tags.core.UrlTag
 
USER_AGENT - Static variable in interface org.loom.servlet.names.RequestHeaderNames
User-Agent
UtilDateAdapterFormat - Class in org.loom.converter.date
Bridge between Yoda and java.util.Date
UtilDateAdapterFormat() - Constructor for class org.loom.converter.date.UtilDateAdapterFormat
 

V

validate(Object, Messages) - Method in class org.loom.mapping.DefaultEventParameter
 
validate(ParsedAction) - Method in class org.loom.mapping.Event
Applies all the configured validations to this object
validate(Object, Messages) - Method in interface org.loom.mapping.EventParameter
execute the validations configured for this event parameter
validate(ValidationRequest, Object) - Method in class org.loom.validator.AbstractRequiredValidator
 
validate(ValidationRequest, Object) - Method in class org.loom.validator.date.DateValidator
Validates one input value and adds to errors any validation error found
validate(ValidationRequest, Object) - Method in class org.loom.validator.MethodValidator
Calls the validation method
validate(ValidationRequest, Object) - Method in class org.loom.validator.NumberValidator
Validates one input value and adds to errors any validation error found
validate(ValidationRequest, Object) - Method in interface org.loom.validator.PropertyValidator
Validates one input value and adds to errors any validation error found
validate(ValidationRequest, Object) - Method in class org.loom.validator.StringValidator
Validates one input value and adds to errors any validation error found
validate(Object) - Method in class org.loom.validator.ValidationRequest
Performs the validation
validateActionMappings() - Method in interface org.loom.mapping.ActionMappingRepository
Validate the registered ActionMappings to check that there are no two overlapping events that may produce the same URL
validateActionMappings() - Method in class org.loom.mapping.DefaultActionMappingRepository
 
validateActionMappings() - Method in class org.loom.mapping.ReloadableActionMappingRepository
 
validateCollectionContainer() - Method in class org.loom.validator.AbstractPropertyValidator
 
validateCollectionContainer() - Method in interface org.loom.validator.PropertyValidator
 
ValidateInterceptor - Interface in org.loom.interceptor
Gets called before action validation (validating the injected action properties) This listener gets called after populate and before execute
validateParameter(LoomServletRequest, String, FileParameter) - Method in class org.loom.interceptor.FileValidationInterceptor
Validate one file parameter.
validateParameterExtensionPoint(LoomServletRequest, String, FileParameter) - Method in class org.loom.interceptor.AbstractImageValidationInterceptor
 
validateParameterExtensionPoint(LoomServletRequest, String, FileParameter) - Method in class org.loom.interceptor.FileValidationInterceptor
Extension point to perform additional validations
validation() - Method in class org.loom.validator.date.DateValueParser
 
ValidationRequest - Class in org.loom.validator
Class with all the data needed to perform a validation
ValidationRequest(PropertyValidator, Messages) - Constructor for class org.loom.validator.ValidationRequest
 
value - Variable in class org.loom.tags.AbstractFormInputTag
when specified, use this value instead of the action property value
VALUE_ARG - Static variable in class org.loom.i18n.Message
the value
ValueComparator - Class in org.loom.tags.core
Compare options by value.
ValueComparator() - Constructor for class org.loom.tags.core.ValueComparator
 
valueOf(String) - Static method in enum org.loom.annotation.SSLPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.i18n.MessageLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.mapping.UriToken.ParserAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.paged.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.resolution.JsonResolution.Transport
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.resources.WebResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.servlet.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.servlet.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.servlet.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.tags.AbstractFormInputTag.LabelPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.tags.core.AbstractOptionsTag.SortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.tags.decorator.AbstractFormInputDecorator.ErrorPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.loom.util.FileSizeUnit
Returns the enum constant of this type with the specified name.
ValueParser - Class in org.loom.validator
ANTLR does not make it easy to parse values, this class is a decorator over it.
ValueParser() - Constructor for class org.loom.validator.ValueParser
 
values() - Static method in enum org.loom.annotation.SSLPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.i18n.MessageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.loom.i18n.MessagesRepositoryToMapAdapter
 
values() - Static method in enum org.loom.mapping.UriToken.ParserAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.paged.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.resolution.JsonResolution.Transport
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.resources.WebResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.servlet.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.servlet.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.servlet.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.tags.AbstractFormInputTag.LabelPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.tags.core.AbstractOptionsTag.SortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.tags.decorator.AbstractFormInputDecorator.ErrorPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.loom.util.FileSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
VIA - Static variable in interface org.loom.servlet.names.CommonHeaderNames
Via
visit(Class<?>, String[], int) - Method in class org.loom.binding.factories.DefaultNodeFactory
Instantiates a chain of Nodes for a propertyPath
VisitedClasses - Class in org.loom.annotation.processor
Stores the list of classesvisited while processing annotations for an action.
VisitedClasses() - Constructor for class org.loom.annotation.processor.VisitedClasses
 
VisitedPath - Class in org.loom.mapping
The already visited path.
VisitedPath(String) - Constructor for class org.loom.mapping.VisitedPath
 
VisitedPath(VisitedPath, String) - Constructor for class org.loom.mapping.VisitedPath
 
VoidResolution - Class in org.loom.resolution
Returns an empty response (204) to the browser.
VoidResolution() - Constructor for class org.loom.resolution.VoidResolution
 

W

warn(String) - Method in class org.loom.action.AbstractAction
 
warn(String) - Method in class org.loom.i18n.Messages
 
warn(String) - Static method in class org.loom.i18n.MessagesUtils
 
warn(Object...) - Method in class org.loom.log.Log
 
warn(Throwable, Object...) - Method in class org.loom.log.Log
 
warning(String, String, int, String, int) - Method in class org.loom.resources.compressor.YuiErrorReporter
 
WARNING - Static variable in interface org.loom.servlet.names.CommonHeaderNames
Warning
WEB_IMAGE_MASK - Static variable in annotation type org.loom.annotation.validation.StringValidation
Deprecated. use ImageValidation instead
WebContextParameterNames - Interface in org.loom.servlet.names
Keys used in the web.xml file
WebResourceBundle - Interface in org.loom.resources
A list of resources (javascript or css files) to be merged before delivering to the browser.
WebResourceBundleFactory - Interface in org.loom.resources
 
WebResourceBundleRepository - Interface in org.loom.resources
Repository of WebResourceBundle instances
webResourceBundleRepository - Variable in class org.loom.tags.core.AbstractWebResourceTag
 
WebResourceCompiler - Interface in org.loom.resources
Compiles a list of Resource and returns a list of CompiledWebResource
WebResourceCompressor - Interface in org.loom.resources.compressor
A class that compresses a file (javascript or css), minifying and possibly obfuscating the code.
WebResourceType - Enum in org.loom.resources
Type of web resource.
withActionClasses(Iterable<Class<? extends Action>>) - Method in class org.loom.guice.LoomModule
Registers the action classes into the ActionMappingRepository
withDays(int) - Method in class org.loom.servlet.CacheControl
 
withDefaultLocale(Locale) - Method in class org.loom.guice.LoomModule
Sets the default Locale to apply to requests if the user-selected locale is not supported by the application
withDevelopment(boolean) - Method in class org.loom.guice.LoomModule
Sets a development value.
withEtag(String) - Method in class org.loom.servlet.CacheControl
 
withHours(int) - Method in class org.loom.servlet.CacheControl
 
withLastModified(Date) - Method in class org.loom.servlet.CacheControl
 
withMessagesLocations(String...) - Method in class org.loom.guice.LoomModule
Sets the location of i18n messages.
withMinutes(int) - Method in class org.loom.servlet.CacheControl
 
withPrefix(String) - Method in class org.loom.tags.paged.AbstractPagedContainerTag
if id != null, return the provided parameter name prefixed by ${id.} else return the param name
withSeconds(Integer) - Method in class org.loom.servlet.CacheControl
 
withView(Class<?>) - Method in class org.loom.resolution.JacksonResolution
Specify the jackson view to use for serializing
withYears(int) - Method in class org.loom.servlet.CacheControl
 
Workflow - Class in org.loom.servlet
The execution flow of a request.
Workflow() - Constructor for class org.loom.servlet.Workflow
 
WorkflowInterruption - Exception in org.loom.exception
Thrown when the workflow execution must be interrupted.
WorkflowInterruption(Phase, Resolution) - Constructor for exception org.loom.exception.WorkflowInterruption
 
WrappedException - Exception in org.loom.exception
A converter from checked to uncheckedException that should be discarded when the real error is displayed to the user.
WrappedException(Throwable) - Constructor for exception org.loom.exception.WrappedException
 
write(LoomServletResponse) - Method in class org.loom.resolution.DateHttpHeader
 
write(LoomServletResponse) - Method in class org.loom.resolution.HttpHeader
Write the herader to the servletResponse object
write(LoomServletResponse) - Method in class org.loom.resolution.IntHttpHeader
 
write(LoomServletResponse) - Method in class org.loom.resolution.StringHttpHeader
 
write(int) - Method in class org.loom.tags.StringBuilderWriter
 
write(char[], int, int) - Method in class org.loom.tags.StringBuilderWriter
 
write(String) - Method in class org.loom.tags.StringBuilderWriter
 
write(String, int, int) - Method in class org.loom.tags.StringBuilderWriter
 
writeExternal(ObjectOutput) - Method in class org.loom.i18n.Message
 
writeHeaders(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.AbstractFileResolution
Calculate default content size, content type, etc headers that will be applied if the user did not provide one previously.
writeHeaders(LoomServletRequest, LoomServletResponse) - Method in class org.loom.resolution.AbstractHttpResolution
Adds http headers to the response before resolving
writeHeaders(LoomServletResponse) - Method in class org.loom.servlet.CacheControl
Write the headers for a 200 (OK) or 304 (NOT_MODIFIED) response.
writeOptions(WriterWrapper<?>) - Method in class org.loom.tags.core.InputSelectTag
 
writer - Variable in class org.loom.tags.AbstractWriterWrapper
 
WriterWrapper<T extends java.io.Writer> - Interface in org.loom.tags
Wrapper around the JspWriter class
WS - Static variable in class org.loom.validator.date.DateValueLexer
 
WS - Static variable in class org.loom.validator.date.DateValueParser
 

X

X_JSON - Static variable in interface org.loom.servlet.names.ResponseHeaderNames
X-JSON header used for JSON responses.
X_REQUESTED_WITH - Static variable in interface org.loom.servlet.names.RequestHeaderNames
Added by Prototype and JQuery when launching ajax requests

Y

YUICOMPRESSOR - Static variable in interface org.loom.config.ClassNames
is YUICompressor in the classpath?
YuiCssCompressorAdapter - Class in org.loom.resources.compressor
Adapter for the javascript YUICompressor
YuiCssCompressorAdapter() - Constructor for class org.loom.resources.compressor.YuiCssCompressorAdapter
 
YuiErrorReporter - Class in org.loom.resources.compressor
Implementation of the YuiErrorReporter
YuiErrorReporter(Log) - Constructor for class org.loom.resources.compressor.YuiErrorReporter
 
YuiJavascriptCompressorAdapter - Class in org.loom.resources.compressor
Adapter for the javascript YUICompressor
YuiJavascriptCompressorAdapter() - Constructor for class org.loom.resources.compressor.YuiJavascriptCompressorAdapter
 

Z

ZipFileResolution - Class in org.loom.resolution
Delivers a zip file to the browser
ZipFileResolution(String, Collection<PersistentFile>) - Constructor for class org.loom.resolution.ZipFileResolution
 

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