Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Ro.isdc.wro Classes and Interfaces - 336 results found.
NameDescriptionTypePackageFramework
AbstractConfigurableMultipleStrategyAbstracts the configurable creation of the strategies.Classro.isdc.wro.model.resource.supportWro4J
AbstractConfigurableSingleStrategyAbstracts the configurable creation of the strategies.Classro.isdc.wro.model.resource.supportWro4J
AbstractConfigurableStrategySupportAbstracts the configurable creation of the strategies based on ProviderFinder.Classro.isdc.wro.model.resource.supportWro4J
AbstractCssImportPreProcessorCssImport Processor responsible for handling css @import statement.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
AbstractCssUrlRewritingProcessorA processor responsible for rewriting url's from inside the css resources.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
AbstractDecoratorTemplated decorator.Classro.isdc.wro.utilWro4J
AbstractDigesterHashStrategyUses abstract digester for creating a hash.Classro.isdc.wro.model.resource.support.hashWro4J
AbstractJsTemplateCompilerA base class for template processors like: dustJS or hoganJS.Classro.isdc.wro.extensions.processor.support.templateWro4J
AbstractLinterEncapsulates common code for utilities like jsHint or jsLint.Classro.isdc.wro.extensions.processor.support.linterWro4J
AbstractLinterMojoContains common behavior for mojos responsible for static code analysis, example: csslint, jslint, jshint.Classro.isdc.wro.maven.pluginWro4J
AbstractLinterProcessorProcessor which analyze the js code and warns you about any problems.Classro.isdc.wro.extensions.processor.jsWro4J
AbstractNodeWithFallbackProcessorAn abstract processor which should be extended by processors which can provide both: node & a fallback (usually rhino) implementation of processor.Classro.isdc.wro.extensions.processor.jsWro4J
AbstractProcessorDecoratorThis class exist only for backward compatibility (third party implementation and documentation) and will be removedAuthor:Alex ObjeleanClassro.isdc.wro.model.resource.processor.decoratorWro4J
AbstractProcessorDecoratorSupportHides details common to all processors decorators, like ability to identify if a processor is minimize awareSince:1.Classro.isdc.wro.model.resource.processor.decoratorWro4J
AbstractProcessorsFilterAllows configuration of a list of processors to be applied on theSince:1.Classro.isdc.wro.http.supportWro4J
AbstractReportXmlFormatterBuilds an XML report for lint errors based on provided collection of LinterError's.Classro.isdc.wro.extensions.support.lintWro4J
AbstractResourceTagClassro.isdc.wro.http.taglibWro4J
AbstractSingleProcessorMojoMaven plugin which use a single processor.Classro.isdc.wro.maven.pluginWro4J
AbstractSynchronizedCacheStrategyDecoratorEnsure that the loadValue(Object) will be called only once for the same key.Classro.isdc.wro.cache.supportWro4J
AbstractUriLocatorFactoryHolds a list of uri locators.Classro.isdc.wro.model.resource.locator.factoryWro4J
AbstractWro4jMojoDefines most common properties used by wro4j build-time solution infrastructure.Classro.isdc.wro.maven.pluginWro4J
AbstractWroModelFactoryTo be used by the implementations which load the model from a resource provided as stream.Classro.isdc.wro.model.factoryWro4J
Base64 Encodes and decodes to and from Base64 notation.Classro.isdc.wro.utilWro4J
Base64 .InputStreamA Base64.Classro.isdc.wro.utilWro4J
Base64 .OutputStreamA Base64.Classro.isdc.wro.utilWro4J
BaseWroManagerFactoryDefault implementation of WroManagerFactory which creates default locators and processors and handles the injection logic by creating an Injector and injecting where it is appropriate.Classro.isdc.wro.manager.factoryWro4J
BeautifyJsProcessorPerform a beautify operation on javascript by nicely formatting it.Classro.isdc.wro.extensions.processor.jsWro4J
BenchmarkProcessorDecoratorA decorator responsible for tracking the time spent with processing.Classro.isdc.wro.model.resource.processor.decoratorWro4J
BourbonCssProcessorA processor to support the bourbon (http://thoughtbot.Classro.isdc.wro.extensions.processor.cssWro4J
CacheKeyUsed as an entry for the cache.Classro.isdc.wro.cacheWro4J
CacheKeyFactoryFactory responsible for creating CacheKeySince:1.Interfacero.isdc.wro.cache.factoryWro4J
CacheKeyFactoryDecoratorDecorator for CacheKeyFactory object.Classro.isdc.wro.cache.factoryWro4J
CacheStrategy This interface will be implemented by all classes which will support aAuthor:Alex ObjeleanInterfacero.isdc.wro.cacheWro4J
CacheStrategyDecoratorA decorator of CacheStrategy.Classro.isdc.wro.cache.supportWro4J
CacheStrategyProviderA service provider responsible for providing new implementations of HashStrategy.Interfacero.isdc.wro.cache.spiWro4J
CacheValueEntry holding a resource content along with its associated hash.Classro.isdc.wro.cacheWro4J
CJsonThe underlying implementation use the cjson project: http://stevehanov.Classro.isdc.wro.extensions.processor.support.cjsonWro4J
CJsonProcessorA processor using cjson compression algorithm: http://stevehanov.Classro.isdc.wro.extensions.processor.jsWro4J
ClasspathUriLocatorClassro.isdc.wro.model.resource.locatorWro4J
CoffeeScriptCoffeeScript is a little language that compiles into JavaScript.Classro.isdc.wro.extensions.processor.support.coffeescriptWro4J
CoffeeScriptFilterA filter which transforms a coffeeScript resource into javascript.Classro.isdc.wro.extensions.httpWro4J
CoffeeScriptProcessorSimilar to RhinoCoffeeScriptProcessor but will prefer using NodeCoffeeScriptProcessor if it is supported and will fallback to rhino based processor.Classro.isdc.wro.extensions.processor.jsWro4J
CommentStripperProcessorCommentStripperProcessor.Classro.isdc.wro.model.resource.processor.implWro4J
ConfigConstantsenum ConfigConstantsextends EnumHold the name of the properties.Classro.isdc.wro.config.jmxWro4J
ConfigurableAntPathPatternsResourceAuthorizationManagerAn implementation of ResourceAuthorizationManager which authorize the uri based on configured list of uri's matched using antPath support.Classro.isdc.wro.extensions.model.resourceWro4J
ConfigurableCacheStrategyUses the CacheStrategy implementation associated with an alias read from properties file.Classro.isdc.wro.cacheWro4J
ConfigurableHashStrategyUses the HashStrategy implementation associated with an alias read from properties file.Classro.isdc.wro.model.resource.support.hashWro4J
ConfigurableLocatorFactoryA ProcessorsFactory implementation which is easy to configure using a Properties object.Classro.isdc.wro.model.resource.locator.factoryWro4J
ConfigurableModelFactoryClassro.isdc.wro.model.factoryWro4J
ConfigurableNamingStrategyUses the NamingStrategy implementation associated with an alias read from properties file.Classro.isdc.wro.model.resource.support.namingWro4J
ConfigurableProcessorsFactoryA ProcessorsFactory implementation which is easy to configure using a Properties object.Classro.isdc.wro.model.resource.processor.factoryWro4J
ConfigurableProviderBring all providers in a single place.Interfacero.isdc.wro.util.providerWro4J
ConfigurableProviderSupportDefault implementation of ConfigurableProvider which provides nothing by default.Classro.isdc.wro.util.providerWro4J
ConfigurableRequestHandlerFactoryA RequestHandler implementation which is easy to configure using a Properties object.Classro.isdc.wro.http.handler.factoryWro4J
ConfigurableStandaloneContextAwareManagerFactoryClassro.isdc.wro.manager.factory.standaloneWro4J
ConfigurableWroFilterAn extension of WroFilter which allows configuration by injecting some of the properties.Classro.isdc.wro.httpWro4J
ConfigurableWroManagerFactoryAllow configuring uriLocators & processors to add using initParams of the filter.Classro.isdc.wro.manager.factoryWro4J
ConfigurableWroManagerFactoryDefault implementation which use a property file to read the pre & post processors to be used during processing.Classro.isdc.wro.maven.plugin.manager.factoryWro4J
ConformColorsCssProcessorA processor which transform all colors to #rgb format.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
ConsoleStripperProcessorA preProcessor, responsible for removing console.Classro.isdc.wro.model.resource.processor.impl.jsWro4J
ContentTypeResolverResponseible for resolving a content based on file name.Classro.isdc.wro.http.supportWro4J
ContextHolds the properties related to a request cycle.Classro.isdc.wro.configWro4J
ContextPropagatingCallableA Callable decorator responsible for propagating the correlationId to the decorated callable.Classro.isdc.wro.config.supportWro4J
CopyrightKeeperProcessorDecoratorInspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them.Classro.isdc.wro.model.resource.processor.decoratorWro4J
CRC32HashStrategyUses CRC32 algorithm for creating fingerprint.Classro.isdc.wro.model.resource.support.hashWro4J
CssColorsenum CssColorsextends EnumHolds color mappings.Classro.isdc.wro.model.resource.processor.supportWro4J
CssCompressorClassro.isdc.wro.model.resource.processor.supportWro4J
CssCompressorProcessorA processor implementation using CssCompressor algorithm.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
CssDataUriPreProcessorRewrites background images by replacing the url with data uri of the image.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
CssImportInspectorEncapsulates the matcher creation for css import statements detection.Classro.isdc.wro.model.resource.processor.supportWro4J
CssImportPreProcessorCssImport Processor responsible for handling css @import statement.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
CssLintCssLint script engine utility.Classro.isdc.wro.extensions.processor.support.csslintWro4J
CssLintErrorEncapsulates an error reported by JsHint.Classro.isdc.wro.extensions.processor.support.csslintWro4J
CssLintExceptionException caused by CssLint processing.Classro.isdc.wro.extensions.processor.support.csslintWro4J
CssLintMojoMaven plugin used to validate css code defined in wro model.Classro.isdc.wro.maven.pluginWro4J
CssLintProcessorProcessor which analyze the css code and warns you found problems.Classro.isdc.wro.extensions.processor.cssWro4J
CSSMinCss minify barryvan implementation.Classro.isdc.wro.model.resource.processor.supportWro4J
CssMinProcessorA processor implementation using CSSMin algorithm.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
CssRuleEncapsulates an error reported by JsHint.Classro.isdc.wro.extensions.processor.support.csslintWro4J
CssUrlInspectorEncapsulates the matcher creation for css backround url's detection.Classro.isdc.wro.model.resource.processor.supportWro4J
CssUrlInspector .ItemHandlerThe handler invoked for each found occurrence of url in parsed css.Interfacero.isdc.wro.model.resource.processor.supportWro4J
CssUrlRewritingProcessorNote: When used together with CssImportPreProcessor, the CssUrlRewritingProcessor should come first, otherwise it will produce wrong results.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
CssVariablesProcessorProcessor of css resources, responsible for replacing variables.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
DataUriGeneratorGenerator for Data URIs.Classro.isdc.wro.model.resource.processor.supportWro4J
DefaultCacheKeyFactoryDefault implementation of CacheKeyFactory which builds the CacheKey by setting all required types after inspecting the request.Classro.isdc.wro.cache.factoryWro4J
DefaultCacheStrategyProviderDefault implementation of NamingStrategyProvider providing all NamingStrategy implementations fromSince:1.Classro.isdc.wro.cache.spiWro4J
DefaultConfigurableProviderDefault implementation of ConfigurableProviderSupport which contributes with components from extensions module.Classro.isdc.wro.extensions.support.spiWro4J
DefaultConfigurableProviderDefault implementation of ConfigurableProviderSupport which contributes with components from core module.Classro.isdc.wro.util.providerWro4J
DefaultGroupExtractorDefault implementation capable of extracting a single group from the request.Classro.isdc.wro.model.groupWro4J
DefaultHashEncoderNamingStrategyEncodes the hash into the folder where the resources is located.Classro.isdc.wro.model.resource.support.namingWro4J
DefaultHashStrategyProviderDefault implementation of NamingStrategyProvider providing all NamingStrategy implementations fromSince:1.Classro.isdc.wro.model.resource.support.hashWro4J
DefaultLocatorProviderDefault implementation of LocatorProvider providing all UriLocator implementations from core module.Classro.isdc.wro.model.resource.locator.supportWro4J
DefaultMetaDataFactoryDefault implementation of MetaDataFactory which returns always a map created during construction.Classro.isdc.wro.config.metadataWro4J
DefaultModelFactoryProviderDefault provider of WroModelFactory for the core module.Classro.isdc.wro.extensions.model.spiWro4J
DefaultModelFactoryProviderDefault provider of WroModelFactory for the core module.Classro.isdc.wro.model.spiWro4J
DefaultNamingStrategyProviderDefault implementation of NamingStrategyProvider providing all NamingStrategy implementations fromSince:1.Classro.isdc.wro.model.resource.support.namingWro4J
DefaultProcessorDecoratorDecorates the processor with a set of common useful decorators during each processing.Classro.isdc.wro.model.resource.processor.decoratorWro4J
DefaultProcessorProviderThe implementation which contributes with processors from core module.Classro.isdc.wro.extensions.processor.supportWro4J
DefaultProcessorProviderThe implementation which contributes with processors from core module.Classro.isdc.wro.model.resource.processor.supportWro4J
DefaultProcessorsFactoryDefault ProcessorsFactory which provides most commons processors.Classro.isdc.wro.model.resource.processor.factoryWro4J
DefaultRequestHandlerFactoryDefault RequestHandlerFactory which adds all RequestHandler's provided as spi by RequestHandlerProvider found in classpath.Classro.isdc.wro.http.handler.factoryWro4J
DefaultRequestHandlerProviderProvides RequestHandler implementation from core module.Classro.isdc.wro.extensions.http.handler.spiWro4J
DefaultRequestHandlerProviderProvides RequestHandler implementation from core module.Classro.isdc.wro.http.handler.spiWro4J
DefaultResourceAuthorizationManagerControls the resources which should be accessible through ResourceProxyRequestHandler.Classro.isdc.wro.model.resource.supportWro4J
DefaultStandaloneContextAwareManagerFactoryWroManagerFactory instance used by the maven plugin.Classro.isdc.wro.manager.factory.standaloneWro4J
DefaultSynchronizedCacheStrategyDecoratorResponsible for invoking GroupsProcessor when cache key is missed.Classro.isdc.wro.cache.supportWro4J
DefaultUriLocatorFactoryDefault implementation of UriLocatorFactory.Classro.isdc.wro.model.resource.locator.factoryWro4J
DefaultWildcardStreamLocatorDefault implementation of WildcardStreamLocator.Classro.isdc.wro.model.resource.locator.wildcardWro4J
DefaultWroManagerFactoryLoad the WroManagerFactory configured in WroConfiguration or loads a default one if none is configured.Classro.isdc.wro.manager.factoryWro4J
DefaultWroModelFactoryDecoratorDecorates the model factory with callback registry calls & other useful factories.Classro.isdc.wro.model.factoryWro4J
DelegatingServletOutputStreamDelegating implementation of ServletOutputStream.Classro.isdc.wro.http.supportWro4J
DestroyableLazyInitializerA subclass of LazyInitializer allows to destroy the created object.Classro.isdc.wro.utilWro4J
DispatcherStreamLocatorResponsible to locate a context relative resource.Classro.isdc.wro.model.resource.locator.supportWro4J
DojoShrinksafeCompressorProcessorCompresses javascript code using compressor implemented by Dojo Shrinksafe utility.Classro.isdc.wro.extensions.processor.jsWro4J
DuplicatesAwareCssDataUriPreProcessorSimilar 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.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
DustJsDust is a JavaScript templating engine designed to provide a clean separation between presentation and logic without sacrificing ease of use.Classro.isdc.wro.extensions.processor.support.dustjsWro4J
DustJsProcessorA processor for dustJs template framework.Classro.isdc.wro.extensions.processor.jsWro4J
EmberJsEmberJS is a framework which provide a templating engine built on top of Handlebars.Classro.isdc.wro.extensions.processor.support.emberjsWro4J
EmberJsProcessorCompiles EmberJS templates to javascript.Classro.isdc.wro.extensions.processor.jsWro4J
ExceptionHandlingProcessorDecoratorResponsible for handling exception thrown by decorated processor.Classro.isdc.wro.model.resource.processor.decoratorWro4J
ExtensionsAwareProcessorDecoratorEnforce decorated processors to be applied only on predefined extension.Classro.isdc.wro.model.resource.processor.decoratorWro4J
ExtensionsConfigurableWroManagerFactoryAn implementation of ConfigurableWroManagerFactory that adds processors defined in extensions module.Classro.isdc.wro.extensions.managerWro4J
ExtensionsStandaloneManagerFactoryThis factory uses the SmartWroModelFactory and it is recommended to be used as the default one when possible.Classro.isdc.wro.extensions.manager.standaloneWro4J
ExtraConfigFileAwareAllows implementor to access a file containing extra config file used by maven plugin.Interfacero.isdc.wro.maven.plugin.supportWro4J
FallbackAwareWroModelFactoryAn XmlModelFactory that handles the situation when the wro model cannot be loaded at some point (resource cannot be located or the model is invalid).Classro.isdc.wro.model.factoryWro4J
FallbackCssDataUriProcessorPreserves the original css uri along with the new one.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
FallbackCssDataUriUrlInspectorSimilar to CssUrlInspector but responsible for Preserving the original css uri along with the new one.Classro.isdc.wro.model.resource.processor.supportWro4J
FilterConfigWroConfigurationFactoryThis factory retrieve wroConfigurations from FilterConfig.Classro.isdc.wro.config.factoryWro4J
FingerprintAwareStandaloneManagerFactoryAn implementation of WroModelFactory which uses HashEncoderNamingStrategy for encoding the resultAuthor:Alex ObjeleanClassro.isdc.wro.extensions.manager.standaloneWro4J
FolderHashEncoderNamingStrategyEncodes the hash into the folder where the resources is located.Classro.isdc.wro.model.resource.support.namingWro4J
FunctionDetermines an output value based on an input value.Interfacero.isdc.wro.utilWro4J
GoogleAdvancedStandaloneManagerFactoryA factory using google closure compressor with advanced compilation level for processing resources.Classro.isdc.wro.extensions.manager.standaloneWro4J
GoogleClosureCompressorProcessorUses Google closure compiler for js minimization.Classro.isdc.wro.extensions.processor.jsWro4J
GoogleStandaloneManagerFactoryA factory using google closure compressor for processing resources.Classro.isdc.wro.extensions.manager.standaloneWro4J
GroovyModelFactoryCreates WroModel from a groovy DSL.Classro.isdc.wro.extensions.model.factoryWro4J
GroovyModelParserParse a Groovy DSL String into a WroModel.Classro.isdc.wro.extensions.model.factoryWro4J
GroupA group is an entity holding a list of resources.Classro.isdc.wro.model.groupWro4J
GroupDelegateClassro.isdc.wro.extensions.model.factoryWro4J
GroupExtractorPerform processing of the uri and extracts group & resource related informations: name of the group, resource type and whether the result should produce minimized version.Interfacero.isdc.wro.model.groupWro4J
GroupExtractorDecoratorA simple decorator for GroupsProcessor.Classro.isdc.wro.model.group.processorWro4J
GroupsProcessorDefault group processor which perform preProcessing, merge and postProcessing on groups resources.Classro.isdc.wro.model.group.processorWro4J
HandlebarsJsHandlebarsJS is a JavaScript templating engine which provides the power necessary to let you build semantic templates effectively with no frustration.Classro.isdc.wro.extensions.processor.support.handlebarsjsWro4J
HandlebarsJsProcessorCompiles HandlebarsJS templates to javascript.Classro.isdc.wro.extensions.processor.jsWro4J
HashBuilderInterfacero.isdc.wro.model.resource.support.hashWro4J
HashEncoderNamingStrategyThe simplest implementation of NamingStrategy which encodes the hash code into the name of the resource.Classro.isdc.wro.model.resource.support.namingWro4J
HashStrategyCreates a fingerprint representation of the resource content.Interfacero.isdc.wro.model.resource.support.hashWro4J
HashStrategyProviderA service provider responsible for providing new implementations of HashStrategy.Interfacero.isdc.wro.model.resource.support.hashWro4J
HoganJsHogan.Classro.isdc.wro.extensions.processor.support.hoganjsWro4J
HoganJsProcessorA processor for hogan.Classro.isdc.wro.extensions.processor.jsWro4J
HttpHeaderenum HttpHeaderextends EnumEnumerates Http Headers used by wro4j.Classro.isdc.wro.http.supportWro4J
ImportAwareProcessors implementing this interface will be applied (by returning true for isImportAware() method) on imported resources during pre-processing execution.Interfacero.isdc.wro.model.resource.processorWro4J
ImportAwareProcessorDecoratorCheck if the decorated processor is considered import aware.Classro.isdc.wro.model.resource.processor.decoratorWro4J
InjectClassro.isdc.wro.model.groupWro4J
InjectableWroManagerFactoryDecoratorResponsible for injecting WroManager each time it is created by decorated factory.Classro.isdc.wro.manager.factoryWro4J
InjectorInjector scans some object fields and checks if a value can be provided to a field; Injector will ignore all non-nullAuthor:Alex ObjeleanClassro.isdc.wro.model.group.processorWro4J
InjectorBuilderResponsible for building the Injector.Classro.isdc.wro.model.group.processorWro4J
InvalidGroupNameExceptionThis exception is thrown when an invalid group is requested.Classro.isdc.wro.model.groupWro4J
JarWildcardStreamLocatorResolves classpath resources looking for wildcard patterns in both file system and in JAR files.Classro.isdc.wro.model.resource.locator.wildcardWro4J
JawrCssMinifierMinifies CSS files by removing expendable whitespace and comments.Classro.isdc.wro.model.resource.processor.supportWro4J
JawrCssMinifierProcessorA processor implementation using JawrCssMinifier algorithm.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
JsHintApply JsHint script checking utility.Classro.isdc.wro.extensions.processor.support.linterWro4J
JsHintMojoMaven plugin used to validate js scripts defined in wro model using jsLint.Classro.isdc.wro.maven.pluginWro4J
JsHintProcessorProcessor which analyze the js code and warns you about any problems.Classro.isdc.wro.extensions.processor.jsWro4J
JsLintApply JsLint script checking utility.Classro.isdc.wro.extensions.processor.support.linterWro4J
JsLintMojoMaven plugin used to validate js scripts defined in wro model using jsLint.Classro.isdc.wro.maven.pluginWro4J
JsLintProcessorProcessor which analyze the js code and warns you about any problems.Classro.isdc.wro.extensions.processor.jsWro4J
JSMin Copyright (c) 2006 John Reilly (www.Classro.isdc.wro.model.resource.processor.supportWro4J
JSMinProcessorUse JSMin utility for js compression.Classro.isdc.wro.model.resource.processor.impl.jsWro4J
JsonHPackThe underlying implementation use the json.Classro.isdc.wro.extensions.processor.support.jsonhpackWro4J
JsonHPackProcessorA processor using json.Classro.isdc.wro.extensions.processor.jsWro4J
JsonModelFactoryTODO: validate duplicate groups & null resource type Creates WroModel from a json.Classro.isdc.wro.extensions.model.factoryWro4J
JsTemplateCompilerProcessorA base class for template processors like: dustJS or hoganJS.Classro.isdc.wro.extensions.processor.jsWro4J
LazyInitializerA clone of LazyInitializer, which doesn't throw any checked exception when get method is invoked.Classro.isdc.wro.utilWro4J
LazyProcessorDecoratorDecorates a LazyInitializer which creates a processor.Classro.isdc.wro.model.resource.processor.decoratorWro4J
LazyRequestHandlerDecoratorA decorator which allows lazy instantiation of RequestHandler object.Classro.isdc.wro.http.handlerWro4J
LazyWroModelFactoryDecoratorResponsible for lazy initialization of WroModelFactory.Classro.isdc.wro.model.factoryWro4J
Less4jProcessorYet another processor which compiles less to css.Classro.isdc.wro.extensions.processor.cssWro4J
LessCssThis class is not thread-safe.Classro.isdc.wro.extensions.processor.support.lessWro4J
LessCssFilterA filter which transforms a less resource into css.Classro.isdc.wro.extensions.httpWro4J
LessCssImportInspectorResponsible for identifying import statements for LESS language.Classro.isdc.wro.model.resource.processor.supportWro4J
LessCssImportPreProcessorA processor capable of handling LessCss importsSince:1.Classro.isdc.wro.model.resource.processor.impl.cssWro4J
LessCssProcessorSimilar to RhinoLessCssProcessor but will prefer using NodeLessCssProcessor if it is supported and will fallback to rhino based processor.Classro.isdc.wro.extensions.processor.cssWro4J
LessifyTransforms colors from long format in a shorter one.Classro.isdc.wro.model.resource.processor.supportWro4J
LifecycleCallbackDefines callbacks invoked by the manager during processing.Interfacero.isdc.wro.manager.callbackWro4J
LifecycleCallbackDecoratorDefault implementation of LifecycleCallback interface with empty implementations.Classro.isdc.wro.manager.callbackWro4J
LifecycleCallbackRegistryRegister all available callbacks.Classro.isdc.wro.manager.callbackWro4J
LifecycleCallbackSupportDefault implementation of LifecycleCallback interface with empty implementations.Classro.isdc.wro.manager.callbackWro4J
LinterErrorEncapsulates an error reported by JsHint.Classro.isdc.wro.extensions.processor.support.linterWro4J
LinterExceptionException caused by JsHint processing.Classro.isdc.wro.extensions.processor.support.linterWro4J
LintItemContains fields for a single lint error item.Classro.isdc.wro.extensions.support.lintWro4J
LintItemAdapterAdapts various objects to LintItemSince:1.Classro.isdc.wro.extensions.support.lintWro4J
LintReportEncapsulates information about lint errors associated with a collection of resources.Classro.isdc.wro.extensions.support.lintWro4J
LocatorProviderAll implementation of this interface will contribute to the list of available locators discovered during application initialization.Interfacero.isdc.wro.model.resource.locator.supportWro4J
LruMemoryCacheStrategyThis class implements a LRU (Least Recently Used) cache strategy.Classro.isdc.wro.cache.implWro4J
MD5HashStrategyUses MD5 algorithm for creating fingerprint.Classro.isdc.wro.model.resource.support.hashWro4J
MemoryCacheStrategyDefault CacheStrategy implementation using a Map to store values Memory caches are thread-safe in all operations.Classro.isdc.wro.cache.implWro4J
MetaDataFactoryFactory responsible for creating/providing metadata.Interfacero.isdc.wro.config.metadataWro4J
MinimizeUsed to identify (pre and post) processors which performs minimization.Classro.isdc.wro.model.group.processorWro4J
MinimizeAwareMark processors implementing this interface as minimize aware.Interfacero.isdc.wro.model.resource.processorWro4J
MinimizeAwareProcessorDecoratorEnhance the decorated processor with the ability to skip processing based on minimize aware state of the processor.Classro.isdc.wro.model.resource.processor.decoratorWro4J
ModelAsJsonRequestHandlerExpose the WroModel as JSON when the following uri is accessed: "wroAPI/model".Classro.isdc.wro.extensions.http.handlerWro4J
ModelFactoryProviderThe provider interface for WroModelFactory implementations.Interfacero.isdc.wro.model.spiWro4J
ModelTransformerFactoryApplies transformation using supplied transformers to the decorated model.Classro.isdc.wro.model.factoryWro4J
MultiLineCommentStripperProcessorRemoves multi line comments from processed resource.Classro.isdc.wro.model.resource.processor.implWro4J
MutableResourceAuthorizationManagerA specialized IResourceAuthorizationManager which is capable of changing the authorized resource in theAuthor:Alex ObjeleanInterfacero.isdc.wro.model.resource.supportWro4J
NamingStrategyUsed to version a resource name somehow.Interfacero.isdc.wro.model.resource.support.namingWro4J
NamingStrategyProviderA service provider responsible for providing new implementations of NamingStrategy.Interfacero.isdc.wro.model.resource.support.namingWro4J
NodeCoffeeScriptProcessorImportant node: this processor is not cross platform and has some pre-requesites in order to work.Classro.isdc.wro.extensions.processor.jsWro4J
NodeLessCssProcessorImportant node: this processor is not cross platform and has some pre-requesites in order to work.Classro.isdc.wro.extensions.processor.cssWro4J
NodeTypeScriptProcessorImportant node: this processor is not cross platform and has some pre-requesites in order to work.Classro.isdc.wro.extensions.processor.jsWro4J
NoOpNamingStrategyThe simplest implementation of NamingStrategy which preserve the original name.Classro.isdc.wro.model.resource.support.namingWro4J
NoProcessorsWroManagerFactoryAn implementation with no processors set.Classro.isdc.wro.manager.factoryWro4J
ObjectDecoratorDescribe a class which acts as a decorator.Interfacero.isdc.wro.utilWro4J
ObjectFactoryInterfacero.isdc.wro.utilWro4J
ObjectPoolHelperA generic aware object pool wrapper.Classro.isdc.wro.extensions.processor.supportWro4J
OptionsBuilderResponsible for building json representations of the options consumed by linter code.Classro.isdc.wro.extensions.processor.support.linterWro4J
OrderedClasses implementing this interface signal to the classes that load them that order is significant.Interfacero.isdc.wro.utilWro4J
PackerJsThe underlying implementation use the packer.Classro.isdc.wro.extensions.processor.support.packerWro4J
PackerJsProcessorUses Dean Edwards packer utility to pack js resources.Classro.isdc.wro.extensions.processor.jsWro4J
PathPatternProcessorDecoratorA ProcessorDecorator with Ant path style support.Classro.isdc.wro.extensions.processorWro4J
PerformanceLoggerCallbackDefault implementation of LifecycleCallback interface with empty implementations.Classro.isdc.wro.manager.callbackWro4J
PlaceholderProcessorA 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.Classro.isdc.wro.model.resource.processor.implWro4J
PreProcessorExecutorTODO: refactor this class.Classro.isdc.wro.model.group.processorWro4J
ProcessingCriteriaThe criteria used to apply or skip the processor.Classro.isdc.wro.model.resource.processor.supportWro4J
ProcessingTypeenum ProcessingTypeextends EnumA type of processing to apply during preProcessor execution.Classro.isdc.wro.model.resource.processor.supportWro4J
ProcessorDecoratorDefault implementation which can decorate a processor.Classro.isdc.wro.model.resource.processor.decoratorWro4J
ProcessorProviderAll implementation of this interface will contribute to the list of available processors discovered during application initialization.Interfacero.isdc.wro.model.resource.processor.supportWro4J
ProcessorsFactoryLocates processors to be used for group processing.Interfacero.isdc.wro.model.resource.processor.factoryWro4J
PropertiesAndFilterConfigWroConfigurationFactoryUses a default Properties file location (under /WEB-INF/wro.Classro.isdc.wro.config.factoryWro4J
PropertyWroConfigurationFactoryLoads configurations from a Properties object.Classro.isdc.wro.config.factoryWro4J
ProviderFinderHelps to find available providers of any supported type.Classro.isdc.wro.util.providerWro4J
ProxyFactoryAn ObjectFactory used to create Proxy for objects initialized by provided LazyInitializer's.Classro.isdc.wro.utilWro4J
ReadOnlyContextA readonly version of Context.Interfacero.isdc.wro.configWro4J
RecursiveGroupDefinitionExceptionThis exception is thrown when the group a recursively referring each-other.Classro.isdc.wro.model.groupWro4J
RedirectedStreamServletResponseWrapperA specialized HttpServletResponseWrapper responsible for streaming response to provided OutputStream.Classro.isdc.wro.http.supportWro4J
RegexpPropertiesUsed to overcome the limitation of Properties class when dealing with regular expressions read from properties file.Classro.isdc.wro.utilWro4J
ReloadCacheRequestHandlerThis RequestHandler will reload the cache on HTTP requests to "wroAPI/reloadCache".Classro.isdc.wro.http.handlerWro4J
ReloadCacheRunnableA Runnable executed by scheduler to clear the cache.Classro.isdc.wro.manager.runnableWro4J
ReloadModelRequestHandlerThis RequestHandler will reload the model on HTTP requests to "wroAPI/reloadModel" This handler is available only in debug mode by default.Classro.isdc.wro.http.handlerWro4J
ReloadModelRunnableA Runnable executed by scheduler to clear the model cache.Classro.isdc.wro.manager.runnableWro4J
ReportXmlFormatterBuilds an XML report for lint errors based on provided collection of LinterError's.Classro.isdc.wro.extensions.support.lintWro4J
ReportXmlFormatter .FormatterTypeClassro.isdc.wro.extensions.support.lintWro4J
RequestHandlerHandler interface for components that process HTTP request.Interfacero.isdc.wro.http.handlerWro4J
RequestHandlerFactoryResponsible for creating a RequestHandler's collection.Interfacero.isdc.wro.http.handler.factoryWro4J
RequestHandlerProviderA service provider responsible for providing new implementations of RequestHandler.Interfacero.isdc.wro.http.handler.spiWro4J
RequestHandlerSupportA handler which implements all the methods.Classro.isdc.wro.http.handlerWro4J
ResourceEncapsulates information about a resource.Classro.isdc.wro.model.resourceWro4J
ResourceAuthorizationManagerControls the resources which should be accessible through ResourceProxyRequestHandler.Interfacero.isdc.wro.model.resource.supportWro4J
ResourceBundleProcessorEncapsulates the bundle creation.Classro.isdc.wro.managerWro4J
ResourceChangeDetectorClassro.isdc.wro.model.resource.support.changeWro4J
ResourceChangeInfoHolds details about hashes of watched resources and the group which were detected as changed.Classro.isdc.wro.model.resource.support.changeWro4J
ResourceDelegateClassro.isdc.wro.extensions.model.factoryWro4J
ResourceLintReportEncapsulates lint reports of type found for a resource.Classro.isdc.wro.extensions.support.lintWro4J
ResourcePostProcessorA processor which is applied after the merge.Interfacero.isdc.wro.model.resource.processorWro4J
ResourcePreProcessorPerform actual processing of the resource content from the Reader and writes the processed content to the Writer.Interfacero.isdc.wro.model.resource.processorWro4J
ResourceProxyRequestHandlerProvides access to wro resources via a resource proxy.Classro.isdc.wro.http.handlerWro4J
ResourceSerializerSerializes Resource to json.Classro.isdc.wro.extensions.http.handlerWro4J
ResourceTypeenum ResourceTypeextends EnumMake a distinction between resource type.Classro.isdc.wro.model.resourceWro4J
ResourceWatcherA runnable responsible for watching if any resources were changed and invalidate the cache entry for the group containing obsolete resources.Classro.isdc.wro.model.resource.support.changeWro4J
ResponseHeadersConfigurerResponsible for configuring response headers.Classro.isdc.wro.http.supportWro4J
RhinoCoffeeScriptProcessorUses coffee script http://jashkenas.Classro.isdc.wro.extensions.processor.jsWro4J
RhinoLessCssProcessorA processor using lessCss engine: @see http://www.Classro.isdc.wro.extensions.processor.cssWro4J
RhinoScriptBuilderUsed to evaluate javascript on the serverside using rhino javascript engine.Classro.isdc.wro.extensions.scriptWro4J
RhinoTypeScriptProcessorCompiles TypeScript into javascript in a cross platform manner.Classro.isdc.wro.extensions.processor.jsWro4J
RhinoUtilsDirect conversion between native Rhino objects and JSON.Classro.isdc.wro.extensions.scriptWro4J
RubySassCssProcessorA processor using the ruby sass engine:Since:1.Classro.isdc.wro.extensions.processor.cssWro4J
RubySassEngineA Sass processor using ruby gems.Classro.isdc.wro.extensions.processor.support.sassWro4J
SassCssThe underlying implementation use the sass.Classro.isdc.wro.extensions.processor.support.sassWro4J
SassCssProcessorA processor using sass engine:Author:Alex ObjeleanClassro.isdc.wro.extensions.processor.cssWro4J
SchedulerHelperEncapsulates the logic which handles scheduler creation and destroy.Classro.isdc.wro.utilWro4J
SemicolonAppenderPreProcessorA preProcessor, responsible for adding a ';' character to the end of each js file.Classro.isdc.wro.model.resource.processor.impl.jsWro4J
ServletContextAttributeHelperEncapsulates the details of storing/retrieving attributes from ServletContext.Classro.isdc.wro.http.supportWro4J
ServletContextPropertyWroConfigurationFactoryLoad WroConfiguration from a servletContext relative location.Classro.isdc.wro.config.factoryWro4J
ServletContextUriLocatorUriLocator capable to read the resources relative to servlet context.Classro.isdc.wro.model.resource.locatorWro4J
ServletContextUriLocator .LocatorStrategyAvailable LocatorStrategies.Classro.isdc.wro.model.resource.locatorWro4J
SHA1HashStrategyUses SHA1 algorithm for creating fingerprint.Classro.isdc.wro.model.resource.support.hashWro4J
SimpleProcessorsFactoryDefault implementation of processors factory.Classro.isdc.wro.model.resource.processor.factoryWro4J
SimpleRequestHandlerFactoryA RequestHandlerFactory which holds RequestHandler's in a list.Classro.isdc.wro.http.handler.factoryWro4J
SimpleUriLocatorFactoryHolds a list of uri locators.Classro.isdc.wro.model.resource.locator.factoryWro4J
SimpleWroManagerFactoryAlways returns the same instance of WroManager.Classro.isdc.wro.manager.factoryWro4J
SingleLineCommentStripperProcessorSingleLineCommentStripperProcessor can be both: preProcessor & postProcessor.Classro.isdc.wro.model.resource.processor.implWro4J
SmartWroModelFactoryWhen used, this factory will make it possible to migrate easily from xml to groovy (or json) DSL seamlessly.Classro.isdc.wro.extensions.model.factoryWro4J
SpringWroFilter A WroFilter capable to get a WroManagerFactory instance from spring context.Classro.isdc.wro.extensions.httpWro4J
StandaloneContextA context for running wro4j in standalone mode.Classro.isdc.wro.manager.factory.standaloneWro4J
StandaloneContextAwareAn implementation of WroManagerFactory aware about the run context.Interfacero.isdc.wro.manager.factory.standaloneWro4J
StandaloneWroManagerFactoryThis factory will create a WroManager which is able to run itself outside ofAuthor:Alex ObjeleanClassro.isdc.wro.manager.factory.standaloneWro4J
StopWatchSimple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each Conceals use of System.Classro.isdc.wro.utilWro4J
StopWatch .TaskInfoInner class to hold data about one task executed within the stop watch.Classro.isdc.wro.utilWro4J
StringUtilsStringUtils Utility class.Classro.isdc.wro.utilWro4J
SupportAware which indicates that the implementation is supported on current environment (some processors may be supported on Linux, but unsupported on other platforms), or if certain prerequisites are met.Interfacero.isdc.wro.model.resource.processorWro4J
SupportAwareProcessorDecoratorCheck if the decorated processor implements SupportAware interface and throws the WroRuntimeException with specific message when processor is not supported.Classro.isdc.wro.model.resource.processor.decoratorWro4J
SupportedResourceTypeSpecify for which type of resources the pre or post processor should apply.Classro.isdc.wro.model.resourceWro4J
SupportedResourceTypeAwareMark processor implementing this interface that they are capable of providing supported ResourceType.Interfacero.isdc.wro.model.resource.processorWro4J
TimestampNamingStrategyThis naming strategy append a timestamp to the name of the file.Classro.isdc.wro.model.resource.support.namingWro4J
TransformerTransform some an object of some type to another object of the same type.Interfacero.isdc.wro.utilWro4J
TransformersContains factory methods for creating Transformer object.Classro.isdc.wro.utilWro4J
TypeScriptCompilerUses rhino to compile a TypeScript into javascript.Classro.isdc.wro.extensions.processor.support.typescriptWro4J
TypeScriptProcessorSimilar to RhinoTypeScriptProcessor but will prefer using NodeTypeScriptProcessor if it is supported and will fallback to rhino based processor.Classro.isdc.wro.extensions.processor.jsWro4J
UglifyJsThe underlying implementation use untagged version (commited on 2012-09-08 14:15:12).Classro.isdc.wro.extensions.processor.support.uglifyWro4J
UglifyJs .TypeThe type of processing supported by UglifyJs library.Classro.isdc.wro.extensions.processor.support.uglifyWro4J
UglifyJsProcessorCompress js using uglifyJs utility.Classro.isdc.wro.extensions.processor.jsWro4J
UnauthorizedRequestExceptionThis exception is thrown when an invalid group is requested.Classro.isdc.wro.http.supportWro4J
UnclosableBufferedInputStreamAn input stream which allows to be read multiple times.Classro.isdc.wro.util.ioWro4J
UriLocatorDescribes a way to locate the stream associated with some uri.Interfacero.isdc.wro.model.resource.locatorWro4J
UriLocatorFactoryCentralize information about UriLocators to be used.Interfacero.isdc.wro.model.resource.locator.factoryWro4J
UrlUriLocatorUriLocator capable to read the resources from some URL.Classro.isdc.wro.model.resource.locatorWro4J
VariablizeColorsCssProcessorClassro.isdc.wro.model.resource.processor.impl.cssWro4J
WildcardContextDefines a wildcard context based on provided resource uri and the folder representing the starting point of the search for the resources.Classro.isdc.wro.model.resource.locator.wildcardWro4J
WildcardExpanderHandlerAwareClasses 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.Interfacero.isdc.wro.model.resource.locator.wildcardWro4J
WildcardExpanderModelTransformerA decorator which looks up for resources containing wildcards and replaces them with the corresponding collection of specific resources.Classro.isdc.wro.model.transformerWro4J
WildcardExpanderModelTransformer .NoMoreAttemptsIOExceptionAn instance of IOException having a special purpose: to skip subsequent attempts to localize a stream.Classro.isdc.wro.model.transformerWro4J
WildcardStreamLocatorDefines the way resources containing wildcard characters are located.Interfacero.isdc.wro.model.resource.locator.wildcardWro4J
WildcardUriLocatorSupportAn UriLocator which knows how to handle wildcards and provides WildcardStreamLocator implementation.Classro.isdc.wro.model.resource.locator.wildcardWro4J
Wro4jCommandLineRunnerDefault command line runner.Classro.isdc.wro.runnerWro4J
Wro4jMojoA build-time solution for organizing and minimizing static resources.Classro.isdc.wro.maven.pluginWro4J
WroConfigurationDefines MBean which manage configuration.Classro.isdc.wro.config.jmxWro4J
WroConfigurationChangeListenerListener which is notified about the change of some properties of WroConfiguration object.Interfacero.isdc.wro.config.supportWro4J
WroConfigurationMBeanThis interface defines the MBean which manage the wro4j configuration.Interfacero.isdc.wro.config.jmxWro4J
WroContextFilterThis filter is responsible for setting the Context to the current request cycle.Classro.isdc.wro.httpWro4J
WroFilterMain entry point.Classro.isdc.wro.httpWro4J
WroManagerContains all the factories used by optimizer in order to perform the logic.Classro.isdc.wro.managerWro4J
WroManager .BuilderConstructor SummaryWroManager.Classro.isdc.wro.managerWro4J
WroManagerFactoryFactory used to create WroManager objects.Interfacero.isdc.wro.manager.factoryWro4J
WroManagerFactoryDecoratorSimple decorator for WroManagerFactory.Classro.isdc.wro.manager.factoryWro4J
WroModelThe resource model encapsulates the information about all existing groups.Classro.isdc.wro.modelWro4J
WroModelDelegateClassro.isdc.wro.extensions.model.factoryWro4J
WroModelFactoryCreates a WroModel object.Interfacero.isdc.wro.model.factoryWro4J
WroModelFactoryDecoratorDecorates a WroModelFactory.Classro.isdc.wro.model.factoryWro4J
WroModelInspectorHelper for querying a snapshot of a model.Classro.isdc.wro.modelWro4J
WroRuntimeExceptionBase Wro Runtime exception.Classro.isdc.wroWro4J
WroServletContextListenerA listener which loads wroConfiguration and stores it in servletContext.Classro.isdc.wro.httpWro4J
WroTestUtilsClassro.isdc.wro.utilWro4J
WroUtilClassro.isdc.wro.utilWro4J
XmlModelFactoryModel factory implementation.Classro.isdc.wro.model.factoryWro4J
YuiCssCompressorClassro.isdc.wro.extensions.processor.support.yuiWro4J
YUICssCompressorProcessorYUICssCompressorProcessor.Classro.isdc.wro.extensions.processor.cssWro4J