diff --git a/README.md b/README.md index 5b41719..b0c7a2b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Spring Web Flow 2.4.x Samples ============================= -This is the official samples repository for the [Spring Web Flow](http://github.com/SpringSource/spring-webflow) project. +This is the official samples repository for the [Spring Web Flow](https://github.com/SpringSource/spring-webflow) project. From a sample sub-directory, use `mvn jetty:run` to run a server, or `mvn package` to build a war. diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml b/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml index 7959f66..e3367ca 100644 --- a/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml @@ -1,9 +1,9 @@ - +

diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml b/booking-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml index 320fd55..60b7556 100755 --- a/booking-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml @@ -1,9 +1,9 @@ - +

diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml b/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml index 2420282..4ae2f3c 100644 --- a/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml @@ -1,9 +1,9 @@ - + diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml b/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml index 3ac9936..0ebeff5 100644 --- a/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml @@ -1,9 +1,9 @@ - +

diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml b/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml index b2290b4..18312dd 100644 --- a/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml @@ -1,9 +1,9 @@ - +

diff --git a/booking-faces/src/main/webapp/WEB-INF/intro.xhtml b/booking-faces/src/main/webapp/WEB-INF/intro.xhtml index d9e3852..94bb270 100755 --- a/booking-faces/src/main/webapp/WEB-INF/intro.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/intro.xhtml @@ -1,8 +1,8 @@ - + diff --git a/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml b/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml index a54ca0d..f8b1a6d 100644 --- a/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -1,10 +1,10 @@ - + + xmlns:p="https://primefaces.org/ui"> @@ -57,7 +57,7 @@


- + Powered by Spring
diff --git a/booking-faces/src/main/webapp/WEB-INF/login.xhtml b/booking-faces/src/main/webapp/WEB-INF/login.xhtml index 8c2619c..250f416 100755 --- a/booking-faces/src/main/webapp/WEB-INF/login.xhtml +++ b/booking-faces/src/main/webapp/WEB-INF/login.xhtml @@ -1,4 +1,4 @@ - + + diff --git a/booking-faces/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css b/booking-faces/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css index fcfd55e..07bcf1f 100755 --- a/booking-faces/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css +++ b/booking-faces/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css @@ -33,7 +33,7 @@ /* Reduced size type with incremental leading - (http://www.markboulton.co.uk/journal/comments/incremental_leading/) + (https://www.markboulton.co.uk/journal/comments/incremental_leading/) This could be used for side notes. For smaller type, you don't necessarily want to follow the 1.5x vertical rhythm -- the line-height is too much. @@ -58,7 +58,7 @@ p.incr, .incr p { /* Surround uppercase words and abbreviations with this class. - Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ + Based on work by Jørgen Arnor Gårdsø Lom [https://twistedintellect.com/] */ .caps { font-variant: small-caps; diff --git a/booking-faces/src/main/webapp/styles/blueprint/src/print.css b/booking-faces/src/main/webapp/styles/blueprint/src/print.css index d303029..d95e464 100755 --- a/booking-faces/src/main/webapp/styles/blueprint/src/print.css +++ b/booking-faces/src/main/webapp/styles/blueprint/src/print.css @@ -81,5 +81,5 @@ a:link:after, a:visited:after { (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ /* a[href^="/"]:after { - content: " (http://www.yourdomain.com" attr(href) ") "; + content: " (https://www.yoursite.com" attr(href) ") "; } */ diff --git a/booking-faces/src/main/webapp/styles/le-frog/jquery-ui-1.8.2.custom.css b/booking-faces/src/main/webapp/styles/le-frog/jquery-ui-1.8.2.custom.css index ef94882..b493dbc 100644 --- a/booking-faces/src/main/webapp/styles/le-frog/jquery-ui-1.8.2.custom.css +++ b/booking-faces/src/main/webapp/styles/le-frog/jquery-ui-1.8.2.custom.css @@ -1,6 +1,6 @@ /* * jQuery UI CSS Framework -* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Copyright (c) 2010 AUTHORS.txt (https://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. */ @@ -39,9 +39,9 @@ /* * jQuery UI CSS Framework -* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Copyright (c) 2010 AUTHORS.txt (https://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=10px&bgColorHeader=3a8104&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=33&borderColorHeader=3f7506&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=285c00&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=10&borderColorContent=72b42d&fcContent=ffffff&iconColorContent=72b42d&bgColorDefault=4ca20b&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=60&borderColorDefault=45930b&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=4eb305&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=50&borderColorHover=8bd83b&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=285c00&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=30&borderColorActive=72b42d&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf5d0&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=4eb305&bgColorError=ffdc2e&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=95&borderColorError=fad000&fcError=2b2b2b&iconColorError=cd0a0a&bgColorOverlay=444444&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=15&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=07_diagonals_small.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=4px&offsetLeftShadow=4px&cornerRadiusShadow=4px +* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=10px&bgColorHeader=3a8104&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=33&borderColorHeader=3f7506&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=285c00&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=10&borderColorContent=72b42d&fcContent=ffffff&iconColorContent=72b42d&bgColorDefault=4ca20b&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=60&borderColorDefault=45930b&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=4eb305&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=50&borderColorHover=8bd83b&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=285c00&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=30&borderColorActive=72b42d&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf5d0&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=4eb305&bgColorError=ffdc2e&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=95&borderColorError=fad000&fcError=2b2b2b&iconColorError=cd0a0a&bgColorOverlay=444444&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=15&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=07_diagonals_small.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=4px&offsetLeftShadow=4px&cornerRadiusShadow=4px */ diff --git a/booking-mvc/README.md b/booking-mvc/README.md index 4ba5793..64f322d 100644 --- a/booking-mvc/README.md +++ b/booking-mvc/README.md @@ -1,2 +1,2 @@ -This sample uses Thymeleaf and Tiles for the view templating technology. To trace the steps of converting a JSP/Tiles application to Thymeleaf, refer to the description and the commits of [the pull request](https://github.com/SpringSource/spring-webflow-samples/pull/5) that introduced the change. For more details on Thymeleaf refer to [http://www.thymeleaf.org/](http://www.thymeleaf.org/). +This sample uses Thymeleaf and Tiles for the view templating technology. To trace the steps of converting a JSP/Tiles application to Thymeleaf, refer to the description and the commits of [the pull request](https://github.com/SpringSource/spring-webflow-samples/pull/5) that introduced the change. For more details on Thymeleaf refer to [https://www.thymeleaf.org/](https://www.thymeleaf.org/). diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html index 83c00ef..37cd90d 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html index 7d9638c..fd5a17a 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html index a54a00a..9e9bdf8 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html index d6bbc21..67a864b 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html index 45e8150..5345db6 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html index 35f5f0a..65b85d5 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html index f337b8c..b529b21 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html index e4f6489..18cf4db 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/intro.html b/booking-mvc/src/main/webapp/WEB-INF/intro.html index f697b58..f429b17 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/intro.html +++ b/booking-mvc/src/main/webapp/WEB-INF/intro.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html index fb1c2de..e8d94e1 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html +++ b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html @@ -1,8 +1,8 @@ @@ -67,12 +67,12 @@

- + generic hotel

- + SpringOne 2GX

@@ -93,7 +93,7 @@
diff --git a/booking-mvc/src/main/webapp/WEB-INF/login.html b/booking-mvc/src/main/webapp/WEB-INF/login.html index d67df11..591baee 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/login.html +++ b/booking-mvc/src/main/webapp/WEB-INF/login.html @@ -1,8 +1,8 @@ @@ -58,7 +58,7 @@
-
+
Your login attempt was not successful, try again.

diff --git a/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html index b8552d5..4c66176 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html +++ b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html @@ -1,8 +1,8 @@ diff --git a/booking-mvc/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css b/booking-mvc/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css index fcfd55e..07bcf1f 100755 --- a/booking-mvc/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css +++ b/booking-mvc/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css @@ -33,7 +33,7 @@ /* Reduced size type with incremental leading - (http://www.markboulton.co.uk/journal/comments/incremental_leading/) + (https://www.markboulton.co.uk/journal/comments/incremental_leading/) This could be used for side notes. For smaller type, you don't necessarily want to follow the 1.5x vertical rhythm -- the line-height is too much. @@ -58,7 +58,7 @@ p.incr, .incr p { /* Surround uppercase words and abbreviations with this class. - Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ + Based on work by Jørgen Arnor Gårdsø Lom [https://twistedintellect.com/] */ .caps { font-variant: small-caps; diff --git a/booking-mvc/src/main/webapp/styles/blueprint/src/print.css b/booking-mvc/src/main/webapp/styles/blueprint/src/print.css index d303029..d95e464 100755 --- a/booking-mvc/src/main/webapp/styles/blueprint/src/print.css +++ b/booking-mvc/src/main/webapp/styles/blueprint/src/print.css @@ -81,5 +81,5 @@ a:link:after, a:visited:after { (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ /* a[href^="/"]:after { - content: " (http://www.yourdomain.com" attr(href) ") "; + content: " (https://www.yoursite.com" attr(href) ") "; } */ diff --git a/booking-portlet-faces/.metadata/src/main/webapp/WEB-INF/faces-config.pageflow b/booking-portlet-faces/.metadata/src/main/webapp/WEB-INF/faces-config.pageflow index 60c2b79..4c695cc 100644 --- a/booking-portlet-faces/.metadata/src/main/webapp/WEB-INF/faces-config.pageflow +++ b/booking-portlet-faces/.metadata/src/main/webapp/WEB-INF/faces-config.pageflow @@ -1,2 +1,2 @@ - + diff --git a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml index 982cda9..2d3bd92 100644 --- a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml +++ b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml @@ -1,8 +1,8 @@ - + + xmlns:f="https://java.sun.com/jsf/core"> diff --git a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml index 57c610b..58617f0 100644 --- a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml +++ b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/booking/reviewBooking.xhtml @@ -1,8 +1,8 @@ - + diff --git a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml index 9b559b5..cd59727 100644 --- a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml +++ b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml @@ -1,8 +1,8 @@ - + + xmlns:f="https://java.sun.com/jsf/core"> diff --git a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml index 9517b4a..a287426 100644 --- a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml +++ b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotel.xhtml @@ -1,8 +1,8 @@ - + + xmlns:f="https://java.sun.com/jsf/core"> diff --git a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml index 95cc409..120182d 100644 --- a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml +++ b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml @@ -1,8 +1,8 @@ - + + xmlns:f="https://java.sun.com/jsf/core"> diff --git a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/view/intro.xhtml b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/view/intro.xhtml index b9b064e..fdac6cf 100644 --- a/booking-portlet-faces/src/main/webapp/WEB-INF/flows/view/intro.xhtml +++ b/booking-portlet-faces/src/main/webapp/WEB-INF/flows/view/intro.xhtml @@ -1,15 +1,15 @@ - +

Welcome to Spring Travel

- This reference application illustrates Spring Faces, + This reference application illustrates Spring Faces, a software library that integrates Spring and JavaServerFaces technology in a portlet environment.

diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/view.xhtml index 6b3161e..16e5d35 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/view.xhtml @@ -1,8 +1,8 @@ - + JSF 2 ajax with commandButton and f:ajax diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-primefaces/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-primefaces/view.xhtml index c838931..95ef0db 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-primefaces/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-primefaces/view.xhtml @@ -1,9 +1,9 @@ - + Ajax With PrimeFaces CommandButton diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-render-action/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-render-action/view.xhtml index a0e0924..4d90c8b 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-render-action/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-render-action/view.xhtml @@ -1,9 +1,9 @@ - + Ajax with Server-Side Render Action diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/autocomplete/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/autocomplete/view.xhtml index e92dc8f..42977cd 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/autocomplete/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/autocomplete/view.xhtml @@ -1,9 +1,9 @@ - + Auto-complete diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/file-upload/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/file-upload/view.xhtml index 2a32971..1a78fb1 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/file-upload/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/file-upload/view.xhtml @@ -1,9 +1,9 @@ - + Ajax With PrimeFaces CommandButton diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/modal-dialog-in-view/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/modal-dialog-in-view/view.xhtml index 67ed57c..4220469 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/modal-dialog-in-view/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/modal-dialog-in-view/view.xhtml @@ -1,8 +1,8 @@ - + Modal Dialog In View diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/poller/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/poller/view.xhtml index bbc95d0..f4988d4 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/poller/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/poller/view.xhtml @@ -1,9 +1,9 @@ - + Polling diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/spring-security-taglib/view.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/spring-security-taglib/view.xhtml index cc06ddf..8f21c4d 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/spring-security-taglib/view.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/spring-security-taglib/view.xhtml @@ -1,9 +1,9 @@ - + diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/confirmation.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/confirmation.xhtml index 54331f4..e386409 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/confirmation.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/confirmation.xhtml @@ -1,9 +1,9 @@ - + Embedded Flow: Confirmation diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/main.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/main.xhtml index 47dcb7b..f07dfa5 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/main.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/embedded-flow/main.xhtml @@ -1,9 +1,9 @@ - + Embedded Flow: User Details diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/main.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/main.xhtml index 41bcb31..bc6697e 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/main.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/top-flow-with-embedded-subflow/main.xhtml @@ -1,9 +1,9 @@ - + Top Flow Container diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml index bfd8d71..4766e0c 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml @@ -1,9 +1,9 @@ - + Standard JSR-303 Bean Validation diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/review.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/review.xhtml index af627b0..7c97a61 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/review.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/review.xhtml @@ -1,9 +1,9 @@ - + Standard JSR-303 Bean Validation diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/edit.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/edit.xhtml index 8f6f0b2..f9457ce 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/edit.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/edit.xhtml @@ -1,9 +1,9 @@ - + Model Validation diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/review.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/review.xhtml index 1f6d0ff..eeaabcf 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/review.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-model/review.xhtml @@ -1,9 +1,9 @@ - + Model Validation diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/layouts/standard.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/layouts/standard.xhtml index 740ffc6..fd43b70 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -1,10 +1,10 @@ - + + xmlns:p="https://primefaces.org/ui"> diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/views/home.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/views/home.xhtml index 1648207..005bfb5 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/views/home.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/views/home.xhtml @@ -1,9 +1,9 @@ - + diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/views/login.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/views/login.xhtml index bbf2e6a..2d55a57 100755 --- a/primefaces-showcase/src/main/webapp/WEB-INF/views/login.xhtml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/views/login.xhtml @@ -1,8 +1,8 @@ - + Login diff --git a/primefaces-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css b/primefaces-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css index 028e05b..26423c8 100755 --- a/primefaces-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css +++ b/primefaces-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css @@ -33,7 +33,7 @@ /* Reduced size type with incremental leading - (http://www.markboulton.co.uk/journal/comments/incremental_leading/) + (https://www.markboulton.co.uk/journal/comments/incremental_leading/) This could be used for side notes. For smaller type, you don't necessarily want to follow the 1.5x vertical rhythm -- the line-height is too much. @@ -58,7 +58,7 @@ p.incr, .incr p { /* Surround uppercase words and abbreviations with this class. - Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ + Based on work by Jørgen Arnor Gårdsø Lom [https://twistedintellect.com/] */ .caps { font-variant: small-caps; diff --git a/primefaces-showcase/src/main/webapp/styles/blueprint/src/print.css b/primefaces-showcase/src/main/webapp/styles/blueprint/src/print.css index d303029..d95e464 100755 --- a/primefaces-showcase/src/main/webapp/styles/blueprint/src/print.css +++ b/primefaces-showcase/src/main/webapp/styles/blueprint/src/print.css @@ -81,5 +81,5 @@ a:link:after, a:visited:after { (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ /* a[href^="/"]:after { - content: " (http://www.yourdomain.com" attr(href) ") "; + content: " (https://www.yoursite.com" attr(href) ") "; } */ diff --git a/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp b/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp index 9db1b88..08e0262 100644 --- a/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp +++ b/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp @@ -1,7 +1,7 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> - + diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css index 028e05b..26423c8 100755 --- a/webflow-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css +++ b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/fancy-type/screen.css @@ -33,7 +33,7 @@ /* Reduced size type with incremental leading - (http://www.markboulton.co.uk/journal/comments/incremental_leading/) + (https://www.markboulton.co.uk/journal/comments/incremental_leading/) This could be used for side notes. For smaller type, you don't necessarily want to follow the 1.5x vertical rhythm -- the line-height is too much. @@ -58,7 +58,7 @@ p.incr, .incr p { /* Surround uppercase words and abbreviations with this class. - Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ + Based on work by Jørgen Arnor Gårdsø Lom [https://twistedintellect.com/] */ .caps { font-variant: small-caps; diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/src/print.css b/webflow-showcase/src/main/webapp/styles/blueprint/src/print.css index d303029..d95e464 100755 --- a/webflow-showcase/src/main/webapp/styles/blueprint/src/print.css +++ b/webflow-showcase/src/main/webapp/styles/blueprint/src/print.css @@ -81,5 +81,5 @@ a:link:after, a:visited:after { (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ /* a[href^="/"]:after { - content: " (http://www.yourdomain.com" attr(href) ") "; + content: " (https://www.yoursite.com" attr(href) ") "; } */