[jboss-cvs] JBossAS SVN: r91849 - projects/docs/enterprise/5.0/RESTEasy/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jul 30 19:18:45 EDT 2009
Author: irooskov at redhat.com
Date: 2009-07-30 19:18:44 -0400 (Thu, 30 Jul 2009)
New Revision: 91849
Modified:
projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml
projects/docs/enterprise/5.0/RESTEasy/en-US/RESTEasy_Reference_Guide.xml
projects/docs/enterprise/5.0/RESTEasy/en-US/_Encoded_and_encoding.xml
Log:
updated to fix a tag error but still not building correctly
Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml 2009-07-30 22:41:35 UTC (rev 91848)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml 2009-07-30 23:18:44 UTC (rev 91849)
@@ -6,8 +6,8 @@
<title>RichFaces Reference Guide</title>
<productname>JBoss Enterprise Application Platform</productname>
<productnumber>5.0</productnumber>
- <edition>0</edition>
- <pubsnumber>0</pubsnumber>
+ <edition>1</edition>
+ <pubsnumber>1</pubsnumber>
<corpauthor>
<inlinemediaobject>
<imageobject>
Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/RESTEasy_Reference_Guide.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/RESTEasy_Reference_Guide.xml 2009-07-30 22:41:35 UTC (rev 91848)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/RESTEasy_Reference_Guide.xml 2009-07-30 23:18:44 UTC (rev 91849)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ ]>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ]>
<book>
Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/_Encoded_and_encoding.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/_Encoded_and_encoding.xml 2009-07-30 22:41:35 UTC (rev 91848)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/_Encoded_and_encoding.xml 2009-07-30 23:18:44 UTC (rev 91849)
@@ -1,3 +1,7 @@
+<?xml version='1.0'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+
<chapter id="_Encoded_and_encoding">
<title>@Encoded and encoding</title>
@@ -32,14 +36,13 @@
@Encoded
public String get(@QueryParam("foo") String foo, @PathParam("param") String param) {}
}
-
-
</programlisting>
<para>
In this example, the values of the <literal>foo</literal> query parameter and the <literal>param</literal> path parameter will be injected as encoded values.
</para>
<para>
You can also set the default to be encoded for the entire class.
+</para>
<programlisting>
@Path("/")
@Encoded
More information about the jboss-cvs-commits
mailing list