PageMixer API - 3.1

jp.ne.dti.lares.foozy.pagemixer.struts
Class StrutsAttributeValue

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.pagemixer.html.PageMixerAttributeValue
        |
        +--jp.ne.dti.lares.foozy.pagemixer.struts.StrutsAttributeValue

public class StrutsAttributeValue
extends PageMixerAttributeValue

Attribute values defined for PageMixer/Struts co-operation.

Since:
PageMixer 3.1

Field Summary
 java.lang.String GLOBAL
          Value "GLOBAL".
 java.lang.String STRUTS_ERROR
          Value "Struts-error".
 java.lang.String STRUTS_ERROR_ITERATE
          Value "Struts-error-iterate".
 java.lang.String STRUTS_ERRORS
          Value "Struts-errors".
 java.lang.String STRUTS_EXCEPTION
          Value "Struts-exception".
 java.lang.String STRUTS_EXCEPTION_MESSAGE
          Value "Struts-exception-message".
 java.lang.String STRUTS_MESSAGE
          Value "Struts-message".
 java.lang.String STRUTS_MESSAGE_ITERATE
          Value "Struts-message-iterate".
 java.lang.String STRUTS_MESSAGES
          Value "Struts-messages".
static StrutsAttributeValue VALUE
           
 
Fields inherited from class jp.ne.dti.lares.foozy.pagemixer.html.PageMixerAttributeValue
TRUE
 
Constructor Summary
protected StrutsAttributeValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE

public static final StrutsAttributeValue VALUE

GLOBAL

public final java.lang.String GLOBAL
Value "GLOBAL".

STRUTS_ERROR

public final java.lang.String STRUTS_ERROR
Value "Struts-error".

STRUTS_ERROR_ITERATE

public final java.lang.String STRUTS_ERROR_ITERATE
Value "Struts-error-iterate".

STRUTS_ERRORS

public final java.lang.String STRUTS_ERRORS
Value "Struts-errors".

STRUTS_EXCEPTION

public final java.lang.String STRUTS_EXCEPTION
Value "Struts-exception".

STRUTS_EXCEPTION_MESSAGE

public final java.lang.String STRUTS_EXCEPTION_MESSAGE
Value "Struts-exception-message".

STRUTS_MESSAGE

public final java.lang.String STRUTS_MESSAGE
Value "Struts-message".

STRUTS_MESSAGE_ITERATE

public final java.lang.String STRUTS_MESSAGE_ITERATE
Value "Struts-message-iterate".

STRUTS_MESSAGES

public final java.lang.String STRUTS_MESSAGES
Value "Struts-messages".
Constructor Detail

StrutsAttributeValue

protected StrutsAttributeValue()

PageMixer API - 3.1