org.richfaces.cdk.task
Class ResourceTaskFactoryImpl

java.lang.Object
  extended by org.richfaces.cdk.task.ResourceTaskFactoryImpl
All Implemented Interfaces:
ResourceTaskFactory

public class ResourceTaskFactoryImpl
extends Object
implements ResourceTaskFactory

Author:
Nick Belaevski

Constructor Summary
ResourceTaskFactoryImpl(Faces faces)
           
 
Method Summary
 void setCompletionService(CompletionService<Object> completionService)
           
 void setFilter(com.google.common.base.Predicate<javax.faces.application.Resource> filter)
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 void setResourceWriter(ResourceWriter resourceWriter)
           
 void setSkins(String[] skins)
           
 void submit(Iterable<org.richfaces.resource.ResourceKey> locators)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceTaskFactoryImpl

public ResourceTaskFactoryImpl(Faces faces)
Method Detail

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)

setResourceWriter

public void setResourceWriter(ResourceWriter resourceWriter)
Specified by:
setResourceWriter in interface ResourceTaskFactory

setSkins

public void setSkins(String[] skins)
Specified by:
setSkins in interface ResourceTaskFactory

setCompletionService

public void setCompletionService(CompletionService<Object> completionService)
Specified by:
setCompletionService in interface ResourceTaskFactory

setFilter

public void setFilter(com.google.common.base.Predicate<javax.faces.application.Resource> filter)
Specified by:
setFilter in interface ResourceTaskFactory

submit

public void submit(Iterable<org.richfaces.resource.ResourceKey> locators)
Specified by:
submit in interface ResourceTaskFactory


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.