Expresso 5-6

com.jcorporate.expresso.ext.taglib
Class DBMaint

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.jcorporate.expresso.ext.taglib.DBMaint
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class DBMaint
extends TagSupport

A simple tag to provide a row for a table that contains links to the DBMaint controller providing add/update/delete functionality for a specific DB object.

Author:
Michael Nash
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DBMaint()
           
 
Method Summary
 int doStartTag()
           
 String getDbobj()
           
protected  String getDBObjDescrip(Locale l)
           
 String getDefinition()
           
 String getHelp()
           
 String getLabel()
           
 String getMapping()
           
protected  String getString(Locale l, String key)
           
 void setDbobj(String newDbobj)
           
 void setDefinition(String definition)
           
 void setHelp(String newHelp)
           
 void setLabel(String newLabel)
           
 void setMapping(String newMapping)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBMaint

public DBMaint()
Method Detail

doStartTag

public int doStartTag()
               throws JspTagException
Throws:
JspTagException

getDbobj

public String getDbobj()

setDbobj

public void setDbobj(String newDbobj)

getLabel

public String getLabel()

setLabel

public void setLabel(String newLabel)

setHelp

public void setHelp(String newHelp)

setMapping

public void setMapping(String newMapping)

getHelp

public String getHelp()

getMapping

public String getMapping()

getDBObjDescrip

protected String getDBObjDescrip(Locale l)

getString

protected String getString(Locale l,
                           String key)

getDefinition

public String getDefinition()

setDefinition

public void setDefinition(String definition)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.