From ea39e6c01fec3d5e1cb303272ba71dd5d348d48e Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 21 Sep 2016 22:53:01 +0200 Subject: [PATCH] Fixed convention table content. --- .../demo/website/dispatcher/index.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html b/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html index 208b0a0..7174002 100644 --- a/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html +++ b/src/fr/devinsy/kiss4web/demo/website/dispatcher/index.html @@ -34,37 +34,37 @@ XHTML URL - /path/hello.xhtml - path.website.Hello_xhtml.java + /foo/hello.xhtml + pathto.website.path.Hello_xhtml.java Root URL / - foo.website.Index_xhtml.java + pathto.website.Index_xhtml.java Folder URL - /path/hello/ - path.website.hello.Hello_xhtml.java + /foo/hello/ + pathto.website.foo.hello.Index_xhtml.java Short URL - /path/hello-123-green-low.xhtml - path.website.hello_xhtml.java + /fool/hello-123-green-low.xhtml + pathto.website.foo.hello_xhtml.java Long URL - /path/hello-/123/green/low.xhtml - path.website.hello_xhtml.java + /foo/hello-/123/green/low.xhtml + pathto.website.foo.hello_xhtml.java WebContent URL - /path/hello.png + /foo/hello.png KissDispatcher returns direct file Classes URL - /path/hello.png + /foo/hello.png KissDispatcher returns direct file