butler.ext.code
Class CodeWebEditor

java.lang.Object
  extended by butler.web.util.ValueEditor.BaseImpl
      extended by butler.ext.code.CodeWebEditor
All Implemented Interfaces:
ValueEditor

public class CodeWebEditor
extends ValueEditor.BaseImpl

Author:
Fredrik Bertilsson

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

Constructor Detail

CodeWebEditor

public CodeWebEditor()
Method Detail

getHTML

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

getValue

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

register

public static void register()
                     throws java.lang.Exception
Throws:
java.lang.Exception