WW-4352 Adds description about new encoding param

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/fa814744
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/fa814744
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/fa814744

Branch: refs/heads/develop
Commit: fa814744dec32640bfe19444da250da7772a8079
Parents: e2b291f
Author: Lukasz Lenart <[email protected]>
Authored: Wed Jul 9 20:35:34 2014 +0200
Committer: Lukasz Lenart <[email protected]>
Committed: Wed Jul 9 20:35:34 2014 +0200

----------------------------------------------------------------------
 core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/fa814744/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java 
b/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java
index 13e1629..7c3dd77 100644
--- a/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java
+++ b/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java
@@ -171,6 +171,7 @@ import java.util.Map;
  * <ul>
  *
  * <li><b>location (default)</b> - the location to go to after execution.</li>
+ * <li><b>encoding</b> - character encoding used in XML, default UTF-8.</li>
  *
  * <li><b>parse</b> - true by default. If set to false, the location param will
  * not be parsed for Ognl expressions.</li>

Reply via email to