butler.web.util
Class BlobEditor

java.lang.Object
  extended by butler.web.util.ValueEditor.BaseImpl
      extended by butler.web.util.BlobEditor
All Implemented Interfaces:
ValueEditor

public class BlobEditor
extends ValueEditor.BaseImpl

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.web.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
BlobEditor()
           
 
Method Summary
 org.apache.ecs.Element getHTML(java.lang.Object value)
           
 java.lang.Object getValue()
           
 boolean hasValue()
           
 void init(java.lang.String id, javax.servlet.ServletRequest request)
           
 
Methods inherited from class butler.web.util.ValueEditor.BaseImpl
getCaptions, getDatatype, getDefaultParam, getDescriptor, getHTMLElements, getId, getParam, getRequest, hasParams, setDatatype, setDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobEditor

public BlobEditor()
Method Detail

getHTML

public org.apache.ecs.Element getHTML(java.lang.Object value)
                               throws java.lang.Exception
Throws:
java.lang.Exception

init

public void init(java.lang.String id,
                 javax.servlet.ServletRequest request)
          throws java.lang.Exception
Specified by:
init in interface ValueEditor
Overrides:
init in class ValueEditor.BaseImpl
Throws:
java.lang.Exception

getValue

public java.lang.Object getValue()
                          throws java.lang.Exception
Throws:
java.lang.Exception

hasValue

public boolean hasValue()
Specified by:
hasValue in interface ValueEditor
Overrides:
hasValue in class ValueEditor.BaseImpl