org.apache.clerezza.web.resources.yui
Class Yui
java.lang.Object
org.apache.clerezza.web.resources.yui.Yui
public class Yui
- extends Object
Bundelized version of Yahoo UI . Bundles which use yui
should use this service (bundle depends on org.apache.clerezza.web.resources.yui.Yui)
- Author:
- mkn
|
Constructor Summary |
Yui()
|
|
Method Summary |
protected void |
activate(org.osgi.service.component.ComponentContext context)
The activate method is called when SCR activates the component
configuration. |
org.wymiwyg.commons.util.dirbrowser.PathNode |
getStaticFile(String path)
Returns a PathNode of a static file from the staticweb folder. |
org.wymiwyg.commons.util.dirbrowser.PathNode |
getYui2File(String path)
|
org.wymiwyg.commons.util.dirbrowser.PathNode |
getYui3File(String path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Yui
public Yui()
activate
protected void activate(org.osgi.service.component.ComponentContext context)
- The activate method is called when SCR activates the component
configuration.
- Parameters:
componentContext -
getStaticFile
public org.wymiwyg.commons.util.dirbrowser.PathNode getStaticFile(String path)
- Returns a PathNode of a static file from the staticweb folder.
- Returns:
PathNode
getYui2File
public org.wymiwyg.commons.util.dirbrowser.PathNode getYui2File(String path)
getYui3File
public org.wymiwyg.commons.util.dirbrowser.PathNode getYui3File(String path)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.