org.mmbase.bridge.jsp.taglib.typehandler
Class ByteHandler

java.lang.Object
  |
  +--org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
        |
        +--org.mmbase.bridge.jsp.taglib.typehandler.ByteHandler
All Implemented Interfaces:
TypeHandler

public class ByteHandler
extends AbstractTypeHandler

Since:
MMBase-1.6
Author:
Gerard van de Looi, Michiel Meeuwissen

Fields inherited from class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
context
 
Constructor Summary
ByteHandler(FieldInfoTag context)
          Constructor for ByteHandler.
 
Method Summary
 java.lang.String htmlInput(Node node, Field field, boolean search)
           
 java.lang.String useHtmlInput(Node node, Field field)
           
 java.lang.String whereHtmlInput(Field field)
           
 
Methods inherited from class org.mmbase.bridge.jsp.taglib.typehandler.AbstractTypeHandler
prefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteHandler

public ByteHandler(FieldInfoTag context)
Constructor for ByteHandler.
Parameters:
context -  
Method Detail

htmlInput

public java.lang.String htmlInput(Node node,
                                  Field field,
                                  boolean search)
                           throws javax.servlet.jsp.JspTagException
Overrides:
htmlInput in class AbstractTypeHandler
See Also:
TypeHandler.htmlInput(Node, Field, boolean)

useHtmlInput

public java.lang.String useHtmlInput(Node node,
                                     Field field)
                              throws javax.servlet.jsp.JspTagException
Overrides:
useHtmlInput in class AbstractTypeHandler
See Also:
TypeHandler.useHtmlInput(Node, Field)

whereHtmlInput

public java.lang.String whereHtmlInput(Field field)
                                throws javax.servlet.jsp.JspTagException
Overrides:
whereHtmlInput in class AbstractTypeHandler
See Also:
TypeHandler.whereHtmlInput(Field)


MMBase build 1.6.5.20030923