butler.ext.authentication
Class PasswordWebEditor

java.lang.Object
  extended by butler.web.util.ValueEditor.BaseImpl
      extended by butler.web.util.StringEditor
          extended by butler.ext.authentication.PasswordWebEditor
All Implemented Interfaces:
ValueEditor

public class PasswordWebEditor
extends StringEditor

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.web.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
PasswordWebEditor()
           
 
Method Summary
 org.apache.ecs.Element getHTML(java.lang.Object value)
           
static void register()
           
 
Methods inherited from class butler.web.util.StringEditor
getValue
 
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

PasswordWebEditor

public PasswordWebEditor()
Method Detail

getHTML

public org.apache.ecs.Element getHTML(java.lang.Object value)
                               throws java.lang.Exception
Specified by:
getHTML in interface ValueEditor
Overrides:
getHTML in class StringEditor
Throws:
java.lang.Exception

register

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