WW-5352 Gut deprecated interfaces

This commit is contained in:
Kusal Kithul-Godage
2024-01-03 23:00:54 +11:00
parent 19cc1514a1
commit fd94c17663
2 changed files with 0 additions and 18 deletions
@@ -23,13 +23,4 @@ package com.opensymphony.xwork2.interceptor;
*/
@Deprecated
public interface ParameterNameAware extends org.apache.struts2.action.ParameterNameAware {
/**
* Tests if the the action will accept the parameter with the given name.
*
* @param parameterName the parameter name
* @return <tt>true</tt> if accepted, <tt>false</tt> otherwise
*/
boolean acceptableParameterName(String parameterName);
}
@@ -23,13 +23,4 @@ package com.opensymphony.xwork2.interceptor;
*/
@Deprecated
public interface ParameterValueAware extends org.apache.struts2.action.ParameterValueAware {
/**
* Tests if the the action will accept the parameter with the given value.
*
* @param parameterValue the parameter value
* @return <tt>true</tt> if accepted, <tt>false</tt> otherwise
*/
boolean acceptableParameterValue(String parameterValue);
}