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

A

AbstractCssUrlRewritingProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
A processor responsible for rewriting url's from inside the css resources.
AbstractCssUrlRewritingProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
 
AbstractDigesterHashBuilder - Class in ro.isdc.wro.model.resource.util
Uses abstract digester for creating a hash.
AbstractDigesterHashBuilder() - Constructor for class ro.isdc.wro.model.resource.util.AbstractDigesterHashBuilder
 
AbstractProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.impl
Hides details common to all processors decorators.
AbstractProcessorDecorator(ResourcePreProcessor) - Constructor for class ro.isdc.wro.model.resource.processor.impl.AbstractProcessorDecorator
 
AbstractProcessorDecorator(ResourcePostProcessor) - Constructor for class ro.isdc.wro.model.resource.processor.impl.AbstractProcessorDecorator
 
AbstractResourceTag - Class in ro.isdc.wro.http.taglib
 
AbstractResourceTag() - Constructor for class ro.isdc.wro.http.taglib.AbstractResourceTag
 
AbstractUriLocatorFactory - Class in ro.isdc.wro.model.resource.locator.factory
Holds a list of uri locators.
AbstractUriLocatorFactory() - Constructor for class ro.isdc.wro.model.resource.locator.factory.AbstractUriLocatorFactory
 
AbstractWroModelFactory - Class in ro.isdc.wro.model.factory
To be used by the implementations which load the model from a resource provided as stream.
AbstractWroModelFactory() - Constructor for class ro.isdc.wro.model.factory.AbstractWroModelFactory
 
accept(HttpServletRequest) - Method in interface ro.isdc.wro.http.RequestProcessor
 
accept(String) - Method in class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
Check if this uri can be located by concrete implementation.
accept(String) - Method in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Check if this uri can be located by concrete implementation.
accept(String) - Method in interface ro.isdc.wro.model.resource.locator.UriLocator
Check if this uri can be located by concrete implementation.
accept(String) - Method in class ro.isdc.wro.model.resource.locator.UrlUriLocator
Check if this uri can be located by concrete implementation.
accept(File) - Method in class ro.isdc.wro.model.resource.locator.wildcard.IOFileFilterDecorator
accept(File, String) - Method in class ro.isdc.wro.model.resource.locator.wildcard.IOFileFilterDecorator
accept(JarEntry, String) - Method in class ro.isdc.wro.model.resource.locator.wildcard.JarWildcardStreamLocator
Validates an entry against a wildcard and determines whether the pattern matches or not.
addExtension(String) - Method in class ro.isdc.wro.model.resource.processor.impl.ExtensionsAwareProcessorDecorator
Add one more extension to the set of extensions.
addGroup(Group) - Method in class ro.isdc.wro.model.WroModel
Add a single group to the model.
addModelTransformer(Transformer<WroModel>) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Add a single model transformer.
addNoCacheHeaders(HttpServletResponse) - Static method in class ro.isdc.wro.util.WroUtil
Add no-cache headers to response.
addPostProcessor(ResourcePostProcessor) - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
Add a ResourcePostProcessor.
addPreProcessor(ResourcePreProcessor) - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
Add a ResourcePreProcessor.
addResource(Resource) - Method in class ro.isdc.wro.model.group.Group
Add a Resource to the collection of resources associated with this group.
addUriLocator(UriLocator...) - Method in class ro.isdc.wro.model.resource.locator.factory.SimpleUriLocatorFactory
Allow adding more than one uriLocators.
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.ConformColorsCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssCompressorProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssImportPreProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssMinProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssVariablesProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.JawrCssMinifierProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.VariablizeColorsCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.js.JSMinProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.js.SemicolonAppenderPreProcessor
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.processor.impl.MultiLineCommentStripperProcessor
 
ALIAS_DUPLICATE - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.DuplicatesAwareCssDataUriPreProcessor
 
API_RELOAD_CACHE - Static variable in class ro.isdc.wro.http.WroFilter
API - reload cache method call
API_RELOAD_MODEL - Static variable in class ro.isdc.wro.http.WroFilter
API - reload model method call
ATTR_INCLUDE_PATH - Static variable in class ro.isdc.wro.model.group.DefaultGroupExtractor
The name of the attribute where the servlet path is stored when requestDispatcher.include is called.

B

Base64 - Class in ro.isdc.wro.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in ro.isdc.wro.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class ro.isdc.wro.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class ro.isdc.wro.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in ro.isdc.wro.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class ro.isdc.wro.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class ro.isdc.wro.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
baseNameSuffixTransformer(String) - Static method in class ro.isdc.wro.util.Transformers
Appends a suffix to the source baseName.
BaseWroManagerFactory - Class in ro.isdc.wro.manager.factory
Default implementation of WroManagerFactory which creates default locators and processors and handles the injection logic by creating an Injector and injecting where it is appropriate.
BaseWroManagerFactory() - Constructor for class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 

C

CacheChangeCallbackAware - Interface in ro.isdc.wro.manager
The WroManagerFactory classes which implement this interface allows registration of a callback to be invoked when the cache is changed.
CacheEntry - Class in ro.isdc.wro.cache
Used as an entry for the cache.
CacheEntry(String, ResourceType, boolean) - Constructor for class ro.isdc.wro.cache.CacheEntry
 
CacheStrategy<K,V> - Interface in ro.isdc.wro.cache
CacheStrategy.java.
ClasspathUriLocator - Class in ro.isdc.wro.model.resource.locator
Implementation of the UriLocator that is able to read a resource from a classpath.
ClasspathUriLocator() - Constructor for class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
 
cleanImageUrl(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Cleans the image url by triming result and removing \' or \" characters if such exists.
cleanPath(String) - Static method in class ro.isdc.wro.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
clear() - Method in interface ro.isdc.wro.cache.CacheStrategy
Clear all cache contents.
clear() - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Clear all cache contents.
close() - Method in class ro.isdc.wro.http.DelegatingServletOutputStream
close() - Method in class ro.isdc.wro.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class ro.isdc.wro.util.io.UnclosableBufferedInputStream
 
collectionToDelimitedString(Collection<String>, String) - Static method in class ro.isdc.wro.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
CommentStripperProcessor - Class in ro.isdc.wro.model.resource.processor.impl
CommentStripperProcessor.
CommentStripperProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.CommentStripperProcessor
 
compare(Reader, Reader, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Compare contents of two resources (files) by performing some sort of processing on input resource.
compare(InputStream, InputStream, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compare(InputStream, InputStream) - Static method in class ro.isdc.wro.util.WroTestUtils
Compare if content of expected stream is the same as content of the actual stream.
compare(String, String) - Static method in class ro.isdc.wro.util.WroTestUtils
Compares two strings by removing trailing spaces & tabs for correct comparison.
compareFromDifferentFolders(File, File, IOFileFilter, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Process and compare the files which a located in different folders.
compareFromDifferentFolders(File, File, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Process and compare all the files from the sourceFolder and compare them with the files from the targetFolder.
compareFromDifferentFolders(File, File, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compareFromDifferentFolders(File, File, IOFileFilter, Transformer<String>, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compareFromDifferentFolders(File, File, IOFileFilter, Transformer<String>, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Process and compare the files which a located in different folders.
compareFromDifferentFoldersByExtension(File, File, String, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compareFromDifferentFoldersByExtension(File, File, String, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
TODO run tests in parallel
compareFromSameFolder(File, IOFileFilter, Transformer<String>, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Process and compare files from the same folder.
compareFromSameFolder(File, IOFileFilter, Transformer<String>, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compareProcessedResourceContents(String, String, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Compare contents of two resources (files) by performing some sort of processing on input resource.
compareProcessedResourceContents(String, String, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compareSameFolderByExtension(File, String, String, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Process and compare files from the same folder.
compareSameFolderByExtension(File, String, String, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compareSameFolderByExtension(File, String, Transformer<String>, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
compress(Writer, int) - Method in class ro.isdc.wro.model.resource.processor.support.CssCompressor
 
compressDimensions(String) - Method in class ro.isdc.wro.model.resource.processor.support.CssCompressor
 
ConfigConstants - Enum in ro.isdc.wro.config.jmx
Hold the name of the properties.
ConfigurableProcessorsFactory - Class in ro.isdc.wro.model.resource.processor.factory
A ProcessorsFactory implementation which is easy to configure using a Properties object.
ConfigurableProcessorsFactory() - Constructor for class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
ConfigurableStandaloneContextAwareManagerFactory - Class in ro.isdc.wro.manager.factory.standalone
 
ConfigurableStandaloneContextAwareManagerFactory() - Constructor for class ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
 
ConfigurableWroFilter - Class in ro.isdc.wro.http
An extension of WroFilter which allows configuration by injecting some of the properties.
ConfigurableWroFilter() - Constructor for class ro.isdc.wro.http.ConfigurableWroFilter
 
ConfigurableWroManagerFactory - Class in ro.isdc.wro.manager.factory
Allow configuring uriLocators & processors to add using initParams of the filter.
ConfigurableWroManagerFactory() - Constructor for class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
 
conformColors(String) - Method in class ro.isdc.wro.model.resource.processor.support.Lessify
 
ConformColorsCssProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
A processor which transform all colors to #rgb format.
ConformColorsCssProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.ConformColorsCssProcessor
 
ContentHashEntry - Class in ro.isdc.wro.cache
Entry holding a resource content along with its associated hash.
Context - Class in ro.isdc.wro.config
Holds the properties related to a request cycle.
contributeLocators(Map<String, UriLocator>) - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Allow subclasses to contribute with it's own locators.
contributePostProcessors(Map<String, ResourcePostProcessor>) - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Allow subclasses to contribute with it's own processors.
contributePreProcessors(Map<String, ResourcePreProcessor>) - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Allow subclasses to contribute with it's own pre processors.
CopyrightKeeperProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.impl
Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them.
CRC32HashBuilder - Class in ro.isdc.wro.model.resource.util
Uses CRC32 algorithm for creating fingerprint.
CRC32HashBuilder() - Constructor for class ro.isdc.wro.model.resource.util.CRC32HashBuilder
 
create() - Method in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
create() - Method in class ro.isdc.wro.config.factory.PropertyWroConfigurationFactory
create() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Creates default singleton instance of manager, by initializing manager dependencies with default values (processors).
create() - Method in class ro.isdc.wro.model.factory.FallbackAwareWroModelFactory
create() - Method in class ro.isdc.wro.model.factory.InMemoryCacheableWroModelFactory
create() - Method in class ro.isdc.wro.model.factory.ModelTransformerFactory
create() - Method in class ro.isdc.wro.model.factory.WroModelFactoryDecorator
create() - Method in class ro.isdc.wro.model.factory.XmlModelFactory
create(String, ResourceType) - Static method in class ro.isdc.wro.model.resource.Resource
Factory method for Resource creation.
create() - Method in interface ro.isdc.wro.util.ObjectFactory
 
create(DestroyableLazyInitializer<Runnable>, String) - Static method in class ro.isdc.wro.util.SchedulerHelper
Factory method.
create(DestroyableLazyInitializer<Runnable>) - Static method in class ro.isdc.wro.util.SchedulerHelper
 
createDaemonThreadFactory(String) - Static method in class ro.isdc.wro.util.WroUtil
 
createExpanderHandler(Group, Resource, String) - Method in class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer
create the handler which expand the resources containing wildcard.
createItemsAsString(String...) - Static method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
Creates a comma separated list of items.
createPostProcessorsMap() - Method in class ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
 
createPostProcessorsMap() - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
createPreProcessorsMap() - Method in class ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
 
createPreProcessorsMap() - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
createProperties() - Method in class ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
 
createPropertiesFromFilterConfig() - Method in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
 
CssColors - Enum in ro.isdc.wro.model.resource.processor.support
Holds color mappings.
CssCompressor - Class in ro.isdc.wro.model.resource.processor.support
 
CssCompressor(Reader) - Constructor for class ro.isdc.wro.model.resource.processor.support.CssCompressor
 
CssCompressorProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
A processor implementation using CssCompressor algorithm.
CssCompressorProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.CssCompressorProcessor
 
CssDataUriPreProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
Rewrites background images by replacing the url with data uri of the image.
CssDataUriPreProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
 
CssImportPreProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
CssImport Processor responsible for handling css @import statement.
CssImportPreProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.CssImportPreProcessor
 
CSSMin - Class in ro.isdc.wro.model.resource.processor.support
Css minify barryvan implementation.
CSSMin() - Constructor for class ro.isdc.wro.model.resource.processor.support.CSSMin
 
CssMinProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
A processor implementation using CSSMin algorithm.
CssMinProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.CssMinProcessor
 
CssUrlRewritingProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
CssUrlRewritingProcessor.
The algorithm requires two types of UriLocator objects, one for resolving url resources & one for classpathresources.
CssUrlRewritingProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
 
CssVariablesProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
Processor of css resources, responsible for replacing variables.
CssVariablesProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.CssVariablesProcessor
 

D

DataUriGenerator - Class in ro.isdc.wro.model.resource.processor.support
Generator for Data URIs.
DataUriGenerator() - Constructor for class ro.isdc.wro.model.resource.processor.support.DataUriGenerator
Default constructor.
DECODE - Static variable in class ro.isdc.wro.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class ro.isdc.wro.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class ro.isdc.wro.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class ro.isdc.wro.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class ro.isdc.wro.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decorate(ResourcePreProcessor) - Static method in class ro.isdc.wro.model.resource.processor.impl.CopyrightKeeperProcessorDecorator
 
decorate(ResourcePreProcessor) - Static method in class ro.isdc.wro.model.resource.processor.impl.ExtensionsAwareProcessorDecorator
 
DEFAULT_SIZE - Static variable in class ro.isdc.wro.cache.impl.LruMemoryCacheStrategy
Default cache size if no capacity is specified by the constructor.
defaultConfigPropertyStream(FilterConfig) - Static method in class ro.isdc.wro.config.factory.PropertiesAndFilterConfigWroConfigurationFactory
This method is static in order to be used in other classes, like ConfigurableWroManagerFactory.
DefaultGroupExtractor - Class in ro.isdc.wro.model.group
Default implementation capable of extracting a single group from the request.
DefaultGroupExtractor() - Constructor for class ro.isdc.wro.model.group.DefaultGroupExtractor
 
DefaultProcesorsFactory - Class in ro.isdc.wro.model.resource.processor.factory
Default ProcessorsFactory which provides most commons processors.
DefaultProcesorsFactory() - Constructor for class ro.isdc.wro.model.resource.processor.factory.DefaultProcesorsFactory
 
DefaultStandaloneContextAwareManagerFactory - Class in ro.isdc.wro.manager.factory.standalone
WroManagerFactory instance used by the maven plugin.
DefaultStandaloneContextAwareManagerFactory() - Constructor for class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
DefaultUriLocatorFactory - Class in ro.isdc.wro.model.resource.locator.factory
Default implementation of UriLocatorFactory.
DefaultUriLocatorFactory() - Constructor for class ro.isdc.wro.model.resource.locator.factory.DefaultUriLocatorFactory
 
DefaultWildcardStreamLocator - Class in ro.isdc.wro.model.resource.locator.wildcard
Default implementation of WildcardStreamLocator.
DefaultWildcardStreamLocator() - Constructor for class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
Creates a WildcardStream locator which doesn't care about detecting duplicate resources.
DelegatingServletOutputStream - Class in ro.isdc.wro.http
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class ro.isdc.wro.http.DelegatingServletOutputStream
Create a DelegatingServletOutputStream for the given target stream.
destroy() - Method in interface ro.isdc.wro.cache.CacheStrategy
Perform the clean up.
destroy() - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Perform the clean up.
destroy() - Static method in class ro.isdc.wro.config.Context
Perform context clean-up.
destroy() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Perform the cleanup, clear the listeners.
destroy() - Method in class ro.isdc.wro.http.WroFilter
destroy() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Called by filter indicating that it is being taken out of service.
destroy() - Method in class ro.isdc.wro.manager.WroManager
Called when WroManager is being taken out of service.
destroy() - Method in interface ro.isdc.wro.manager.WroManagerFactory
Called by filter indicating that it is being taken out of service.
destroy() - Method in class ro.isdc.wro.model.factory.AbstractWroModelFactory
Called to indicate that the factory is being taken out of service.
destroy() - Method in class ro.isdc.wro.model.factory.InMemoryCacheableWroModelFactory
Called to indicate that the factory is being taken out of service.
destroy() - Method in interface ro.isdc.wro.model.factory.WroModelFactory
Called to indicate that the factory is being taken out of service.
destroy() - Method in class ro.isdc.wro.model.factory.WroModelFactoryDecorator
Called to indicate that the factory is being taken out of service.
destroy() - Method in class ro.isdc.wro.util.DestroyableLazyInitializer
Destroy the initialized object.
destroy() - Method in class ro.isdc.wro.util.SchedulerHelper
Stops all jobs runned by the scheduler.
DestroyableLazyInitializer<T> - Class in ro.isdc.wro.util
A clone of LazyInitializer, which doesn't throw any checked exception when get method is invoked.
DestroyableLazyInitializer() - Constructor for class ro.isdc.wro.util.DestroyableLazyInitializer
 
disableWildcards() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
Allows disabling wildcard support.
DispatcherStreamLocator - Class in ro.isdc.wro.model.resource.locator
A strategy which use ByteArray IO Streams and dispatch the request to a given location.
DispatcherStreamLocator() - Constructor for class ro.isdc.wro.model.resource.locator.DispatcherStreamLocator
 
DO_BREAK_LINES - Static variable in class ro.isdc.wro.util.Base64
Do break lines when encoding.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ro.isdc.wro.http.WroFilter
doInit(FilterConfig) - Method in class ro.isdc.wro.http.WroFilter
Custom filter initialization - can be used for extended classes.
DONT_GUNZIP - Static variable in class ro.isdc.wro.util.Base64
Specify that gzipped data should not be automatically gunzipped.
DuplicatesAwareCssDataUriPreProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
Similar to CssDataUriPreProcessor which instead of replacing a url blindly with dataUri, is is smart enough to detect duplicated image url and avoid replacing it with dataUri.
DuplicatesAwareCssDataUriPreProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.DuplicatesAwareCssDataUriPreProcessor
 

E

EMTPY_LINE_PATTERN - Static variable in class ro.isdc.wro.util.WroUtil
Empty line pattern.
ENCODE - Static variable in class ro.isdc.wro.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class ro.isdc.wro.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class ro.isdc.wro.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class ro.isdc.wro.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class ro.isdc.wro.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class ro.isdc.wro.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class ro.isdc.wro.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class ro.isdc.wro.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class ro.isdc.wro.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeGroupUrl(String, ResourceType, boolean) - Method in class ro.isdc.wro.model.group.DefaultGroupExtractor
This method is a opposite of the other 3 methods.
encodeGroupUrl(String, ResourceType, boolean) - Method in interface ro.isdc.wro.model.group.GroupExtractor
This method is a opposite of the other 3 methods.
encodeGroupUrl(String, ResourceType, boolean) - Method in class ro.isdc.wro.model.group.processor.GroupExtractorDecorator
This method is a opposite of the other 3 methods.
encodeObject(Serializable) - Static method in class ro.isdc.wro.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class ro.isdc.wro.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeVersionIntoGroupPath(String, ResourceType, boolean) - Method in class ro.isdc.wro.manager.WroManager
Encodes a fingerprint of the resource into the path.
equals(Object) - Method in class ro.isdc.wro.cache.CacheEntry
equals(Object) - Method in class ro.isdc.wro.model.group.Group
equals(Object) - Method in class ro.isdc.wro.model.resource.Resource
ExtensionsAwareProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.impl
Enforce decorated processors to be applied only on predefined extension.
extensionTransformer(String) - Static method in class ro.isdc.wro.util.Transformers
Creates a Transformer which replace a original filename extension with a new extension.

F

FallbackAwareWroModelFactory - Class in ro.isdc.wro.model.factory
An XmlModelFactory that handles the situation when the wro model cannot be loaded at some point (resource cannot be located or the model is invalid).
FallbackAwareWroModelFactory(WroModelFactory) - Constructor for class ro.isdc.wro.model.factory.FallbackAwareWroModelFactory
 
FieldsSavingRequestWrapper - Class in ro.isdc.wro.http
A HttpServletRequestWrapper implementation, which store few request info inside its instance fields, allowing InheritableThreadLocal holding reference to HttpServletRequest to access these information even outside request cycle.
FieldsSavingRequestWrapper(HttpServletRequest) - Constructor for class ro.isdc.wro.http.FieldsSavingRequestWrapper
 
FilterConfigWroConfigurationFactory - Class in ro.isdc.wro.config.factory
This factory retrieve wroConfigurations from FilterConfig.
FilterConfigWroConfigurationFactory(FilterConfig) - Constructor for class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
 
findPreProcessorByClass(Class<T>, Collection<ResourcePreProcessor>) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
flush() - Method in class ro.isdc.wro.http.DelegatingServletOutputStream
flushBase64() - Method in class ro.isdc.wro.util.Base64.OutputStream
Method added by PHIL.
formatFile(String, Writer) - Method in class ro.isdc.wro.model.resource.processor.support.CSSMin
 
formatVersionedResource(String, String) - Method in class ro.isdc.wro.manager.WroManager
Format the version of the resource in the path.
forName(String) - Static method in enum ro.isdc.wro.model.resource.processor.support.CssColors
 

G

generateDataURI(InputStream, String) - Method in class ro.isdc.wro.model.resource.processor.support.DataUriGenerator
Generate the dataUri as string associated to the passed InputStream with encoding & type based on provided fileName.
get(K) - Method in interface ro.isdc.wro.cache.CacheStrategy
Restore a value from the cache.
get(K) - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Restore a value from the cache.
get() - Static method in class ro.isdc.wro.config.Context
 
get(String) - Static method in enum ro.isdc.wro.model.resource.ResourceType
 
get() - Method in class ro.isdc.wro.util.DestroyableLazyInitializer
Returns the object wrapped by this instance.
getAggregatedFolderPath() - Method in class ro.isdc.wro.config.Context
 
getCacheStrategy() - Method in class ro.isdc.wro.manager.WroManager
 
getCacheUpdatePeriod() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
getCacheUpdatePeriod() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
getColor() - Method in enum ro.isdc.wro.model.resource.processor.support.CssColors
 
getColorAsCSS() - Method in enum ro.isdc.wro.model.resource.processor.support.CssColors
 
getColorAsHexString() - Method in enum ro.isdc.wro.model.resource.processor.support.CssColors
 
getConfig() - Method in class ro.isdc.wro.config.Context
 
getConnectionTimeout() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getConnectionTimeout() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
getContentType() - Method in enum ro.isdc.wro.model.resource.ResourceType
 
getContextFolder() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
getDecoratedProcessor() - Method in class ro.isdc.wro.model.resource.processor.impl.AbstractProcessorDecorator
 
getDefaultModelFilename() - Method in class ro.isdc.wro.model.factory.AbstractWroModelFactory
 
getDefaultModelFilename() - Method in class ro.isdc.wro.model.factory.XmlModelFactory
getEncoding() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getEncoding() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
getEncoding() - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
getFilterConfig() - Method in class ro.isdc.wro.config.Context
 
getFilterPath(String, InputStream) - Static method in class ro.isdc.wro.util.WroUtil
Returns the filter path read from the web.xml
getGroupByName(String) - Method in class ro.isdc.wro.model.WroModel
 
getGroupName() - Method in class ro.isdc.wro.cache.CacheEntry
 
getGroupName(HttpServletRequest) - Method in class ro.isdc.wro.model.group.DefaultGroupExtractor
Retrieves a set of group names from supplied uri.
getGroupName(HttpServletRequest) - Method in interface ro.isdc.wro.model.group.GroupExtractor
Retrieves a set of group names from supplied uri.
getGroupName(HttpServletRequest) - Method in class ro.isdc.wro.model.group.processor.GroupExtractorDecorator
Retrieves a set of group names from supplied uri.
getGroupNames() - Method in class ro.isdc.wro.model.WroModel
 
getGroups() - Method in class ro.isdc.wro.model.WroModel
 
getGzippedContent() - Method in class ro.isdc.wro.cache.ContentHashEntry
 
getHash() - Method in class ro.isdc.wro.cache.ContentHashEntry
 
getHash(InputStream) - Method in class ro.isdc.wro.model.resource.util.AbstractDigesterHashBuilder
getHash(InputStream) - Method in class ro.isdc.wro.model.resource.util.CRC32HashBuilder
getHash(InputStream) - Method in interface ro.isdc.wro.model.resource.util.HashBuilder
 
getHeader() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getInputStream(HttpServletRequest, HttpServletResponse, String) - Method in class ro.isdc.wro.model.resource.locator.DispatcherStreamLocator
When using JBoss Portal and it has some funny quirks...actually a portal application have several small web application behind it.
getInputStream(String) - Static method in class ro.isdc.wro.util.WroTestUtils
 
getInstance(String) - Method in class ro.isdc.wro.model.resource.locator.factory.InjectorUriLocatorFactoryDecorator
getInstance(String) - Method in class ro.isdc.wro.model.resource.locator.factory.SimpleUriLocatorFactory
 
getInstance(String) - Method in interface ro.isdc.wro.model.resource.locator.factory.UriLocatorFactory
 
getInstance(String) - Method in class ro.isdc.wro.model.resource.locator.factory.UriLocatorFactoryDecorator
getLastTaskTimeMillis() - Method in class ro.isdc.wro.util.StopWatch
Return the time taken by the last task.
getListOfItems(String, Map<String, T>) - Static method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
Extracts a list of items (processors) from the properties based on existing values inside the map.
getMbeanName() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getMBeanServer() - Method in class ro.isdc.wro.http.WroFilter
Override this method if you want to provide a different MBeanServer.
getMinimizeFreeProcessors(Collection<T>) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
Returns a collection free of minimize aware processors (annotated with @Minimize).
getModelFactory() - Method in class ro.isdc.wro.manager.WroManager
 
getModelResourceAsStream() - Method in class ro.isdc.wro.model.factory.AbstractWroModelFactory
Override this method, in order to provide different xml definition file name.
getModelUpdatePeriod() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
getModelUpdatePeriod() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
getName() - Method in class ro.isdc.wro.model.group.Group
 
getNamingStrategy() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
getNamingStrategy() - Method in class ro.isdc.wro.manager.WroManager
 
getObjectName() - Static method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getPathInfoFromLocation(String) - Static method in class ro.isdc.wro.util.WroUtil
Retrieve pathInfo from a given location.
getPostProcessors() - Method in class ro.isdc.wro.model.group.processor.InjectorProcessorsFactoryDecorator
getPostProcessors() - Method in class ro.isdc.wro.model.group.processor.ProcessorsFactoryDecorator
getPostProcessors() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
getPostProcessors() - Method in interface ro.isdc.wro.model.resource.processor.factory.ProcessorsFactory
 
getPostProcessors() - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
getPreProcessors() - Method in class ro.isdc.wro.model.group.processor.InjectorProcessorsFactoryDecorator
getPreProcessors() - Method in class ro.isdc.wro.model.group.processor.ProcessorsFactoryDecorator
getPreProcessors() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
getPreProcessors() - Method in interface ro.isdc.wro.model.resource.processor.factory.ProcessorsFactory
 
getPreProcessors() - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
getProcessorsByType(ResourceType, Collection<T>) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
getProcessorsFactory() - Method in class ro.isdc.wro.manager.WroManager
 
getPropertiesStream(Properties) - Static method in class ro.isdc.wro.util.WroTestUtils
 
getRawContent() - Method in class ro.isdc.wro.cache.ContentHashEntry
 
getRequest() - Method in class ro.isdc.wro.config.Context
 
getRequestURI() - Method in class ro.isdc.wro.http.FieldsSavingRequestWrapper
 
getRequestURL() - Method in class ro.isdc.wro.http.FieldsSavingRequestWrapper
 
getResources() - Method in class ro.isdc.wro.model.group.Group
 
getResourceType(HttpServletRequest) - Method in class ro.isdc.wro.model.group.DefaultGroupExtractor
Extracts the resource type, by parsing the uri & finds the extension.
getResourceType(HttpServletRequest) - Method in interface ro.isdc.wro.model.group.GroupExtractor
 
getResourceType(HttpServletRequest) - Method in class ro.isdc.wro.model.group.processor.GroupExtractorDecorator
getResponse() - Method in class ro.isdc.wro.config.Context
 
getServletContext() - Method in class ro.isdc.wro.config.Context
 
getServletPath() - Method in class ro.isdc.wro.http.FieldsSavingRequestWrapper
 
getServletPathFromLocation(String) - Static method in class ro.isdc.wro.util.WroUtil
Retrieve servletPath from a given location.
getSupportedContainerExtensions() - Method in class ro.isdc.wro.model.resource.locator.wildcard.JarWildcardStreamLocator
Returns a list of file extensions of all valid JAR files.
getSupportedResourceType() - Method in class ro.isdc.wro.model.resource.processor.impl.AbstractProcessorDecorator
getSupportedResourceType(T) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
getSupportedResourceType() - Method in interface ro.isdc.wro.model.resource.processor.SupportedResourceTypeAware
 
getTargetStream() - Method in class ro.isdc.wro.http.DelegatingServletOutputStream
Return the underlying target stream (never null).
getTaskCount() - Method in class ro.isdc.wro.util.StopWatch
Return the number of tasks timed.
getTaskInfo() - Method in class ro.isdc.wro.util.StopWatch
Return an array of the data for tasks performed.
getTaskName() - Method in class ro.isdc.wro.util.StopWatch.TaskInfo
Return the name of this task.
getTimeMillis() - Method in class ro.isdc.wro.util.StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeSeconds() - Method in class ro.isdc.wro.util.StopWatch.TaskInfo
Return the time in seconds this task took.
getTotalTimeMillis() - Method in class ro.isdc.wro.util.StopWatch
Return the total time in milliseconds for all tasks.
getTotalTimeSeconds() - Method in class ro.isdc.wro.util.StopWatch
Return the total time in seconds for all tasks.
getType() - Method in class ro.isdc.wro.cache.CacheEntry
 
getType() - Method in class ro.isdc.wro.model.resource.Resource
 
getUri() - Method in class ro.isdc.wro.model.resource.Resource
 
getUriLocatorFactory() - Method in class ro.isdc.wro.manager.WroManager
 
getUriLocators() - Method in class ro.isdc.wro.model.resource.locator.factory.SimpleUriLocatorFactory
 
getUrlPrefix() - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
This method has protected modifier in order to be accessed by unit test class.
getWildcardStreamLocator() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
 
getWroConfiguration() - Method in class ro.isdc.wro.http.WroFilter
 
getWroFile() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
getWroManagerClassName() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getWroManagerFactory() - Method in class ro.isdc.wro.http.WroFilter
Factory method for WroManagerFactory.
Group - Class in ro.isdc.wro.model.group
A group is an entity holding a list of resources.
Group() - Constructor for class ro.isdc.wro.model.group.Group
To be used by JSON serializer.
Group(String) - Constructor for class ro.isdc.wro.model.group.Group
Creates a group with a name.
GroupExtractor - Interface in ro.isdc.wro.model.group
Perform processing of the uri and extracts group & resource related informations: name of the group, resource type and whether the result should produce minimized version.
GroupExtractorDecorator - Class in ro.isdc.wro.model.group.processor
A simple decorator for GroupsProcessor.
GroupExtractorDecorator(GroupExtractor) - Constructor for class ro.isdc.wro.model.group.processor.GroupExtractorDecorator
Decorates a GroupExtractor implementation.
GroupsProcessor - Class in ro.isdc.wro.model.group.processor
Default group processor which perform preProcessing, merge and postProcessing on groups resources.
GroupsProcessor() - Constructor for class ro.isdc.wro.model.group.processor.GroupsProcessor
 
GZIP - Static variable in class ro.isdc.wro.util.Base64
Specify that data should be gzip-compressed in second bit.

H

handleFoundResources(Collection<File>) - Method in class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
The default implementation does nothing.
HashBuilder - Interface in ro.isdc.wro.model.resource.util
Creates a fingerprint representation of the resource content.
hashCode() - Method in class ro.isdc.wro.cache.CacheEntry
hashCode() - Method in class ro.isdc.wro.model.group.Group
hashCode() - Method in class ro.isdc.wro.model.resource.Resource
HashEncoderNamingStrategy - Class in ro.isdc.wro.model.resource.util
The simplest implementation of NamingStrategy which encodes the hash code into the name of the resource.
HashEncoderNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.util.HashEncoderNamingStrategy
 
hasResourcesOfType(ResourceType) - Method in class ro.isdc.wro.model.group.Group
Check if the group has at least one resource of some type.
hasWildcard(String) - Method in class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
hasWildcard(String) - Method in interface ro.isdc.wro.model.resource.locator.wildcard.WildcardStreamLocator
 
HttpHeader - Enum in ro.isdc.wro.http
Enumerates Http Headers used by wro4j.

I

init(FilterConfig) - Method in class ro.isdc.wro.http.WroFilter
init(WroModelFactory) - Static method in class ro.isdc.wro.util.WroTestUtils
 
initialize(StandaloneContext) - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
Called by standalone process for initialization.
initialize(StandaloneContext) - Method in interface ro.isdc.wro.manager.factory.standalone.StandaloneContextAwareManagerFactory
Called by standalone process for initialization.
initialize() - Method in class ro.isdc.wro.util.DestroyableLazyInitializer
Creates and initializes the object managed by this LazyInitializer.
initProcessor(ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
initProcessor(ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
 
initProperties() - Method in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
Prepares the Properties object before it is used by the PropertyWroConfigurationFactory.
initProperties() - Method in class ro.isdc.wro.config.factory.PropertiesAndFilterConfigWroConfigurationFactory
Prepares the Properties object before it is used by the PropertyWroConfigurationFactory.
Inject - Annotation Type in ro.isdc.wro.model.group
Used to inject configuration specific objects into pre&post processors implementations.
inject(Object) - Method in class ro.isdc.wro.model.group.processor.Injector
Scans the object and inject the supported values into the fields having @Inject annotation present.
Injector - Class in ro.isdc.wro.model.group.processor
Injector scans some object fields and checks if a value can be provided to a field; Injector will ignore all non-null fields.
Injector(WroManager) - Constructor for class ro.isdc.wro.model.group.processor.Injector
Creates the Injector and initialize the provided manager.
InjectorProcessorsFactoryDecorator - Class in ro.isdc.wro.model.group.processor
Decorator for ProcessorsFactory responsible for processing @Inject annotations of processors provided by decorated factory.
InjectorProcessorsFactoryDecorator(ProcessorsFactory, Injector) - Constructor for class ro.isdc.wro.model.group.processor.InjectorProcessorsFactoryDecorator
 
InjectorUriLocatorFactoryDecorator - Class in ro.isdc.wro.model.resource.locator.factory
Decorator for UriLocatorFactory responsible for processing @Inject annotations of locators provided by decorated factory.
InjectorUriLocatorFactoryDecorator(UriLocatorFactory, Injector) - Constructor for class ro.isdc.wro.model.resource.locator.factory.InjectorUriLocatorFactoryDecorator
 
InMemoryCacheableWroModelFactory - Class in ro.isdc.wro.model.factory
Adds the ability to cache the model in memory.
InMemoryCacheableWroModelFactory(WroModelFactory) - Constructor for class ro.isdc.wro.model.factory.InMemoryCacheableWroModelFactory
 
InvalidGroupNameException - Exception in ro.isdc.wro.model.group
This exception is thrown when an invalid group is requested..
InvalidGroupNameException(String) - Constructor for exception ro.isdc.wro.model.group.InvalidGroupNameException
 
IOFileFilterDecorator - Class in ro.isdc.wro.model.resource.locator.wildcard
Decorator of IOFileFilter.
IOFileFilterDecorator(IOFileFilter) - Constructor for class ro.isdc.wro.model.resource.locator.wildcard.IOFileFilterDecorator
 
isCacheGzippedContent() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isCacheGzippedContent() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
isContextSet() - Static method in class ro.isdc.wro.config.Context
 
isDataUri(String) - Static method in class ro.isdc.wro.model.resource.processor.support.DataUriGenerator
Check if the url is actually a dataUri (base64 encoded value).
isDebug() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isDebug() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
isDisableCache() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isGzipEnabled() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
isGzipEnabled() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
isGzipSupported(HttpServletRequest) - Static method in class ro.isdc.wro.util.WroUtil
Analyze headers of the request and searches for mangled (by proxy) for "Accept-Encoding" header and its mangled variations and gzip header value and its mangled variations.
isIgnoreMissingResources() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isIgnoreMissingResources() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
isIgnoreMissingResources() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
isJmxEnabled() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isMinimize() - Method in class ro.isdc.wro.cache.CacheEntry
 
isMinimize() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
isMinimize() - Method in class ro.isdc.wro.model.resource.processor.impl.AbstractProcessorDecorator
isMinimize() - Method in interface ro.isdc.wro.model.resource.processor.MinimizeAware
 
isMinimize() - Method in class ro.isdc.wro.model.resource.Resource
 
isMinimizeAwareProcessor(T) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
isMinimized(HttpServletRequest) - Method in class ro.isdc.wro.model.group.DefaultGroupExtractor
The minimization is can be switched off only in debug mode.
isMinimized(HttpServletRequest) - Method in interface ro.isdc.wro.model.group.GroupExtractor
 
isMinimized(HttpServletRequest) - Method in class ro.isdc.wro.model.group.processor.GroupExtractorDecorator
isParallelPreprocessing() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isProtectedResource(String) - Static method in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Check If the uri of the resource is protected: it cannot be accessed by accessing the url directly (WEB-INF folder).
isReplaceNeeded(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Check if url must be replaced or not.
isReplaceNeeded(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
Check if url must be replaced or not.
isRunning() - Method in class ro.isdc.wro.util.StopWatch
Return whether the stop watch is currently running.
isUriAllowed(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
 
isValid(String) - Static method in class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
Check if a uri is a classpath resource.
isValid(String) - Static method in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Check if a uri is a servletContext resource.
isValid(String) - Static method in class ro.isdc.wro.model.resource.locator.UrlUriLocator
Check if a uri is a URL resource.

J

JarWildcardStreamLocator - Class in ro.isdc.wro.model.resource.locator.wildcard
Resolves classpath resources looking for wildcard patterns in both file system and in JAR files.
JarWildcardStreamLocator() - Constructor for class ro.isdc.wro.model.resource.locator.wildcard.JarWildcardStreamLocator
 
JawrCssMinifier - Class in ro.isdc.wro.model.resource.processor.support
Minifies CSS files by removing expendable whitespace and comments.
JawrCssMinifier() - Constructor for class ro.isdc.wro.model.resource.processor.support.JawrCssMinifier
 
JawrCssMinifier.MatcherProcessorCallback - Class in ro.isdc.wro.model.resource.processor.support
Template class to abstract the pattern of iterating over a Matcher and performing string replacement.
JawrCssMinifier.MatcherProcessorCallback() - Constructor for class ro.isdc.wro.model.resource.processor.support.JawrCssMinifier.MatcherProcessorCallback
 
JawrCssMinifierProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
A processor implementation using JawrCssMinifier algorithm.
JawrCssMinifierProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.JawrCssMinifierProcessor
 
JSMin - Class in ro.isdc.wro.model.resource.processor.support
JsMin.java.
JSMin(InputStream, OutputStream) - Constructor for class ro.isdc.wro.model.resource.processor.support.JSMin
 
jsmin() - Method in class ro.isdc.wro.model.resource.processor.support.JSMin
jsmin -- Copy the input to the output, deleting the characters which are insignificant to JavaScript.
JSMinProcessor - Class in ro.isdc.wro.model.resource.processor.impl.js
Use JSMin utility for js compression.
JSMinProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.js.JSMinProcessor
 

L

Lessify - Class in ro.isdc.wro.model.resource.processor.support
Transforms colors from long format in a shorter one.
Lessify() - Constructor for class ro.isdc.wro.model.resource.processor.support.Lessify
 
locate(String) - Method in class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
Locates the uri by retrieving the InputStream.
locate(String) - Method in class ro.isdc.wro.model.resource.locator.factory.AbstractUriLocatorFactory
Locates an InputStream for the given uri.
locate(String) - Method in interface ro.isdc.wro.model.resource.locator.factory.UriLocatorFactory
Locates an InputStream for the given uri.
locate(String) - Method in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Locates the uri by retrieving the InputStream.
locate(String) - Method in interface ro.isdc.wro.model.resource.locator.UriLocator
Locates the uri by retrieving the InputStream.
locate(String) - Method in class ro.isdc.wro.model.resource.locator.UrlUriLocator
Locates the uri by retrieving the InputStream.
locateStream(String, File) - Method in class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
Locates the stream based on the fileName containing the wildcard and the folder where to search.
locateStream(String, File) - Method in class ro.isdc.wro.model.resource.locator.wildcard.JarWildcardStreamLocator
Finds the specified URI pattern inside a JAR file.
locateStream(String, File) - Method in interface ro.isdc.wro.model.resource.locator.wildcard.WildcardStreamLocator
Locates the stream based on the fileName containing the wildcard and the folder where to search.
locateStreamFromJar(String, File) - Method in class ro.isdc.wro.model.resource.locator.wildcard.JarWildcardStreamLocator
Finds the specified wildcard-URI resource(s) inside a JAR file and returns an InputStream to read a bundle of matching resources.
logError() - Method in exception ro.isdc.wro.WroRuntimeException
Logs the error of this exception.
LruMemoryCacheStrategy<K,V> - Class in ro.isdc.wro.cache.impl
This class implements a LRU (Least Recently Used) cache strategy.
LruMemoryCacheStrategy() - Constructor for class ro.isdc.wro.cache.impl.LruMemoryCacheStrategy
Constructs a LruMemoryCacheStrategy and sets the default size up to LruMemoryCacheStrategy.DEFAULT_SIZE
LruMemoryCacheStrategy(int) - Constructor for class ro.isdc.wro.cache.impl.LruMemoryCacheStrategy
Constructs a new LruMemoryCacheStrategy and sets the cache size.

M

MD5HashBuilder - Class in ro.isdc.wro.model.resource.util
Uses MD5 algorithm for creating fingerprint.
MD5HashBuilder() - Constructor for class ro.isdc.wro.model.resource.util.MD5HashBuilder
 
MemoryCacheStrategy<K,V> - Class in ro.isdc.wro.cache.impl
Default CacheStrategy implementation using a Map to store values in memory.
MemoryCacheStrategy() - Constructor for class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Default constructor.
MemoryCacheStrategy(Map<K, V>) - Constructor for class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Constructs a new MemoryCacheStrategy and sets the Map that will be used as memory cache.
merge(WroModel) - Method in class ro.isdc.wro.model.WroModel
Merge this model with another model.
mergeRules(String) - Method in class ro.isdc.wro.model.resource.processor.support.CssCompressor
 
minifyCSS(StringBuffer) - Method in class ro.isdc.wro.model.resource.processor.support.JawrCssMinifier
 
Minimize - Annotation Type in ro.isdc.wro.model.group.processor
Used to identify (pre and post) processors which performs minimization.
MinimizeAware - Interface in ro.isdc.wro.model.resource.processor
Mark processors implementing this interface as minimize aware.
ModelTransformerFactory - Class in ro.isdc.wro.model.factory
Applies transformation using supplied transformers to the decorated model.
ModelTransformerFactory(WroModelFactory) - Constructor for class ro.isdc.wro.model.factory.ModelTransformerFactory
 
MultiLineCommentStripperProcessor - Class in ro.isdc.wro.model.resource.processor.impl
Removes multi line comments from processed resource.
MultiLineCommentStripperProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.MultiLineCommentStripperProcessor
 

N

NamingStrategy - Interface in ro.isdc.wro.model.resource.util
Used to version a resource name somehow.
newCacheStrategy() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newConfigProperties() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Override this method to provide a different config properties file location.
newGroupExtractor() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newGroupExtractor() - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
newHashBuilder() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newHashBuilder() - Method in class ro.isdc.wro.model.resource.util.HashEncoderNamingStrategy
 
newMBeanName() - Method in class ro.isdc.wro.http.ConfigurableWroFilter
newMBeanName() - Method in class ro.isdc.wro.http.WroFilter
 
newMessageDigest() - Method in class ro.isdc.wro.model.resource.util.AbstractDigesterHashBuilder
 
newMessageDigest() - Method in class ro.isdc.wro.model.resource.util.MD5HashBuilder
newMessageDigest() - Method in class ro.isdc.wro.model.resource.util.SHA1HashBuilder
newModelFactory() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newModelFactory() - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
newModelFactory() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
newModelTransformers() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newPostProcessorsMap() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
newPreProcessorsMap() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
newProcessorsFactory() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Override to provide a different or modified default factory implementation.
newProcessorsFactory() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Reuse ConfigurableProcessorsFactory for processors lookup.
newProcessorsFactory() - Method in class ro.isdc.wro.manager.factory.NoProcessorsWroManagerFactory
Override to provide a different or modified default factory implementation.
newProcessorsFactory() - Method in class ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
 
newProcessorsFactory() - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
newProcessorsFactory() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
 
newProperties() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
newPropertyStream() - Method in class ro.isdc.wro.config.factory.PropertiesAndFilterConfigWroConfigurationFactory
 
newResourceProcessor(Resource, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroUtil
A factory method for creating a ResourceProcessor based on provided ResourcePreProcessor.
newServletContextUriLocator() - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
newServletContextUriLocator() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
 
newUriLocatorFactory() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Override to provide a different or modified factory.
newUriLocatorFactory() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Override to provide a different or modified factory.
newUriLocatorFactory() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
 
newWildcardStreamLocator() - Method in class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
Builds a JarWildcardStreamLocator in order to get resources from the full classpath.
newWildcardStreamLocator() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
 
newWroConfigurationFactory() - Method in class ro.isdc.wro.http.ConfigurableWroFilter
newWroConfigurationFactory() - Method in class ro.isdc.wro.http.WroFilter
 
newWroManagerFactory() - Method in class ro.isdc.wro.http.ConfigurableWroFilter
The default implementation of ConfigurableWroFilter should allow setting of pre & post processors in configuration properties.
newWroManagerFactory() - Method in class ro.isdc.wro.http.WroFilter
 
NO_OPTIONS - Static variable in class ro.isdc.wro.util.Base64
No options specified.
NoOpNamingStrategy - Class in ro.isdc.wro.model.resource.util
The simplest implementation of NamingStrategy which preserve the original name.
NoOpNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.util.NoOpNamingStrategy
 
noOpTransformer() - Static method in class ro.isdc.wro.util.Transformers
 
NoProcessorsWroManagerFactory - Class in ro.isdc.wro.manager.factory
An implementation with no processors set.
NoProcessorsWroManagerFactory() - Constructor for class ro.isdc.wro.manager.factory.NoProcessorsWroManagerFactory
 
normalizePath(String) - Static method in class ro.isdc.wro.util.StringUtils
Normalize the path by removing occurrences of "..".

O

ObjectFactory<T> - Interface in ro.isdc.wro.util
Classic factory interface.
onCachePeriodChanged(long) - Method in interface ro.isdc.wro.config.WroConfigurationChangeListener
Invoked when the cachePeriod property is changed.
onCachePeriodChanged(long) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Invoked when the cachePeriod property is changed.
onCachePeriodChanged(long) - Method in class ro.isdc.wro.manager.WroManager
Invoked when the cachePeriod property is changed.
onModelPeriodChanged(long) - Method in interface ro.isdc.wro.config.WroConfigurationChangeListener
Invoked when the modelPeriod property is changed.
onModelPeriodChanged(long) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Invoked when the modelPeriod property is changed.
onModelPeriodChanged(long) - Method in class ro.isdc.wro.manager.WroManager
Invoked when the modelPeriod property is changed.
onProcessCompleted() - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Invoked when the process operation is completed.
onProcessCompleted() - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
Invoked when the process operation is completed.
onProcessCompleted() - Method in class ro.isdc.wro.model.resource.processor.impl.css.DuplicatesAwareCssDataUriPreProcessor
Invoked when the process operation is completed.
onRequestProcessed() - Method in class ro.isdc.wro.http.WroFilter
Useful for unit tests to check the post processing.
onRuntimeException(RuntimeException, HttpServletResponse, FilterChain) - Method in class ro.isdc.wro.http.WroFilter
Invoked when a RuntimeException is thrown.
onUrlReplaced(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Invoked when an url is replaced.
onUrlReplaced(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
Invoked when an url is replaced.
open(File) - Method in class ro.isdc.wro.model.resource.locator.wildcard.JarWildcardStreamLocator
Opens the specified JAR file and returns a valid handle.
ORDERED - Static variable in class ro.isdc.wro.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.

P

PARAM_CONFIGURATION - Static variable in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
Configuration Mode (DEVELOPMENT or DEPLOYMENT) By default DEVELOPMENT mode is used.
PARAM_MINIMIZE - Static variable in class ro.isdc.wro.model.group.DefaultGroupExtractor
The name of the parameter used to decide if the group must be minimized.
PARAM_POST_PROCESSORS - Static variable in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
Property name to specify post processors.
PARAM_PRE_PROCESSORS - Static variable in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
Property name to specify pre processors.
PARAM_RESOURCE_ID - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
The name of resource id parameter.
PARAM_URI_LOCATORS - Static variable in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Name of init param used to specify uri locators.
PARAM_VALUE_DEPLOYMENT - Static variable in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
Deprecated. 
PATH_API - Static variable in class ro.isdc.wro.http.WroFilter
wro API mapping path.
PATH_RESOURCES - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
Resources mapping path.
PATTERN - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Compiled pattern.
PATTERN - Static variable in class ro.isdc.wro.model.resource.processor.impl.MultiLineCommentStripperProcessor
Pattern containing a regex matching multiline comments & empty new lines.
PATTERN - Static variable in class ro.isdc.wro.model.resource.processor.impl.SingleLineCommentStripperProcessor
Pattern containing a regex matching singleline comments & preceding empty spaces & tabs.
PlaceholderProcessor - Class in ro.isdc.wro.model.resource.processor.impl
A processor which parse a resource and search for placeholders of this type: ${} and replace them with the values found in a map provided the by client.
PlaceholderProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.PlaceholderProcessor
 
PREFIX - Static variable in class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
Prefix of the resource uri used to check if the resource can be read by this UriLocator implementation.
PREFIX - Static variable in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Prefix for url resources.
PreProcessorExecutor - Class in ro.isdc.wro.model.group.processor
TODO: refactor this class.
PreProcessorExecutor() - Constructor for class ro.isdc.wro.model.group.processor.PreProcessorExecutor
 
prettyPrint() - Method in class ro.isdc.wro.util.StopWatch
Return a string with a table describing all tasks performed.
process(HttpServletRequest, HttpServletResponse) - Method in interface ro.isdc.wro.http.RequestProcessor
Perform actual processing logic.
process() - Method in class ro.isdc.wro.manager.WroManager
Perform processing of the uri.
process(Group, ResourceType, boolean) - Method in class ro.isdc.wro.model.group.processor.GroupsProcessor
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.AbstractProcessorDecorator
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.CommentStripperProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.CommentStripperProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.CopyrightKeeperProcessorDecorator
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.ConformColorsCssProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.ConformColorsCssProcessor
Perform actual resource processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssCompressorProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssCompressorProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssImportPreProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssMinProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssMinProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssVariablesProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssVariablesProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.JawrCssMinifierProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.JawrCssMinifierProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.VariablizeColorsCssProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.css.VariablizeColorsCssProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.ExtensionsAwareProcessorDecorator
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.js.JSMinProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.js.JSMinProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.js.SemicolonAppenderPreProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.MultiLineCommentStripperProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.MultiLineCommentStripperProcessor
Perform actual resource processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.PlaceholderProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.PlaceholderProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.SingleLineCommentStripperProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.impl.SingleLineCommentStripperProcessor
Perform actual resource processing.
process(Reader, Writer) - Method in interface ro.isdc.wro.model.resource.processor.ResourcePostProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in interface ro.isdc.wro.model.resource.processor.ResourcePreProcessor
Process a content supplied by a reader and perform some sort of processing.
processAndMerge(List<Resource>, boolean) - Method in class ro.isdc.wro.model.group.processor.PreProcessorExecutor
Apply preProcessors on resources and merge them.
ProcessorsFactory - Interface in ro.isdc.wro.model.resource.processor.factory
Locates processors to be used for group processing.
ProcessorsFactoryDecorator - Class in ro.isdc.wro.model.group.processor
Decorates ProcessorsFactory.
ProcessorsFactoryDecorator(ProcessorsFactory) - Constructor for class ro.isdc.wro.model.group.processor.ProcessorsFactoryDecorator
 
ProcessorsUtils - Class in ro.isdc.wro.model.resource.processor
Contains divers utility methods applied on processors.
ProcessorsUtils() - Constructor for class ro.isdc.wro.model.resource.processor.ProcessorsUtils
 
PropertiesAndFilterConfigWroConfigurationFactory - Class in ro.isdc.wro.config.factory
Uses a default Properties file location (under /WEB-INF/wro.properties) for creating WroConfiguration and overrides them with properties defined in FilterConfig object.
PropertiesAndFilterConfigWroConfigurationFactory(FilterConfig) - Constructor for class ro.isdc.wro.config.factory.PropertiesAndFilterConfigWroConfigurationFactory
 
PropertyWroConfigurationFactory - Class in ro.isdc.wro.config.factory
Loads configurations from a Properties object.
PropertyWroConfigurationFactory() - Constructor for class ro.isdc.wro.config.factory.PropertyWroConfigurationFactory
 
put(K, V) - Method in interface ro.isdc.wro.cache.CacheStrategy
Put a value in the cache using a key.
put(K, V) - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Put a value in the cache using a key.

R

read() - Method in class ro.isdc.wro.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class ro.isdc.wro.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
RECURSIVE_WILDCARD - Static variable in class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
Character to distinguish wildcard inside the uri.
RecursiveGroupDefinitionException - Exception in ro.isdc.wro.model.group
This exception is thrown when the group a recursively referring each-other.
RecursiveGroupDefinitionException(String) - Constructor for exception ro.isdc.wro.model.group.RecursiveGroupDefinitionException
 
registerCacheUpdatePeriodChangeListener(PropertyChangeListener) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Register a listener which is notified when the modelUpdate period value is changed.
registerCallback(PropertyChangeListener) - Method in interface ro.isdc.wro.manager.CacheChangeCallbackAware
 
registerCallback(PropertyChangeListener) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
registerCallback(PropertyChangeListener) - Method in class ro.isdc.wro.manager.WroManager
registerModelUpdatePeriodChangeListener(PropertyChangeListener) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Register a listener which is notified when the modelUpdate period value is changed.
release() - Method in class ro.isdc.wro.http.taglib.AbstractResourceTag
reloadCache() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Force reload of the cache.
reloadCache() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Force reload of the cache.
ReloadCacheRunnable - Class in ro.isdc.wro.manager
A Runnable executed by scheduler to reload the cache.
ReloadCacheRunnable(WroManager) - Constructor for class ro.isdc.wro.manager.ReloadCacheRunnable
 
reloadModel() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Force reload of the model.
reloadModel() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Force reload of the model.
ReloadModelRunnable - Class in ro.isdc.wro.manager
A Runnable executed by scheduler to reload the model.
ReloadModelRunnable(WroManager) - Constructor for class ro.isdc.wro.manager.ReloadModelRunnable
 
removeDuplicateProperties(String) - Method in class ro.isdc.wro.model.resource.processor.support.CssCompressor
 
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.util.HashEncoderNamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in interface ro.isdc.wro.model.resource.util.NamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.util.NoOpNamingStrategy
Creates a new name of the resource which encodes a version.
replace(Resource, List<Resource>) - Method in class ro.isdc.wro.model.group.Group
Replace one resource with a list of other resources.
replace(String, String, String) - Static method in class ro.isdc.wro.util.StringUtils
Replace all occurrences of a substring within a string with another string.
replaceImageUrl(String, String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Replace provided url with the new url if needed.
replaceImageUrl(String, String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
Replace provided url with the new url if needed.
replaceImageUrl(String, String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
Replace provided url with the new url if needed.
replaceImageUrl(String, String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.DuplicatesAwareCssDataUriPreProcessor
Replace provided url with the new url if needed.
replaceWithDataUri(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
Decides whether the computed dataUri should replace the image url.
RequestProcessor - Interface in ro.isdc.wro.http
A processor responsible for handling a request.
Resource - Class in ro.isdc.wro.model.resource
Encapsulates information about a resource.
Resource() - Constructor for class ro.isdc.wro.model.resource.Resource
Empty constructor.
ResourcePostProcessor - Interface in ro.isdc.wro.model.resource.processor
A processor which is applied after the merge.
ResourcePreProcessor - Interface in ro.isdc.wro.model.resource.processor
ResourcePreProcessor.
ResourceType - Enum in ro.isdc.wro.model.resource
Make a distinction between resource type.
resumeEncoding() - Method in class ro.isdc.wro.util.Base64.OutputStream
Resumes encoding of the stream.
ro.isdc.wro - package ro.isdc.wro
 
ro.isdc.wro.cache - package ro.isdc.wro.cache
 
ro.isdc.wro.cache.impl - package ro.isdc.wro.cache.impl
 
ro.isdc.wro.config - package ro.isdc.wro.config
 
ro.isdc.wro.config.factory - package ro.isdc.wro.config.factory
 
ro.isdc.wro.config.jmx - package ro.isdc.wro.config.jmx
 
ro.isdc.wro.http - package ro.isdc.wro.http
 
ro.isdc.wro.http.taglib - package ro.isdc.wro.http.taglib
 
ro.isdc.wro.manager - package ro.isdc.wro.manager
 
ro.isdc.wro.manager.factory - package ro.isdc.wro.manager.factory
 
ro.isdc.wro.manager.factory.standalone - package ro.isdc.wro.manager.factory.standalone
 
ro.isdc.wro.model - package ro.isdc.wro.model
 
ro.isdc.wro.model.factory - package ro.isdc.wro.model.factory
 
ro.isdc.wro.model.group - package ro.isdc.wro.model.group
 
ro.isdc.wro.model.group.processor - package ro.isdc.wro.model.group.processor
 
ro.isdc.wro.model.resource - package ro.isdc.wro.model.resource
 
ro.isdc.wro.model.resource.locator - package ro.isdc.wro.model.resource.locator
 
ro.isdc.wro.model.resource.locator.factory - package ro.isdc.wro.model.resource.locator.factory
 
ro.isdc.wro.model.resource.locator.wildcard - package ro.isdc.wro.model.resource.locator.wildcard
 
ro.isdc.wro.model.resource.processor - package ro.isdc.wro.model.resource.processor
 
ro.isdc.wro.model.resource.processor.factory - package ro.isdc.wro.model.resource.processor.factory
 
ro.isdc.wro.model.resource.processor.impl - package ro.isdc.wro.model.resource.processor.impl
 
ro.isdc.wro.model.resource.processor.impl.css - package ro.isdc.wro.model.resource.processor.impl.css
 
ro.isdc.wro.model.resource.processor.impl.js - package ro.isdc.wro.model.resource.processor.impl.js
 
ro.isdc.wro.model.resource.processor.support - package ro.isdc.wro.model.resource.processor.support
 
ro.isdc.wro.model.resource.util - package ro.isdc.wro.model.resource.util
 
ro.isdc.wro.model.transformer - package ro.isdc.wro.model.transformer
 
ro.isdc.wro.util - package ro.isdc.wro.util
 
ro.isdc.wro.util.io - package ro.isdc.wro.util.io
 
run() - Method in class ro.isdc.wro.manager.ReloadCacheRunnable
 
run() - Method in class ro.isdc.wro.manager.ReloadModelRunnable
 
runConcurrently(Callable<Void>) - Static method in class ro.isdc.wro.util.WroTestUtils
Runs a task concurrently.

S

SchedulerHelper - Class in ro.isdc.wro.util
Encapsulates the logic which handles scheduler creation and destroy.
scheduleWithPeriod(long, TimeUnit) - Method in class ro.isdc.wro.util.SchedulerHelper
Run the scheduler with the provided period of time.
scheduleWithPeriod(long) - Method in class ro.isdc.wro.util.SchedulerHelper
Schedules with provided period using TimeUnit.SECONDS as a default time unit.
SemicolonAppenderPreProcessor - Class in ro.isdc.wro.model.resource.processor.impl.js
A preProcessor, responsible for adding a ';' character to the end of each js file.
SemicolonAppenderPreProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.js.SemicolonAppenderPreProcessor
 
ServletContextUriLocator - Class in ro.isdc.wro.model.resource.locator
UriLocator capable to read the resources relative to servlet context.
ServletContextUriLocator() - Constructor for class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
 
set(Context) - Static method in class ro.isdc.wro.config.Context
 
set(Context, WroConfiguration) - Static method in class ro.isdc.wro.config.Context
Associate a context with the CURRENT request cycle.
setAggregatedFolderPath(String) - Method in class ro.isdc.wro.config.Context
This field is useful only for the aggregated resources of type ResourceType.CSS.
setCacheGzippedContent(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setCacheGzippedContent(boolean) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Whether gzipped content should be cached or not.
setCacheStrategy(CacheStrategy<CacheEntry, ContentHashEntry>) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setCacheStrategy(CacheStrategy<CacheEntry, ContentHashEntry>) - Method in class ro.isdc.wro.manager.WroManager
 
setCacheUpdatePeriod(long) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Set after how many seconds the cache containing merged resources by group name should be updated.
setCacheUpdatePeriod(long) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Set after how many seconds the cache containing merged resources by group name should be updated.
setCacheUpdatePeriod(long) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setConfig(WroConfiguration) - Method in class ro.isdc.wro.config.Context
DO NOT CALL THIS METHOD UNLESS YOU ARE SURE WHAT YOU ARE DOING.
setConfigProperties(Properties) - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Setter is useful for unit tests.
setConnectionTimeout(int) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Timeout (seconds) of the url connection for external resources.
setConnectionTimeout(int) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
After how many seconds the connection to servlet context and external url will be timed-out.
setContextFolder(File) - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
setDebug(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setDebug(boolean) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Set the debug mode.
setDebug(boolean) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setDisableCache(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setDisableCache(boolean) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setEncoding(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setEncoding(String) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Encoding to use when writing the processed result into the output stream.
setEncoding(String) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setGroupExtractor(GroupExtractor) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setGroupExtractor(GroupExtractor) - Method in class ro.isdc.wro.manager.WroManager
 
setGroups(Collection<Group>) - Method in class ro.isdc.wro.model.WroModel
 
setGzipEnabled(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
setGzipEnabled(boolean) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
setGzipEnabled(boolean) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setHash(String) - Method in class ro.isdc.wro.cache.ContentHashEntry
 
setHashBuilder(HashBuilder) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setHashBuilder(HashBuilder) - Method in class ro.isdc.wro.manager.WroManager
 
setHeader(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setIgnoreMissingResources(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setIgnoreMissingResources(boolean) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
setIgnoreMissingResources(boolean) - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
setIgnoreMissingVariables(boolean) - Method in class ro.isdc.wro.model.resource.processor.impl.PlaceholderProcessor
 
setJmxEnabled(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setJmxEnabled(boolean) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setKeepTaskList(boolean) - Method in class ro.isdc.wro.util.StopWatch
Determine whether the TaskInfo array is built over time.
setMbeanName(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setMbeanName(String) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setMinimize(boolean) - Method in class ro.isdc.wro.cache.CacheEntry
 
setMinimize(boolean) - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
setMinimize(boolean) - Method in class ro.isdc.wro.model.resource.Resource
 
setModelFactory(WroModelFactory) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setModelFactory(WroModelFactory) - Method in class ro.isdc.wro.manager.WroManager
 
setModelTransformers(List<Transformer<WroModel>>) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setModelUpdatePeriod(long) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Set after how many seconds the wro model should be updated.
setModelUpdatePeriod(long) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Set after how many seconds the wro model should be updated.
setModelUpdatePeriod(long) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setNamingStrategy(NamingStrategy) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setNamingStrategy(NamingStrategy) - Method in class ro.isdc.wro.manager.WroManager
 
setParallelPreprocessing(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setPostProcessorsMap(Map<String, ResourcePostProcessor>) - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
setPreProcessorsMap(Map<String, ResourcePreProcessor>) - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
setProcessorsFactory(ProcessorsFactory) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setProcessorsFactory(ProcessorsFactory) - Method in interface ro.isdc.wro.manager.factory.standalone.StandaloneContextAwareManagerFactory
set the processor factory to be used by the WroManagerFactory created by this factory.
setProcessorsFactory(ProcessorsFactory) - Method in class ro.isdc.wro.manager.WroManager
 
setProperties(Properties) - Method in class ro.isdc.wro.config.factory.PropertyWroConfigurationFactory
 
setProperties(Properties) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setProperties(Properties) - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
setPropertiesFactory(ObjectFactory<Properties>) - Method in class ro.isdc.wro.model.resource.processor.impl.PlaceholderProcessor
 
setRawContent(String) - Method in class ro.isdc.wro.cache.ContentHashEntry
 
setResourcePostProcessors(Collection<ResourcePostProcessor>) - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
setResourcePreProcessors(Collection<ResourcePreProcessor>) - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
setResources(List<Resource>) - Method in class ro.isdc.wro.model.group.Group
This method will replace all earlier defined resources with the provided list of resources.
setResponseHeaders(HttpServletResponse) - Method in class ro.isdc.wro.http.WroFilter
Method called for each request and responsible for setting response headers, used mostly for cache control.
setSource(String) - Method in class ro.isdc.wro.http.taglib.AbstractResourceTag
 
setTransformers(List<? extends Transformer<WroModel>>) - Method in class ro.isdc.wro.model.factory.ModelTransformerFactory
Set a list of transformers to apply on decorated model factory.
setType(ResourceType) - Method in class ro.isdc.wro.model.resource.Resource
 
setUri(String) - Method in class ro.isdc.wro.model.resource.Resource
 
setUriLocatorFactory(UriLocatorFactory) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setUriLocatorFactory(UriLocatorFactory) - Method in class ro.isdc.wro.manager.WroManager
 
setWildcardExpanderHandler(Transformer<Collection<File>>) - Method in class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
Sets the handler to be used by the implementing class.
setWildcardExpanderHandler(Transformer<Collection<File>>) - Method in interface ro.isdc.wro.model.resource.locator.wildcard.WildcardExpandedHandlerAware
Sets the handler to be used by the implementing class.
setWroFile(File) - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
setWroManagerClassName(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
SHA1HashBuilder - Class in ro.isdc.wro.model.resource.util
Uses SHA1 algorithm for creating fingerprint.
SHA1HashBuilder() - Constructor for class ro.isdc.wro.model.resource.util.SHA1HashBuilder
 
shortSummary() - Method in class ro.isdc.wro.util.StopWatch
Return a short description of the total running time.
simpleObjectFactory(T) - Static method in class ro.isdc.wro.util.WroUtil
 
SimpleProcessorsFactory - Class in ro.isdc.wro.model.resource.processor.factory
Default implementation of processors factory.
SimpleProcessorsFactory() - Constructor for class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
 
SimpleUriLocatorFactory - Class in ro.isdc.wro.model.resource.locator.factory
Holds a list of uri locators.
SimpleUriLocatorFactory() - Constructor for class ro.isdc.wro.model.resource.locator.factory.SimpleUriLocatorFactory
 
SingleLineCommentStripperProcessor - Class in ro.isdc.wro.model.resource.processor.impl
SingleLineCommentStripperProcessor can be both: preProcessor & postProcessor.
SingleLineCommentStripperProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.SingleLineCommentStripperProcessor
 
source - Variable in class ro.isdc.wro.http.taglib.AbstractResourceTag
The source path
standaloneContext() - Static method in class ro.isdc.wro.config.Context
A context useful for running in non web context (standAlone applications).
StandaloneContext - Class in ro.isdc.wro.manager.factory.standalone
A context for running wro4j in standalone mode.
StandaloneContext() - Constructor for class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
StandaloneContextAwareManagerFactory - Interface in ro.isdc.wro.manager.factory.standalone
An implementation of WroManagerFactory aware about the run context.
StandaloneWroManagerFactory - Class in ro.isdc.wro.manager.factory.standalone
This factory will create a WroManager which is able to run itself outside of a webContainer.
StandaloneWroManagerFactory() - Constructor for class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
 
start() - Method in class ro.isdc.wro.util.StopWatch
Start an unnamed task.
start(String) - Method in class ro.isdc.wro.util.StopWatch
Start a named task.
startsWithIgnoreCase(String, String) - Static method in class ro.isdc.wro.util.WroUtil
Case insensitive check if a String starts with a specified prefix.
stop() - Method in class ro.isdc.wro.util.StopWatch
Stop the current task.
StopWatch - Class in ro.isdc.wro.util
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch() - Constructor for class ro.isdc.wro.util.StopWatch
Construct a new stop watch.
StopWatch(String) - Constructor for class ro.isdc.wro.util.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - Class in ro.isdc.wro.util
Inner class to hold data about one task executed within the stop watch.
StringUtils - Class in ro.isdc.wro.util
StringUtils Utility class.
SupportedResourceType - Annotation Type in ro.isdc.wro.model.resource
Specify for which type of resources the pre or post processor should apply.
SupportedResourceTypeAware - Interface in ro.isdc.wro.model.resource.processor
Mark processor implementing this interface that they are capable of providing supported ResourceType.
suspendEncoding() - Method in class ro.isdc.wro.util.Base64.OutputStream
Suspends encoding of the stream.

T

toDateAsString(long) - Static method in class ro.isdc.wro.util.WroUtil
Transforms milliseconds into date format for response header of this form: Sat, 10 Apr 2010 17:31:31 GMT.
toJSMultiLineString(String) - Static method in class ro.isdc.wro.util.WroUtil
Transforms a java multi-line string into javascript multi-line string.
toPackageAsFolder(Class<?>) - Static method in class ro.isdc.wro.util.WroUtil
Creates a folder like implementation for a class.
toPostProcessor(ResourcePreProcessor) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
Transforms a preProcessor into a postProcessor.
toPreProcessor(ResourcePostProcessor) - Static method in class ro.isdc.wro.model.resource.processor.ProcessorsUtils
Transforms a postProcessor into a preProcessor.
toString() - Method in class ro.isdc.wro.cache.CacheEntry
toString() - Method in class ro.isdc.wro.cache.ContentHashEntry
toString() - Method in class ro.isdc.wro.config.Context
toString() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
toString() - Method in enum ro.isdc.wro.http.HttpHeader
Use this method instead of name() to get the header name.
toString() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
toString() - Method in class ro.isdc.wro.manager.WroManager
toString() - Method in class ro.isdc.wro.model.group.Group
toString() - Method in class ro.isdc.wro.model.resource.processor.factory.SimpleProcessorsFactory
toString() - Method in class ro.isdc.wro.model.resource.Resource
 
toString() - Method in class ro.isdc.wro.model.WroModel
 
toString() - Method in class ro.isdc.wro.util.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
transform(WroModel) - Method in class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer
transform(T) - Method in interface ro.isdc.wro.util.Transformer
 
Transformer<T> - Interface in ro.isdc.wro.util
Transform some an object of some type to another object of the same type.
Transformers - Class in ro.isdc.wro.util
Contains factory methods for creating Transformer object.
Transformers() - Constructor for class ro.isdc.wro.util.Transformers
 

U

UnauthorizedRequestException - Exception in ro.isdc.wro.http
This exception is thrown when an invalid group is requested..
UnauthorizedRequestException(String) - Constructor for exception ro.isdc.wro.http.UnauthorizedRequestException
 
UnclosableBufferedInputStream - Class in ro.isdc.wro.util.io
An input stream which allows to be read multiple times.
UnclosableBufferedInputStream(InputStream) - Constructor for class ro.isdc.wro.util.io.UnclosableBufferedInputStream
 
UnclosableBufferedInputStream(byte[]) - Constructor for class ro.isdc.wro.util.io.UnclosableBufferedInputStream
 
unset() - Static method in class ro.isdc.wro.config.Context
Remove context from the local thread.
UriLocator - Interface in ro.isdc.wro.model.resource.locator
Describes a way to locate the stream associated with some uri.
Defines a contract for classes which are able to read a uri, by returning the corresponding InputStream.
UriLocatorFactory - Interface in ro.isdc.wro.model.resource.locator.factory
Centralize information about UriLocators to be used.
UriLocatorFactoryDecorator - Class in ro.isdc.wro.model.resource.locator.factory
Decorator for UriLocatorFactory.
UriLocatorFactoryDecorator(UriLocatorFactory) - Constructor for class ro.isdc.wro.model.resource.locator.factory.UriLocatorFactoryDecorator
 
URL_SAFE - Static variable in class ro.isdc.wro.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrlUriLocator - Class in ro.isdc.wro.model.resource.locator
UriLocator capable to read the resources from some URL.
UrlUriLocator() - Constructor for class ro.isdc.wro.model.resource.locator.UrlUriLocator
 

V

valueOf(String, String) - Static method in class ro.isdc.wro.cache.ContentHashEntry
Factory method.
valueOf(String) - Static method in enum ro.isdc.wro.config.jmx.ConfigConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.isdc.wro.http.HttpHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.isdc.wro.model.resource.processor.support.CssColors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.isdc.wro.model.resource.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ro.isdc.wro.config.jmx.ConfigConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.isdc.wro.http.HttpHeader
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.isdc.wro.model.resource.processor.support.CssColors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.isdc.wro.model.resource.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
variablizeColors(String) - Method in class ro.isdc.wro.model.resource.processor.support.Lessify
 
VariablizeColorsCssProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
 
VariablizeColorsCssProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.VariablizeColorsCssProcessor
 

W

webContext(HttpServletRequest, HttpServletResponse, FilterConfig) - Static method in class ro.isdc.wro.config.Context
A context useful for running in web context (inside a servlet container).
WildcardExpandedHandlerAware - Interface in ro.isdc.wro.model.resource.locator.wildcard
Classes implementing this interface will be able to get a WildcardExpanderHandler, which is an interface capable of doing something with the files associated with one wildcard resource element.
WildcardExpanderModelTransformer - Class in ro.isdc.wro.model.transformer
A decorator which looks up for resources containing wildcards and replaces them with the corresponding collection of specific resources.
WildcardExpanderModelTransformer() - Constructor for class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer
 
WildcardExpanderModelTransformer.NoMoreAttemptsIOException - Exception in ro.isdc.wro.model.transformer
An instance of IOException having a special purpose: to skip subsequent attempts to localize a stream.
WildcardExpanderModelTransformer.NoMoreAttemptsIOException(String) - Constructor for exception ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer.NoMoreAttemptsIOException
 
WildcardStreamLocator - Interface in ro.isdc.wro.model.resource.locator.wildcard
Defines the way resources containing wildcard characters are located.
WildcardUriLocatorSupport - Class in ro.isdc.wro.model.resource.locator.wildcard
An UriLocator which knows how to handle wildcards and provides WildcardStreamLocator implementation.
WildcardUriLocatorSupport() - Constructor for class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
 
wrapWithWroRuntimeException(Exception) - Static method in class ro.isdc.wro.util.WroUtil
Wraps original exception into WroRuntimeException and throw it.
write(int) - Method in class ro.isdc.wro.http.DelegatingServletOutputStream
write(int) - Method in class ro.isdc.wro.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class ro.isdc.wro.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
WroConfiguration - Class in ro.isdc.wro.config.jmx
 
WroConfiguration() - Constructor for class ro.isdc.wro.config.jmx.WroConfiguration
 
WroConfigurationChangeListener - Interface in ro.isdc.wro.config
Listener which is notified about the change of some properties of WroConfiguration object.
WroConfigurationMBean - Interface in ro.isdc.wro.config.jmx
This interface defines the MBean which manage the wro4j configuration.
WroFilter - Class in ro.isdc.wro.http
Main entry point.
WroFilter() - Constructor for class ro.isdc.wro.http.WroFilter
 
WroManager - Class in ro.isdc.wro.manager
Contains all the factories used by optimizer in order to perform the logic.
WroManager() - Constructor for class ro.isdc.wro.manager.WroManager
 
WroManagerFactory - Interface in ro.isdc.wro.manager
Factory used to create WroManager objects.
WroModel - Class in ro.isdc.wro.model
The resource model encapsulates the information about all existing groups.
WroModel() - Constructor for class ro.isdc.wro.model.WroModel
 
WroModelFactory - Interface in ro.isdc.wro.model.factory
Creates a WroModel object.
WroModelFactoryDecorator - Class in ro.isdc.wro.model.factory
Decorates a WroModelFactory.
WroModelFactoryDecorator(WroModelFactory) - Constructor for class ro.isdc.wro.model.factory.WroModelFactoryDecorator
 
WroRuntimeException - Exception in ro.isdc.wro
Base Wro Runtime exception.
WroRuntimeException(String, Throwable) - Constructor for exception ro.isdc.wro.WroRuntimeException
 
WroRuntimeException(String) - Constructor for exception ro.isdc.wro.WroRuntimeException
 
WroTestUtils - Class in ro.isdc.wro.util
WroTestUtils.
WroTestUtils() - Constructor for class ro.isdc.wro.util.WroTestUtils
 
WroUtil - Class in ro.isdc.wro.util
Utility class.
WroUtil() - Constructor for class ro.isdc.wro.util.WroUtil
 

X

XmlModelFactory - Class in ro.isdc.wro.model.factory
Model factory implementation.
XmlModelFactory() - Constructor for class ro.isdc.wro.model.factory.XmlModelFactory
 

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

Copyright © 2008-2011. All Rights Reserved.