cx.ath.matthew.cgi
Class HiddenField

java.lang.Object
  extended by cx.ath.matthew.cgi.Field
      extended by cx.ath.matthew.cgi.HiddenField

public class HiddenField
extends Field


Field Summary
 
Fields inherited from class cx.ath.matthew.cgi.Field
label, name
 
Constructor Summary
HiddenField(String name, String value)
           
 
Method Summary
protected  String print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenField

public HiddenField(String name,
                   String value)
Method Detail

print

protected String print()
Specified by:
print in class Field