pt.despodata.java.webappl
Class GetByteField

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bypt.despodata.java.ddata.DHtmlGetByteField
              extended bypt.despodata.java.webappl.GetByteField
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
DeleteImage, GetImage

public class GetByteField
extends DHtmlGetByteField

GetByteField.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo
See Also:
Serialized Form

Field Summary
protected  boolean detail
          Indicacao se a tabela e de detalhe.
static java.lang.String DETAIL
          Nome do parametro onde esta a informacao se a tabela e de detalhe.
static java.lang.String TABLE_NAME
          Nome do parametro onde esta guardado o nome da tabela que contem a imagem.
protected  java.lang.String tableName
          Nome da tabela onde se encontra a imagem.
 
Fields inherited from class pt.despodata.java.ddata.DHtmlGetByteField
COLUMN_NAME, columnName, CONTENT_TYPE, contentType, DATA_CONTROL, FILE_NAME, fileName, request, ROW_NUMBER, rowNumber
 
Constructor Summary
GetByteField()
           
 
Method Summary
protected  DDataControl getDDataControl()
          Devolve o ApplDataControl para a tabela cujo nome foi enviado como parametro para a servlet.
protected  void initParameters()
          Inicializacao dos parametros da servltet.
 java.lang.String toString()
          para mostrar o conteudo da servlet.
 
Methods inherited from class pt.despodata.java.ddata.DHtmlGetByteField
doGet, doPost, getFieldContent, getMimeType, perform, toHtmlString
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TABLE_NAME

public static java.lang.String TABLE_NAME
Nome do parametro onde esta guardado o nome da tabela que contem a imagem.


DETAIL

public static java.lang.String DETAIL
Nome do parametro onde esta a informacao se a tabela e de detalhe.


tableName

protected java.lang.String tableName
Nome da tabela onde se encontra a imagem.


detail

protected boolean detail
Indicacao se a tabela e de detalhe.

Constructor Detail

GetByteField

public GetByteField()
Method Detail

initParameters

protected void initParameters()
Inicializacao dos parametros da servltet.

Overrides:
initParameters in class DHtmlGetByteField

getDDataControl

protected DDataControl getDDataControl()
Devolve o ApplDataControl para a tabela cujo nome foi enviado como parametro para a servlet.


toString

public java.lang.String toString()
para mostrar o conteudo da servlet.

Overrides:
toString in class DHtmlGetByteField