yawda.view.tags
Class CScriptTag

java.lang.Object
  extended byyawda.view.tags.Atag
      extended byyawda.view.tags.CScriptTag

public class CScriptTag
extends Atag

Author:
Quentin Anciaux

Field Summary
 
Fields inherited from class yawda.view.tags.Atag
element, env, module
 
Constructor Summary
CScriptTag(CModule module, Element element, CEnv env)
           
 
Method Summary
 Element renderInformation()
           
 
Methods inherited from class yawda.view.tags.Atag
geDestinationURL, getElement, getModule, setJSCall, setJSNavItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CScriptTag

public CScriptTag(CModule module,
                  Element element,
                  CEnv env)
Parameters:
module -
element -
env -
Method Detail

renderInformation

public Element renderInformation()
Specified by:
renderInformation in class Atag
See Also:
Atag.renderInformation()