Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Ro.isdc.wro.model.resource Classes and Interfaces - 108 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
AbstractDigesterHashStrategyUses abstract digester for creating a hash.Classro.isdc.wro.model.resource.support.hashWro4J
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
AbstractUriLocatorFactoryHolds a list of uri locators.Classro.isdc.wro.model.resource.locator.factoryWro4J
BenchmarkProcessorDecoratorA decorator responsible for tracking the time spent with processing.Classro.isdc.wro.model.resource.processor.decoratorWro4J
ClasspathUriLocatorClassro.isdc.wro.model.resource.locatorWro4J
CommentStripperProcessorCommentStripperProcessor.Classro.isdc.wro.model.resource.processor.implWro4J
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
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
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
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
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
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
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
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.model.resource.processor.supportWro4J
DefaultProcessorsFactoryDefault ProcessorsFactory which provides most commons processors.Classro.isdc.wro.model.resource.processor.factoryWro4J
DefaultResourceAuthorizationManagerControls the resources which should be accessible through ResourceProxyRequestHandler.Classro.isdc.wro.model.resource.supportWro4J
DefaultUriLocatorFactoryDefault implementation of UriLocatorFactory.Classro.isdc.wro.model.resource.locator.factoryWro4J
DefaultWildcardStreamLocatorDefault implementation of WildcardStreamLocator.Classro.isdc.wro.model.resource.locator.wildcardWro4J
DispatcherStreamLocatorResponsible to locate a context relative resource.Classro.isdc.wro.model.resource.locator.supportWro4J
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
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
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
FolderHashEncoderNamingStrategyEncodes the hash into the folder where the resources is located.Classro.isdc.wro.model.resource.support.namingWro4J
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
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
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
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
LazyProcessorDecoratorDecorates a LazyInitializer which creates a processor.Classro.isdc.wro.model.resource.processor.decoratorWro4J
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
LessifyTransforms colors from long format in a shorter one.Classro.isdc.wro.model.resource.processor.supportWro4J
LocatorProviderAll implementation of this interface will contribute to the list of available locators discovered during application initialization.Interfacero.isdc.wro.model.resource.locator.supportWro4J
MD5HashStrategyUses MD5 algorithm for creating fingerprint.Classro.isdc.wro.model.resource.support.hashWro4J
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
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
NoOpNamingStrategyThe simplest implementation of NamingStrategy which preserve the original name.Classro.isdc.wro.model.resource.support.namingWro4J
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
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
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
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
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
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
SemicolonAppenderPreProcessorA preProcessor, responsible for adding a ';' character to the end of each js file.Classro.isdc.wro.model.resource.processor.impl.jsWro4J
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
SimpleUriLocatorFactoryHolds a list of uri locators.Classro.isdc.wro.model.resource.locator.factoryWro4J
SingleLineCommentStripperProcessorSingleLineCommentStripperProcessor can be both: preProcessor & postProcessor.Classro.isdc.wro.model.resource.processor.implWro4J
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
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
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