com.dotmarketing.taglibs
Class HTMLBoxTag

java.lang.Object
  extended by BodyTagSupport
      extended by com.dotmarketing.taglibs.HTMLBoxTag

public class HTMLBoxTag
extends BodyTagSupport


Constructor Summary
HTMLBoxTag()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getTableCaption()
           
 java.lang.String getTableId()
          Returns the tableId.
 void setTableCaption(java.lang.String tableCaption)
           
 void setTableId(java.lang.String tableId)
          Sets the tableId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLBoxTag

public HTMLBoxTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doAfterBody

public int doAfterBody()

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

getTableId

public java.lang.String getTableId()
Returns the tableId.

Returns:
String

setTableId

public void setTableId(java.lang.String tableId)
Sets the tableId.

Parameters:
tableId - The tableId to set

getTableCaption

public java.lang.String getTableCaption()

setTableCaption

public void setTableCaption(java.lang.String tableCaption)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.