org.apache.clerezza.web.resources.scripts
Class Scripts

java.lang.Object
  extended by org.apache.clerezza.web.resources.scripts.Scripts

public class Scripts
extends Object

Javascript Library for clerezza platform or apps

Author:
mkn, tio, mhe

Constructor Summary
Scripts()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scripts

public Scripts()
Method Detail

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.