cx.ath.matthew.cgi

Class 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 cx.ath.matthew.cgi.Field

print

Constructor Details

HiddenField

public HiddenField(String name,
                   String value)

Method Details

print

protected String print()
Overrides:
print in interface Field