org.wicketstuff.yui.markup.html.contributor
Class YuiDependencyResolver

java.lang.Object
  extended by org.wicketstuff.yui.markup.html.contributor.YuiDependencyResolver
All Implemented Interfaces:
Serializable

public class YuiDependencyResolver
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
YuiDependencyResolver()
           
 
Method Summary
protected  void fetchModuleDependencies(Set<String> deps, String module, String path)
           
 boolean hasCssAsset(String module, String path)
           
static void main(String[] args)
           
 Set<String> resolveDependencies(String module, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YuiDependencyResolver

public YuiDependencyResolver()
Method Detail

resolveDependencies

public Set<String> resolveDependencies(String module,
                                       String path)

hasCssAsset

public boolean hasCssAsset(String module,
                           String path)

fetchModuleDependencies

protected void fetchModuleDependencies(Set<String> deps,
                                       String module,
                                       String path)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.