mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-3793 corrects name of PlainText Result in documentation to be plainText and not plaintext
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1311872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -35,7 +35,7 @@ import java.nio.charset.Charset;
|
||||
/**
|
||||
* <!-- START SNIPPET: description -->
|
||||
*
|
||||
* A result that send the content out as plain text. Usefull typically when needed
|
||||
* A result that send the content out as plain text. Useful typically when needed
|
||||
* to display the raw content of a JSP or Html file for example.
|
||||
*
|
||||
* <!-- END SNIPPET: description -->
|
||||
@@ -57,12 +57,12 @@ import java.nio.charset.Charset;
|
||||
* <!-- START SNIPPET: example -->
|
||||
*
|
||||
* <action name="displayJspRawContent" >
|
||||
* <result type="plaintext">/myJspFile.jsp</result>
|
||||
* <result type="plainText">/myJspFile.jsp</result>
|
||||
* </action>
|
||||
*
|
||||
*
|
||||
* <action name="displayJspRawContent" >
|
||||
* <result type="plaintext">
|
||||
* <result type="plainText">
|
||||
* <param name="location">/myJspFile.jsp</param>
|
||||
* <param name="charSet">UTF-8</param>
|
||||
* </result>
|
||||
|
||||
Reference in New Issue
Block a user