com.addc.server.commons.struts12.actions.ActionConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of addc-svr-struts12 Show documentation
Show all versions of addc-svr-struts12 Show documentation
Classes to support web apps written for struts 1.2.
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