org.apache.beehive.netui.compiler.model
Class StrutsElementSupport
Object
StrutsElementSupport
- Direct Known Subclasses:
- ActionModel, ExceptionModel, FormBeanModel, ForwardModel, MessageResourcesModel, StrutsApp
public abstract class StrutsElementSupport
- extends Object
Defines general support for elements that
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrutsElementSupport
public StrutsElementSupport(StrutsApp parentApp)
getParentApp
protected StrutsApp getParentApp()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
setProperty
public void setProperty(String name,
String value)
getProperty
public String getProperty(String name)
setDisplayName
public void setDisplayName(String displayName)
getDisplayName
public String getDisplayName()
setIcon
public void setIcon(StrutsElementSupport.Icon icon)
getIcon
public StrutsElementSupport.Icon getIcon()
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
setComment
public void setComment(String comment)
getComment
public String getComment()
getAttr
public static String getAttr(Node node,
String name)
getAttrBool
public static boolean getAttrBool(Node node,
String name)
addComment
protected void addComment(XmlObject xb)
setParentApp
protected void setParentApp(StrutsApp parentApp)