mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
Tweaks docs a bit
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1485710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -86,10 +86,14 @@ import java.util.regex.Pattern;
|
||||
* <!-- START SNIPPET: extending -->
|
||||
*
|
||||
* <ul>
|
||||
* populateCookieValueIntoStack - this method will decide if this cookie value is qualified to be
|
||||
* populated into the value stack (hence into the action itself)
|
||||
* injectIntoCookiesAwareAction - this method will inject selected cookies (as a java.util.Map) into
|
||||
* action that implements {@link CookiesAware}.
|
||||
* <li>
|
||||
* populateCookieValueIntoStack - this method will decide if this cookie value is qualified
|
||||
* to be populated into the value stack (hence into the action itself)
|
||||
* </li>
|
||||
* <li>
|
||||
* injectIntoCookiesAwareAction - this method will inject selected cookies (as a java.util.Map)
|
||||
* into action that implements {@link CookiesAware}.
|
||||
* </li>
|
||||
* </ul>
|
||||
*
|
||||
* <!-- END SNIPPET: extending -->
|
||||
|
||||
Reference in New Issue
Block a user