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

A

AbstractConfigurableMultipleStrategy<S,P> - Class in ro.isdc.wro.model.resource.support
Abstracts the configurable creation of the strategies.
AbstractConfigurableMultipleStrategy() - Constructor for class ro.isdc.wro.model.resource.support.AbstractConfigurableMultipleStrategy
 
AbstractConfigurableSingleStrategy<S,P> - Class in ro.isdc.wro.model.resource.support
Abstracts the configurable creation of the strategies.
AbstractConfigurableSingleStrategy() - Constructor for class ro.isdc.wro.model.resource.support.AbstractConfigurableSingleStrategy
 
AbstractConfigurableStrategySupport<S,P> - Class in ro.isdc.wro.model.resource.support
Abstracts the configurable creation of the strategies based on ProviderFinder.
AbstractConfigurableStrategySupport() - Constructor for class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
AbstractCssImportPreProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
CssImport Processor responsible for handling css @import statement.
AbstractCssImportPreProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssImportPreProcessor
 
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
 
AbstractDecorator<T> - Class in ro.isdc.wro.util
Templated decorator.
AbstractDecorator(T) - Constructor for class ro.isdc.wro.util.AbstractDecorator
 
AbstractDigesterHashStrategy - Class in ro.isdc.wro.model.resource.support.hash
Uses abstract digester for creating a hash.
AbstractDigesterHashStrategy() - Constructor for class ro.isdc.wro.model.resource.support.hash.AbstractDigesterHashStrategy
 
AbstractJsTemplateCompiler - Class in ro.isdc.wro.extensions.processor.support.template
A base class for template processors like: dustJS or hoganJS.
AbstractJsTemplateCompiler() - Constructor for class ro.isdc.wro.extensions.processor.support.template.AbstractJsTemplateCompiler
 
AbstractLinter - Class in ro.isdc.wro.extensions.processor.support.linter
Encapsulates common code for utilities like jsHint or jsLint.
AbstractLinter() - Constructor for class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
 
AbstractLinterMojo<T> - Class in ro.isdc.wro.maven.plugin
Contains common behavior for mojos responsible for static code analysis, example: csslint, jslint, jshint.
AbstractLinterMojo() - Constructor for class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
AbstractLinterProcessor - Class in ro.isdc.wro.extensions.processor.js
Processor which analyze the js code and warns you about any problems.
AbstractLinterProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
 
AbstractNodeWithFallbackProcessor - Class in ro.isdc.wro.extensions.processor.js
An abstract processor which should be extended by processors which can provide both: node & a fallback (usually rhino) implementation of processor.
AbstractNodeWithFallbackProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.AbstractNodeWithFallbackProcessor
 
AbstractProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Deprecated. use ProcessorDecorator instead.
AbstractProcessorDecorator(ResourcePreProcessor) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecorator
Deprecated.  
AbstractProcessorDecorator(ResourcePostProcessor) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecorator
Deprecated.  
AbstractProcessorDecoratorSupport<T> - Class in ro.isdc.wro.model.resource.processor.decorator
Hides details common to all processors decorators, like ability to identify if a processor is minimize aware
AbstractProcessorDecoratorSupport(T) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
 
AbstractProcessorsFilter - Class in ro.isdc.wro.http.support
Allows configuration of a list of processors to be applied on the
AbstractProcessorsFilter() - Constructor for class ro.isdc.wro.http.support.AbstractProcessorsFilter
 
AbstractReportXmlFormatter<T> - Class in ro.isdc.wro.extensions.support.lint
Builds an XML report for lint errors based on provided collection of LinterError's.
AbstractReportXmlFormatter(LintReport<T>) - Constructor for class ro.isdc.wro.extensions.support.lint.AbstractReportXmlFormatter
 
AbstractResourceTag - Class in ro.isdc.wro.http.taglib
 
AbstractResourceTag() - Constructor for class ro.isdc.wro.http.taglib.AbstractResourceTag
 
AbstractSingleProcessorMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin which use a single processor.
AbstractSingleProcessorMojo() - Constructor for class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
AbstractSynchronizedCacheStrategyDecorator<K,V> - Class in ro.isdc.wro.cache.support
Ensure that the AbstractSynchronizedCacheStrategyDecorator.loadValue(Object) will be called only once for the same key.
AbstractSynchronizedCacheStrategyDecorator(CacheStrategy<K, V>) - Constructor for class ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator
 
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
 
AbstractWro4jMojo - Class in ro.isdc.wro.maven.plugin
Defines most common properties used by wro4j build-time solution infrastructure.
AbstractWro4jMojo() - Constructor for class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
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 class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
Determines if current request can be handled by this requestHandler
accept(HttpServletRequest) - Method in class ro.isdc.wro.http.handler.LazyRequestHandlerDecorator
Determines if current request can be handled by this requestHandler
accept(HttpServletRequest) - Method in class ro.isdc.wro.http.handler.ReloadCacheRequestHandler
Determines if current request can be handled by this requestHandler
accept(HttpServletRequest) - Method in class ro.isdc.wro.http.handler.ReloadModelRequestHandler
Determines if current request can be handled by this requestHandler
accept(HttpServletRequest) - Method in interface ro.isdc.wro.http.handler.RequestHandler
Determines if current request can be handled by this requestHandler
accept(HttpServletRequest) - Method in class ro.isdc.wro.http.handler.RequestHandlerSupport
Determines if current request can be handled by this requestHandler
accept(HttpServletRequest) - Method in class ro.isdc.wro.http.handler.ResourceProxyRequestHandler
Determines if current request can be handled by this requestHandler
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.
add(String) - Method in class ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager
Add a new resource uri to the set of authorized resources.
add(String) - Method in interface ro.isdc.wro.model.resource.support.MutableResourceAuthorizationManager
Add a new resource uri to the set of authorized resources.
addAttribute(String, String) - Method in class ro.isdc.wro.cache.CacheKey
Add a custom key-value pair attribute.
addClientSideEnvironment() - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
Add a client side environment to the script context (client-side aware).
addExtension(String) - Method in class ro.isdc.wro.model.resource.processor.decorator.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.
addHandler(RequestHandler) - Method in class ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory
Adds a single handler to existing collection.
addJSON() - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
 
addModelTransformer(Transformer<WroModel>) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Add a single model transformer.
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.
addReport(ResourceLintReport<T>) - Method in class ro.isdc.wro.extensions.support.lint.LintReport
Add a single lint report to underlying collection.
addReport(ResourceLintReport<T>) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
Add a single report to the registry of found errors.
addRequire(String) - Method in class ro.isdc.wro.extensions.processor.support.sass.RubySassEngine
Adds a ruby require to the ruby script to be run by this RubySassEngine.
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.cache.impl.LruMemoryCacheStrategy
Aliased used by provider for this implementation
ALIAS - Static variable in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Aliased used by provider for this implementation
ALIAS - Static variable in class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
The alias of this RequestHandler used for configuration.
ALIAS - Static variable in class ro.isdc.wro.extensions.model.factory.GroovyModelFactory
Alias for this model factory used by provider.
ALIAS - Static variable in class ro.isdc.wro.extensions.model.factory.JsonModelFactory
Alias for this model factory used by provider.
ALIAS - Static variable in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
Alias for this model factory used by provider.
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.BourbonCssProcessor
The processor alias.
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.Less4jProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.LessCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.RhinoLessCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.SassCssProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.css.YUICssCompressorProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.CoffeeScriptProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.DojoShrinksafeCompressorProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.DustJsProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.EmberJsProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.HandlebarsJsProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.HoganJsProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.JsHintProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.JsLintProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.PackerJsProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.RhinoCoffeeScriptProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.RhinoTypeScriptProcessor
 
ALIAS - Static variable in class ro.isdc.wro.extensions.processor.js.TypeScriptProcessor
 
ALIAS - Static variable in class ro.isdc.wro.http.handler.ReloadCacheRequestHandler
The alias of this RequestHandler used for configuration.
ALIAS - Static variable in class ro.isdc.wro.http.handler.ReloadModelRequestHandler
The alias of this RequestHandler used for configuration.
ALIAS - Static variable in class ro.isdc.wro.http.handler.ResourceProxyRequestHandler
The alias of this RequestHandler used for configuration.
ALIAS - Static variable in class ro.isdc.wro.model.factory.XmlModelFactory
The alias for this model factory used by spi provider.
ALIAS - Static variable in class ro.isdc.wro.model.resource.locator.ClasspathUriLocator
Alias used to register this locator with LocatorProvider.
ALIAS - Static variable in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Alias used to register this locator with LocatorProvider.
ALIAS - Static variable in class ro.isdc.wro.model.resource.locator.UrlUriLocator
Alias used to register this locator with LocatorProvider.
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.FallbackCssDataUriProcessor
 
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.LessCssImportPreProcessor
 
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.ConsoleStripperProcessor
 
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 - Static variable in class ro.isdc.wro.model.resource.support.hash.CRC32HashStrategy
A short name of this hashBuilder.
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.hash.MD5HashStrategy
A short name of this hashBuilder.
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.hash.SHA1HashStrategy
A short name of this strategy.
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.naming.DefaultHashEncoderNamingStrategy
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.naming.FolderHashEncoderNamingStrategy
 
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.naming.HashEncoderNamingStrategy
Deprecated.  
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.naming.NoOpNamingStrategy
A short name of this naming strategy.
ALIAS - Static variable in class ro.isdc.wro.model.resource.support.naming.TimestampNamingStrategy
Alias used identify this implementation when configuring which NamingStrategy to use.
ALIAS_ADVANCED - Static variable in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
ALIAS_BEAUTIFY - Static variable in class ro.isdc.wro.extensions.processor.js.BeautifyJsProcessor
 
ALIAS_DISPATCHER_FIRST - Static variable in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Same as default Alias (exist for explicit configuration).
ALIAS_DUPLICATE - Static variable in class ro.isdc.wro.model.resource.processor.impl.css.DuplicatesAwareCssDataUriPreProcessor
 
ALIAS_PACK - Static variable in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
 
ALIAS_PACK - Static variable in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
 
ALIAS_RUBY - Static variable in class ro.isdc.wro.extensions.processor.css.SassCssProcessor
 
ALIAS_SERVLET_CONTEXT_FIRST - Static variable in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Uses SERVLET_CONTEXT_FIRST strategy, meaning that, for example, a jsp will be served with its raw content, instead of processed by container.
ALIAS_SIMPLE - Static variable in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
ALIAS_UGLIFY - Static variable in class ro.isdc.wro.extensions.processor.js.UglifyJsProcessor
 
ALIAS_UNPACK - Static variable in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
 
ALIAS_UNPACK - Static variable in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
 
ALIAS_WHITESPACE_ONLY - Static variable in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
apply(F) - Method in interface ro.isdc.wro.util.Function
Returns the result of applying this function to input.
ASCENDING_COMPARATOR - Static variable in interface ro.isdc.wro.util.Ordered
 
assertProcessorSupportResourceTypes(ResourcePreProcessor, ResourceType...) - Static method in class ro.isdc.wro.util.WroTestUtils
Asserts that a processor supports provided resource types.
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.
ATTRIBUTE_INCLUDED_BY_DISPATCHER - Static variable in class ro.isdc.wro.model.resource.locator.support.DispatcherStreamLocator
Attribute indicating that the request is included from within a wro request cycle.

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
 
beautifyJs() - Static method in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
Factory method for creating the beautifyJs engine.
BeautifyJsProcessor - Class in ro.isdc.wro.extensions.processor.js
Perform a beautify operation on javascript by nicely formatting it.
BeautifyJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.BeautifyJsProcessor
Default constructor.
BenchmarkProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
A decorator responsible for tracking the time spent with processing.
BenchmarkProcessorDecorator(Object) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.BenchmarkProcessorDecorator
 
BourbonCssProcessor - Class in ro.isdc.wro.extensions.processor.css
A processor to support the bourbon (http://thoughtbot.com/bourbon/) mixins library for sass.
BourbonCssProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.BourbonCssProcessor
 
build(String...) - Method in class ro.isdc.wro.extensions.processor.support.linter.OptionsBuilder
 
build() - Method in class ro.isdc.wro.manager.WroManager.Builder
 
build() - Method in class ro.isdc.wro.model.group.processor.InjectorBuilder
 
buildDocument() - Method in class ro.isdc.wro.extensions.support.lint.AbstractReportXmlFormatter
Populates document with required DOM elements.
buildDocument() - Method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
Populates document with required DOM elements.
buildFromCsv(String) - Method in class ro.isdc.wro.extensions.processor.support.linter.OptionsBuilder
Builds options json representation from a set of options encoded in a string, each of them being separated by a comma.
buildPackScript(String) - Method in class ro.isdc.wro.extensions.processor.support.packer.PackerJs
 

C

CacheKey - Class in ro.isdc.wro.cache
Used as an entry for the cache.
CacheKey(String, ResourceType, boolean) - Constructor for class ro.isdc.wro.cache.CacheKey
 
CacheKeyFactory - Interface in ro.isdc.wro.cache.factory
Factory responsible for creating CacheKey
CacheKeyFactoryDecorator - Class in ro.isdc.wro.cache.factory
Decorator for CacheKeyFactory object.
CacheKeyFactoryDecorator(CacheKeyFactory) - Constructor for class ro.isdc.wro.cache.factory.CacheKeyFactoryDecorator
 
CacheStrategy<K,V> - Interface in ro.isdc.wro.cache
CacheStrategy.java.
CacheStrategyDecorator<K,V> - Class in ro.isdc.wro.cache.support
A decorator of CacheStrategy.
CacheStrategyDecorator(CacheStrategy<K, V>) - Constructor for class ro.isdc.wro.cache.support.CacheStrategyDecorator
 
CacheStrategyProvider - Interface in ro.isdc.wro.cache.spi
A service provider responsible for providing new implementations of HashStrategy.
CacheValue - Class in ro.isdc.wro.cache
Entry holding a resource content along with its associated hash.
call() - Method in class ro.isdc.wro.config.support.ContextPropagatingCallable
check(CacheKey) - Method in class ro.isdc.wro.model.resource.support.change.ResourceWatcher
Check if resources from a group were changed.
checkChangeForGroup(String, String) - Method in class ro.isdc.wro.model.resource.support.change.ResourceChangeDetector
Check if an uri from a particular group has changed.
CJson - Class in ro.isdc.wro.extensions.processor.support.cjson
The underlying implementation use the cjson project: http://stevehanov.ca/blog/index.php?id=104.
CJson() - Constructor for class ro.isdc.wro.extensions.processor.support.cjson.CJson
 
CJsonProcessor - Class in ro.isdc.wro.extensions.processor.js
A processor using cjson compression algorithm: http://stevehanov.ca/blog/index.php?id=104.
CJsonProcessor(boolean) - Constructor for class ro.isdc.wro.extensions.processor.js.CJsonProcessor
Private constructor, prevent instantiation.
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.ConfigurableCacheStrategy
Clear all cache contents.
clear() - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Clear all cache contents.
clear() - Method in class ro.isdc.wro.cache.support.CacheStrategyDecorator
Clear all cache contents.
clear() - Method in class ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator
Clear all cache contents.
clear() - Method in class ro.isdc.wro.http.support.ServletContextAttributeHelper
Remove all attributes from ServletContext.
clear() - Method in class ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager
Clear all authorized resources added previously.
clear() - Method in interface ro.isdc.wro.model.resource.support.MutableResourceAuthorizationManager
Clear all authorized resources added previously.
close() - Method in class ro.isdc.wro.http.support.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
 
CoffeeScript - Class in ro.isdc.wro.extensions.processor.support.coffeescript
CoffeeScript is a little language that compiles into JavaScript.
CoffeeScript() - Constructor for class ro.isdc.wro.extensions.processor.support.coffeescript.CoffeeScript
 
CoffeeScriptFilter - Class in ro.isdc.wro.extensions.http
A filter which transforms a coffeeScript resource into javascript.
CoffeeScriptFilter() - Constructor for class ro.isdc.wro.extensions.http.CoffeeScriptFilter
 
CoffeeScriptProcessor - Class in ro.isdc.wro.extensions.processor.js
Similar to RhinoCoffeeScriptProcessor but will prefer using NodeCoffeeScriptProcessor if it is supported and will fallback to rhino based processor.
CoffeeScriptProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.CoffeeScriptProcessor
 
collectResourcesOfType(ResourceType) - Method in class ro.isdc.wro.model.group.Group
 
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, 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.
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
compareFromDifferentFoldersByName(File, File, String, String, ResourcePostProcessor) - Static method in class ro.isdc.wro.util.WroTestUtils
Compares files with the same name from sourceFolder against it's counterpart in targetFolder, but allows source and target files to have different extensions.
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.
compile(String) - Method in class ro.isdc.wro.extensions.processor.support.coffeescript.CoffeeScript
Validates a js using jsHint and throws LinterException if the js is invalid.
compile(String, String) - Method in class ro.isdc.wro.extensions.processor.support.emberjs.EmberJs
visible for testing, the init of a HandlebarsJs template
compile(String, String) - Method in class ro.isdc.wro.extensions.processor.support.handlebarsjs.HandlebarsJs
 
compile(String, String) - Method in class ro.isdc.wro.extensions.processor.support.hoganjs.HoganJs
Compiles the javascript template into plain javascript.
compile(String, String) - Method in class ro.isdc.wro.extensions.processor.support.template.AbstractJsTemplateCompiler
Compiles the javascript template into plain javascript.
compile(String) - Method in class ro.isdc.wro.extensions.processor.support.typescript.TypeScriptCompiler
 
compress(Writer, int) - Method in class ro.isdc.wro.extensions.processor.support.yui.YuiCssCompressor
 
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.
ConfigurableAntPathPatternsResourceAuthorizationManager - Class in ro.isdc.wro.extensions.model.resource
An implementation of ResourceAuthorizationManager which authorize the uri based on configured list of uri's matched using antPath support.
ConfigurableAntPathPatternsResourceAuthorizationManager() - Constructor for class ro.isdc.wro.extensions.model.resource.ConfigurableAntPathPatternsResourceAuthorizationManager
 
ConfigurableCacheStrategy - Class in ro.isdc.wro.cache
Uses the CacheStrategy implementation associated with an alias read from properties file.
ConfigurableCacheStrategy() - Constructor for class ro.isdc.wro.cache.ConfigurableCacheStrategy
 
ConfigurableHashStrategy - Class in ro.isdc.wro.model.resource.support.hash
Uses the HashStrategy implementation associated with an alias read from properties file.
ConfigurableHashStrategy() - Constructor for class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
 
ConfigurableLocatorFactory - Class in ro.isdc.wro.model.resource.locator.factory
A ProcessorsFactory implementation which is easy to configure using a Properties object.
ConfigurableLocatorFactory() - Constructor for class ro.isdc.wro.model.resource.locator.factory.ConfigurableLocatorFactory
 
ConfigurableModelFactory - Class in ro.isdc.wro.model.factory
 
ConfigurableModelFactory() - Constructor for class ro.isdc.wro.model.factory.ConfigurableModelFactory
 
ConfigurableNamingStrategy - Class in ro.isdc.wro.model.resource.support.naming
Uses the NamingStrategy implementation associated with an alias read from properties file.
ConfigurableNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
 
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
 
ConfigurableProvider - Interface in ro.isdc.wro.util.provider
Bring all providers in a single place.
ConfigurableProviderSupport - Class in ro.isdc.wro.util.provider
Default implementation of ConfigurableProvider which provides nothing by default.
ConfigurableProviderSupport() - Constructor for class ro.isdc.wro.util.provider.ConfigurableProviderSupport
 
ConfigurableRequestHandlerFactory - Class in ro.isdc.wro.http.handler.factory
A RequestHandler implementation which is easy to configure using a Properties object.
ConfigurableRequestHandlerFactory() - Constructor for class ro.isdc.wro.http.handler.factory.ConfigurableRequestHandlerFactory
 
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
 
ConfigurableWroManagerFactory - Class in ro.isdc.wro.maven.plugin.manager.factory
Default implementation which use a property file to read the pre & post processors to be used during processing.
ConfigurableWroManagerFactory() - Constructor for class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
 
configureDefaultHeaders(Map<String, String>) - Method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Allow configuration of default headers.
configureDefaultHeaders(Map<String, String>) - Method in class ro.isdc.wro.http.WroFilter
Deprecated. use WroFilter#newResponseHeaderConfigurer() and ResponseHeadersConfigurer.configureDefaultHeaders(Map)
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
 
ConsoleStripperProcessor - Class in ro.isdc.wro.model.resource.processor.impl.js
A preProcessor, responsible for removing console.log(..) and console.debug(..) statements.
ConsoleStripperProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.js.ConsoleStripperProcessor
 
containsImport() - Method in class ro.isdc.wro.model.resource.processor.support.CssImportInspector
 
ContentTypeResolver - Class in ro.isdc.wro.http.support
Responseible for resolving a content based on file name.
ContentTypeResolver() - Constructor for class ro.isdc.wro.http.support.ContentTypeResolver
 
Context - Class in ro.isdc.wro.config
Holds the properties related to a request cycle.
contextDestroyed(ServletContextEvent) - Method in class ro.isdc.wro.http.WroServletContextListener
contextInitialized(ServletContextEvent) - Method in class ro.isdc.wro.http.WroServletContextListener
ContextPropagatingCallable<T> - Class in ro.isdc.wro.config.support
A Callable decorator responsible for propagating the correlationId to the decorated callable.
ContextPropagatingCallable(Callable<T>) - Constructor for class ro.isdc.wro.config.support.ContextPropagatingCallable
 
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.
copyAll(Map<String, S>, Map<String, S>) - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
Utility method which copies all entries from source into target.
CopyrightKeeperProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them.
CRC32HashStrategy - Class in ro.isdc.wro.model.resource.support.hash
Uses CRC32 algorithm for creating fingerprint.
CRC32HashStrategy() - Constructor for class ro.isdc.wro.model.resource.support.hash.CRC32HashStrategy
 
create(HttpServletRequest) - Method in interface ro.isdc.wro.cache.factory.CacheKeyFactory
Creates a CacheKey from the provided request.
create(HttpServletRequest) - Method in class ro.isdc.wro.cache.factory.CacheKeyFactoryDecorator
Creates a CacheKey from the provided request.
create(HttpServletRequest) - Method in class ro.isdc.wro.cache.factory.DefaultCacheKeyFactory
Creates a CacheKey from the provided request.
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.config.factory.ServletContextPropertyWroConfigurationFactory
create() - Method in class ro.isdc.wro.config.metadata.DefaultMetaDataFactory
 
create() - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelFactory
create() - Method in class ro.isdc.wro.extensions.model.factory.JsonModelFactory
create() - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
create(LintReport<LintItem>, ReportXmlFormatter.FormatterType) - Static method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
Factory method for creating ReportXmlFormatter.
create(String, Collection<T>) - Static method in class ro.isdc.wro.extensions.support.lint.ResourceLintReport
Factory method for creating a ResourceLintReport instance.
create() - Method in class ro.isdc.wro.http.handler.factory.ConfigurableRequestHandlerFactory
create() - Method in class ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory
create(FilterConfig) - Static method in class ro.isdc.wro.http.support.ServletContextAttributeHelper
Factory method which uses default name for storing/retrieving attributes in ServletContext.
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.manager.factory.DefaultWroManagerFactory
create() - Method in class ro.isdc.wro.manager.factory.InjectableWroManagerFactoryDecorator
Deprecated. 
create() - Method in class ro.isdc.wro.manager.factory.SimpleWroManagerFactory
create() - Method in class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
create() - Method in class ro.isdc.wro.model.factory.ConfigurableModelFactory
create() - Method in class ro.isdc.wro.model.factory.DefaultWroModelFactoryDecorator
create() - Method in class ro.isdc.wro.model.factory.FallbackAwareWroModelFactory
create() - Method in class ro.isdc.wro.model.factory.LazyWroModelFactoryDecorator
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(WroManagerFactory) - Static method in class ro.isdc.wro.model.group.processor.InjectorBuilder
Factory method which uses a managerFactory to initialize injected fields.
create(WroManager) - Static method in class ro.isdc.wro.model.group.processor.InjectorBuilder
 
create(ProcessingType, boolean) - Static method in class ro.isdc.wro.model.resource.processor.support.ProcessingCriteria
 
create(String, ResourceType) - Static method in class ro.isdc.wro.model.resource.Resource
Factory method for Resource creation.
create(String) - Static method in class ro.isdc.wro.model.resource.Resource
Creates a resource and set the correct ResourceType based on uri extension.
create() - Method in interface ro.isdc.wro.util.ObjectFactory
 
create(LazyInitializer<Runnable>, String) - Static method in class ro.isdc.wro.util.SchedulerHelper
Factory method.
create(LazyInitializer<Runnable>) - Static method in class ro.isdc.wro.util.SchedulerHelper
 
createCompiler() - Method in class ro.isdc.wro.extensions.processor.js.DustJsProcessor
 
createCompiler() - Method in class ro.isdc.wro.extensions.processor.js.EmberJsProcessor
createCompiler() - Method in class ro.isdc.wro.extensions.processor.js.HandlebarsJsProcessor
createCompiler() - Method in class ro.isdc.wro.extensions.processor.js.HoganJsProcessor
 
createCompiler() - Method in class ro.isdc.wro.extensions.processor.js.JsTemplateCompilerProcessor
 
createDaemonThreadFactory(String) - Static method in class ro.isdc.wro.util.WroUtil
 
createDefault(boolean) - Static method in class ro.isdc.wro.model.resource.processor.support.ProcessingCriteria
 
createDefaultOptions() - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
 
createDefaultOptions() - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
 
createDefaultOptions() - Method in class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
 
createExceptionMessage(RhinoException) - Static method in class ro.isdc.wro.extensions.script.RhinoUtils
Creates a more detailed message based on RhinoException thrown by rhino execution.
createExpanderHandler(Group, Resource, String) - Method in class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer
create the handler which expand the resources containing wildcard.
createFallbackProcessor() - Method in class ro.isdc.wro.extensions.processor.css.LessCssProcessor
Lazily initialize the rhinoProcessor.
createFallbackProcessor() - Method in class ro.isdc.wro.extensions.processor.js.AbstractNodeWithFallbackProcessor
Lazily initialize the rhinoProcessor.
createFallbackProcessor() - Method in class ro.isdc.wro.extensions.processor.js.CoffeeScriptProcessor
Lazily initialize the rhinoProcessor.
createFallbackProcessor() - Method in class ro.isdc.wro.extensions.processor.js.TypeScriptProcessor
Lazily initialize the rhinoProcessor.
createForCssLintError(LintReport<CssLintError>, ReportXmlFormatter.FormatterType) - Static method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
 
createForLinterError(LintReport<LinterError>, ReportXmlFormatter.FormatterType) - Static method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
 
createFromStandaloneContext(StandaloneContext) - Static method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
Use this factory method when you want to use the SmartWroModelFactory in standalone (maven plugin) context.
createInjector() - Static method in class ro.isdc.wro.util.WroTestUtils
 
createItemsAsString(String...) - Static method in class ro.isdc.wro.model.resource.support.AbstractConfigurableMultipleStrategy
Creates a comma separated list of items.
createNodeProcessor() - Method in class ro.isdc.wro.extensions.processor.css.LessCssProcessor
createNodeProcessor() - Method in class ro.isdc.wro.extensions.processor.js.AbstractNodeWithFallbackProcessor
 
createNodeProcessor() - Method in class ro.isdc.wro.extensions.processor.js.CoffeeScriptProcessor
createNodeProcessor() - Method in class ro.isdc.wro.extensions.processor.js.TypeScriptProcessor
createOptionsAsJson() - Method in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
Reads by default options from options.js file located in the same package.
createProperties() - Method in class ro.isdc.wro.config.factory.ServletContextPropertyWroConfigurationFactory
 
createProperties() - Method in class ro.isdc.wro.manager.factory.standalone.ConfigurableStandaloneContextAwareManagerFactory
 
createProperties() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
createPropertiesFromFilterConfig() - Method in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
 
createResourceMockingLocator() - Static method in class ro.isdc.wro.util.WroTestUtils
 
createResourceMockingLocatorFactory() - Static method in class ro.isdc.wro.util.WroTestUtils
 
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
createTempFile() - Static method in class ro.isdc.wro.util.WroUtil
 
createTempFile(String) - Static method in class ro.isdc.wro.util.WroUtil
Creates a temp file which has a certain extension.
createXmlFormatter(LintReport<T>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
createXmlFormatter(LintReport<CssLintError>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
createXmlFormatter(LintReport<LinterError>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
createXmlFormatter(LintReport<LinterError>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
css(Map, String) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
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
 
CssImportInspector - Class in ro.isdc.wro.model.resource.processor.support
Encapsulates the matcher creation for css import statements detection.
CssImportInspector(String) - Constructor for class ro.isdc.wro.model.resource.processor.support.CssImportInspector
 
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
 
CssLint - Class in ro.isdc.wro.extensions.processor.support.csslint
CssLint script engine utility.
CssLint() - Constructor for class ro.isdc.wro.extensions.processor.support.csslint.CssLint
 
CssLintError - Class in ro.isdc.wro.extensions.processor.support.csslint
Encapsulates an error reported by JsHint.
CssLintError() - Constructor for class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
CssLintException - Exception in ro.isdc.wro.extensions.processor.support.csslint
Exception caused by CssLint processing.
CssLintException() - Constructor for exception ro.isdc.wro.extensions.processor.support.csslint.CssLintException
 
CssLintMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin used to validate css code defined in wro model.
CssLintMojo() - Constructor for class ro.isdc.wro.maven.plugin.CssLintMojo
 
CssLintProcessor - Class in ro.isdc.wro.extensions.processor.css
Processor which analyze the css code and warns you found problems.
CssLintProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.CssLintProcessor
 
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
 
CssRule - Class in ro.isdc.wro.extensions.processor.support.csslint
Encapsulates an error reported by JsHint.
CssRule() - Constructor for class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
CssUrlInspector - Class in ro.isdc.wro.model.resource.processor.support
Encapsulates the matcher creation for css backround url's detection.
CssUrlInspector() - Constructor for class ro.isdc.wro.model.resource.processor.support.CssUrlInspector
 
CssUrlInspector.ItemHandler - Interface in ro.isdc.wro.model.resource.processor.support
The handler invoked for each found occurrence of url in parsed css.
CssUrlRewritingProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
Note: When used together with CssImportPreProcessor, the CssUrlRewritingProcessor should come first, otherwise it will produce wrong results.
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
 
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(CacheStrategy<CacheKey, CacheValue>) - Static method in class ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator
Decorates the provided CacheStrategy.
decorate(Runnable) - Static method in class ro.isdc.wro.config.support.ContextPropagatingCallable
 
decorate(WroModelFactory, List<Transformer<WroModel>>) - Static method in class ro.isdc.wro.model.factory.DefaultWroModelFactoryDecorator
Factory method which takes care of redundant decoration.
decorate(ResourcePreProcessor) - Static method in class ro.isdc.wro.model.resource.processor.decorator.CopyrightKeeperProcessorDecorator
 
decorate(ResourcePreProcessor) - Static method in class ro.isdc.wro.model.resource.processor.decorator.ExtensionsAwareProcessorDecorator
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class ro.isdc.wro.config.jmx.WroConfiguration
Default value for connectionTimeout property.
DEFAULT_ENCODING - Static variable in class ro.isdc.wro.config.jmx.WroConfiguration
Default encoding to use.
DEFAULT_LESS_JS - Static variable in class ro.isdc.wro.extensions.processor.support.less.LessCss
The name of the sass script to be used by default.
DEFAULT_NAME - Static variable in class ro.isdc.wro.http.support.ServletContextAttributeHelper
Default value of the name init param.
DEFAULT_SASS_JS - Static variable in class ro.isdc.wro.extensions.processor.support.sass.SassCss
The name of the sass script to be used by default.
DEFAULT_SIZE - Static variable in class ro.isdc.wro.cache.impl.LruMemoryCacheStrategy
Default cache size if no capacity is specified by the constructor.
DEFAULT_UGLIFY_JS - Static variable in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
The name of the uglify script to be used by default.
DefaultCacheKeyFactory - Class in ro.isdc.wro.cache.factory
Default implementation of CacheKeyFactory which builds the CacheKey by setting all required types after inspecting the request.
DefaultCacheKeyFactory() - Constructor for class ro.isdc.wro.cache.factory.DefaultCacheKeyFactory
 
DefaultCacheStrategyProvider - Class in ro.isdc.wro.cache.spi
Default implementation of NamingStrategyProvider providing all NamingStrategy implementations from core module.
DefaultCacheStrategyProvider() - Constructor for class ro.isdc.wro.cache.spi.DefaultCacheStrategyProvider
 
DefaultConfigurableProvider - Class in ro.isdc.wro.extensions.support.spi
Default implementation of ConfigurableProviderSupport which contributes with components from extensions module.
DefaultConfigurableProvider() - Constructor for class ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
 
DefaultConfigurableProvider - Class in ro.isdc.wro.util.provider
Default implementation of ConfigurableProviderSupport which contributes with components from core module.
DefaultConfigurableProvider() - Constructor for class ro.isdc.wro.util.provider.DefaultConfigurableProvider
 
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
 
DefaultHashEncoderNamingStrategy - Class in ro.isdc.wro.model.resource.support.naming
Encodes the hash into the folder where the resources is located.
DefaultHashEncoderNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.support.naming.DefaultHashEncoderNamingStrategy
 
DefaultHashStrategyProvider - Class in ro.isdc.wro.model.resource.support.hash
Default implementation of NamingStrategyProvider providing all NamingStrategy implementations from core module.
DefaultHashStrategyProvider() - Constructor for class ro.isdc.wro.model.resource.support.hash.DefaultHashStrategyProvider
 
DefaultLocatorProvider - Class in ro.isdc.wro.model.resource.locator.support
Default implementation of LocatorProvider providing all UriLocator implementations from core module.
DefaultLocatorProvider() - Constructor for class ro.isdc.wro.model.resource.locator.support.DefaultLocatorProvider
 
DefaultMetaDataFactory - Class in ro.isdc.wro.config.metadata
Default implementation of MetaDataFactory which returns always a map created during construction.
DefaultMetaDataFactory() - Constructor for class ro.isdc.wro.config.metadata.DefaultMetaDataFactory
Creates a factory with empty metadata map.
DefaultMetaDataFactory(Map<String, Object>) - Constructor for class ro.isdc.wro.config.metadata.DefaultMetaDataFactory
Creates a factory which holds the provided map as metadata storage.
DefaultModelFactoryProvider - Class in ro.isdc.wro.extensions.model.spi
Default provider of WroModelFactory for the core module.
DefaultModelFactoryProvider() - Constructor for class ro.isdc.wro.extensions.model.spi.DefaultModelFactoryProvider
 
DefaultModelFactoryProvider - Class in ro.isdc.wro.model.spi
Default provider of WroModelFactory for the core module.
DefaultModelFactoryProvider() - Constructor for class ro.isdc.wro.model.spi.DefaultModelFactoryProvider
 
DefaultNamingStrategyProvider - Class in ro.isdc.wro.model.resource.support.naming
Default implementation of NamingStrategyProvider providing all NamingStrategy implementations from core module.
DefaultNamingStrategyProvider() - Constructor for class ro.isdc.wro.model.resource.support.naming.DefaultNamingStrategyProvider
 
DefaultProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Decorates the processor with a set of common useful decorators during each processing.
DefaultProcessorDecorator(Object, boolean) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.DefaultProcessorDecorator
 
DefaultProcessorDecorator(Object, ProcessingCriteria) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.DefaultProcessorDecorator
 
DefaultProcessorProvider - Class in ro.isdc.wro.extensions.processor.support
The implementation which contributes with processors from core module.
DefaultProcessorProvider() - Constructor for class ro.isdc.wro.extensions.processor.support.DefaultProcessorProvider
 
DefaultProcessorProvider - Class in ro.isdc.wro.model.resource.processor.support
The implementation which contributes with processors from core module.
DefaultProcessorProvider() - Constructor for class ro.isdc.wro.model.resource.processor.support.DefaultProcessorProvider
 
DefaultProcessorsFactory - Class in ro.isdc.wro.model.resource.processor.factory
Default ProcessorsFactory which provides most commons processors.
DefaultProcessorsFactory() - Constructor for class ro.isdc.wro.model.resource.processor.factory.DefaultProcessorsFactory
 
DefaultRequestHandlerFactory - Class in ro.isdc.wro.http.handler.factory
Default RequestHandlerFactory which adds all RequestHandler's provided as spi by RequestHandlerProvider found in classpath.
DefaultRequestHandlerFactory() - Constructor for class ro.isdc.wro.http.handler.factory.DefaultRequestHandlerFactory
Creates a factory with a list of default handlers.
DefaultRequestHandlerProvider - Class in ro.isdc.wro.extensions.http.handler.spi
Provides RequestHandler implementation from core module.
DefaultRequestHandlerProvider() - Constructor for class ro.isdc.wro.extensions.http.handler.spi.DefaultRequestHandlerProvider
 
DefaultRequestHandlerProvider - Class in ro.isdc.wro.http.handler.spi
Provides RequestHandler implementation from core module.
DefaultRequestHandlerProvider() - Constructor for class ro.isdc.wro.http.handler.spi.DefaultRequestHandlerProvider
 
DefaultResourceAuthorizationManager - Class in ro.isdc.wro.model.resource.support
Controls the resources which should be accessible through ResourceProxyRequestHandler.
DefaultResourceAuthorizationManager() - Constructor for class ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager
 
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
 
DefaultSynchronizedCacheStrategyDecorator - Class in ro.isdc.wro.cache.support
Responsible for invoking GroupsProcessor when cache key is missed.
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
 
DefaultWroManagerFactory - Class in ro.isdc.wro.manager.factory
Load the WroManagerFactory configured in WroConfiguration or loads a default one if none is configured.
DefaultWroManagerFactory(WroConfiguration) - Constructor for class ro.isdc.wro.manager.factory.DefaultWroManagerFactory
 
DefaultWroModelFactoryDecorator - Class in ro.isdc.wro.model.factory
Decorates the model factory with callback registry calls & other useful factories.
DelegatingServletOutputStream - Class in ro.isdc.wro.http.support
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class ro.isdc.wro.http.support.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.ConfigurableCacheStrategy
Perform the clean up.
destroy() - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Perform the clean up.
destroy() - Method in class ro.isdc.wro.cache.support.CacheStrategyDecorator
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.support.AbstractProcessorsFilter
destroy() - Method in class ro.isdc.wro.http.WroContextFilter
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.factory.DefaultWroManagerFactory
Called by filter indicating that it is being taken out of service.
destroy() - Method in class ro.isdc.wro.manager.factory.SimpleWroManagerFactory
Called by filter indicating that it is being taken out of service.
destroy() - Method in interface ro.isdc.wro.manager.factory.WroManagerFactory
Called by filter indicating that it is being taken out of service.
destroy() - Method in class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
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 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.ConfigurableModelFactory
Called to indicate that the factory is being taken out of service.
destroy() - Method in class ro.isdc.wro.model.factory.DefaultWroModelFactoryDecorator
Called to indicate that the factory is being taken out of service.
destroy() - Method in class ro.isdc.wro.model.factory.LazyWroModelFactoryDecorator
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 subclass of LazyInitializer allows to destroy the created object.
DestroyableLazyInitializer() - Constructor for class ro.isdc.wro.util.DestroyableLazyInitializer
 
DispatcherStreamLocator - Class in ro.isdc.wro.model.resource.locator.support
Responsible to locate a context relative resource.
DispatcherStreamLocator() - Constructor for class ro.isdc.wro.model.resource.locator.support.DispatcherStreamLocator
 
DO_BREAK_LINES - Static variable in class ro.isdc.wro.util.Base64
Do break lines when encoding.
doExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
Perform actual plugin processing.
doExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Perform actual plugin processing.
doExecute() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
Perform actual plugin processing.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ro.isdc.wro.http.support.AbstractProcessorsFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ro.isdc.wro.http.WroContextFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ro.isdc.wro.http.WroFilter
doInit(FilterConfig) - Method in class ro.isdc.wro.extensions.http.SpringWroFilter
Custom filter initialization - can be used for extended classes.
doInit(FilterConfig) - Method in class ro.isdc.wro.http.support.AbstractProcessorsFilter
Allows custom initialization.
doInit(FilterConfig) - Method in class ro.isdc.wro.http.WroFilter
Custom filter initialization - can be used for extended classes.
DojoShrinksafeCompressorProcessor - Class in ro.isdc.wro.extensions.processor.js
Compresses javascript code using compressor implemented by Dojo Shrinksafe utility.
DojoShrinksafeCompressorProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.DojoShrinksafeCompressorProcessor
 
doMain(String[]) - Method in class ro.isdc.wro.runner.Wro4jCommandLineRunner
 
DONT_GUNZIP - Static variable in class ro.isdc.wro.util.Base64
Specify that gzipped data should not be automatically gunzipped.
doTransform(String, List<Resource>) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssImportPreProcessor
Perform actual transformation of provided cssContent and the list of found import resources.
doTransform(String, List<Resource>) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssImportPreProcessor
Perform actual transformation of provided cssContent and the list of found import resources.
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
 
DustJs - Class in ro.isdc.wro.extensions.processor.support.dustjs
Dust is a JavaScript templating engine designed to provide a clean separation between presentation and logic without sacrificing ease of use.
DustJs() - Constructor for class ro.isdc.wro.extensions.processor.support.dustjs.DustJs
 
DustJsProcessor - Class in ro.isdc.wro.extensions.processor.js
A processor for dustJs template framework.
DustJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.DustJsProcessor
 

E

EmberJs - Class in ro.isdc.wro.extensions.processor.support.emberjs
EmberJS is a framework which provide a templating engine built on top of Handlebars.
EmberJs() - Constructor for class ro.isdc.wro.extensions.processor.support.emberjs.EmberJs
 
EmberJsProcessor - Class in ro.isdc.wro.extensions.processor.js
Compiles EmberJS templates to javascript.
EmberJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.EmberJsProcessor
 
EMPTY_STREAM - Static variable in class ro.isdc.wro.util.WroUtil
 
emptyHeaders() - Static method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Factory method which creates a ResponseHeadersConfigurer containing no headers set.
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.
ENDPOINT_URI - Static variable in class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
API - reload cache method call
ENDPOINT_URI - Static variable in class ro.isdc.wro.http.handler.ReloadCacheRequestHandler
API - reload cache method call
ENDPOINT_URI - Static variable in class ro.isdc.wro.http.handler.ReloadModelRequestHandler
API - reload model method call
equals(Object) - Method in class ro.isdc.wro.cache.CacheKey
equals(Object) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
equals(Object) - Method in class ro.isdc.wro.model.group.Group
equals(Object) - Method in class ro.isdc.wro.model.resource.Resource
equals(Object) - Method in class ro.isdc.wro.model.WroModel
evaluate(Reader, String) - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
Evaluates a script from a reader.
evaluate(String, String) - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
Evaluates a script.
evaluateChain(InputStream, String) - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
Evaluates a script and return RhinoScriptBuilder for a chained script evaluation.
evaluateChain(String, String) - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
Evaluates a script and return RhinoScriptBuilder for a chained script evaluation.
ExceptionHandlingProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Responsible for handling exception thrown by decorated processor.
ExceptionHandlingProcessorDecorator(Object) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.ExceptionHandlingProcessorDecorator
Decorates a processor with failure handling ability.
exclude(Object, String...) - Static method in class ro.isdc.wro.extensions.processor.PathPatternProcessorDecorator
Decorates a processor which will not be applied on provided patterns.
execute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
extendPluginClasspath() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Update the classpath.
ExtensionsAwareProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Enforce decorated processors to be applied only on predefined extension.
ExtensionsConfigurableWroManagerFactory - Class in ro.isdc.wro.extensions.manager
Deprecated. Use ConfigurableWroManagerFactory instead.
ExtensionsConfigurableWroManagerFactory() - Constructor for class ro.isdc.wro.extensions.manager.ExtensionsConfigurableWroManagerFactory
Deprecated.  
ExtensionsStandaloneManagerFactory - Class in ro.isdc.wro.extensions.manager.standalone
This factory uses the SmartWroModelFactory and it is recommended to be used as the default one when possible.
ExtensionsStandaloneManagerFactory() - Constructor for class ro.isdc.wro.extensions.manager.standalone.ExtensionsStandaloneManagerFactory
 
extensionTransformer(String) - Static method in class ro.isdc.wro.util.Transformers
Creates a Transformer which replace a original filename extension with a new extension.
ExtraConfigFileAware - Interface in ro.isdc.wro.maven.plugin.support
Allows implementor to access a file containing extra config file used by maven plugin.
extractImportUrl(Matcher) - Method in class ro.isdc.wro.model.resource.processor.support.CssImportInspector
Override this method to provide a custom way of extracting the imported resource url.

F

factoryFor(WroModel) - Static method in class ro.isdc.wro.util.WroUtil
A simple way to create a WroModelFactory.
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
 
FallbackCssDataUriProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
Preserves the original css uri along with the new one.
FallbackCssDataUriProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.FallbackCssDataUriProcessor
 
FallbackCssDataUriUrlInspector - Class in ro.isdc.wro.model.resource.processor.support
Similar to CssUrlInspector but responsible for Preserving the original css uri along with the new one.
FallbackCssDataUriUrlInspector() - Constructor for class ro.isdc.wro.model.resource.processor.support.FallbackCssDataUriUrlInspector
 
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
 
find() - Method in class ro.isdc.wro.util.provider.ProviderFinder
 
findAndReplace(String, CssUrlInspector.ItemHandler) - Method in class ro.isdc.wro.model.resource.processor.support.CssUrlInspector
 
findImports(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssImportPreProcessor
Extracts a list of imports from css content.
findImports(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.LessCssImportPreProcessor
Extracts a list of imports from css content.
findImports() - Method in class ro.isdc.wro.model.resource.processor.support.CssImportInspector
 
FingerprintAwareStandaloneManagerFactory - Class in ro.isdc.wro.extensions.manager.standalone
An implementation of WroModelFactory which uses HashEncoderNamingStrategy for encoding the result file name.
FingerprintAwareStandaloneManagerFactory() - Constructor for class ro.isdc.wro.extensions.manager.standalone.FingerprintAwareStandaloneManagerFactory
 
flush() - Method in class ro.isdc.wro.http.support.DelegatingServletOutputStream
flushBase64() - Method in class ro.isdc.wro.util.Base64.OutputStream
Method added by PHIL.
FolderHashEncoderNamingStrategy - Class in ro.isdc.wro.model.resource.support.naming
Encodes the hash into the folder where the resources is located.
FolderHashEncoderNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.support.naming.FolderHashEncoderNamingStrategy
 
forEachFileInFolder(File, Function<File, Void>) - Static method in class ro.isdc.wro.util.WroTestUtils
Applies a function for each file from a folder.
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
 
fromConfig(WroConfiguration) - Static method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Factory method which creates a ResponseHeadersConfigurer containing headers used to disable cache in debug mode.
Function<F,T> - Interface in ro.isdc.wro.util
Determines an output value based on an input value.

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(CacheKey) - Method in class ro.isdc.wro.cache.ConfigurableCacheStrategy
Restore a value from the cache.
get(K) - Method in class ro.isdc.wro.cache.impl.MemoryCacheStrategy
Restore a value from the cache.
get(K) - Method in class ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator
Restore a value from the cache.
get(K) - Method in class ro.isdc.wro.cache.support.CacheStrategyDecorator
Restore a value from the cache.
get() - Static method in class ro.isdc.wro.config.Context
 
get(String) - Static method in class ro.isdc.wro.http.support.ContentTypeResolver
Returns a valid HTTP contentType's for a given filename.
get(String, String) - Static method in class ro.isdc.wro.http.support.ContentTypeResolver
Returns a valid HTTP contentType's for a given filename with charset.
get(String) - Static method in enum ro.isdc.wro.model.resource.ResourceType
 
get() - Method in class ro.isdc.wro.util.LazyInitializer
Returns the object wrapped by this instance.
getAggregatedFolderPath() - Method in class ro.isdc.wro.config.Context
This field is useful only for the aggregated resources of type ResourceType.CSS.
getAggregatedFolderPath() - Method in interface ro.isdc.wro.config.ReadOnlyContext
This field is useful only for the aggregated resources of type ResourceType.CSS.
getAllResources() - Method in class ro.isdc.wro.model.WroModelInspector
 
getAllUniqueResources() - Method in class ro.isdc.wro.model.WroModelInspector
 
getArgument(Resource) - Method in class ro.isdc.wro.extensions.processor.js.DustJsProcessor
 
getArgument(Resource) - Method in class ro.isdc.wro.extensions.processor.js.EmberJsProcessor
getArgument(Resource) - Method in class ro.isdc.wro.extensions.processor.js.HandlebarsJsProcessor
getArgument(Resource) - Method in class ro.isdc.wro.extensions.processor.js.JsTemplateCompilerProcessor
 
getArguments() - Method in class ro.isdc.wro.extensions.processor.support.hoganjs.HoganJs
getArguments() - Method in class ro.isdc.wro.extensions.processor.support.template.AbstractJsTemplateCompiler
 
getAvailableAliases() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
getAvailableStrategies() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
getBrowsers() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
getByFormat(String) - Static method in enum ro.isdc.wro.extensions.support.lint.ReportXmlFormatter.FormatterType
 
getCacheKeyFactory() - Method in class ro.isdc.wro.manager.WroManager
 
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
 
getCallbackRegistry() - Method in class ro.isdc.wro.manager.WroManager
 
getCharacter() - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
getClassName(Class<? extends WroModelFactory>) - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
 
getClosures() - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
getCoffeeScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.coffeescript.CoffeeScript
Override this method to use a different version of CoffeeScript.
getCol() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
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
 
getColumn() - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
getColumnAttributeName() - Method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
 
getCommandLine(String) - Method in class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
Creates the platform specific arguments to run the lessc shell utility.
getCommandLine(String) - Method in class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
Creates the platform specific arguments to run the lessc shell utility.
getCommandLine(String, String) - Method in class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
Creates the platform specific arguments to run the tsc shell utility.
getCompileCommand() - Method in class ro.isdc.wro.extensions.processor.support.dustjs.DustJs
getCompileCommand() - Method in class ro.isdc.wro.extensions.processor.support.emberjs.EmberJs
 
getCompileCommand() - Method in class ro.isdc.wro.extensions.processor.support.handlebarsjs.HandlebarsJs
 
getCompileCommand() - Method in class ro.isdc.wro.extensions.processor.support.hoganjs.HoganJs
getCompileCommand() - Method in class ro.isdc.wro.extensions.processor.support.template.AbstractJsTemplateCompiler
 
getCompilerAsStream() - Method in class ro.isdc.wro.extensions.processor.support.dustjs.DustJs
getCompilerAsStream() - Method in class ro.isdc.wro.extensions.processor.support.emberjs.EmberJs
 
getCompilerAsStream() - Method in class ro.isdc.wro.extensions.processor.support.handlebarsjs.HandlebarsJs
 
getCompilerAsStream() - Method in class ro.isdc.wro.extensions.processor.support.hoganjs.HoganJs
getCompilerAsStream() - Method in class ro.isdc.wro.extensions.processor.support.template.AbstractJsTemplateCompiler
 
getCompilerStream() - Method in class ro.isdc.wro.extensions.processor.support.typescript.TypeScriptCompiler
 
getCompilerWrapperStream() - Method in class ro.isdc.wro.extensions.processor.support.typescript.TypeScriptCompiler
 
getConfig() - Method in class ro.isdc.wro.config.Context
 
getConfig() - Method in interface ro.isdc.wro.config.ReadOnlyContext
 
getConfigPath() - Method in class ro.isdc.wro.config.factory.ServletContextPropertyWroConfigurationFactory
 
getConfiguration() - Method in class ro.isdc.wro.http.WroFilter
 
getConfiguredStrategies() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableMultipleStrategy
 
getConfiguredStrategy() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableSingleStrategy
The reeturned object will be injected (if injector is available) and will be cached, meaning that only the first invocation of this method will instantiate a fresh strategy and any subsequent invocation will return the same object.
getConfiguredValue() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
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
 
getCorrelationId() - Static method in class ro.isdc.wro.config.Context
 
getDataUriGenerator() - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
 
getDecoratedObject() - Method in class ro.isdc.wro.util.AbstractDecorator
 
getDecoratedObject() - Method in interface ro.isdc.wro.util.ObjectDecorator
 
getDefaultCompilerStream() - Method in class ro.isdc.wro.extensions.processor.support.dustjs.DustJs
 
getDefaultModelFilename() - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelFactory
getDefaultModelFilename() - Method in class ro.isdc.wro.extensions.model.factory.JsonModelFactory
getDefaultModelFilename() - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
getDefaultModelFilename() - Method in class ro.isdc.wro.model.factory.AbstractWroModelFactory
 
getDefaultModelFilename() - Method in class ro.isdc.wro.model.factory.XmlModelFactory
getDefaultStrategy() - Method in class ro.isdc.wro.cache.ConfigurableCacheStrategy
getDefaultStrategy() - Method in class ro.isdc.wro.model.factory.ConfigurableModelFactory
getDefaultStrategy() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableSingleStrategy
 
getDefaultStrategy() - Method in class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
getDefaultStrategy() - Method in class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
getDesc() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
getDocument() - Method in class ro.isdc.wro.extensions.support.lint.AbstractReportXmlFormatter
 
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
 
getEngine() - Method in class ro.isdc.wro.extensions.processor.css.BourbonCssProcessor
A getter used for lazy loading, overrides RubySassEngine#getEngine() and ensure the bourbon gem is imported (required).
getEngine() - Method in class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
A getter used for lazy loading.
getErrors() - Method in exception ro.isdc.wro.extensions.processor.support.csslint.CssLintException
 
getErrors() - Method in exception ro.isdc.wro.extensions.processor.support.linter.LinterException
 
getEvidence() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
getEvidence() - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
getEvidence() - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
getExterns(Resource) - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
getFactory() - Method in class ro.isdc.wro.manager.factory.DefaultWroManagerFactory
 
getFilterConfig() - Method in class ro.isdc.wro.config.Context
 
getFilterConfig() - Method in interface ro.isdc.wro.config.ReadOnlyContext
 
getFolder() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardContext
 
getFormat() - Method in enum ro.isdc.wro.extensions.support.lint.ReportXmlFormatter.FormatterType
 
getGroupByName(String) - Method in class ro.isdc.wro.model.WroModel
Deprecated. use WroModelInspector.getGroupByName(String)
getGroupByName(String) - Method in class ro.isdc.wro.model.WroModelInspector
 
getGroupDelegate() - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
getGroupExtractor() - Method in class ro.isdc.wro.manager.WroManager
 
getGroupName() - Method in class ro.isdc.wro.cache.CacheKey
 
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
Deprecated. use WroModelInspector.getGroupNames()
getGroupNames() - Method in class ro.isdc.wro.model.WroModelInspector
 
getGroupNamesAsString() - Method in class ro.isdc.wro.model.WroModelInspector
This implementation would be simpler if java would have closures :).
getGroupNamesContainingResource(String) - Method in class ro.isdc.wro.model.WroModel
Deprecated. use WroModelInspector.getGroupNamesContainingResource(String)
getGroupNamesContainingResource(String) - Method in class ro.isdc.wro.model.WroModelInspector
 
getGroups() - Method in class ro.isdc.wro.model.WroModel
 
getGzippedContent() - Method in class ro.isdc.wro.cache.CacheValue
 
getHash() - Method in class ro.isdc.wro.cache.CacheValue
 
getHash(InputStream) - Method in class ro.isdc.wro.model.resource.support.hash.AbstractDigesterHashStrategy
getHash(InputStream) - Method in class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
getHash(InputStream) - Method in class ro.isdc.wro.model.resource.support.hash.CRC32HashStrategy
getHash(InputStream) - Method in interface ro.isdc.wro.model.resource.support.hash.HashBuilder
Deprecated.  
getHashStrategy() - Method in class ro.isdc.wro.manager.WroManager
 
getHashStrategy() - Method in class ro.isdc.wro.model.resource.support.naming.DefaultHashEncoderNamingStrategy
 
getHashStrategy() - Method in class ro.isdc.wro.model.resource.support.naming.FolderHashEncoderNamingStrategy
 
getHashStrategy() - Method in class ro.isdc.wro.model.resource.support.naming.HashEncoderNamingStrategy
Deprecated.  
getHeader() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getHeaderName() - Method in enum ro.isdc.wro.http.support.HttpHeader
 
getId() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
getImplementationVersion() - Static method in class ro.isdc.wro.util.WroUtil
 
getInjector() - Method in class ro.isdc.wro.manager.factory.InjectableWroManagerFactoryDecorator
Deprecated. 
getInputStream(HttpServletRequest, HttpServletResponse, String) - Method in class ro.isdc.wro.model.resource.locator.support.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.ConfigurableLocatorFactory
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
 
getIssueElementName() - Method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
 
getLastTaskTimeMillis() - Method in class ro.isdc.wro.util.StopWatch
Return the time taken by the last task.
getLine() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
getLine() - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
getLine() - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
getLinterName() - Method in class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
 
getLinterName() - Method in class ro.isdc.wro.extensions.processor.support.linter.JsHint
getLinterName() - Method in class ro.isdc.wro.extensions.processor.support.linter.JsLint
getLintReport() - Method in class ro.isdc.wro.extensions.support.lint.AbstractReportXmlFormatter
 
getLints() - Method in class ro.isdc.wro.extensions.support.lint.ResourceLintReport
 
getListenerName() - Method in class ro.isdc.wro.http.WroServletContextListener
 
getManagerFactory() - Method in class ro.isdc.wro.http.support.ServletContextAttributeHelper
 
getManagerFactory() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
This method will ensure that you have a right and initialized instance of StandaloneContextAware.
getManagerFactory() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
This method will ensure that you have a right and initialized instance of StandaloneContextAware.
getMatcher(String) - Method in class ro.isdc.wro.model.resource.processor.support.CssImportInspector
 
getMatcher(String) - Method in class ro.isdc.wro.model.resource.processor.support.CssUrlInspector
 
getMatcher(String) - Method in class ro.isdc.wro.model.resource.processor.support.FallbackCssDataUriUrlInspector
getMatcher(String) - Method in class ro.isdc.wro.model.resource.processor.support.LessCssImportInspector
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.
getMessage() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
getMetaClass() - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
 
getMetaClass() - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
getMetaClass() - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
getMetaClass() - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
getMetaDataFactory() - Method in class ro.isdc.wro.manager.WroManager
 
getModelFactory() - Method in class ro.isdc.wro.manager.WroManager
 
getModelResourceAsStream() - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
Override this method, in order to provide different xml definition file name.
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.extensions.processor.support.csslint.CssRule
 
getName() - Method in class ro.isdc.wro.model.group.Group
 
getNamingStrategy() - Method in class ro.isdc.wro.manager.WroManager
 
getObject() - Method in class ro.isdc.wro.extensions.processor.support.ObjectPoolHelper
 
getObjectName() - Static method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getOptions() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
getOrder() - Method in class ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
 
getOrder() - Method in class ro.isdc.wro.model.resource.locator.support.DefaultLocatorProvider
 
getOrder() - Method in interface ro.isdc.wro.util.Ordered
 
getOrder() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
getOriginalDeclaration(Matcher) - Method in class ro.isdc.wro.model.resource.processor.support.CssUrlInspector
 
getOriginalDeclaration(Matcher) - Method in class ro.isdc.wro.model.resource.processor.support.FallbackCssDataUriUrlInspector
getOriginalDecoratedObject() - Method in class ro.isdc.wro.util.AbstractDecorator
 
getOriginalDecoratedObject(T) - Static method in class ro.isdc.wro.util.AbstractDecorator
 
getOriginalDecoratedObject() - Method in interface ro.isdc.wro.util.ObjectDecorator
 
getOriginalUrl(Matcher) - Method in class ro.isdc.wro.model.resource.processor.support.CssUrlInspector
 
getOriginalUrl(Matcher) - Method in class ro.isdc.wro.model.resource.processor.support.FallbackCssDataUriUrlInspector
getOutputStream() - Method in class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
 
getParams() - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
getPathInfoFromLocation(HttpServletRequest, String) - Static method in class ro.isdc.wro.util.WroUtil
Retrieve pathInfo from a given location.
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
getPostProcessorStrategies(ProcessorProvider) - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
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
getPreProcessorStrategies(ProcessorProvider) - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
getProcessingType() - Method in class ro.isdc.wro.model.resource.processor.support.ProcessingCriteria
 
getProcessorsFactory() - Method in class ro.isdc.wro.manager.WroManager
 
getProcessorsList() - Method in class ro.isdc.wro.extensions.http.CoffeeScriptFilter
getProcessorsList() - Method in class ro.isdc.wro.extensions.http.LessCssFilter
getProcessorsList() - Method in class ro.isdc.wro.http.support.AbstractProcessorsFilter
 
getProperty(String) - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
 
getProperty(String) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
getProperty(String) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
getProperty(String) - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
getProviderClass() - Method in class ro.isdc.wro.cache.ConfigurableCacheStrategy
getProviderClass() - Method in class ro.isdc.wro.http.handler.factory.ConfigurableRequestHandlerFactory
getProviderClass() - Method in class ro.isdc.wro.model.factory.ConfigurableModelFactory
 
getProviderClass() - Method in class ro.isdc.wro.model.resource.locator.factory.ConfigurableLocatorFactory
getProviderClass() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
getProviderClass() - Method in class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
getProviderClass() - Method in class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
getProviderFinder() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
getRawContent() - Method in class ro.isdc.wro.cache.CacheValue
 
getReason() - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
getReason() - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
getReasonAttributeName() - Method in class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
 
getReportFile() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
getReportFile() - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
getReportFile() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
getReportFile() - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
getReports() - Method in class ro.isdc.wro.extensions.support.lint.LintReport
 
getRequest() - Method in class ro.isdc.wro.config.Context
 
getRequest() - Method in interface ro.isdc.wro.config.ReadOnlyContext
 
getResourceAuthorizationManager() - Method in class ro.isdc.wro.manager.WroManager
 
getResourcePath() - Method in class ro.isdc.wro.extensions.support.lint.ResourceLintReport
 
getResources() - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
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
getResourceWatcherUpdatePeriod() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
getResourceWatcherUpdatePeriod() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
getResponse() - Method in class ro.isdc.wro.config.Context
 
getResponse() - Method in interface ro.isdc.wro.config.ReadOnlyContext
 
getRule() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
getRunScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.less.LessCss
 
getScope() - Method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.cjson.CJson
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLint
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.jsonhpack.JsonHPack
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.less.LessCss
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.linter.JsHint
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.linter.JsLint
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.sass.SassCss
 
getScriptAsStream() - Method in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
 
getServletContext() - Method in class ro.isdc.wro.config.Context
 
getServletContext() - Method in interface ro.isdc.wro.config.ReadOnlyContext
 
getServletPathFromLocation(HttpServletRequest, String) - Static method in class ro.isdc.wro.util.WroUtil
Retrieve servletPath from a given location.
getSeverity() - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
getStrategies(CacheStrategyProvider) - Method in class ro.isdc.wro.cache.ConfigurableCacheStrategy
getStrategies(RequestHandlerProvider) - Method in class ro.isdc.wro.http.handler.factory.ConfigurableRequestHandlerFactory
getStrategies(ModelFactoryProvider) - Method in class ro.isdc.wro.model.factory.ConfigurableModelFactory
getStrategies(LocatorProvider) - Method in class ro.isdc.wro.model.resource.locator.factory.ConfigurableLocatorFactory
getStrategies(P) - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
getStrategies(HashStrategyProvider) - Method in class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
getStrategies(NamingStrategyProvider) - Method in class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
getStrategyForAlias(String) - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
Override this method if a fallback search is required.
getStrategyKey() - Method in class ro.isdc.wro.cache.ConfigurableCacheStrategy
getStrategyKey() - Method in class ro.isdc.wro.http.handler.factory.ConfigurableRequestHandlerFactory
getStrategyKey() - Method in class ro.isdc.wro.model.factory.ConfigurableModelFactory
getStrategyKey() - Method in class ro.isdc.wro.model.resource.locator.factory.ConfigurableLocatorFactory
getStrategyKey() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
getStrategyKey() - Method in class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
getStrategyKey() - Method in class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
getStreamForBase2() - Method in class ro.isdc.wro.extensions.processor.support.packer.PackerJs
Override this method if you have a newer version of base2.js file.
getStreamForPacker() - Method in class ro.isdc.wro.extensions.processor.support.packer.PackerJs
Override this method if you have a newer version of packer.js file.
getSupportedFormatsAsCSV() - Static method in enum ro.isdc.wro.extensions.support.lint.ReportXmlFormatter.FormatterType
 
getSupportedResourceType() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
This method is final, because it intends to preserve the getSupportedResourceType flag of the decorated processor.
getSupportedResourceType() - Method in class ro.isdc.wro.model.resource.processor.decorator.LazyProcessorDecorator
getSupportedResourceType() - Method in interface ro.isdc.wro.model.resource.processor.SupportedResourceTypeAware
 
getSupportedResourceTypeInternal() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
Allow subclass override the way getSupportedResourceType is used.
getSupportedResourceTypes() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
 
getTargetGroupsAsList() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
getTargetStream() - Method in class ro.isdc.wro.http.support.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.
getTimestamp() - Method in class ro.isdc.wro.model.resource.support.naming.TimestampNamingStrategy
 
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.CacheKey
 
getType() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
getType() - Method in class ro.isdc.wro.model.resource.Resource
 
getUri() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardContext
 
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.AbstractCssUrlRewritingProcessor
This method has protected modifier in order to be accessed by unit test class.
getWildcard() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardContext
 
getWildcardStreamLocator() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
 
getWriter() - Method in class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
 
getWroConfiguration() - Method in class ro.isdc.wro.http.support.ServletContextAttributeHelper
 
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
 
getWroModel() - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
GoogleAdvancedStandaloneManagerFactory - Class in ro.isdc.wro.extensions.manager.standalone
A factory using google closure compressor with advanced compilation level for processing resources.
GoogleAdvancedStandaloneManagerFactory() - Constructor for class ro.isdc.wro.extensions.manager.standalone.GoogleAdvancedStandaloneManagerFactory
 
GoogleClosureCompressorProcessor - Class in ro.isdc.wro.extensions.processor.js
Uses Google closure compiler for js minimization.
GoogleClosureCompressorProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
Uses google closure compiler with default compilation level: CompilationLevel.SIMPLE_OPTIMIZATIONS
GoogleClosureCompressorProcessor(CompilationLevel) - Constructor for class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
Uses google closure compiler with specified compilation level.
GoogleStandaloneManagerFactory - Class in ro.isdc.wro.extensions.manager.standalone
A factory using google closure compressor for processing resources.
GoogleStandaloneManagerFactory() - Constructor for class ro.isdc.wro.extensions.manager.standalone.GoogleStandaloneManagerFactory
 
GroovyModelFactory - Class in ro.isdc.wro.extensions.model.factory
Creates WroModel from a groovy DSL.
GroovyModelFactory() - Constructor for class ro.isdc.wro.extensions.model.factory.GroovyModelFactory
 
GroovyModelParser - Class in ro.isdc.wro.extensions.model.factory
Parse a Groovy DSL String into a WroModel.
GroovyModelParser() - Constructor for class ro.isdc.wro.extensions.model.factory.GroovyModelParser
 
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.
GroupDelegate - Class in ro.isdc.wro.extensions.model.factory
 
GroupDelegate() - Constructor for class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
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.
groupRef(String) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
groups(Closure) - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
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

handle(HttpServletRequest, HttpServletResponse) - Method in class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
Handle the given request, generating a response.
handle(HttpServletRequest, HttpServletResponse) - Method in class ro.isdc.wro.http.handler.LazyRequestHandlerDecorator
Handle the given request, generating a response.
handle(HttpServletRequest, HttpServletResponse) - Method in class ro.isdc.wro.http.handler.ReloadCacheRequestHandler
Handle the given request, generating a response.
handle(HttpServletRequest, HttpServletResponse) - Method in class ro.isdc.wro.http.handler.ReloadModelRequestHandler
Handle the given request, generating a response.
handle(HttpServletRequest, HttpServletResponse) - Method in interface ro.isdc.wro.http.handler.RequestHandler
Handle the given request, generating a response.
handle(HttpServletRequest, HttpServletResponse) - Method in class ro.isdc.wro.http.handler.RequestHandlerSupport
Handle the given request, generating a response.
handle(HttpServletRequest, HttpServletResponse) - Method in class ro.isdc.wro.http.handler.ResourceProxyRequestHandler
Handle the given request, generating a response.
HANDLEBARS_JS_TEMPLATES_INIT - Static variable in class ro.isdc.wro.extensions.processor.support.handlebarsjs.HandlebarsJs
visible for testing, the init of a HandlebarsJs template
HandlebarsJs - Class in ro.isdc.wro.extensions.processor.support.handlebarsjs
HandlebarsJS is a JavaScript templating engine which provides the power necessary to let you build semantic templates effectively with no frustration.
HandlebarsJs() - Constructor for class ro.isdc.wro.extensions.processor.support.handlebarsjs.HandlebarsJs
 
HandlebarsJsProcessor - Class in ro.isdc.wro.extensions.processor.js
Compiles HandlebarsJS templates to javascript.
HandlebarsJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.HandlebarsJsProcessor
 
hasGroup(String) - Method in class ro.isdc.wro.model.WroModelInspector
 
HashBuilder - Interface in ro.isdc.wro.model.resource.support.hash
Deprecated. use HashStrategy instead.
hashCode() - Method in class ro.isdc.wro.cache.CacheKey
hashCode() - Method in class ro.isdc.wro.model.group.Group
hashCode() - Method in class ro.isdc.wro.model.resource.Resource
hashCode() - Method in class ro.isdc.wro.model.WroModel
HashEncoderNamingStrategy - Class in ro.isdc.wro.model.resource.support.naming
Deprecated. prefer Using DefaultHashEncoderNamingStrategy.
HashEncoderNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.support.naming.HashEncoderNamingStrategy
Deprecated.  
HashStrategy - Interface in ro.isdc.wro.model.resource.support.hash
Creates a fingerprint representation of the resource content.
HashStrategyProvider - Interface in ro.isdc.wro.model.resource.support.hash
A service provider responsible for providing new implementations of HashStrategy.
hasResource(String) - Method in class ro.isdc.wro.model.group.Group
 
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
 
HIGHEST - Static variable in interface ro.isdc.wro.util.Ordered
The highest order, meaning that the value will be the last when ascending comparator is used.
HoganJs - Class in ro.isdc.wro.extensions.processor.support.hoganjs
Hogan.js: http://twitter.github.com/hogan.js/
HoganJs() - Constructor for class ro.isdc.wro.extensions.processor.support.hoganjs.HoganJs
 
HoganJsProcessor - Class in ro.isdc.wro.extensions.processor.js
A processor for hogan.js template framework.
HoganJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.HoganJsProcessor
 
HttpHeader - Enum in ro.isdc.wro.http.support
Enumerates Http Headers used by wro4j.

I

ImportAware - Interface in ro.isdc.wro.model.resource.processor
Processors implementing this interface will be applied (by returning true for ImportAware.isImportAware() method) on imported resources during pre-processing execution.
ImportAwareProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Check if the decorated processor is considered import aware.
ImportAwareProcessorDecorator(Object, ProcessingType) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.ImportAwareProcessorDecorator
 
include(Object, String...) - Static method in class ro.isdc.wro.extensions.processor.PathPatternProcessorDecorator
Decorates a processor which will be applied on provided patterns.
init(FilterConfig) - Method in class ro.isdc.wro.http.support.AbstractProcessorsFilter
init(FilterConfig) - Method in class ro.isdc.wro.http.WroContextFilter
init(FilterConfig) - Method in class ro.isdc.wro.http.WroFilter
init(WroModelFactory) - Static method in class ro.isdc.wro.util.WroTestUtils
 
initCallbacks() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
 
initialize(StandaloneContext) - Method in class ro.isdc.wro.extensions.manager.standalone.ExtensionsStandaloneManagerFactory
Called by standalone process for initialization.
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.StandaloneContextAware
Called by standalone process for initialization.
initialize(StandaloneContext) - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
Called by standalone process for initialization.
initialize() - Method in class ro.isdc.wro.util.LazyInitializer
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(T) - 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.
InjectableWroManagerFactoryDecorator - Class in ro.isdc.wro.manager.factory
Deprecated. Not required anymore. The WroManager objects are injected in WroManager.Builder during initialization. This class with be removed in 1.7.0.
InjectableWroManagerFactoryDecorator(WroManagerFactory) - Constructor for class ro.isdc.wro.manager.factory.InjectableWroManagerFactoryDecorator
Deprecated.  
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.
InjectorBuilder - Class in ro.isdc.wro.model.group.processor
Responsible for building the Injector.
InjectorBuilder() - Constructor for class ro.isdc.wro.model.group.processor.InjectorBuilder
Use factory method InjectorBuilder.create(WroManagerFactory) instead.
InjectorBuilder(WroManagerFactory) - Constructor for class ro.isdc.wro.model.group.processor.InjectorBuilder
 
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
 
invokeMethod(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
 
invokeMethod(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
invokeMethod(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
invokeMethod(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
isAuthorized(String) - Method in class ro.isdc.wro.extensions.model.resource.ConfigurableAntPathPatternsResourceAuthorizationManager
isAuthorized(String) - Method in class ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager
isAuthorized(String) - Method in interface ro.isdc.wro.model.resource.support.ResourceAuthorizationManager
 
isCacheGzippedContent() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isCacheGzippedContent() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
isChanged(String) - Method in class ro.isdc.wro.model.resource.support.change.ResourceChangeInfo
 
isCheckRequiredForGroup(String) - Method in class ro.isdc.wro.model.resource.support.change.ResourceChangeInfo
Checks if the current hash was set previously and persist the groupName in the set of the groups who are interested about the change.
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
 
isEligible(boolean, ResourceType) - Method in class ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator
Indicates if the processor is eligible for usage based on provided criteria.
isEnabled() - Method in class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
Used to determine if the RequestHandler is enabled
isEnabled() - Method in class ro.isdc.wro.http.handler.LazyRequestHandlerDecorator
Used to determine if the RequestHandler is enabled
isEnabled() - Method in class ro.isdc.wro.http.handler.ReloadCacheRequestHandler
Used to determine if the RequestHandler is enabled
isEnabled() - Method in class ro.isdc.wro.http.handler.ReloadModelRequestHandler
Used to determine if the RequestHandler is enabled
isEnabled() - Method in interface ro.isdc.wro.http.handler.RequestHandler
Used to determine if the RequestHandler is enabled
isEnabled() - Method in class ro.isdc.wro.http.handler.RequestHandlerSupport
Used to determine if the RequestHandler is enabled
isEnabled(Resource) - Method in class ro.isdc.wro.model.resource.processor.decorator.DefaultProcessorDecorator
isEnabled(Resource) - Method in class ro.isdc.wro.model.resource.processor.decorator.ExtensionsAwareProcessorDecorator
isEnabled(Resource) - Method in class ro.isdc.wro.model.resource.processor.decorator.ImportAwareProcessorDecorator
isEnabled(Resource) - Method in class ro.isdc.wro.model.resource.processor.decorator.MinimizeAwareProcessorDecorator
isEnabled(Resource) - Method in class ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator
 
isEnableWildcards() - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
 
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.
isIgnoreEmptyGroup() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isIgnoreEmptyGroup() - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
isIgnoreFailingProcessor() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isIgnoreFailingProcessor() - Method in class ro.isdc.wro.model.resource.processor.decorator.ExceptionHandlingProcessorDecorator
 
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
 
isImportAware() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
isImportAware() - Method in class ro.isdc.wro.model.resource.processor.decorator.LazyProcessorDecorator
isImportAware() - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssImportPreProcessor
isImportAware() - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
isImportAware() - Method in interface ro.isdc.wro.model.resource.processor.ImportAware
 
isIncludedRequest(HttpServletRequest) - Static method in class ro.isdc.wro.model.resource.locator.support.DispatcherStreamLocator
 
isIncrementalBuild() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
isJmxEnabled() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
isMinimize() - Method in class ro.isdc.wro.cache.CacheKey
 
isMinimize() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
isMinimize() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
This method is final, because it intends to preserve the minimize flag of the decorated processor.
isMinimize() - Method in class ro.isdc.wro.model.resource.processor.decorator.LazyProcessorDecorator
isMinimize() - Method in interface ro.isdc.wro.model.resource.processor.MinimizeAware
 
isMinimize() - Method in class ro.isdc.wro.model.resource.processor.support.ProcessingCriteria
 
isMinimize() - Method in class ro.isdc.wro.model.resource.Resource
 
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
isMinimizeInternal() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
Allow subclass override the way isMinimized is used.
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).
isReplaceAccepted(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssDataUriPreProcessor
Similar to CssDataUriPreProcessor.isReplaceAccepted(String), but decides whether the computed dataUri should replace the image url.
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.
isSupported() - Method in class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
 
isSupported() - Method in class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
 
isSupported() - Method in class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
 
isSupported() - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
isSupported() - Method in class ro.isdc.wro.model.resource.processor.decorator.LazyProcessorDecorator
isSupported() - Method in interface ro.isdc.wro.model.resource.processor.SupportAware
 
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
 
js(Map, String) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
JsHint - Class in ro.isdc.wro.extensions.processor.support.linter
Apply JsHint script checking utility.
JsHint() - Constructor for class ro.isdc.wro.extensions.processor.support.linter.JsHint
 
JsHintMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin used to validate js scripts defined in wro model using jsLint.
JsHintMojo() - Constructor for class ro.isdc.wro.maven.plugin.JsHintMojo
 
JsHintProcessor - Class in ro.isdc.wro.extensions.processor.js
Processor which analyze the js code and warns you about any problems.
JsHintProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.JsHintProcessor
 
JsLint - Class in ro.isdc.wro.extensions.processor.support.linter
Apply JsLint script checking utility.
JsLint() - Constructor for class ro.isdc.wro.extensions.processor.support.linter.JsLint
 
JsLintMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin used to validate js scripts defined in wro model using jsLint.
JsLintMojo() - Constructor for class ro.isdc.wro.maven.plugin.JsLintMojo
 
JsLintProcessor - Class in ro.isdc.wro.extensions.processor.js
Processor which analyze the js code and warns you about any problems.
JsLintProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.JsLintProcessor
 
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
 
JsonHPack - Class in ro.isdc.wro.extensions.processor.support.jsonhpack
The underlying implementation use the json.hpack project: https://github.com/WebReflection/json.hpack.
JsonHPack() - Constructor for class ro.isdc.wro.extensions.processor.support.jsonhpack.JsonHPack
 
JsonHPackProcessor - Class in ro.isdc.wro.extensions.processor.js
A processor using json.hpack compression algorithm: @see https://github.com/WebReflection/json.hpack
JsonHPackProcessor(boolean) - Constructor for class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
 
JsonModelFactory - Class in ro.isdc.wro.extensions.model.factory
TODO: validate duplicate groups & null resource type

Creates WroModel from a json.

JsonModelFactory() - Constructor for class ro.isdc.wro.extensions.model.factory.JsonModelFactory
 
JsTemplateCompilerProcessor - Class in ro.isdc.wro.extensions.processor.js
A base class for template processors like: dustJS or hoganJS.
JsTemplateCompilerProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.JsTemplateCompilerProcessor
 

K

KEY - Static variable in class ro.isdc.wro.cache.ConfigurableCacheStrategy
Property name to specify alias.
KEY - Static variable in class ro.isdc.wro.http.handler.factory.ConfigurableRequestHandlerFactory
Name of the property used to configure requestHandlers.
KEY - Static variable in class ro.isdc.wro.model.factory.ConfigurableModelFactory
Property name to specify alias.
KEY - Static variable in class ro.isdc.wro.model.resource.support.hash.ConfigurableHashStrategy
Property name to specify alias.
KEY - Static variable in class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
Property name to specify namingStrategy alias.

L

LazyInitializer<T> - Class in ro.isdc.wro.util
A clone of LazyInitializer, which doesn't throw any checked exception when get method is invoked.
LazyInitializer() - Constructor for class ro.isdc.wro.util.LazyInitializer
 
LazyProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Decorates a LazyInitializer which creates a processor.
LazyProcessorDecorator(LazyInitializer<ResourcePreProcessor>) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.LazyProcessorDecorator
 
LazyRequestHandlerDecorator - Class in ro.isdc.wro.http.handler
A decorator which allows lazy instantiation of RequestHandler object.
LazyRequestHandlerDecorator(LazyInitializer<RequestHandler>) - Constructor for class ro.isdc.wro.http.handler.LazyRequestHandlerDecorator
 
LazyWroModelFactoryDecorator - Class in ro.isdc.wro.model.factory
Responsible for lazy initialization of WroModelFactory.
LazyWroModelFactoryDecorator(LazyInitializer<WroModelFactory>) - Constructor for class ro.isdc.wro.model.factory.LazyWroModelFactoryDecorator
 
less(String) - Method in class ro.isdc.wro.extensions.processor.support.less.LessCss
 
Less4jProcessor - Class in ro.isdc.wro.extensions.processor.css
Yet another processor which compiles less to css.
Less4jProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.Less4jProcessor
 
LessCss - Class in ro.isdc.wro.extensions.processor.support.less
This class is not thread-safe.
The underlying implementation use patched less.js from version 1.3.3 project: ://github.com/cloudhead/less.js.
LessCss() - Constructor for class ro.isdc.wro.extensions.processor.support.less.LessCss
 
LessCssFilter - Class in ro.isdc.wro.extensions.http
A filter which transforms a less resource into css.
LessCssFilter() - Constructor for class ro.isdc.wro.extensions.http.LessCssFilter
 
LessCssImportInspector - Class in ro.isdc.wro.model.resource.processor.support
Responsible for identifying import statements for LESS language.
LessCssImportInspector(String) - Constructor for class ro.isdc.wro.model.resource.processor.support.LessCssImportInspector
 
LessCssImportPreProcessor - Class in ro.isdc.wro.model.resource.processor.impl.css
A processor capable of handling LessCss imports
LessCssImportPreProcessor() - Constructor for class ro.isdc.wro.model.resource.processor.impl.css.LessCssImportPreProcessor
 
LessCssProcessor - Class in ro.isdc.wro.extensions.processor.css
Similar to RhinoLessCssProcessor but will prefer using NodeLessCssProcessor if it is supported and will fallback to rhino based processor.
LessCssProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.LessCssProcessor
 
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
 
LifecycleCallback - Interface in ro.isdc.wro.manager.callback
Defines callbacks invoked by the manager during processing.
LifecycleCallbackDecorator - Class in ro.isdc.wro.manager.callback
Default implementation of LifecycleCallback interface with empty implementations.
LifecycleCallbackDecorator(LifecycleCallback) - Constructor for class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
 
LifecycleCallbackRegistry - Class in ro.isdc.wro.manager.callback
Register all available callbacks.
LifecycleCallbackRegistry() - Constructor for class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
 
LifecycleCallbackSupport - Class in ro.isdc.wro.manager.callback
Default implementation of LifecycleCallback interface with empty implementations.
LifecycleCallbackSupport() - Constructor for class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
 
LinterError - Class in ro.isdc.wro.extensions.processor.support.linter
Encapsulates an error reported by JsHint.
LinterError() - Constructor for class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
LinterException - Exception in ro.isdc.wro.extensions.processor.support.linter
Exception caused by JsHint processing.
LinterException() - Constructor for exception ro.isdc.wro.extensions.processor.support.linter.LinterException
 
LintItem - Class in ro.isdc.wro.extensions.support.lint
Contains fields for a single lint error item.
LintItem() - Constructor for class ro.isdc.wro.extensions.support.lint.LintItem
 
LintItemAdapter - Class in ro.isdc.wro.extensions.support.lint
Adapts various objects to LintItem
LintItemAdapter(LinterError) - Constructor for class ro.isdc.wro.extensions.support.lint.LintItemAdapter
Adapts a LinterError into LintItem.
LintItemAdapter(CssLintError) - Constructor for class ro.isdc.wro.extensions.support.lint.LintItemAdapter
Adapts a LinterError into LintItem.
LintReport<T> - Class in ro.isdc.wro.extensions.support.lint
Encapsulates information about lint errors associated with a collection of resources.
LintReport() - Constructor for class ro.isdc.wro.extensions.support.lint.LintReport
 
list() - Method in class ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager
 
load(InputStream) - Method in class ro.isdc.wro.util.RegexpProperties
Load the properties from the stream.
loadRegexpWithKey(String) - Static method in class ro.isdc.wro.util.WroUtil
Load the regular expression stored in in regexp.properties resource file.
loadValue(K) - Method in class ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator
Loads the value associated with the key.
loadValue(CacheKey) - Method in class ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator
Loads the value associated with the key.
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 class ro.isdc.wro.model.resource.locator.factory.ConfigurableLocatorFactory
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.
LocatorProvider - Interface in ro.isdc.wro.model.resource.locator.support
All implementation of this interface will contribute to the list of available locators discovered during application initialization.
logError() - Method in exception ro.isdc.wro.WroRuntimeException
Logs the error of this exception.
LOWEST - Static variable in interface ro.isdc.wro.util.Ordered
The highest order, meaning that the value will be the first when ascending comparator is used.
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

main(String[]) - Static method in class ro.isdc.wro.runner.Wro4jCommandLineRunner
 
matchesUrl(HttpServletRequest, String) - Static method in class ro.isdc.wro.util.WroUtil
Utility used to verify that requestURI matches provided path
MD5HashStrategy - Class in ro.isdc.wro.model.resource.support.hash
Uses MD5 algorithm for creating fingerprint.
MD5HashStrategy() - Constructor for class ro.isdc.wro.model.resource.support.hash.MD5HashStrategy
 
MEDIUM - Static variable in interface ro.isdc.wro.util.Ordered
 
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
 
MetaDataFactory - Interface in ro.isdc.wro.config.metadata
Factory responsible for creating/providing metadata.
methodMissing(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
methodMissing(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
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.
MinimizeAwareProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Enhance the decorated processor with the ability to skip processing based on minimize aware state of the processor.
MinimizeAwareProcessorDecorator(Object) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.MinimizeAwareProcessorDecorator
Uses minimize flag as true by default.
MinimizeAwareProcessorDecorator(Object, boolean) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.MinimizeAwareProcessorDecorator
Decorates a pre or post processor.
ModelAsJsonRequestHandler - Class in ro.isdc.wro.extensions.http.handler
Expose the WroModel as JSON when the following uri is accessed: "wroAPI/model".
ModelAsJsonRequestHandler() - Constructor for class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
 
ModelFactoryProvider - Interface in ro.isdc.wro.model.spi
The provider interface for WroModelFactory implementations.
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
Decorates a model factory.
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
 
MutableResourceAuthorizationManager - Interface in ro.isdc.wro.model.resource.support
A specialized IResourceAuthorizationManager which is capable of changing the authorized resource in the runtime.

N

NamingStrategy - Interface in ro.isdc.wro.model.resource.support.naming
Used to version a resource name somehow.
NamingStrategyProvider - Interface in ro.isdc.wro.model.resource.support.naming
A service provider responsible for providing new implementations of NamingStrategy.
newAuthorizationManager() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newCacheKeyFactory() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newCacheStrategy() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newCacheStrategy() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
newChain() - Static method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
 
newChain(ScriptableObject) - Static method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
 
newClientSideAwareChain() - Static method in class ro.isdc.wro.extensions.script.RhinoScriptBuilder
 
newCoffeeScript() - Method in class ro.isdc.wro.extensions.processor.js.RhinoCoffeeScriptProcessor
 
newCompiler() - Method in class ro.isdc.wro.extensions.processor.js.RhinoTypeScriptProcessor
 
newCompilerOptions() - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
newConfigProperties() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
Override this method to provide a different config properties file location.
newConfiguration() - Method in class ro.isdc.wro.http.WroServletContextListener
Create the ContextLoader to use.
newCssLint() - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
 
newCssUrlInspector() - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
 
newCssUrlInspector() - Method in class ro.isdc.wro.model.resource.processor.impl.css.FallbackCssDataUriProcessor
 
newDefaultProperties() - Method in class ro.isdc.wro.config.factory.PropertiesAndFilterConfigWroConfigurationFactory
 
newDefaultWroFile() - Method in class ro.isdc.wro.runner.Wro4jCommandLineRunner
 
newEngine() - Method in class ro.isdc.wro.extensions.processor.css.SassCssProcessor
Method for processing with Rhino based engine
newEngine() - Method in class ro.isdc.wro.extensions.processor.js.BeautifyJsProcessor
 
newEngine() - Method in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
 
newEngine() - Method in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
 
newEngine() - Method in class ro.isdc.wro.extensions.processor.js.UglifyJsProcessor
 
newExternalResourceLocator() - Method in class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
 
newGroupExtractor() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newGroupExtractor() - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
newGson(HttpServletRequest) - Method in class ro.isdc.wro.extensions.http.handler.ModelAsJsonRequestHandler
 
newHashStrategy() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newHashStrategy() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
newHashStrategy() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
newHashStrategy() - Method in class ro.isdc.wro.model.resource.support.naming.HashEncoderNamingStrategy
Deprecated.  
newLessCss() - Method in class ro.isdc.wro.extensions.processor.css.RhinoLessCssProcessor
 
newLinter() - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
 
newLinter() - Method in class ro.isdc.wro.extensions.processor.js.JsHintProcessor
newLinter() - Method in class ro.isdc.wro.extensions.processor.js.JsLintProcessor
newManagerFactory() - Method in class ro.isdc.wro.http.WroServletContextListener
 
newManagerFactory() - Method in class ro.isdc.wro.manager.factory.DefaultWroManagerFactory
 
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.support.hash.AbstractDigesterHashStrategy
 
newMessageDigest() - Method in class ro.isdc.wro.model.resource.support.hash.MD5HashStrategy
newMessageDigest() - Method in class ro.isdc.wro.model.resource.support.hash.SHA1HashStrategy
newMetaDataFactory() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newModelFactory() - Method in class ro.isdc.wro.extensions.manager.standalone.ExtensionsStandaloneManagerFactory
 
newModelFactory() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newModelFactory() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
newModelFactory() - Method in class ro.isdc.wro.manager.factory.standalone.DefaultStandaloneContextAwareManagerFactory
 
newModelFactory() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneWroManagerFactory
newModelFactory() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
newModelTransformers() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newNamingStrategy() - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
newNamingStrategy() - Method in class ro.isdc.wro.manager.factory.ConfigurableWroManagerFactory
newNamingStrategy() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
newObjectPool(ObjectFactory<T>) - Method in class ro.isdc.wro.extensions.processor.support.ObjectPoolHelper
Creates a GenericObjectPool.
newPackerJs() - Method in class ro.isdc.wro.extensions.processor.js.PackerJsProcessor
 
newPostProcessorsMap() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
By default the processor will be discovered using ServiceRegistry pattern (by inspecting META-INF/services folder of each dependency).
newPreProcessorsMap() - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
By default the processor will be discovered using ServiceRegistry pattern (by inspecting META-INF/services folder of each dependency).
newProcessorsFactory() - Method in class ro.isdc.wro.extensions.manager.standalone.GoogleAdvancedStandaloneManagerFactory
Override to provide a different or modified default factory implementation.
newProcessorsFactory() - Method in class ro.isdc.wro.extensions.manager.standalone.GoogleStandaloneManagerFactory
Override to provide a different or modified default factory implementation.
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
 
newProperties() - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
newRequestHandlerFactory() - Method in class ro.isdc.wro.http.WroFilter
 
newResourceProcessor(Resource, ResourcePreProcessor) - Static method in class ro.isdc.wro.util.WroUtil
A factory method for creating a ResourceProcessor based on provided ResourcePreProcessor.
newResponseHeadersConfigurer() - Method in class ro.isdc.wro.http.handler.ResourceProxyRequestHandler
 
newResponseHeadersConfigurer() - Method in class ro.isdc.wro.http.WroFilter
 
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(FilterConfig) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
newWroConfigurationFactory(FilterConfig) - Method in class ro.isdc.wro.http.WroFilter
 
newWroConfigurationFile() - Method in class ro.isdc.wro.runner.Wro4jCommandLineRunner
 
newWroManagerFactory() - Method in class ro.isdc.wro.extensions.http.SpringWroFilter
The default implementation of ConfigurableWroFilter should allow setting of pre & post processors in configuration properties.
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
Factory method for WroManagerFactory.
newWroManagerFactory() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
newWroModelFactoryFactoryList() - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
 
NO_OPTIONS - Static variable in class ro.isdc.wro.util.Base64
No options specified.
noCache() - Static method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Factory method which creates a ResponseHeadersConfigurer containing headers used to disable cache.
NodeCoffeeScriptProcessor - Class in ro.isdc.wro.extensions.processor.js
Important node: this processor is not cross platform and has some pre-requesites in order to work.
NodeCoffeeScriptProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
 
NodeLessCssProcessor - Class in ro.isdc.wro.extensions.processor.css
Important node: this processor is not cross platform and has some pre-requesites in order to work.
NodeLessCssProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
 
NodeTypeScriptProcessor - Class in ro.isdc.wro.extensions.processor.js
Important node: this processor is not cross platform and has some pre-requesites in order to work.
NodeTypeScriptProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
 
NoOpNamingStrategy - Class in ro.isdc.wro.model.resource.support.naming
The simplest implementation of NamingStrategy which preserve the original name.
NoOpNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.support.naming.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
 

O

object - Variable in class ro.isdc.wro.util.LazyInitializer
Stores the managed object.
ObjectDecorator<T> - Interface in ro.isdc.wro.util
Describe a class which acts as a decorator.
ObjectFactory<T> - Interface in ro.isdc.wro.util
Classic factory interface.
ObjectPoolHelper<T> - Class in ro.isdc.wro.extensions.processor.support
A generic aware object pool wrapper.
ObjectPoolHelper(ObjectFactory<T>) - Constructor for class ro.isdc.wro.extensions.processor.support.ObjectPoolHelper
 
of(Class<T>) - Static method in class ro.isdc.wro.util.provider.ProviderFinder
Creates a ProviderFinder which will find providers of type provided as argument..
onAfterExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
Invoked right after execution completion.
onAfterExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Invoked right after execution completion.
onAfterExecute() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
Invoked right after execution completion.
onAfterInitializeManager(WroManager) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Allows factory to do additional manager configuration after it was initialzed.
onAfterMerge() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called after all resources are merged and the preProcessing is completed.
onAfterMerge() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called after all resources are merged and the preProcessing is completed.
onAfterMerge() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
 
onAfterMerge() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called after all resources are merged and the preProcessing is completed.
onAfterMerge() - Method in class ro.isdc.wro.manager.callback.PerformanceLoggerCallback
 
onAfterModelCreated() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Invoked after the model is created.
onAfterModelCreated() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Invoked after the model is created.
onAfterModelCreated() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Invoked after the model is created.
onAfterModelCreated() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Invoked after the model is created.
onAfterModelCreated() - Method in class ro.isdc.wro.manager.callback.PerformanceLoggerCallback
 
onAfterPostProcess() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called after a resource is post processed.
onAfterPostProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called after a resource is post processed.
onAfterPostProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Called after a resource is post processed.
onAfterPostProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called after a resource is post processed.
onAfterPreProcess() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called after a resource is pre processed.
onAfterPreProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called after a resource is pre processed.
onAfterPreProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Called after a resource is pre processed.
onAfterPreProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called after a resource is pre processed.
onBeforeBuild(WroManager.Builder) - Method in class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
Allows client code to change the builder before the WroManager is created.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
Invoked before execution is performed.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Invoked before execution is performed.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
Invoked before execution is performed.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
Invoked before execution is performed.
onBeforeGet(K) - Method in class ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator
Invoked just before the get method is invoked.
onBeforeGet(CacheKey) - Method in class ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator
Invoked just before the get method is invoked.
onBeforeMerge() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called before resources are merged and before any processing is applied.
onBeforeMerge() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called before resources are merged and before any processing is applied.
onBeforeMerge() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Called before resources are merged and before any processing is applied.
onBeforeMerge() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called before resources are merged and before any processing is applied.
onBeforeMerge() - Method in class ro.isdc.wro.manager.callback.PerformanceLoggerCallback
 
onBeforeModelCreated() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Invoked before starting model creation.
onBeforeModelCreated() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Invoked before starting model creation.
onBeforeModelCreated() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Invoked before starting model creation.
onBeforeModelCreated() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Invoked before starting model creation.
onBeforeModelCreated() - Method in class ro.isdc.wro.manager.callback.PerformanceLoggerCallback
 
onBeforePostProcess() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called before a resource is post processed.
onBeforePostProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called before a resource is post processed.
onBeforePostProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Called before a resource is post processed.
onBeforePostProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called before a resource is post processed.
onBeforePreProcess() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called before each resource is processed.
onBeforePreProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called before each resource is processed.
onBeforePreProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Called before each resource is processed.
onBeforePreProcess() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called before each resource is processed.
onCachePeriodChanged(long) - Method in interface ro.isdc.wro.config.support.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.factory.DefaultWroManagerFactory
Invoked when the cachePeriod property is changed.
onCachePeriodChanged(long) - Method in class ro.isdc.wro.manager.factory.SimpleWroManagerFactory
Invoked when the cachePeriod property is changed.
onCachePeriodChanged(long) - Method in class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
Invoked when the cachePeriod property is changed.
onCachePeriodChanged(long) - Method in class ro.isdc.wro.manager.WroManager
Invoked when the cachePeriod property is changed.
onCssLintException(CssLintException, Resource) - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
Called when CssLintException is thrown.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
Invoked when an unexpected exception occurred during processing.
onException(Exception, String) - Method in class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.css.RhinoLessCssProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.css.SassCssProcessor
Invoked when a processing exception occurs.
onException(Exception) - Method in class ro.isdc.wro.extensions.processor.css.YUICssCompressorProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.js.BeautifyJsProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
Invoked when a processing exception occurs.
onException(Exception) - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
Invoked when an exception occurs during processing.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
Invoked when a processing exception occurs.
onException(Exception, String) - Method in class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
Invoked when a processing exception occurs.
onException(Exception, String) - Method in class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
Invoked when a processing exception occurs.
onException(WroRuntimeException) - Method in class ro.isdc.wro.extensions.processor.js.PackerJsProcessor
Invoked when a processing exception occurs.
onException(Exception) - Method in class ro.isdc.wro.extensions.processor.js.RhinoCoffeeScriptProcessor
Invoked when a processing exception occurs.
onException(Exception, String) - Method in class ro.isdc.wro.extensions.processor.js.RhinoTypeScriptProcessor
Invoked when a processing exception occurs.
onException(Exception, HttpServletResponse, FilterChain) - Method in class ro.isdc.wro.http.WroFilter
Invoked when a Exception is thrown.
onException(Exception) - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Invoked when a callback fails.
onException(Exception) - Method in class ro.isdc.wro.model.resource.support.change.ResourceWatcher
Invoked when exception occurs.
onImportDetected(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssImportPreProcessor
Invoked when an import is detected.
onLinterException(LinterException, Resource) - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
Called when LinterException is thrown.
onModelPeriodChanged(long) - Method in interface ro.isdc.wro.config.support.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.factory.DefaultWroManagerFactory
Invoked when the modelPeriod property is changed.
onModelPeriodChanged(long) - Method in class ro.isdc.wro.manager.factory.SimpleWroManagerFactory
Invoked when the modelPeriod property is changed.
onModelPeriodChanged(long) - Method in class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
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.
onProcessingComplete() - Method in interface ro.isdc.wro.manager.callback.LifecycleCallback
Called after all postProcessors are applied and overall processing is complete.
onProcessingComplete() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackDecorator
Called after all postProcessors are applied and overall processing is complete.
onProcessingComplete() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Called after all postProcessors are applied and overall processing is complete.
onProcessingComplete() - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackSupport
Called after all postProcessors are applied and overall processing is complete.
onProcessingComplete() - Method in class ro.isdc.wro.manager.callback.PerformanceLoggerCallback
 
onRecursiveImportDetected() - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssImportPreProcessor
Invoked when a recursive import is detected.
onRequestProcessed() - Method in class ro.isdc.wro.http.WroFilter
Useful for unit tests to check the post processing.
onRunnerException(Exception) - Method in class ro.isdc.wro.runner.Wro4jCommandLineRunner
Exception handler.
onRuntimeException(RuntimeException, HttpServletResponse, FilterChain) - Method in class ro.isdc.wro.http.support.AbstractProcessorsFilter
Invoked when a RuntimeException is thrown.
onRuntimeException(RuntimeException, HttpServletResponse, FilterChain) - Method in class ro.isdc.wro.http.WroFilter
Deprecated. use WroFilter.onException(Exception, HttpServletResponse, FilterChain)
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.
OptionsBuilder - Class in ro.isdc.wro.extensions.processor.support.linter
Responsible for building json representations of the options consumed by linter code.
OptionsBuilder() - Constructor for class ro.isdc.wro.extensions.processor.support.linter.OptionsBuilder
 
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.
Ordered - Interface in ro.isdc.wro.util
Classes implementing this interface signal to the classes that load them that order is significant.
overrideDefaultStrategyMap(Map<String, S>) - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
Invoked after the the map of strategies is built from providers.

P

pack(String) - Method in class ro.isdc.wro.extensions.processor.support.cjson.CJson
 
pack(String) - Method in class ro.isdc.wro.extensions.processor.support.jsonhpack.JsonHPack
 
pack(String) - Method in class ro.isdc.wro.extensions.processor.support.packer.PackerJs
 
PackerJs - Class in ro.isdc.wro.extensions.processor.support.packer
The underlying implementation use the packer.js version 3.1 utility from base2 project: ://code.google.com/p/base2/.
PackerJs() - Constructor for class ro.isdc.wro.extensions.processor.support.packer.PackerJs
 
PackerJsProcessor - Class in ro.isdc.wro.extensions.processor.js
Uses Dean Edwards packer utility to pack js resources.
PackerJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.PackerJsProcessor
 
packProcessor() - Static method in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
 
packProcessor() - Static method in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
 
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.http.handler.ResourceProxyRequestHandler
 
PARAM_URI_LOCATORS - Static variable in class ro.isdc.wro.model.resource.locator.factory.ConfigurableLocatorFactory
Name of init param used to specify uri locators.
PARAM_VALUE_DEPLOYMENT - Static variable in class ro.isdc.wro.config.factory.FilterConfigWroConfigurationFactory
Deprecated. 
parse(Script) - Static method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
Parse a groovy DSL into a WroModel
parse(String) - Static method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
Parse a groovy DSL into a WroModel
PATH_API - Static variable in class ro.isdc.wro.http.handler.RequestHandlerSupport
A recommended context path which expose various api calls using RequestHandler implementations.
PATH_RESOURCES - Static variable in class ro.isdc.wro.http.handler.ResourceProxyRequestHandler
 
PathPatternProcessorDecorator - Class in ro.isdc.wro.extensions.processor
A ProcessorDecorator with Ant path style support.
PATTERN - Static variable in class ro.isdc.wro.model.resource.processor.impl.js.ConsoleStripperProcessor
Matches console statements
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.
PerformanceLoggerCallback - Class in ro.isdc.wro.manager.callback
Default implementation of LifecycleCallback interface with empty implementations.
PerformanceLoggerCallback() - Constructor for class ro.isdc.wro.manager.callback.PerformanceLoggerCallback
 
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(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
Perform actual resource processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.Less4jProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.Less4jProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.NodeLessCssProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.RhinoLessCssProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.RhinoLessCssProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.SassCssProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.SassCssProcessor
Perform actual resource processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.YUICssCompressorProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.css.YUICssCompressorProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.AbstractNodeWithFallbackProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.AbstractNodeWithFallbackProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.BeautifyJsProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.BeautifyJsProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
Perform actual resource processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.DojoShrinksafeCompressorProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.DojoShrinksafeCompressorProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.JsTemplateCompilerProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.NodeCoffeeScriptProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.NodeTypeScriptProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.PackerJsProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.PackerJsProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.RhinoCoffeeScriptProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.RhinoCoffeeScriptProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.RhinoTypeScriptProcessor
Process a content supplied by a reader and perform some sort of processing.
process(Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.js.RhinoTypeScriptProcessor
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.extensions.processor.PathPatternProcessorDecorator
Process a content supplied by a reader and perform some sort of processing.
process(String) - Method in class ro.isdc.wro.extensions.processor.support.sass.RubySassEngine
Transforms a sass content into css using Sass ruby engine.
process(String) - Method in class ro.isdc.wro.extensions.processor.support.sass.SassCss
 
process(String, String) - Method in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
 
process() - Method in class ro.isdc.wro.manager.WroManager
Perform processing of the uri.
process(CacheKey) - Method in class ro.isdc.wro.model.group.processor.GroupsProcessor
 
process(Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.decorator.AbstractProcessorDecoratorSupport
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.decorator.BenchmarkProcessorDecorator
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.decorator.CopyrightKeeperProcessorDecorator
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.decorator.ExceptionHandlingProcessorDecorator
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.decorator.LazyProcessorDecorator
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.decorator.LazyProcessorDecorator
Perform actual resource processing.
process(Resource, Reader, Writer) - Method in class ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator
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.decorator.SupportAwareProcessorDecorator
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.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.css.AbstractCssImportPreProcessor
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(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.js.ConsoleStripperProcessor
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 after all preProcessors are applied.
processAndMerge(List<Resource>, ProcessingCriteria) - Method in class ro.isdc.wro.model.group.processor.PreProcessorExecutor
Apply preProcessors on resources and merge them.
ProcessingCriteria - Class in ro.isdc.wro.model.resource.processor.support
The criteria used to apply or skip the processor.
ProcessingType - Enum in ro.isdc.wro.model.resource.processor.support
A type of processing to apply during preProcessor execution.
ProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Default implementation which can decorate a processor.
ProcessorDecorator(Object) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator
Hides the postProcessor adaptation logic.
ProcessorProvider - Interface in ro.isdc.wro.model.resource.processor.support
All implementation of this interface will contribute to the list of available processors discovered during application initialization.
ProcessorsFactory - Interface in ro.isdc.wro.model.resource.processor.factory
Locates processors to be used for group processing.
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
 
PropertyWroConfigurationFactory(Properties) - Constructor for class ro.isdc.wro.config.factory.PropertyWroConfigurationFactory
 
provideCacheStrategies() - Method in interface ro.isdc.wro.cache.spi.CacheStrategyProvider
 
provideCacheStrategies() - Method in class ro.isdc.wro.cache.spi.DefaultCacheStrategyProvider
provideCacheStrategies() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
provideCacheStrategies() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
provideHashStrategies() - Method in class ro.isdc.wro.model.resource.support.hash.DefaultHashStrategyProvider
provideHashStrategies() - Method in interface ro.isdc.wro.model.resource.support.hash.HashStrategyProvider
 
provideHashStrategies() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
provideHashStrategies() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
provideLocators() - Method in class ro.isdc.wro.model.resource.locator.support.DefaultLocatorProvider
provideLocators() - Method in interface ro.isdc.wro.model.resource.locator.support.LocatorProvider
 
provideLocators() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
provideLocators() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
provideModelFactories() - Method in class ro.isdc.wro.extensions.model.spi.DefaultModelFactoryProvider
provideModelFactories() - Method in class ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
provideModelFactories() - Method in class ro.isdc.wro.model.spi.DefaultModelFactoryProvider
provideModelFactories() - Method in interface ro.isdc.wro.model.spi.ModelFactoryProvider
 
provideModelFactories() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
provideModelFactories() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
provideNamingStrategies() - Method in class ro.isdc.wro.model.resource.support.naming.DefaultNamingStrategyProvider
provideNamingStrategies() - Method in interface ro.isdc.wro.model.resource.support.naming.NamingStrategyProvider
 
provideNamingStrategies() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
provideNamingStrategies() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
providePostProcessors() - Method in class ro.isdc.wro.extensions.processor.support.DefaultProcessorProvider
providePostProcessors() - Method in class ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
providePostProcessors() - Method in class ro.isdc.wro.model.resource.processor.support.DefaultProcessorProvider
providePostProcessors() - Method in interface ro.isdc.wro.model.resource.processor.support.ProcessorProvider
 
providePostProcessors() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
providePostProcessors() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
providePreProcessors() - Method in class ro.isdc.wro.extensions.processor.support.DefaultProcessorProvider
providePreProcessors() - Method in class ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
providePreProcessors() - Method in class ro.isdc.wro.model.resource.processor.support.DefaultProcessorProvider
providePreProcessors() - Method in interface ro.isdc.wro.model.resource.processor.support.ProcessorProvider
 
providePreProcessors() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
providePreProcessors() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
provideRequestHandlers() - Method in class ro.isdc.wro.extensions.http.handler.spi.DefaultRequestHandlerProvider
provideRequestHandlers() - Method in class ro.isdc.wro.extensions.support.spi.DefaultConfigurableProvider
provideRequestHandlers() - Method in class ro.isdc.wro.http.handler.spi.DefaultRequestHandlerProvider
provideRequestHandlers() - Method in interface ro.isdc.wro.http.handler.spi.RequestHandlerProvider
 
provideRequestHandlers() - Method in class ro.isdc.wro.util.provider.ConfigurableProviderSupport
provideRequestHandlers() - Method in class ro.isdc.wro.util.provider.DefaultConfigurableProvider
ProviderFinder<T> - Class in ro.isdc.wro.util.provider
Helps to find available providers of any supported type.
proxy(ObjectFactory<T>, Class<T>) - Static method in class ro.isdc.wro.util.ProxyFactory
 
ProxyFactory<T> - Class in ro.isdc.wro.util
An ObjectFactory used to create Proxy for objects initialized by provided LazyInitializer's.
put(K, V) - Method in interface ro.isdc.wro.cache.CacheStrategy
Put a value in the cache using a key.
put(CacheKey, CacheValue) - Method in class ro.isdc.wro.cache.ConfigurableCacheStrategy
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.
put(K, V) - Method in class ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator
Put a value in the cache using a key.
put(K, V) - Method in class ro.isdc.wro.cache.support.CacheStrategyDecorator
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.
ReadOnlyContext - Interface in ro.isdc.wro.config
A readonly version of Context.
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
 
RedirectedStreamServletResponseWrapper - Class in ro.isdc.wro.http.support
A specialized HttpServletResponseWrapper responsible for streaming response to provided OutputStream.
RedirectedStreamServletResponseWrapper(OutputStream, HttpServletResponse) - Constructor for class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
 
RegexpProperties - Class in ro.isdc.wro.util
Used to overcome the limitation of Properties class when dealing with regular expressions read from properties file.
RegexpProperties() - Constructor for class ro.isdc.wro.util.RegexpProperties
 
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(LifecycleCallback) - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Deprecated. use LifecycleCallbackRegistry.registerCallback(ObjectFactory) instead to ensure thread-safety.
registerCallback(ObjectFactory<LifecycleCallback>) - Method in class ro.isdc.wro.manager.callback.LifecycleCallbackRegistry
Register a callback using a factory responsible for callback instantiation.
registerCallback(LifecycleCallback) - Method in class ro.isdc.wro.manager.WroManager
Deprecated. 
registerCallback(ObjectFactory<LifecycleCallback>) - Method in class ro.isdc.wro.manager.WroManager
Registers a callback.
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.
ReloadCacheRequestHandler - Class in ro.isdc.wro.http.handler
This RequestHandler will reload the cache on HTTP requests to "wroAPI/reloadCache".
ReloadCacheRequestHandler() - Constructor for class ro.isdc.wro.http.handler.ReloadCacheRequestHandler
 
ReloadCacheRunnable - Class in ro.isdc.wro.manager.runnable
A Runnable executed by scheduler to clear the cache.
ReloadCacheRunnable(CacheStrategy<?, ?>) - Constructor for class ro.isdc.wro.manager.runnable.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.
ReloadModelRequestHandler - Class in ro.isdc.wro.http.handler
This RequestHandler will reload the model on HTTP requests to "wroAPI/reloadModel"

This handler is available only in debug mode by default.

ReloadModelRequestHandler() - Constructor for class ro.isdc.wro.http.handler.ReloadModelRequestHandler
 
ReloadModelRunnable - Class in ro.isdc.wro.manager.runnable
A Runnable executed by scheduler to clear the model cache.
ReloadModelRunnable(WroModelFactory) - Constructor for class ro.isdc.wro.manager.runnable.ReloadModelRunnable
 
removeDuplicateProperties(String) - Method in class ro.isdc.wro.model.resource.processor.support.CssCompressor
 
removeImportStatements(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.CssImportPreProcessor
 
removeImportStatements(String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.LessCssImportPreProcessor
removeImportStatements() - Method in class ro.isdc.wro.model.resource.processor.support.CssImportInspector
Removes all @import statements from css.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.support.naming.ConfigurableNamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.support.naming.DefaultHashEncoderNamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.support.naming.FolderHashEncoderNamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.support.naming.HashEncoderNamingStrategy
Deprecated. Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in interface ro.isdc.wro.model.resource.support.naming.NamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.support.naming.NoOpNamingStrategy
Creates a new name of the resource which encodes a version.
rename(String, InputStream) - Method in class ro.isdc.wro.model.resource.support.naming.TimestampNamingStrategy
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) - Method in interface ro.isdc.wro.model.resource.processor.support.CssUrlInspector.ItemHandler
 
replaceDeclaration(String, String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
Invoked to replace the entire css declaration.
replaceDeclaration(String, String) - Method in class ro.isdc.wro.model.resource.processor.impl.css.FallbackCssDataUriProcessor
Invoked to replace the entire css declaration.
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
Deprecated. use CssDataUriPreProcessor.isReplaceAccepted(String) instead.
ReportXmlFormatter - Class in ro.isdc.wro.extensions.support.lint
Builds an XML report for lint errors based on provided collection of LinterError's.
ReportXmlFormatter(LintReport<LintItem>, ReportXmlFormatter.FormatterType) - Constructor for class ro.isdc.wro.extensions.support.lint.ReportXmlFormatter
 
ReportXmlFormatter.FormatterType - Enum in ro.isdc.wro.extensions.support.lint
 
RequestHandler - Interface in ro.isdc.wro.http.handler
Handler interface for components that process HTTP request.
RequestHandlerFactory - Interface in ro.isdc.wro.http.handler.factory
Responsible for creating a RequestHandler's collection.
RequestHandlerProvider - Interface in ro.isdc.wro.http.handler.spi
A service provider responsible for providing new implementations of RequestHandler.
RequestHandlerSupport - Class in ro.isdc.wro.http.handler
A handler which implements all the methods.
RequestHandlerSupport() - Constructor for class ro.isdc.wro.http.handler.RequestHandlerSupport
 
reset() - Method in class ro.isdc.wro.model.resource.support.change.ResourceChangeDetector
Notifies the ResourceChangeDetector that the change cycle completes and a new one is prepared.
reset() - Method in class ro.isdc.wro.model.resource.support.change.ResourceChangeInfo
Resets the state of this ResourceChangeInfo by copying the current hash to previous hash and reseting current hash to null.
resolveGroupResources() - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
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.
ResourceAuthorizationManager - Interface in ro.isdc.wro.model.resource.support
Controls the resources which should be accessible through ResourceProxyRequestHandler.
ResourceBundleProcessor - Class in ro.isdc.wro.manager
Encapsulates the bundle creation.
ResourceBundleProcessor() - Constructor for class ro.isdc.wro.manager.ResourceBundleProcessor
 
ResourceChangeDetector - Class in ro.isdc.wro.model.resource.support.change
 
ResourceChangeDetector() - Constructor for class ro.isdc.wro.model.resource.support.change.ResourceChangeDetector
 
ResourceChangeInfo - Class in ro.isdc.wro.model.resource.support.change
Holds details about hashes of watched resources and the group which were detected as changed.
ResourceChangeInfo() - Constructor for class ro.isdc.wro.model.resource.support.change.ResourceChangeInfo
 
ResourceDelegate - Class in ro.isdc.wro.extensions.model.factory
 
ResourceDelegate() - Constructor for class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
ResourceLintReport<T> - Class in ro.isdc.wro.extensions.support.lint
Encapsulates lint reports of type found for a resource.
ResourceLintReport() - Constructor for class ro.isdc.wro.extensions.support.lint.ResourceLintReport
Required for JSON serialization.
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
Perform actual processing of the resource content from the Reader and writes the processed content to the Writer.
ResourceProxyRequestHandler - Class in ro.isdc.wro.http.handler
Provides access to wro resources via a resource proxy.
ResourceProxyRequestHandler() - Constructor for class ro.isdc.wro.http.handler.ResourceProxyRequestHandler
 
ResourceSerializer - Class in ro.isdc.wro.extensions.http.handler
Serializes Resource to json.
ResourceSerializer(String) - Constructor for class ro.isdc.wro.extensions.http.handler.ResourceSerializer
 
ResourceType - Enum in ro.isdc.wro.model.resource
Make a distinction between resource type.
ResourceWatcher - Class in ro.isdc.wro.model.resource.support.change
A runnable responsible for watching if any resources were changed and invalidate the cache entry for the group containing obsolete resources.
ResourceWatcher() - Constructor for class ro.isdc.wro.model.resource.support.change.ResourceWatcher
 
ResponseHeadersConfigurer - Class in ro.isdc.wro.http.support
Responsible for configuring response headers.
ResponseHeadersConfigurer() - Constructor for class ro.isdc.wro.http.support.ResponseHeadersConfigurer
 
ResponseHeadersConfigurer(String) - Constructor for class ro.isdc.wro.http.support.ResponseHeadersConfigurer
 
resumeEncoding() - Method in class ro.isdc.wro.util.Base64.OutputStream
Resumes encoding of the stream.
returnObject(T) - Method in class ro.isdc.wro.extensions.processor.support.ObjectPoolHelper
 
RhinoCoffeeScriptProcessor - Class in ro.isdc.wro.extensions.processor.js
Uses coffee script http://jashkenas.github.com/coffee-script/ to compile to javascript code.
RhinoCoffeeScriptProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.RhinoCoffeeScriptProcessor
 
RhinoLessCssProcessor - Class in ro.isdc.wro.extensions.processor.css
A processor using lessCss engine: @see http://www.asual.com/lesscss/
RhinoLessCssProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.RhinoLessCssProcessor
 
RhinoScriptBuilder - Class in ro.isdc.wro.extensions.script
Used to evaluate javascript on the serverside using rhino javascript engine.
RhinoTypeScriptProcessor - Class in ro.isdc.wro.extensions.processor.js
Compiles TypeScript into javascript in a cross platform manner.
RhinoTypeScriptProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.RhinoTypeScriptProcessor
 
RhinoUtils - Class in ro.isdc.wro.extensions.script
Direct conversion between native Rhino objects and JSON.
ro.isdc.wro - package ro.isdc.wro
 
ro.isdc.wro.cache - package ro.isdc.wro.cache
 
ro.isdc.wro.cache.factory - package ro.isdc.wro.cache.factory
 
ro.isdc.wro.cache.impl - package ro.isdc.wro.cache.impl
 
ro.isdc.wro.cache.spi - package ro.isdc.wro.cache.spi
 
ro.isdc.wro.cache.support - package ro.isdc.wro.cache.support
 
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.config.metadata - package ro.isdc.wro.config.metadata
 
ro.isdc.wro.config.support - package ro.isdc.wro.config.support
 
ro.isdc.wro.extensions.http - package ro.isdc.wro.extensions.http
 
ro.isdc.wro.extensions.http.handler - package ro.isdc.wro.extensions.http.handler
 
ro.isdc.wro.extensions.http.handler.spi - package ro.isdc.wro.extensions.http.handler.spi
 
ro.isdc.wro.extensions.manager - package ro.isdc.wro.extensions.manager
 
ro.isdc.wro.extensions.manager.standalone - package ro.isdc.wro.extensions.manager.standalone
 
ro.isdc.wro.extensions.model.factory - package ro.isdc.wro.extensions.model.factory
 
ro.isdc.wro.extensions.model.resource - package ro.isdc.wro.extensions.model.resource
 
ro.isdc.wro.extensions.model.spi - package ro.isdc.wro.extensions.model.spi
 
ro.isdc.wro.extensions.processor - package ro.isdc.wro.extensions.processor
 
ro.isdc.wro.extensions.processor.css - package ro.isdc.wro.extensions.processor.css
 
ro.isdc.wro.extensions.processor.js - package ro.isdc.wro.extensions.processor.js
 
ro.isdc.wro.extensions.processor.support - package ro.isdc.wro.extensions.processor.support
 
ro.isdc.wro.extensions.processor.support.cjson - package ro.isdc.wro.extensions.processor.support.cjson
 
ro.isdc.wro.extensions.processor.support.coffeescript - package ro.isdc.wro.extensions.processor.support.coffeescript
 
ro.isdc.wro.extensions.processor.support.csslint - package ro.isdc.wro.extensions.processor.support.csslint
 
ro.isdc.wro.extensions.processor.support.dustjs - package ro.isdc.wro.extensions.processor.support.dustjs
 
ro.isdc.wro.extensions.processor.support.emberjs - package ro.isdc.wro.extensions.processor.support.emberjs
 
ro.isdc.wro.extensions.processor.support.handlebarsjs - package ro.isdc.wro.extensions.processor.support.handlebarsjs
 
ro.isdc.wro.extensions.processor.support.hoganjs - package ro.isdc.wro.extensions.processor.support.hoganjs
 
ro.isdc.wro.extensions.processor.support.jsonhpack - package ro.isdc.wro.extensions.processor.support.jsonhpack
 
ro.isdc.wro.extensions.processor.support.less - package ro.isdc.wro.extensions.processor.support.less
 
ro.isdc.wro.extensions.processor.support.linter - package ro.isdc.wro.extensions.processor.support.linter
 
ro.isdc.wro.extensions.processor.support.packer - package ro.isdc.wro.extensions.processor.support.packer
 
ro.isdc.wro.extensions.processor.support.sass - package ro.isdc.wro.extensions.processor.support.sass
 
ro.isdc.wro.extensions.processor.support.template - package ro.isdc.wro.extensions.processor.support.template
 
ro.isdc.wro.extensions.processor.support.typescript - package ro.isdc.wro.extensions.processor.support.typescript
 
ro.isdc.wro.extensions.processor.support.uglify - package ro.isdc.wro.extensions.processor.support.uglify
 
ro.isdc.wro.extensions.processor.support.yui - package ro.isdc.wro.extensions.processor.support.yui
 
ro.isdc.wro.extensions.script - package ro.isdc.wro.extensions.script
 
ro.isdc.wro.extensions.support.lint - package ro.isdc.wro.extensions.support.lint
 
ro.isdc.wro.extensions.support.spi - package ro.isdc.wro.extensions.support.spi
 
ro.isdc.wro.http - package ro.isdc.wro.http
 
ro.isdc.wro.http.handler - package ro.isdc.wro.http.handler
 
ro.isdc.wro.http.handler.factory - package ro.isdc.wro.http.handler.factory
 
ro.isdc.wro.http.handler.spi - package ro.isdc.wro.http.handler.spi
 
ro.isdc.wro.http.support - package ro.isdc.wro.http.support
 
ro.isdc.wro.http.taglib - package ro.isdc.wro.http.taglib
 
ro.isdc.wro.manager - package ro.isdc.wro.manager
 
ro.isdc.wro.manager.callback - package ro.isdc.wro.manager.callback
 
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.manager.runnable - package ro.isdc.wro.manager.runnable
 
ro.isdc.wro.maven.plugin - package ro.isdc.wro.maven.plugin
 
ro.isdc.wro.maven.plugin.manager.factory - package ro.isdc.wro.maven.plugin.manager.factory
 
ro.isdc.wro.maven.plugin.support - package ro.isdc.wro.maven.plugin.support
 
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.support - package ro.isdc.wro.model.resource.locator.support
 
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.decorator - package ro.isdc.wro.model.resource.processor.decorator
 
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.support - package ro.isdc.wro.model.resource.support
 
ro.isdc.wro.model.resource.support.change - package ro.isdc.wro.model.resource.support.change
 
ro.isdc.wro.model.resource.support.hash - package ro.isdc.wro.model.resource.support.hash
 
ro.isdc.wro.model.resource.support.naming - package ro.isdc.wro.model.resource.support.naming
 
ro.isdc.wro.model.spi - package ro.isdc.wro.model.spi
 
ro.isdc.wro.model.transformer - package ro.isdc.wro.model.transformer
 
ro.isdc.wro.runner - package ro.isdc.wro.runner
 
ro.isdc.wro.util - package ro.isdc.wro.util
 
ro.isdc.wro.util.io - package ro.isdc.wro.util.io
 
ro.isdc.wro.util.provider - package ro.isdc.wro.util.provider
 
RubySassCssProcessor - Class in ro.isdc.wro.extensions.processor.css
A processor using the ruby sass engine:
RubySassCssProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
 
RubySassEngine - Class in ro.isdc.wro.extensions.processor.support.sass
A Sass processor using ruby gems.
RubySassEngine() - Constructor for class ro.isdc.wro.extensions.processor.support.sass.RubySassEngine
 
run() - Method in class ro.isdc.wro.config.support.ContextPropagatingCallable
run() - Method in class ro.isdc.wro.manager.runnable.ReloadCacheRunnable
 
run() - Method in class ro.isdc.wro.manager.runnable.ReloadModelRunnable
 
runConcurrently(Callable<Void>, int) - Static method in class ro.isdc.wro.util.WroTestUtils
Runs a task concurrently.
runConcurrently(Callable<Void>) - Static method in class ro.isdc.wro.util.WroTestUtils
Run the task concurrently 50 times.

S

safeCopy(Reader, Writer) - Static method in class ro.isdc.wro.util.WroUtil
Copy and close the reader and writer streams.
SassCss - Class in ro.isdc.wro.extensions.processor.support.sass
The underlying implementation use the sass.js version 0.5.0 project: https://github.com/visionmedia/sass.js.
SassCss() - Constructor for class ro.isdc.wro.extensions.processor.support.sass.SassCss
 
SassCssProcessor - Class in ro.isdc.wro.extensions.processor.css
A processor using sass engine:
SassCssProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.SassCssProcessor
default constructor that sets the engine used to RHINO for backwards compatibility.
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
 
sendError(int) - Method in class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
sendError(int, String) - Method in class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
sendRedirect(String) - Method in class ro.isdc.wro.http.support.RedirectedStreamServletResponseWrapper
By default, redirect does not allow writing to output stream its content.
serialize(Resource, Type, JsonSerializationContext) - Method in class ro.isdc.wro.extensions.http.handler.ResourceSerializer
serveProcessedBundle() - Method in class ro.isdc.wro.manager.ResourceBundleProcessor
Write to stream the content of the processed resource bundle.
ServletContextAttributeHelper - Class in ro.isdc.wro.http.support
Encapsulates the details of storing/retrieving attributes from ServletContext.
ServletContextAttributeHelper(ServletContext) - Constructor for class ro.isdc.wro.http.support.ServletContextAttributeHelper
Uses default name for storing/retrieving attributes in ServletContext.
ServletContextAttributeHelper(ServletContext, String) - Constructor for class ro.isdc.wro.http.support.ServletContextAttributeHelper
Uses default name to work with ServletContext attribute.
ServletContextPropertyWroConfigurationFactory - Class in ro.isdc.wro.config.factory
Load WroConfiguration from a servletContext relative location.
ServletContextPropertyWroConfigurationFactory(ServletContext) - Constructor for class ro.isdc.wro.config.factory.ServletContextPropertyWroConfigurationFactory
 
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
 
ServletContextUriLocator.LocatorStrategy - Enum in ro.isdc.wro.model.resource.locator
Available LocatorStrategies.
set(Context) - Static method in class ro.isdc.wro.config.Context
Set a context with default configuration to current thread.
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
 
setAuthorizationManager(ResourceAuthorizationManager) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setAutoDetectWroFile(boolean) - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
In order to keep backward compatibility for building the model .
setBrowsers(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
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.
setCacheKeyFactory(CacheKeyFactory) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setCacheKeyFactory(CacheKeyFactory) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setCacheStrategy(CacheStrategy<CacheKey, CacheValue>) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setCacheStrategy(CacheStrategy<CacheKey, CacheValue>) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
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
 
setCallbackRegistry(LifecycleCallbackRegistry) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setCharacter(int) - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
setClosures(Map) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
setCol(int) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
setColumn(int) - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
setCompilationLevel(CompilationLevel) - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
setCompilerOptions(CompilerOptions) - Method in class ro.isdc.wro.extensions.processor.js.GoogleClosureCompressorProcessor
 
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.
setConfiguration(WroConfiguration) - Method in class ro.isdc.wro.http.WroFilter
Once set, this configuration will be used, instead of the one built by the factory.
setConfiguration(WroConfiguration) - Method in class ro.isdc.wro.http.WroServletContextListener
Set the configuration to be initialized by this listener.
setConnectionTimeout(int) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
Timeout (milliseconds) 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
 
setCorrelationId(String) - Static method in class ro.isdc.wro.config.Context
Set the correlationId to the current thread.
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
 
setDesc(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
setDisableCache(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setDisableCache(boolean) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setEnable(boolean) - Method in class ro.isdc.wro.http.WroFilter
Sets the enable flag used to toggle filter.
setEnableWildcards(boolean) - Method in class ro.isdc.wro.model.resource.locator.wildcard.WildcardUriLocatorSupport
Allows disabling wildcard support.
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.extensions.processor.js.GoogleClosureCompressorProcessor
 
setEncoding(String) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setEncoding(String) - Method in class ro.isdc.wro.model.resource.processor.impl.js.JSMinProcessor
 
setErrors(Collection<CssLintError>) - Method in exception ro.isdc.wro.extensions.processor.support.csslint.CssLintException
 
setErrors(Collection<LinterError>) - Method in exception ro.isdc.wro.extensions.processor.support.linter.LinterException
 
setEvidence(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
setEvidence(String) - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
setEvidence(String) - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
setExtraConfigFile(File) - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
The implementation should handle the null case also.
setExtraConfigFile(File) - Method in interface ro.isdc.wro.maven.plugin.support.ExtraConfigFileAware
The implementation should handle the null case also.
setFactoryList(List<WroModelFactory>) - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
 
setGroupDelegate(GroupDelegate) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
setGroupExtractor(GroupExtractor) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setGroupExtractor(GroupExtractor) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
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
 
setHandlers(Collection<RequestHandler>) - Method in class ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory
Sets a not null collection of handlers.
setHash(String) - Method in class ro.isdc.wro.cache.CacheValue
 
setHashBuilder(HashStrategy) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
Deprecated. use BaseWroManagerFactory.setHashStrategy(HashStrategy)
setHashStrategy(HashStrategy) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setHashStrategy(HashStrategy) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setHeader(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setHeaders(HttpServletResponse) - Method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Method called for each request and responsible for setting response headers, used mostly for cache control.
setId(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
setIgnoreEmptyGroup(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setIgnoreEmptyGroup(boolean) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
 
setIgnoreFailingProcessor(boolean) - 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.
setLine(int) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
setLine(int) - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
setLine(int) - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
setLints(Collection<T>) - Method in class ro.isdc.wro.extensions.support.lint.ResourceLintReport
 
setLocatorFactory(UriLocatorFactory) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setLocatorStrategy(ServletContextUriLocator.LocatorStrategy) - Method in class ro.isdc.wro.model.resource.locator.ServletContextUriLocator
Sets the locator strategy to use.
setManagerFactory(WroManagerFactory) - Method in class ro.isdc.wro.http.support.ServletContextAttributeHelper
Set the configuration object as a servletContext attribute.
setManagerFactory(WroManagerFactory) - Method in class ro.isdc.wro.http.WroServletContextListener
Set the manager factory to be initialized by this listener.
setMbeanName(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setMbeanName(String) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setMessage(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
setMetaClass(MetaClass) - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
 
setMetaClass(MetaClass) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
setMetaClass(MetaClass) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
setMetaClass(MetaClass) - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
setMetaDataFactory(MetaDataFactory) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setMetaDataFactory(MetaDataFactory) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setMinimize(boolean) - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
setMinimize(boolean) - Method in class ro.isdc.wro.model.resource.processor.support.ProcessingCriteria
 
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.Builder
 
setModelTransformers(List<Transformer<WroModel>>) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setModelTransformers(List<Transformer<WroModel>>) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
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
 
setName(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
 
setNamingStrategy(NamingStrategy) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setNamingStrategy(NamingStrategy) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setObjectPool(GenericObjectPool<T>) - Method in class ro.isdc.wro.extensions.processor.support.ObjectPoolHelper
Use a custom GenericObjectPool.
setOptions(String...) - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
Deprecated. 
setOptions(String...) - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
Deprecated. 
setOptions(String...) - Method in class ro.isdc.wro.extensions.processor.support.coffeescript.CoffeeScript
 
setOptions(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLint
 
setOptions(String...) - Method in class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
 
setOptionsAsString(String) - Method in class ro.isdc.wro.extensions.processor.css.CssLintProcessor
 
setOptionsAsString(String) - Method in class ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
 
setParallelPreprocessing(boolean) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setParams(Map) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
setPatterns(List<String>) - Method in class ro.isdc.wro.extensions.model.resource.ConfigurableAntPathPatternsResourceAuthorizationManager
 
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
 
setProcessingType(ProcessingType) - Method in class ro.isdc.wro.model.resource.processor.support.ProcessingCriteria
 
setProcessorsFactory(ProcessorsFactory) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setProcessorsFactory(ProcessorsFactory) - Method in class ro.isdc.wro.manager.WroManager.Builder
 
setProperties(Properties) - Method in class ro.isdc.wro.http.ConfigurableWroFilter
 
setProperties(Properties) - Method in class ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory
 
setProperties(Properties) - Method in class ro.isdc.wro.model.resource.support.AbstractConfigurableStrategySupport
 
setPropertiesFactory(ObjectFactory<Properties>) - Method in class ro.isdc.wro.model.resource.processor.impl.PlaceholderProcessor
 
setProperty(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.GroovyModelParser
 
setProperty(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.GroupDelegate
 
setProperty(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
setProperty(String, Object) - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
setRawContent(String) - Method in class ro.isdc.wro.cache.CacheValue
 
setReason(String) - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
 
setReason(String) - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
setRequestHandlerFactory(RequestHandlerFactory) - Method in class ro.isdc.wro.http.WroFilter
Sets the RequestHandlerFactory used to create the collection of requestHandlers
setReservedNames(String) - Method in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
some libraries rely on certain names to be used, so this option allow you to exclude such names from the mangler.
setResourceAuthorizationManager(ResourceAuthorizationManager) - Method in class ro.isdc.wro.manager.factory.BaseWroManagerFactory
 
setResourcePath(String) - Method in class ro.isdc.wro.extensions.support.lint.ResourceLintReport
 
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) - Method in class ro.isdc.wro.extensions.model.factory.ResourceDelegate
 
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.
setResourceWatcherUpdatePeriod(long) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setResourceWatcherUpdatePeriod(long) - Method in interface ro.isdc.wro.config.jmx.WroConfigurationMBean
Set after how many seconds the resource change detection is performed..
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.
setRule(CssRule) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
setSeverity(String) - Method in class ro.isdc.wro.extensions.support.lint.LintItem
 
setSource(String) - Method in class ro.isdc.wro.http.taglib.AbstractResourceTag
 
setTransformers(List<Transformer<WroModel>>) - Method in class ro.isdc.wro.model.factory.ModelTransformerFactory
Set a list of transformers to apply on decorated model factory.
setType(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
 
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
 
setValidateXml(boolean) - Method in class ro.isdc.wro.model.factory.XmlModelFactory
Allows disable the xml validation (which is true by default.
setWildcardExpanderHandler(Function<Collection<File>, Void>) - Method in class ro.isdc.wro.model.resource.locator.wildcard.DefaultWildcardStreamLocator
Sets the handler to be used by the implementing class.
setWildcardExpanderHandler(Function<Collection<File>, Void>) - Method in interface ro.isdc.wro.model.resource.locator.wildcard.WildcardExpanderHandlerAware
Sets the handler to be used by the implementing class.
setWroConfiguration(WroConfiguration) - Method in class ro.isdc.wro.http.support.ServletContextAttributeHelper
Set the configuration object as a servletContext attribute.
setWroFile(File) - Method in class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
The file to use for creating model.
setWroFile(File) - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
 
setWroManagerClassName(String) - Method in class ro.isdc.wro.config.jmx.WroConfiguration
 
setWroManagerFactory(WroManagerFactory) - Method in class ro.isdc.wro.http.WroFilter
Allows external configuration of WroManagerFactory (ex: using spring IoC).
setWroModel(WroModel) - Method in class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
SHA1HashStrategy - Class in ro.isdc.wro.model.resource.support.hash
Uses SHA1 algorithm for creating fingerprint.
SHA1HashStrategy() - Constructor for class ro.isdc.wro.model.resource.support.hash.SHA1HashStrategy
 
shortSummary() - Method in class ro.isdc.wro.util.StopWatch
Return a short description of the total running time.
simpleManagerFactory() - Static method in class ro.isdc.wro.util.WroTestUtils
 
simpleModelFactory(WroModel) - Static method in class ro.isdc.wro.util.WroTestUtils
Creates a model factory for a given model.
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
 
SimpleRequestHandlerFactory - Class in ro.isdc.wro.http.handler.factory
A RequestHandlerFactory which holds RequestHandler's in a list.
SimpleRequestHandlerFactory() - Constructor for class ro.isdc.wro.http.handler.factory.SimpleRequestHandlerFactory
 
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
 
SimpleWroManagerFactory - Class in ro.isdc.wro.manager.factory
Always returns the same instance of WroManager.
SimpleWroManagerFactory(WroManager) - Constructor for class ro.isdc.wro.manager.factory.SimpleWroManagerFactory
 
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
 
SmartWroModelFactory - Class in ro.isdc.wro.extensions.model.factory
When used, this factory will make it possible to migrate easily from xml to groovy (or json) DSL seamlessly.
SmartWroModelFactory() - Constructor for class ro.isdc.wro.extensions.model.factory.SmartWroModelFactory
 
source - Variable in class ro.isdc.wro.http.taglib.AbstractResourceTag
The source path
splitOptions(String) - Method in class ro.isdc.wro.extensions.processor.support.linter.OptionsBuilder
Split multiple options into an array of options.
SpringWroFilter - Class in ro.isdc.wro.extensions.http
SpringWroFilter.
A WroFilter capable to get a WroManagerFactory instance from spring context.
SpringWroFilter() - Constructor for class ro.isdc.wro.extensions.http.SpringWroFilter
 
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
 
StandaloneContextAware - Interface in ro.isdc.wro.manager.factory.standalone
An implementation of WroManagerFactory aware about the run context.
TODO: find a way to not require StandaloneContextAware for build time processing, but use any instance of WroManagerFactory.
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.
SupportAware - Interface in ro.isdc.wro.model.resource.processor
Implementors of this interface will be able to provide information about its support.
SupportAwareProcessorDecorator - Class in ro.isdc.wro.model.resource.processor.decorator
Check if the decorated processor implements SupportAware interface and throws the WroRuntimeException with specific message when processor is not supported.
SupportAwareProcessorDecorator(Object) - Constructor for class ro.isdc.wro.model.resource.processor.decorator.SupportAwareProcessorDecorator
 
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

TimestampNamingStrategy - Class in ro.isdc.wro.model.resource.support.naming
This naming strategy append a timestamp to the name of the file.
TimestampNamingStrategy() - Constructor for class ro.isdc.wro.model.resource.support.naming.TimestampNamingStrategy
 
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.
toJson(Object) - Static method in class ro.isdc.wro.extensions.script.RhinoUtils
Recursively convert from native Rhino to JSON.
toJson(Object, boolean) - Static method in class ro.isdc.wro.extensions.script.RhinoUtils
Recursively convert from native Rhino to JSON.
toPackageAsFolder(Class<?>) - Static method in class ro.isdc.wro.util.WroUtil
Creates a folder like implementation for a class.
toString() - Method in class ro.isdc.wro.cache.CacheKey
toString() - Method in class ro.isdc.wro.cache.CacheValue
toString() - Method in class ro.isdc.wro.config.Context
toString() - Method in class ro.isdc.wro.config.jmx.WroConfiguration
toString() - Method in class ro.isdc.wro.extensions.processor.PathPatternProcessorDecorator
toString() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLintError
toString() - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssRule
toString() - Method in class ro.isdc.wro.extensions.processor.support.linter.LinterError
toString() - Method in class ro.isdc.wro.extensions.support.lint.LintItem
toString() - Method in class ro.isdc.wro.extensions.support.lint.LintReport
toString() - Method in enum ro.isdc.wro.http.support.HttpHeader
Use this method instead of name() to get the header name.
toString() - Method in class ro.isdc.wro.manager.factory.DefaultWroManagerFactory
 
toString() - Method in class ro.isdc.wro.manager.factory.standalone.StandaloneContext
toString() - Method in class ro.isdc.wro.model.group.Group
toString() - Method in class ro.isdc.wro.model.resource.processor.decorator.LazyProcessorDecorator
 
toString() - Method in class ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator
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.resource.support.change.ResourceChangeInfo
toString() - Method in class ro.isdc.wro.model.WroModel
toString() - Method in class ro.isdc.wro.util.AbstractDecorator
transform(WroModel) - Method in class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer
Apply a transformation on the input object.
transform(T) - Method in interface ro.isdc.wro.util.Transformer
Apply a transformation on the input object.
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
 
TypeScriptCompiler - Class in ro.isdc.wro.extensions.processor.support.typescript
Uses rhino to compile a TypeScript into javascript.
TypeScriptCompiler() - Constructor for class ro.isdc.wro.extensions.processor.support.typescript.TypeScriptCompiler
 
TypeScriptProcessor - Class in ro.isdc.wro.extensions.processor.js
Similar to RhinoTypeScriptProcessor but will prefer using NodeTypeScriptProcessor if it is supported and will fallback to rhino based processor.
TypeScriptProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.TypeScriptProcessor
 

U

UglifyJs - Class in ro.isdc.wro.extensions.processor.support.uglify
The underlying implementation use untagged version (commited on 2012-09-08 14:15:12).
UglifyJs(UglifyJs.Type) - Constructor for class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
 
uglifyJs() - Static method in class ro.isdc.wro.extensions.processor.support.uglify.UglifyJs
Factory method for creating the uglifyJs engine.
UglifyJs.Type - Enum in ro.isdc.wro.extensions.processor.support.uglify
The type of processing supported by UglifyJs library.
UglifyJsProcessor - Class in ro.isdc.wro.extensions.processor.js
Compress js using uglifyJs utility.
UglifyJsProcessor() - Constructor for class ro.isdc.wro.extensions.processor.js.UglifyJsProcessor
 
UnauthorizedRequestException - Exception in ro.isdc.wro.http.support
This exception is thrown when an invalid group is requested..
UnauthorizedRequestException(String) - Constructor for exception ro.isdc.wro.http.support.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
 
unpack(String) - Method in class ro.isdc.wro.extensions.processor.support.cjson.CJson
 
unpack(String) - Method in class ro.isdc.wro.extensions.processor.support.jsonhpack.JsonHPack
 
unpackProcessor() - Static method in class ro.isdc.wro.extensions.processor.js.CJsonProcessor
 
unpackProcessor() - Static method in class ro.isdc.wro.extensions.processor.js.JsonHPackProcessor
 
unset() - Static method in class ro.isdc.wro.config.Context
Remove context from the local thread.
unsetCorrelationId() - Static method in class ro.isdc.wro.config.Context
Remove the correlationId from the current thread.
updateHashForGroup(String, String) - Method in class ro.isdc.wro.model.resource.support.change.ResourceChangeInfo
Updates the hash associated with the resource for a give groupName.
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.
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
 
useDefaultsFromConfig(WroConfiguration, Map<String, String>) - Static method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Deprecated. will be removed when other deprecated methods requiring this method will be removed.

V

validate(String) - Method in class ro.isdc.wro.extensions.processor.support.csslint.CssLint
Validates a js using jsHint and throws CssLintException if the js is invalid.
validate(String) - Method in class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
Validates a js using jsHint and throws LinterException if the js is invalid.
validate() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Checks if all required fields are configured.
validate() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
Checks if all required fields are configured.
valueOf(String, String) - Static method in class ro.isdc.wro.cache.CacheValue
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.extensions.processor.support.uglify.UglifyJs.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.isdc.wro.extensions.support.lint.ReportXmlFormatter.FormatterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.isdc.wro.http.support.HttpHeader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ro.isdc.wro.model.resource.locator.ServletContextUriLocator.LocatorStrategy
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.processor.support.ProcessingType
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.extensions.processor.support.uglify.UglifyJs.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ro.isdc.wro.extensions.support.lint.ReportXmlFormatter.FormatterType
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.support.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.locator.ServletContextUriLocator.LocatorStrategy
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.processor.support.ProcessingType
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).
WildcardContext - Class in ro.isdc.wro.model.resource.locator.wildcard
Defines a wildcard context based on provided resource uri and the folder representing the starting point of the search for the resources.
WildcardContext(String, File) - Constructor for class ro.isdc.wro.model.resource.locator.wildcard.WildcardContext
 
WildcardExpanderHandlerAware - 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
 
withHeadersSet(String) - Static method in class ro.isdc.wro.http.support.ResponseHeadersConfigurer
Factory method which creates a ResponseHeadersConfigurer containing headers provided as string (separated by | character).
wrap(Exception) - Static method in exception ro.isdc.wro.WroRuntimeException
Wraps original exception into WroRuntimeException and throw it.
wrap(Exception, String) - Static method in exception ro.isdc.wro.WroRuntimeException
Wraps original exception into WroRuntimeException and throw it.
wrapWithWroRuntimeException(Exception) - Static method in class ro.isdc.wro.util.WroUtil
Deprecated. use WroRuntimeException.wrap(Exception)
write(OutputStream) - Method in class ro.isdc.wro.extensions.support.lint.AbstractReportXmlFormatter
 
write(int) - Method in class ro.isdc.wro.http.support.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.
Wro4jCommandLineRunner - Class in ro.isdc.wro.runner
Default command line runner.
Wro4jCommandLineRunner() - Constructor for class ro.isdc.wro.runner.Wro4jCommandLineRunner
 
Wro4jMojo - Class in ro.isdc.wro.maven.plugin
A build-time solution for organizing and minimizing static resources.
Wro4jMojo() - Constructor for class ro.isdc.wro.maven.plugin.Wro4jMojo
 
WroConfiguration - Class in ro.isdc.wro.config.jmx
Defines MBean which manage configuration.
WroConfiguration() - Constructor for class ro.isdc.wro.config.jmx.WroConfiguration
 
WroConfigurationChangeListener - Interface in ro.isdc.wro.config.support
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.
WroContextFilter - Class in ro.isdc.wro.http
This filter is responsible for setting the Context to the current request cycle.
WroContextFilter() - Constructor for class ro.isdc.wro.http.WroContextFilter
 
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.Builder - Class in ro.isdc.wro.manager
 
WroManager.Builder() - Constructor for class ro.isdc.wro.manager.WroManager.Builder
 
WroManager.Builder(WroManager) - Constructor for class ro.isdc.wro.manager.WroManager.Builder
 
WroManagerFactory - Interface in ro.isdc.wro.manager.factory
Factory used to create WroManager objects.
WroManagerFactoryDecorator - Class in ro.isdc.wro.manager.factory
Simple decorator for WroManagerFactory.
WroManagerFactoryDecorator(WroManagerFactory) - Constructor for class ro.isdc.wro.manager.factory.WroManagerFactoryDecorator
 
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
 
WroModelDelegate - Class in ro.isdc.wro.extensions.model.factory
 
WroModelDelegate() - Constructor for class ro.isdc.wro.extensions.model.factory.WroModelDelegate
 
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
 
WroModelInspector - Class in ro.isdc.wro.model
Helper for querying a snapshot of a model.
WroModelInspector(WroModel) - Constructor for class ro.isdc.wro.model.WroModelInspector
 
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
 
WroServletContextListener - Class in ro.isdc.wro.http
A listener which loads wroConfiguration and stores it in servletContext.
WroServletContextListener() - Constructor for class ro.isdc.wro.http.WroServletContextListener
 
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
Default constructor.

Y

YuiCssCompressor - Class in ro.isdc.wro.extensions.processor.support.yui
 
YuiCssCompressor(Reader) - Constructor for class ro.isdc.wro.extensions.processor.support.yui.YuiCssCompressor
 
YUICssCompressorProcessor - Class in ro.isdc.wro.extensions.processor.css
YUICssCompressorProcessor.
YUICssCompressorProcessor() - Constructor for class ro.isdc.wro.extensions.processor.css.YUICssCompressorProcessor
 

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

Copyright © 2008-2013. All Rights Reserved.