Uses of Class
ro.isdc.wro.model.resource.ResourceType

Packages that use ResourceType
ro.isdc.wro.cache   
ro.isdc.wro.manager   
ro.isdc.wro.model.group   
ro.isdc.wro.model.group.processor   
ro.isdc.wro.model.resource   
ro.isdc.wro.model.resource.processor.decorator   
ro.isdc.wro.util   
 

Uses of ResourceType in ro.isdc.wro.cache
 

Methods in ro.isdc.wro.cache that return ResourceType
 ResourceType CacheKey.getType()
           
 

Constructors in ro.isdc.wro.cache with parameters of type ResourceType
CacheKey(String groupName, ResourceType type, boolean minimize)
           
 

Uses of ResourceType in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager with parameters of type ResourceType
 String WroManager.encodeVersionIntoGroupPath(String groupName, ResourceType resourceType, boolean minimize)
          Encodes a fingerprint of the resource into the path.
 

Uses of ResourceType in ro.isdc.wro.model.group
 

Methods in ro.isdc.wro.model.group that return ResourceType
 ResourceType GroupExtractor.getResourceType(javax.servlet.http.HttpServletRequest request)
           
 ResourceType DefaultGroupExtractor.getResourceType(javax.servlet.http.HttpServletRequest request)
          Extracts the resource type, by parsing the uri & finds the extension.
 

Methods in ro.isdc.wro.model.group with parameters of type ResourceType
 Group Group.collectResourcesOfType(ResourceType type)
           
 String GroupExtractor.encodeGroupUrl(String groupName, ResourceType resourceType, boolean minimize)
          This method is a opposite of the other 3 methods.
 String DefaultGroupExtractor.encodeGroupUrl(String groupName, ResourceType resourceType, boolean minimize)
          This method is a opposite of the other 3 methods.
 boolean Group.hasResourcesOfType(ResourceType resourceType)
          Check if the group has at least one resource of some type.
 

Uses of ResourceType in ro.isdc.wro.model.group.processor
 

Methods in ro.isdc.wro.model.group.processor that return ResourceType
 ResourceType GroupExtractorDecorator.getResourceType(javax.servlet.http.HttpServletRequest request)
          
 

Methods in ro.isdc.wro.model.group.processor with parameters of type ResourceType
 String GroupExtractorDecorator.encodeGroupUrl(String groupName, ResourceType resourceType, boolean minimize)
          This method is a opposite of the other 3 methods.
 

Uses of ResourceType in ro.isdc.wro.model.resource
 

Methods in ro.isdc.wro.model.resource that return ResourceType
static ResourceType ResourceType.get(String typeAsString)
           
 ResourceType Resource.getType()
           
static ResourceType ResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceType[] ResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ro.isdc.wro.model.resource with parameters of type ResourceType
static Resource Resource.create(String uri, ResourceType type)
          Factory method for Resource creation.
 void Resource.setType(ResourceType type)
           
 

Uses of ResourceType in ro.isdc.wro.model.resource.processor.decorator
 

Methods in ro.isdc.wro.model.resource.processor.decorator that return ResourceType
 ResourceType[] AbstractProcessorDecoratorSupport.getSupportedResourceTypes()
           
 

Methods in ro.isdc.wro.model.resource.processor.decorator with parameters of type ResourceType
 boolean ProcessorDecorator.isEligible(boolean minimize, ResourceType searchedType)
          Indicates if the processor is eligible for usage based on provided criteria.
 

Uses of ResourceType in ro.isdc.wro.util
 

Methods in ro.isdc.wro.util with parameters of type ResourceType
static void WroTestUtils.assertProcessorSupportResourceTypes(ResourcePreProcessor processor, ResourceType... expectedResourceTypes)
          Asserts that a processor supports provided resource types.
 



Copyright © 2008-2013. All Rights Reserved.