Fixed convention table content.
This commit is contained in:
parent
33b1f907e1
commit
ea39e6c01f
1 changed files with 11 additions and 11 deletions
|
@ -34,37 +34,37 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>XHTML URL</td>
|
<td>XHTML URL</td>
|
||||||
<td>/path/hello.xhtml</td>
|
<td>/foo/hello.xhtml</td>
|
||||||
<td>path.website.Hello_xhtml.java</td>
|
<td>pathto.website.path.Hello_xhtml.java</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Root URL</td>
|
<td>Root URL</td>
|
||||||
<td>/</td>
|
<td>/</td>
|
||||||
<td>foo.website.Index_xhtml.java</td>
|
<td>pathto.website.Index_xhtml.java</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Folder URL</td>
|
<td>Folder URL</td>
|
||||||
<td>/path/hello/</td>
|
<td>/foo/hello/</td>
|
||||||
<td>path.website.hello.Hello_xhtml.java</td>
|
<td>pathto.website.foo.hello.Index_xhtml.java</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Short URL</td>
|
<td>Short URL</td>
|
||||||
<td>/path/hello-123-green-low.xhtml</td>
|
<td>/fool/hello-123-green-low.xhtml</td>
|
||||||
<td>path.website.hello_xhtml.java</td>
|
<td>pathto.website.foo.hello_xhtml.java</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Long URL</td>
|
<td>Long URL</td>
|
||||||
<td>/path/hello-/123/green/low.xhtml</td>
|
<td>/foo/hello-/123/green/low.xhtml</td>
|
||||||
<td>path.website.hello_xhtml.java</td>
|
<td>pathto.website.foo.hello_xhtml.java</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>WebContent URL</td>
|
<td>WebContent URL</td>
|
||||||
<td>/path/hello.png</td>
|
<td>/foo/hello.png</td>
|
||||||
<td>KissDispatcher returns direct file</td>
|
<td>KissDispatcher returns direct file</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Classes URL</td>
|
<td>Classes URL</td>
|
||||||
<td>/path/hello.png</td>
|
<td>/foo/hello.png</td>
|
||||||
<td>KissDispatcher returns direct file</td>
|
<td>KissDispatcher returns direct file</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue