yawda.view.tags
Class Atag

java.lang.Object
  extended byyawda.view.tags.Atag
Direct Known Subclasses:
CAtag, CBodyTag, CBrTag, CButtonTag, CDivTag, CFormTag, CFrameTag, CHrTag, CImgTag, CInputTag, CLabelTag, CPortletTag, CScriptTag, CSelectTag, CSpanTag, CTableTag, CTBodyTag, CTdTag, CTHeadTag, CThTag, CTrTag

public abstract class Atag
extends Object

Author:
Quentin

Field Summary
(package private)  Element element
           
protected  CEnv env
           
(package private)  CModule module
           
 
Constructor Summary
Atag(CModule module, Element element, CEnv env)
           
 
Method Summary
protected  String geDestinationURL(CNavigationItem item)
           
 Element getElement()
           
 CModule getModule()
           
abstract  Element renderInformation()
           
protected  void setJSCall()
           
protected  void setJSNavItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

CModule module

element

Element element

env

protected CEnv env
Constructor Detail

Atag

public Atag(CModule module,
            Element element,
            CEnv env)
Method Detail

getModule

public CModule getModule()

getElement

public Element getElement()

renderInformation

public abstract Element renderInformation()

setJSCall

protected void setJSCall()

geDestinationURL

protected String geDestinationURL(CNavigationItem item)

setJSNavItem

protected void setJSNavItem()