butler.web.record
Class RecordEditor

java.lang.Object
  extended by butler.web.record.RecordEditor

public class RecordEditor
extends java.lang.Object

Author:
Fredrik Bertilsson

Constructor Summary
RecordEditor(DRecordEditor desc, javax.servlet.ServletRequest request)
           
 
Method Summary
 org.apache.ecs.Element getHTML(java.lang.String mess)
           
 Record getRecord()
           
 java.lang.String update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordEditor

public RecordEditor(DRecordEditor desc,
                    javax.servlet.ServletRequest request)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getRecord

public Record getRecord()

update

public java.lang.String update()
                        throws java.lang.Exception
Throws:
java.lang.Exception

getHTML

public org.apache.ecs.Element getHTML(java.lang.String mess)
                               throws java.lang.Exception
Throws:
java.lang.Exception