
com.opensymphony.webwork.interceptor.NoParameters Maven / Gradle / Ivy
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.webwork.interceptor;
/**
* This marker interface should be implemented by actions that do not want any parameters set on
* them automatically. This may be useful if one is using the action tag and want to supply
* the parameters to the action manually using the param tag. It may also be useful if one for
* security reasons wants to make sure that parameters cannot be set by malicious users.
*
* @author Dick Zetterberg
*/
public interface NoParameters extends com.opensymphony.xwork.interceptor.NoParameters {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy