pt.moredata.taglibs.dao
Class DAOFormPrinter

java.lang.Object
  extended bypt.moredata.taglibs.dao.DAOPrinter
      extended bypt.moredata.taglibs.dao.DAOFormPrinter

public class DAOFormPrinter
extends DAOPrinter

GetCellTagPrinter.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados. Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo

Field Summary
 
Fields inherited from class pt.moredata.taglibs.dao.DAOPrinter
tag
 
Constructor Summary
DAOFormPrinter(DAOAbstractDataTag tag)
          Creates a new instance of GetCellTagPrinter
 
Method Summary
protected  java.lang.String getOutput()
          Devolve uma string com o html representado o valor da celula.
 
Methods inherited from class pt.moredata.taglibs.dao.DAOPrinter
endRow, getCellFormatedValue, getCellValue, getLabels, startRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOFormPrinter

public DAOFormPrinter(DAOAbstractDataTag tag)
Creates a new instance of GetCellTagPrinter

Method Detail

getOutput

protected java.lang.String getOutput()
Description copied from class: DAOPrinter
Devolve uma string com o html representado o valor da celula. O tipo de output varia consoante o valor do atributo output-type da tag.

Specified by:
getOutput in class DAOPrinter
Returns:
Uma string contendo html com o valor da celula.