forked from apache/struts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WW-4342 Moves snippets directly to the Wiki
- Loading branch information
1 parent
5cf3381
commit 16fa0ed
Showing
2 changed files
with
0 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,16 +16,10 @@ | |
package com.opensymphony.xwork2.interceptor; | ||
|
||
/** | ||
* <!-- START SNIPPET: javadoc --> | ||
* <p> | ||
* This interface is implemented by actions that want to declare acceptable parameters. Works in conjunction with {@link | ||
* ParametersInterceptor}. For example, actions may want to create a white list of parameters they will accept or a | ||
* blacklist of parameters they will reject to prevent clients from setting other unexpected (and possibly dangerous) | ||
* parameters. | ||
* </p> | ||
* <!-- END SNIPPET: javadoc --> | ||
* | ||
* @author Bob Lee ([email protected]) | ||
*/ | ||
public interface ParameterNameAware { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters