All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.addc.server.commons.struts12.actions.ActionConstants Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
package com.addc.server.commons.struts12.actions;

/**
 * The ActionConstants supplies constants used in the struts action classes
 */
public final class ActionConstants {

    public static final String ERROR_FORWARD= "error";
    public static final String SUCCESS_FORWARD= "success";
    public static final String UNCHECKED_ERROR= "uncheckedError";
    public static final String LOGINFORM_WITHERROR= "sendLoginFormWithErrorMessage"; 

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy