org.araneaframework.framework
Interface SystemFormContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
StandardSystemFormFilterService

public interface SystemFormContext
extends Serializable

Stores system form fields that will be written out in <ui:systemForm> tag.

Since:
1.1
Author:
Alar Kvell (alar@araneaframework.org)

Method Summary
 void addField(String key, String value)
          Add a system form field.
 Map getFields()
          Get all system form fields.
 

Method Detail

addField

public void addField(String key,
                     String value)
Add a system form field.


getFields

public Map getFields()
Get all system form fields. Both keys and values of the map are Strings. If no fields are present, returns an empty map.