
com.opensymphony.xwork.Validateable Maven / Gradle / Ivy
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.xwork;
/**
* Provides an interface in which a call for a validation check can be done.
*
* @author Jason Carreira
* @see ActionSupport
* @see com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
*/
public interface Validateable {
void validate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy