org.araneaframework.jsp
Class AraneaAttributes

java.lang.Object
  extended byorg.araneaframework.jsp.AraneaAttributes

public abstract class AraneaAttributes
extends Object

Non-standard-HTML attributes added to specific HTML tags to define Aranea event and content model information.

Author:
Taimo Peelo (taimo@araneaframework.org)

Nested Class Summary
static interface AraneaAttributes.Event
          Event related non-standard HTML tag attributes
static interface AraneaAttributes.FilteredInputControl
           
 
Field Summary
static String BACKGROUND_VALIDATION_ATTRIBUTE
          This attribute will be present on the form elements whose which should be validated on-the-fly.
static String SYSTEM_FORM
          Attribute identifying Aranea system form
static String WIDGET_ID
          Attribute attached to Aranea component markers for identification of component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_FORM

public static final String SYSTEM_FORM
Attribute identifying Aranea system form

See Also:
Constant Field Values

WIDGET_ID

public static final String WIDGET_ID
Attribute attached to Aranea component markers for identification of component.

Since:
1.1
See Also:
Constant Field Values

BACKGROUND_VALIDATION_ATTRIBUTE

public static final String BACKGROUND_VALIDATION_ATTRIBUTE
This attribute will be present on the form elements whose which should be validated on-the-fly. (Default is set with ConfigurationContext entry ConfigurationContext.BACKGROUND_FORM_VALIDATION.

Since:
1.1
See Also:
Constant Field Values