org.norther.tammi.spray.template.form
Interface FormProperties

All Known Implementing Classes:
DefaultFormProperties

public interface FormProperties

An interface to form properties.

Version:
$Id: FormProperties.java,v 1.4 2009/09/28 15:08:29 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
static String DEFAULT_FORM
          The default form.
static String DEFAULT_INFO
          The default info.
static String DEFAULT_INPUT
          The default input.
static String DEFAULT_OUTPUT
          The default output.
 
Method Summary
 String getInputControl()
          Gets the input control template.
 String getOutputControl()
          Gets the output control template.
 ConcurrentMap<String,String> getProperties()
          Gets a read-only map of properties.
 

Field Detail

DEFAULT_FORM

static final String DEFAULT_FORM
The default form.

See Also:
Constant Field Values

DEFAULT_INFO

static final String DEFAULT_INFO
The default info.

See Also:
Constant Field Values

DEFAULT_INPUT

static final String DEFAULT_INPUT
The default input.

See Also:
Constant Field Values

DEFAULT_OUTPUT

static final String DEFAULT_OUTPUT
The default output.

See Also:
Constant Field Values
Method Detail

getInputControl

String getInputControl()
Gets the input control template.

Returns:
the template name.

getOutputControl

String getOutputControl()
Gets the output control template.

Returns:
the template name.

getProperties

ConcurrentMap<String,String> getProperties()
Gets a read-only map of properties.

Returns:
the read-only property map.


Copyright © 2004 The Norther Organization. All rights reserved.