From 0b061d4fed6317a549671a41a641e80f6f041441 Mon Sep 17 00:00:00 2001 From: reiern70 Date: Tue, 15 Sep 2026 17:09:40 -0500 Subject: [PATCH] Show the title of each example on its page Example pages linked from an index gave no hint of which example they showed: the link text was not repeated on the page, and the browser title was a generic, often stale, per-application string. WicketExamplePage now renders the example's title as a heading and as the browser title. The title is read from the resource key .title, kept in a wicket-package.properties per example application, and index pages use the same keys for their link texts. The hard-coded tags and headings duplicating the new title are removed from the example markup, and a test checks that every example page has a title. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --- .../wicket/examples/WicketExamplePage.html | 2 + .../wicket/examples/WicketExamplePage.java | 64 ++++++++- .../examples/WicketExamplePage.properties | 16 +++ .../examples/ajax/builtin/BasePage.html | 1 - .../examples/ajax/builtin/GuestBook.html | 1 - .../wicket/examples/ajax/builtin/Index.html | 41 +----- .../wicket/examples/ajax/builtin/Index.java | 44 ++++++- .../examples/ajax/builtin/PageablesPage.html | 1 - .../examples/ajax/builtin/RatingsPage.html | 1 - .../examples/ajax/builtin/TodoList.html | 1 - .../ajax/builtin/wicket-package.properties | 69 ++++++++++ .../wicket/examples/ajax/prototype/Index.html | 3 - .../ajax/prototype/wicket-package.properties | 15 +++ .../ajaxhellobrowser/AjaxHelloBrowser.html | 1 - .../wicket-package.properties | 15 +++ .../AjaxHelloBrowserOnDomReady.html | 1 - .../wicket-package.properties | 15 +++ .../wicket/examples/asemail/MailTemplate.html | 1 - .../asemail/wicket-package.properties | 15 +++ .../wicket/examples/authentication1/Home.html | 1 - .../examples/authentication1/SignIn.html | 1 - .../examples/authentication1/SignOut.html | 1 - .../authentication1/wicket-package.properties | 17 +++ .../wicket/examples/authentication2/Home.html | 1 - .../examples/authentication2/SignIn2.html | 1 - .../examples/authentication2/SignOut.html | 1 - .../authentication2/wicket-package.properties | 17 +++ .../examples/authentication3/BasePage.html | 1 - .../authentication3/MySignInPage.html | 1 - .../examples/authentication3/SignOut.html | 1 - .../authentication3/wicket-package.properties | 18 +++ .../examples/authorization/BasePage.html | 1 - .../wicket/examples/authorization/Index.html | 24 +--- .../authorization/wicket-package.properties | 21 +++ .../bean/validation/BeanValidationPage.html | 1 - .../bean/validation/wicket-package.properties | 15 +++ .../wicket/examples/breadcrumb/Index.html | 1 - .../breadcrumb/wicket-package.properties | 15 +++ .../wicket/examples/captcha/Captcha.html | 1 - .../captcha/wicket-package.properties | 15 +++ .../wicket/examples/cdi/CdiExamplePage.html | 2 - .../wicket/examples/cdi/CdiHomePage.html | 6 +- .../examples/cdi/wicket-package.properties | 21 +++ .../compref/BookmarkablePageLinkPage.html | 2 - .../wicket/examples/compref/BorderPage.html | 2 - .../wicket/examples/compref/ButtonPage.html | 2 - .../compref/CheckBoxMultipleChoicePage.html | 2 - .../wicket/examples/compref/CheckBoxPage.html | 2 - .../compref/CheckBoxSelectorPage.html | 2 - .../examples/compref/CheckGroupPage.html | 2 - .../examples/compref/CheckGroupPage2.html | 2 - .../examples/compref/DropDownChoicePage.html | 2 - .../examples/compref/ExternalLinkPage.html | 2 - .../wicket/examples/compref/FormPage.html | 2 - .../wicket/examples/compref/FragmentPage.html | 2 - .../apache/wicket/examples/compref/Index.html | 58 ++++---- .../wicket/examples/compref/LabelPage.html | 2 - .../wicket/examples/compref/LinkPage.html | 2 - .../examples/compref/ListChoicePage.html | 2 - .../compref/ListMultipleChoicePage.html | 2 - .../examples/compref/MultiLineLabelPage.html | 2 - .../wicket/examples/compref/PalettePage.html | 2 - .../wicket/examples/compref/PanelPage.html | 2 - .../examples/compref/RadioChoicePage.html | 2 - .../examples/compref/RadioGroupPage.html | 2 - .../examples/compref/RadioGroupPage2.html | 2 - .../wicket/examples/compref/SelectPage.html | 2 - .../examples/compref/SubmitLinkPage.html | 2 - .../examples/compref/TabbedPanelPage.html | 2 - .../wicket/examples/compref/TextAreaPage.html | 2 - .../examples/compref/TextFieldPage.html | 2 - .../compref/wicket-package.properties | 42 ++++++ .../wicket/examples/csp/NonceDemoPage.html | 2 - .../examples/csp/wicket-package.properties | 15 +++ .../CustomLoadedTemplate.html | 3 +- .../examples/customresourceloading/Index.html | 1 - .../wicket-package.properties | 18 +++ .../examples/datetime/DateTimePage.html | 1 - .../datetime/wicket-package.properties | 15 +++ .../org/apache/wicket/examples/echo/Echo.html | 1 - .../examples/echo/wicket-package.properties | 15 +++ .../wicket/examples/encodings/Home.html | 3 - .../encodings/wicket-package.properties | 15 +++ .../wicket/examples/events/BasePage.html | 1 - .../wicket/examples/events/IndexPage.html | 2 +- .../examples/events/wicket-package.properties | 16 +++ .../wicket/examples/forminput/FormInput.html | 3 - .../forminput/wicket-package.properties | 15 +++ .../wicket/examples/frames/TopFrame.html | 1 - .../wicket/examples/guestbook/GuestBook.html | 3 - .../guestbook/wicket-package.properties | 15 +++ .../wicket/examples/guice/HomePage.html | 1 - .../examples/guice/wicket-package.properties | 15 +++ .../apache/wicket/examples/hangman/Guess.html | 1 - .../apache/wicket/examples/hangman/Home.html | 3 - .../apache/wicket/examples/hangman/Lose.html | 1 - .../apache/wicket/examples/hangman/Win.html | 1 - .../hangman/wicket-package.properties | 18 +++ .../examples/hellobrowser/HelloBrowser.html | 1 - .../hellobrowser/wicket-package.properties | 15 +++ .../examples/helloworld/HelloWorld.html | 3 - .../helloworld/wicket-package.properties | 15 +++ .../apache/wicket/examples/images/Home.html | 3 - .../examples/images/wicket-package.properties | 15 +++ .../examples/kittenCaptcha/HomePage.html | 1 - .../kittenCaptcha/wicket-package.properties | 15 +++ .../library/AuthenticatedWebPage.html | 1 - .../apache/wicket/examples/library/Home.html | 3 - .../wicket/examples/library/SignIn.html | 3 - .../wicket/examples/library/SignOut.html | 1 - .../library/wicket-package.properties | 19 +++ .../examples/linkomatic/BookDetails.html | 1 - .../wicket/examples/linkomatic/Home.html | 3 - .../wicket/examples/linkomatic/Page1.html | 1 - .../wicket/examples/linkomatic/Page2.html | 1 - .../wicket/examples/linkomatic/Page3.html | 1 - .../wicket/examples/linkomatic/Popup.html | 1 - .../linkomatic/wicket-package.properties | 20 +++ .../apache/wicket/examples/media/Home.html | 1 - .../examples/media/wicket-package.properties | 15 +++ .../wicket/examples/navomatic/Page1.html | 1 - .../wicket/examples/navomatic/Page2.html | 1 - .../wicket/examples/navomatic/Page3.html | 1 - .../navomatic/wicket-package.properties | 17 +++ .../apache/wicket/examples/niceurl/Home.html | 3 - .../apache/wicket/examples/niceurl/Page1.html | 1 - .../apache/wicket/examples/niceurl/Page2.html | 1 - .../examples/niceurl/mounted/Page3.html | 1 - .../examples/niceurl/mounted/Page4.html | 1 - .../examples/niceurl/mounted/Page5.html | 1 - .../niceurl/wicket-package.properties | 22 ++++ .../org/apache/wicket/examples/pub/Home.html | 1 - .../wicket/examples/pub/Home_da_DK.html | 1 - .../wicket/examples/pub/Home_de_DE.html | 1 - .../wicket/examples/pub/Home_en_CA.html | 1 - .../apache/wicket/examples/pub/Home_hu.html | 1 - .../wicket/examples/pub/Home_ko_KR.html | 1 - .../wicket/examples/pub/Home_nl_NL.html | 1 - .../wicket/examples/pub/Home_zh_CN.html | 1 - .../examples/pub/wicket-package.properties | 15 +++ .../org/apache/wicket/examples/pub2/Home.html | 1 - .../examples/pub2/wicket-package.properties | 15 +++ .../wicket/examples/repeater/ExamplePage.html | 4 - .../wicket/examples/repeater/Index.html | 24 ++-- .../repeater/wicket-package.properties | 51 +++++++ .../requestmapper/wicket-package.properties | 18 +++ .../examples/resourcedecoration/HomePage.html | 3 - .../wicket-package.properties | 15 +++ .../examples/spring/common/web/BasePage.html | 1 - .../examples/spring/wicket-package.properties | 16 +++ .../examples/sri/IntegrityDemoPage.html | 2 - .../examples/sri/wicket-package.properties | 15 +++ .../stateless/AjaxStatelessExample.html | 1 - .../wicket/examples/stateless/Index.html | 1 - .../examples/stateless/StatefulPage.html | 1 - .../examples/stateless/StatelessPage.html | 1 - .../examples/stateless/StatelessPage1.html | 1 - .../examples/stateless/StatelessPage2.html | 1 - .../examples/stateless/StatelessPage3.html | 1 - .../stateless/wicket-package.properties | 21 +++ .../wicket/examples/template/Index.html | 4 - .../examples/template/border/Page1.html | 1 - .../examples/template/border/Page2.html | 1 - .../template/border/wicket-package.properties | 16 +++ .../pageinheritance/wicket-package.properties | 16 +++ .../template/wicket-package.properties | 15 +++ .../examples/tree/AbstractTreePage.html | 8 +- .../examples/tree/AdvancedTreePage.html | 1 - .../examples/tree/wicket-package.properties | 17 +++ .../unicodeconverter/UnicodeConverter.html | 1 - .../wicket-package.properties | 15 +++ .../examples/upload/MultiUploadPage.html | 1 - .../wicket/examples/upload/UploadPage.html | 1 - .../examples/upload/UploadToResourcePage.html | 1 - .../examples/upload/wicket-package.properties | 17 +++ .../wicket/examples/velocity/DynamicPage.html | 1 - .../apache/wicket/examples/velocity/Home.html | 5 +- .../examples/velocity/TemplatePage.html | 1 - .../velocity/wicket-package.properties | 17 +++ .../wicket/examples/websocket/HomePage.html | 9 +- .../websocket/WebSocketBehaviorDemoPage.html | 1 - .../WebSocketMultiTabResourceDemoPage.html | 1 - .../websocket/WebSocketResourceDemoPage.html | 1 - .../websocket/wicket-package.properties | 19 +++ .../apache/wicket/examples/wizard/Index.html | 7 +- .../wicket/examples/wizard/WizardPage.html | 1 - .../wicket/examples/wizard/WizardPage.java | 9 ++ .../examples/wizard/wicket-package.properties | 18 +++ .../examples/requestmapper/LocalizedPage.html | 1 - .../requestmapper/RequestMapperHomePage.html | 1 - .../packageMount/PackageMountedPage.html | 1 - .../AlternativePageFromWebContext.html | 3 - .../PageFromWebContext.html | 3 - .../wicket/examples/ExampleTitlesTest.java | 124 ++++++++++++++++++ .../examples/ajax/builtin/IndexTest.java | 60 +++++++++ .../examples/ajax/prototype/AjaxTest.java | 2 +- .../wicket/examples/compref/ComprefTest.java | 2 +- .../examples/encodings/EncodingTest.java | 2 +- .../examples/forminput/FormInputTest.java | 2 +- .../examples/guestbook/GuestbookTest.java | 2 +- .../wicket/examples/hangman/HangManTest.java | 4 +- .../examples/helloworld/HelloWorldTest.java | 2 +- .../wicket/examples/images/ImagesTest.java | 2 +- .../wicket/examples/library/LibraryTest.java | 4 +- .../examples/linkomatic/LinkomaticTest.java | 2 +- .../wicket/examples/niceurl/NiceUrlTest.java | 2 +- .../examples/repeater/RepeaterTest.java | 4 +- .../examples/template/TemplateTest.java | 2 +- .../apache/wicket/filtertest/HelloWorld.html | 3 - .../filtertest/WithoutCPWithFPTest.java | 4 +- .../filtertest/WithoutCPWithoutFPTest.java | 4 +- .../filtertest/wicket-package.properties | 15 +++ 212 files changed, 1350 insertions(+), 341 deletions(-) create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/asemail/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/authorization/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/captcha/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/cdi/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/compref/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/csp/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/datetime/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/echo/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/encodings/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/events/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/forminput/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/guice/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/hangman/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/images/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/library/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/media/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/pub/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/pub2/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/repeater/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/spring/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/sri/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/stateless/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/template/border/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/template/pageinheritance/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/template/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/tree/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/unicodeconverter/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/upload/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/velocity/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/websocket/wicket-package.properties create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/wizard/wicket-package.properties create mode 100644 wicket-examples/src/test/java/org/apache/wicket/examples/ExampleTitlesTest.java create mode 100644 wicket-examples/src/test/java/org/apache/wicket/examples/ajax/builtin/IndexTest.java create mode 100644 wicket-examples/src/test/java/org/apache/wicket/filtertest/wicket-package.properties diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html index 7577163e618..cf570137420 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html @@ -5,6 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> +<title wicket:id="pageTitle">Wicket Examples @@ -23,6 +24,7 @@ Source code +

[example title]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java index f9977786619..a42a3b8dfa0 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.java @@ -20,16 +20,24 @@ import org.apache.wicket.markup.head.CssHeaderItem; import org.apache.wicket.markup.head.IHeaderResponse; import org.apache.wicket.markup.html.WebPage; +import org.apache.wicket.markup.html.basic.Label; import org.apache.wicket.markup.html.link.BookmarkablePageLink; import org.apache.wicket.markup.html.link.PopupSettings; import org.apache.wicket.markup.html.panel.Panel; import org.apache.wicket.model.IModel; +import org.apache.wicket.model.StringResourceModel; import org.apache.wicket.request.mapper.parameter.PageParameters; import org.apache.wicket.request.resource.CssResourceReference; +import org.apache.wicket.util.string.Strings; /** * Base class for all example pages. - * + *

+ * Shows the title of the example as the page heading and in the browser title. The title is + * looked up in the resource bundles under the key {@code .title}, usually in the + * {@code wicket-package.properties} of the example's package, so that an index page linking to + * the example can use the very same text. A page without such a key gets no heading. + * * @author Jonathan Locke */ public class WicketExamplePage extends WebPage @@ -96,7 +104,59 @@ public WicketExamplePage(IModel model) protected void explain() { } - + + @Override + protected void onInitialize() + { + super.onInitialize(); + + add(new Label("pageTitle", this::getPageTitle)); + add(new Label("exampleTitle", this::getExampleTitle) + { + @Override + protected void onConfigure() + { + super.onConfigure(); + + setVisible(Strings.isEmpty(getExampleTitle()) == false); + } + }); + } + + /** + * @param page + * an example page + * @return the resource key of the title of the given example page + */ + public static String titleKey(Class page) + { + return page.getSimpleName() + ".title"; + } + + /** + * @return the resource key of the title of this example, by default the one given by + * {@link #titleKey(Class)} for this page's class + */ + protected String getExampleTitleKey() + { + return titleKey(getClass()); + } + + private String getExampleTitle() + { + return getLocalizer().getStringIgnoreSettings(getExampleTitleKey(), this, null, null); + } + + private String getPageTitle() + { + String exampleTitle = getExampleTitle(); + if (Strings.isEmpty(exampleTitle)) + { + return getString("examplesTitle"); + } + return new StringResourceModel("pageTitle", this).setParameters(exampleTitle).getString(); + } + @Override public void renderHead(IHeaderResponse response) { diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.properties new file mode 100644 index 00000000000..ccde7dfdc66 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +examplesTitle=Wicket Examples +pageTitle=Wicket Examples - {0} diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html index 9db6bbce417..b9c3550094c 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/BasePage.html @@ -1,7 +1,6 @@ - Wicket Examples - Ajax diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html index 421ba1dad86..d06ac1b30b7 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/GuestBook.html @@ -1,7 +1,6 @@ - Wicket Examples - guestbook diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.html index 87813e529e3..b7488171e43 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.html @@ -1,42 +1,9 @@ - -Auto-Complete TextField Example: shows a text field with auto complete drop down like google suggest + +[example title]: [example description]

-Drop Down Choice Example: demonstrates the linked select boxes usecase -

-Clock Example: demonstrates a self-updating component via AjaxSelfUpdatingTimerBehavior -

-Editable Label Example: shows a label that can be edited inline via ajax -

-Effects Example: shows how to link wicket component updates with jQuery UI effects -

-Form Example: shows ajax form processing -

-Guest book Example: shows how a simple commenting system can be turned into ajax extravaganza. -

-LazyLoading Example: demonstrates lazy loading of components. -

-Links Example: demonstrates ajax enabled links -

-File Upload Example: demonstrates trasnparent ajax handling of a multipart form -

-Modal dialog: javascript modal dialog example -

-On Change Ajax Updater Example: demonstrates updating page with ajax when text field value is changed -

-Pageables Example: shows ajax paging -

-Ratings example: shows a rating component. -

-Tabbed Panel Example: demonstrates ajax enabled tabbed panel -

-Todo list Example: shows ajax todo list page without writing any JavaScript -

-World Clock Example: demonstrates a single component with AjaxTimerBehavior updating multiple components -

-Ajax Download: download initiated via Ajax -
+ -
\ No newline at end of file +
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.java b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.java index 8ed24e86a52..ba969c6f576 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.java +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/Index.java @@ -16,10 +16,18 @@ */ package org.apache.wicket.examples.ajax.builtin; +import java.util.List; + import org.apache.wicket.examples.AjaxEngineSelector; import org.apache.wicket.examples.WicketExamplePage; +import org.apache.wicket.examples.ajax.builtin.modal.ModalDialogPage; import org.apache.wicket.examples.homepage.HomePage; -import org.apache.wicket.markup.html.WebMarkupContainer; +import org.apache.wicket.markup.html.basic.Label; +import org.apache.wicket.markup.html.link.BookmarkablePageLink; +import org.apache.wicket.markup.html.list.ListItem; +import org.apache.wicket.markup.html.list.ListView; +import org.apache.wicket.model.IModel; +import org.apache.wicket.model.ResourceModel; /** * Wicket ajax example index page @@ -28,16 +36,42 @@ */ public class Index extends BasePage { + private static final List> EXAMPLES = List.of( + AutoCompletePage.class, ChoicePage.class, ClockPage.class, EditableLabelPage.class, + EffectsPage.class, FormPage.class, GuestBook.class, LazyLoadingPage.class, + LinksPage.class, FileUploadPage.class, ModalDialogPage.class, + OnChangeAjaxBehaviorPage.class, PageablesPage.class, RatingsPage.class, + TabbedPanelPage.class, TodoList.class, WorldClockPage.class, AjaxDownloadPage.class); + /** * Constructor. */ public Index() + { + IModel>> examples = () -> EXAMPLES.stream() + .filter(Index::isAvailable) + .toList(); + + add(new ListView<>("examples", examples) + { + @Override + protected void populateItem(ListItem> item) + { + Class page = item.getModelObject(); + BookmarkablePageLink link = new BookmarkablePageLink<>("link", page); + link.add(new Label("title", new ResourceModel(titleKey(page)))); + item.add(link); + item.add(new Label("description", + new ResourceModel(page.getSimpleName() + ".description"))); + } + }); + } + + private static boolean isAvailable(Class page) { // EffectsPage needs jQuery UI, which the plain JavaScript Ajax engine does not load - WebMarkupContainer effectsSection = new WebMarkupContainer("effectsSection"); - effectsSection.setVisible( - AjaxEngineSelector.getEffectiveEngine() == AjaxEngineSelector.Engine.JQUERY); - add(effectsSection); + return page != EffectsPage.class || + AjaxEngineSelector.getEffectiveEngine() == AjaxEngineSelector.Engine.JQUERY; } @Override diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/PageablesPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/PageablesPage.html index 9a89e7c5e7d..c0dc26c0ec9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/PageablesPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/PageablesPage.html @@ -1,7 +1,6 @@ -ajax-test diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html index 562450851de..afc7139ffb5 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/RatingsPage.html @@ -1,7 +1,6 @@ - Wicket Examples - Ajax - Ratings style diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html index 61b27bba2c6..b2b6f737fe6 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.html @@ -1,7 +1,6 @@ - Wicket Examples - Ajax - Todo list diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/wicket-package.properties new file mode 100644 index 00000000000..61edf879a5c --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/wicket-package.properties @@ -0,0 +1,69 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Ajax Examples + +AutoCompletePage.title=Auto-Complete TextField Example +AutoCompletePage.description=shows a text field with auto complete drop down like google suggest + +ChoicePage.title=Drop Down Choice Example +ChoicePage.description=demonstrates the linked select boxes usecase + +ClockPage.title=Clock Example +ClockPage.description=demonstrates a self-updating component via AjaxSelfUpdatingTimerBehavior + +EditableLabelPage.title=Editable Label Example +EditableLabelPage.description=shows a label that can be edited inline via ajax + +EffectsPage.title=Effects Example +EffectsPage.description=shows how to link wicket component updates with jQuery UI effects + +FormPage.title=Form Example +FormPage.description=shows ajax form processing + +GuestBook.title=Guest book Example +GuestBook.description=shows how a simple commenting system can be turned into ajax extravaganza. + +LazyLoadingPage.title=LazyLoading Example +LazyLoadingPage.description=demonstrates lazy loading of components. + +LinksPage.title=Links Example +LinksPage.description=demonstrates ajax enabled links + +FileUploadPage.title=File Upload Example +FileUploadPage.description=demonstrates transparent ajax handling of a multipart form + +ModalDialogPage.title=Modal dialog +ModalDialogPage.description=javascript modal dialog example + +OnChangeAjaxBehaviorPage.title=On Change Ajax Updater Example +OnChangeAjaxBehaviorPage.description=demonstrates updating page with ajax when text field value is changed + +PageablesPage.title=Pageables Example +PageablesPage.description=shows ajax paging + +RatingsPage.title=Ratings example +RatingsPage.description=shows a rating component. + +TabbedPanelPage.title=Tabbed Panel Example +TabbedPanelPage.description=demonstrates ajax enabled tabbed panel + +TodoList.title=Todo list Example +TodoList.description=shows ajax todo list page without writing any JavaScript + +WorldClockPage.title=World Clock Example +WorldClockPage.description=demonstrates a single component with AjaxTimerBehavior updating multiple components + +AjaxDownloadPage.title=Ajax Download +AjaxDownloadPage.description=download initiated via Ajax diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html index 3b2521c0b16..d40f2d6eee8 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/Index.html @@ -1,7 +1,4 @@ - - Wicket Examples - Prototype.js / component render -

Counting link using Ajax: Click me!

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/wicket-package.properties new file mode 100644 index 00000000000..fed45c14e8a --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=AJAX with Prototype.js diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html index 309f3d7c502..cab987adb20 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.html @@ -1,7 +1,6 @@ - Wicket Examples - hellobrowser diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/wicket-package.properties new file mode 100644 index 00000000000..d8b15e3e059 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +AjaxHelloBrowser.title=Ajax Browser Info diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html index 2e68c8b85d2..88ccea70e81 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html @@ -1,7 +1,6 @@ - Wicket Examples - hellobrowser diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/wicket-package.properties new file mode 100644 index 00000000000..e95b98f0de4 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +AjaxHelloBrowserOnDomReady.title=Ajax Browser Info (OnDomReady) diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html b/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html index beafee41b6f..cdeb79aaa7a 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/MailTemplate.html @@ -1,6 +1,5 @@ - Wicket Examples - Render mail templates diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/wicket-package.properties new file mode 100644 index 00000000000..41fa2f937ce --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +MailTemplate.title=Mail Templates diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html index 9dc22a84b8a..2a0b486b9dd 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/Home.html @@ -1,6 +1,5 @@ - Wicket Examples - signin diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html index 4fc6979c21c..09026315fe0 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignIn.html @@ -1,6 +1,5 @@ - Wicket Examples - signin diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html index 83c1a1fe352..4f73e2983d9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/SignOut.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/wicket-package.properties new file mode 100644 index 00000000000..91dbfa19c3f --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication1/wicket-package.properties @@ -0,0 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Simple Authentication +SignIn.title=Simple Authentication - Sign In +SignOut.title=Simple Authentication - Sign Out diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html index 94021161ba0..21d376df356 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/Home.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html index 81cb6008579..1e24479890b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignIn2.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html index 83c1a1fe352..4f73e2983d9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/SignOut.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/wicket-package.properties new file mode 100644 index 00000000000..fcb437c4601 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication2/wicket-package.properties @@ -0,0 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Cookie Based Authentication +SignIn2.title=Cookie Based Authentication - Sign In +SignOut.title=Cookie Based Authentication - Sign Out diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html index e8103aadd93..7eb43a9c0be 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/BasePage.html @@ -1,6 +1,5 @@ - Wicket Examples - Authentication diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html index 81cb6008579..1e24479890b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MySignInPage.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html index 8f6b382b409..2c0a6b61ac3 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/SignOut.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/wicket-package.properties new file mode 100644 index 00000000000..5547962e0b3 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/wicket-package.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HomePage.title=Page Authentication +AdminPage.title=Page Authentication - Admin +MySignInPage.title=Page Authentication - Sign In +SignOut.title=Page Authentication - Sign Out diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html index 2a5205f8bed..7eb43a9c0be 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/BasePage.html @@ -1,6 +1,5 @@ - Wicket Examples - Authorization Roles diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/Index.html index ca0fb88f472..d8963ee50a5 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/Index.html @@ -21,30 +21,18 @@

\ No newline at end of file diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/wicket-package.properties new file mode 100644 index 00000000000..815f3c6c49e --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/authorization/wicket-package.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Authorization +AdminBookmarkablePage.title=Bookmarkable admin page, protected with Wicket meta data +AdminInternalPage.title=Internal admin page, protected with Wicket meta data +PanelsPage.title=Panels page, protected with Wicket meta data +AdminAnnotationsBookmarkablePage.title=Bookmarkable admin page, protected with annotations +AdminAnnotationsInternalPage.title=Internal admin page, protected with annotations +AnnotationsPanelsPage.title=Panels page, protected with annotations diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html index a6b1f9e38a7..6c7cac39ff2 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/BeanValidationPage.html @@ -1,6 +1,5 @@ -Wicket Examples - Bean Validation diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/wicket-package.properties new file mode 100644 index 00000000000..9fb71f07838 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/bean/validation/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +BeanValidationPage.title=Bean Validation diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html index 8c5e08d5977..6b50eaac290 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/Index.html @@ -1,7 +1,6 @@ - Wicket Examples - bread crumb diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/wicket-package.properties new file mode 100644 index 00000000000..694e3aa33a2 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/breadcrumb/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Bread Crumbs diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html b/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html index 3fd0432db83..f81bf9712e8 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/Captcha.html @@ -3,7 +3,6 @@ - Wicket Examples - Captcha diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/wicket-package.properties new file mode 100644 index 00000000000..5372f356a3c --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/captcha/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Captcha.title=Captcha diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html index 7ac00b59efd..6d505ab278e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiExamplePage.html @@ -3,12 +3,10 @@ - Wicket Examples - Context, Dependencies, and Injection Integration -

Welcome to Context, Dependencies, and Injection Integration Examples

[go back]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiHomePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiHomePage.html index d750a114eea..3c2286f5dd6 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiHomePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/CdiHomePage.html @@ -4,13 +4,13 @@ diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/wicket-package.properties new file mode 100644 index 00000000000..7051375245b --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/cdi/wicket-package.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +CdiHomePage.title=Context, Dependencies, and Injection Integration +InjectionPage.title=Injection Example +ConversationPage1.title=Conversation Propagation Example +ConversationPage2.title=Conversation Propagation Example - Page 2 +ConversationPage3.title=Conversation Propagation Example - Page 3 +AutoConversationPage1.title=Automatic Conversation Management Example +AutoConversationPage2.title=Automatic Conversation Management Example - Page 2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html index 13db29eca12..48b1ec49bfb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BookmarkablePageLinkPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.link.BookmarkablePageLink

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html index f4acf8bf969..c7b9c961fff 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/BorderPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.border.Border

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html index 72a1f2d81f2..4f4339a9647 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ButtonPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.Button

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html index eebf478753c..2a266fce6cb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxMultipleChoicePage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.CheckBoxMultipleChoice

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html index 7fa4c07a1e1..c70d708ebdd 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.CheckBox

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html index 703fef75b7b..bdd0bbf99b6 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckBoxSelectorPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.CheckGroup

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html index 4f99d8174f9..4899ce0b7c9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.CheckGroup

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html index 23f7fc735e6..d94b46eeb38 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/CheckGroupPage2.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.CheckGroup

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html index 2da99022e18..4ba86df3b5d 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/DropDownChoicePage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.DropDownChoice

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html index 097a1bc12de..67bf087a11c 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ExternalLinkPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.link.ExternalLink

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html index 8540b461dc3..165e048b2fb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FormPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.Form

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html index 64c67b00647..6f7af22f1ba 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/FragmentPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.panel.Fragment

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html index 3a1003ae358..f14e76080b0 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/Index.html @@ -1,12 +1,8 @@ - - Wicket Examples - component reference - -

Component reference

This example makes up Wicket's component reference. @@ -19,8 +15,8 @@

Component reference

Output: @@ -30,10 +26,10 @@

Component reference

Layout and grouping:

@@ -42,9 +38,9 @@

Component reference

Links (for more examples, see Link-o-matic):

@@ -53,24 +49,24 @@

Component reference

Forms (for more examples, see FormInput):

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html index 3d4ae024aa7..ad39accbb26 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LabelPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.basic.Label

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html index 36aef86e769..c6152ed5875 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/LinkPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.link.Link

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html index 1dfc55fa257..8e89fc4092a 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListChoicePage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.ListChoice

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html index e419d4f4a2e..d3a560f4247 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/ListMultipleChoicePage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.ListMultipleChoice

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html index 34e58421ff1..93b7e150169 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/MultiLineLabelPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.basic.MultiLineLabel

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html index af70106b426..2d4b7621eb7 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PalettePage.html @@ -2,12 +2,10 @@ - Wicket Examples - component reference -

wicket.extensions.markup.html.form.palette.Palette

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html index c2cccd9dc5e..35a9817de5a 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/PanelPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.panel.Panel

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioChoicePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioChoicePage.html index 8f76f165f75..6540dc8c662 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioChoicePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioChoicePage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.RadioChoice

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage.html index dac6ea88905..9d0e8f13e93 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage2.html index 4f88b6f5857..f27ffda9334 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/RadioGroupPage2.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SelectPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SelectPage.html index 480c3ff6b7d..fdd824f61db 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SelectPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SelectPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

org.apache.wicket.extensions.markup.html.form.select.Select

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SubmitLinkPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SubmitLinkPage.html index fdbc87a7cfc..6d162e0ac8e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SubmitLinkPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/SubmitLinkPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.SubmitLink

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.html index 494eaf27c65..4899aed0314 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.tabs.TabbedPanel

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextAreaPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextAreaPage.html index e6288add569..377a9d1a20e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextAreaPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextAreaPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.TextArea

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextFieldPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextFieldPage.html index 54dde768760..6e42d9c3090 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextFieldPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TextFieldPage.html @@ -1,12 +1,10 @@ - Wicket Examples - component reference -

wicket.markup.html.form.TextField

[back to the reference]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/compref/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/wicket-package.properties new file mode 100644 index 00000000000..87e0aab4d77 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/compref/wicket-package.properties @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Component Reference +LabelPage.title=wicket.markup.html.basic.Label +MultiLineLabelPage.title=wicket.markup.html.basic.MultiLineLabel +PanelPage.title=wicket.markup.html.panel.Panel +BorderPage.title=wicket.markup.html.border.Border +TabbedPanelPage.title=wicket.markup.html.tabs.TabbedPanel (wicket-extensions) +FragmentPage.title=wicket.markup.html.panel.Fragment +LinkPage.title=wicket.markup.html.link.Link +ExternalLinkPage.title=wicket.markup.html.link.ExternalLink +BookmarkablePageLinkPage.title=wicket.markup.html.link.BookmarkablePageLink +FormPage.title=wicket.markup.html.form.Form +ButtonPage.title=wicket.markup.html.form.Button +SubmitLinkPage.title=wicket.markup.html.form.SubmitLink +TextFieldPage.title=wicket.markup.html.form.TextField +TextAreaPage.title=wicket.markup.html.form.TextArea +CheckBoxPage.title=wicket.markup.html.form.CheckBox +CheckGroupPage.title=wicket.markup.html.form.CheckGroup, wicket.markup.html.form.Check, and wicket.markup.html.form.CheckGroupSelector +CheckGroupPage2.title=Embedded wicket.markup.html.form.CheckGroup, wicket.markup.html.form.Check, and wicket.markup.html.form.CheckGroupSelector +CheckBoxMultipleChoicePage.title=wicket.markup.html.form.CheckBoxMultipleChoice +CheckBoxSelectorPage.title=wicket.markup.html.form.CheckBoxSelector +DropDownChoicePage.title=wicket.markup.html.form.DropDownChoice +ListChoicePage.title=wicket.markup.html.form.ListChoice +RadioChoicePage.title=wicket.markup.html.form.RadioChoice +RadioGroupPage.title=wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio +RadioGroupPage2.title=Embedded wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio +ListMultipleChoicePage.title=wicket.markup.html.form.ListMultipleChoice +SelectPage.title=wicket.extensions.markup.html.form.select.Select +PalettePage.title=wicket.extensions.markup.html.palette.Palette diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/NonceDemoPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/NonceDemoPage.html index d22b416a78a..c9c81529676 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/NonceDemoPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/NonceDemoPage.html @@ -1,10 +1,8 @@ - CSP Nonce Demo -

CSP Nonce Demo

This example demonstrates the CSP protection offered by Wicket. In a modern browser, you will see 2 reports sent back to the application about CSP violations.

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/csp/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/wicket-package.properties new file mode 100644 index 00000000000..e590125a7c3 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/csp/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +NonceDemoPage.title=CSP Nonce Demo diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/CustomLoadedTemplate.html b/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/CustomLoadedTemplate.html index 53cd3997693..0d8db0b6107 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/CustomLoadedTemplate.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/CustomLoadedTemplate.html @@ -3,7 +3,7 @@ -Home | Apache Wicket +Wicket Examples +

[example title]

This page was loaded by a component specific override. You can use that - with care - if you have to implement custom loading strategies that are very local to the component. For instance, a custom diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/Index.html index ed77b89a5e0..1ff98e603bb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/Index.html @@ -1,7 +1,6 @@ - Wicket Examples - custom resource loading diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/wicket-package.properties new file mode 100644 index 00000000000..46936395874 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/customresourceloading/wicket-package.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Custom Template Loading +PageFromWebContext.title=Template loaded from the web context +AlternativePageFromWebContext.title=Template loaded from the web context, disregarding package and locale +PageWithCustomLoading.title=Template loaded by the page itself diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/DateTimePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/DateTimePage.html index 19b021afaa0..4b81c3a64c6 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/DateTimePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/DateTimePage.html @@ -3,7 +3,6 @@ - Wicket Examples - DateTime diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/wicket-package.properties new file mode 100644 index 00000000000..cbf95e1d13a --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/datetime/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +DateTimePage.title=Dates and Times diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/echo/Echo.html b/wicket-examples/src/main/java/org/apache/wicket/examples/echo/Echo.html index 80fa5197507..1fd71b08d28 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/echo/Echo.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/echo/Echo.html @@ -1,7 +1,6 @@ - Wicket Examples - echo diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/echo/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/echo/wicket-package.properties new file mode 100644 index 00000000000..a7138bb7c45 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/echo/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Echo.title=Echo diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html index 037d36c702c..b6ed59b2341 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html @@ -1,9 +1,6 @@ - - Wicket Examples - encodings - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/wicket-package.properties new file mode 100644 index 00000000000..4fad18d8d40 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Encodings diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/events/BasePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/events/BasePage.html index ea6236f00a4..43ad2f5e231 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/events/BasePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/events/BasePage.html @@ -1,6 +1,5 @@ - Wicket Examples - Events diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/events/IndexPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/events/IndexPage.html index 2dd5cb0727c..fb3f18d7aeb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/events/IndexPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/events/IndexPage.html @@ -1,7 +1,7 @@ - Decoupled Ajax Update + \ No newline at end of file diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/events/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/events/wicket-package.properties new file mode 100644 index 00000000000..fffe98d22b5 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/events/wicket-package.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +IndexPage.title=Events +DecoupledAjaxUpdatePage.title=Decoupled Ajax Update diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html b/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html index d251783a332..eaacb6f7645 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.html @@ -16,9 +16,6 @@ limitations under the License. --> - - Wicket Examples - forminput -

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/wicket-package.properties new file mode 100644 index 00000000000..c8f39dddaad --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +FormInput.title=Form Input diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/frames/TopFrame.html b/wicket-examples/src/main/java/org/apache/wicket/examples/frames/TopFrame.html index 5401e161534..fb0caac1b16 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/frames/TopFrame.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/frames/TopFrame.html @@ -1,7 +1,6 @@ - Top Frame diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/GuestBook.html b/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/GuestBook.html index acb0dcdc692..79813fdcca1 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/GuestBook.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/GuestBook.html @@ -1,7 +1,4 @@ - - Wicket Examples - guestbook - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/wicket-package.properties new file mode 100644 index 00000000000..bf09d487a78 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/guestbook/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +GuestBook.title=Guestbook diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html index 574e607f686..21a0a21c324 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/guice/HomePage.html @@ -1,7 +1,6 @@ - Wicket Examples - guice diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/guice/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/guice/wicket-package.properties new file mode 100644 index 00000000000..6adbc7b1825 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/guice/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HomePage.title=Guice Integration diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Guess.html b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Guess.html index 6c8d470ae8c..8c36e00d749 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Guess.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Guess.html @@ -1,6 +1,5 @@ - Wicket Examples - hangman diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Home.html index c72a11a6124..ef6f39bf560 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Home.html @@ -1,7 +1,4 @@ - - Wicket Examples - hangman -

This software plays a game of hangman. diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Lose.html b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Lose.html index 7622a5a1302..9dbf4ce0cf9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Lose.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Lose.html @@ -1,6 +1,5 @@ - Wicket Examples - hangman diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Win.html b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Win.html index a529d175a6c..a9f1ec85989 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Win.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/Win.html @@ -1,6 +1,5 @@ - Wicket Examples - hangman diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/wicket-package.properties new file mode 100644 index 00000000000..56a78aced53 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hangman/wicket-package.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Hangman +Guess.title=Hangman +Win.title=Hangman - You Win +Lose.title=Hangman - You Lose diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/HelloBrowser.html b/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/HelloBrowser.html index 9569b8724e4..1867aede8ef 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/HelloBrowser.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/HelloBrowser.html @@ -1,7 +1,6 @@ - Wicket Examples - hellobrowser diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/wicket-package.properties new file mode 100644 index 00000000000..486f49cf588 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/hellobrowser/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HelloBrowser.title=Browser Info diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/HelloWorld.html b/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/HelloWorld.html index 6fb7d10237a..35a542527d8 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/HelloWorld.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/HelloWorld.html @@ -1,8 +1,5 @@ - - Wicket Examples - helloworld - Message goes here diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/wicket-package.properties new file mode 100644 index 00000000000..ae9800e59c4 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/helloworld/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HelloWorld.title=Hello World diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/images/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/images/Home.html index 18ef0bea551..38511028a5b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/images/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/images/Home.html @@ -1,7 +1,4 @@ - - Wicket Examples - images - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/images/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/images/wicket-package.properties new file mode 100644 index 00000000000..79b7bdff0d7 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/images/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Images diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/HomePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/HomePage.html index d083c35b533..4b6d3b5628e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/HomePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/HomePage.html @@ -2,7 +2,6 @@ - Wicket Examples - Kitten-Captch diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/wicket-package.properties new file mode 100644 index 00000000000..76005b36808 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/kittenCaptcha/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HomePage.title=Kitten Captcha diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/library/AuthenticatedWebPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/library/AuthenticatedWebPage.html index da77611e6c7..85de1b58255 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/library/AuthenticatedWebPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/library/AuthenticatedWebPage.html @@ -1,6 +1,5 @@ - Wicket Examples - library diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.html index bb02151429c..0b4200710d6 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.html @@ -1,7 +1,4 @@ - - Wicket Examples - library - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignIn.html b/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignIn.html index ff0814ea5c2..cd93a19407b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignIn.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignIn.html @@ -1,7 +1,4 @@ - - Wicket Examples - library - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignOut.html b/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignOut.html index 83c1a1fe352..4f73e2983d9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignOut.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/library/SignOut.html @@ -1,6 +1,5 @@ - Wicket Examples - signin2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/library/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/library/wicket-package.properties new file mode 100644 index 00000000000..c2192c83fb3 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/library/wicket-package.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Library +BookDetails.title=Library - Book Details +EditBook.title=Library - Edit Book +SignIn.title=Library - Sign In +SignOut.title=Library - Sign Out diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/BookDetails.html b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/BookDetails.html index e57ee498a1a..bdc81560838 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/BookDetails.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/BookDetails.html @@ -1,6 +1,5 @@ - Wicket Examples - linkomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Home.html index fef2c3b4cba..c749686e05e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Home.html @@ -1,7 +1,4 @@ - - Wicket Examples - linkomatic - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page1.html b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page1.html index 37d27d03fa2..3bdc1ca4f96 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page1.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page1.html @@ -1,6 +1,5 @@ - Wicket Examples - linkomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page2.html index 4aba44089b9..0d7b73259e9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page2.html @@ -1,6 +1,5 @@ - Wicket Examples - linkomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page3.html b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page3.html index 04f94e4eb88..0c85074cf25 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page3.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Page3.html @@ -1,6 +1,5 @@ - Wicket Examples - linkomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Popup.html b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Popup.html index d666b614b39..b8d9ed1546e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Popup.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/Popup.html @@ -1,6 +1,5 @@ - Wicket Examples - linkomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/wicket-package.properties new file mode 100644 index 00000000000..f21c2f6e8f3 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/wicket-package.properties @@ -0,0 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Link-o-matic +Page1.title=Link-o-matic - Page 1 +Page2.title=Link-o-matic - Page 2 +Page3.title=Link-o-matic - Page 3 +BookDetails.title=Link-o-matic - Book Details +Popup.title=Link-o-matic - Popup diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.html index 489edc21b68..88955dd18b9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/media/Home.html @@ -1,6 +1,5 @@ - Wicket Examples - videos diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/media/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/media/wicket-package.properties new file mode 100644 index 00000000000..22967a20cfb --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/media/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=HTML5 Media Tags diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page1.html b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page1.html index 48c67c7262c..3ecbf0c1162 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page1.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page1.html @@ -1,6 +1,5 @@ - Wicket Examples - navomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page2.html index f2d60e66c5a..c471ef60fd1 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page2.html @@ -1,6 +1,5 @@ - Wicket Examples - navomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page3.html b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page3.html index 268e107609a..54a6c66a10a 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page3.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/Page3.html @@ -1,6 +1,5 @@ - Wicket Examples - navomatic diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/wicket-package.properties new file mode 100644 index 00000000000..6df8d3aec5f --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/navomatic/wicket-package.properties @@ -0,0 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Page1.title=Nav-o-matic - Page 1 +Page2.title=Nav-o-matic - Page 2 +Page3.title=Nav-o-matic - Page 3 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Home.html index d0cdf00f7bd..a0ff794b7db 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Home.html @@ -1,7 +1,4 @@ - - Wicket Examples - niceurl - diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page1.html b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page1.html index 58f9b55ea05..125429d8fcd 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page1.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page1.html @@ -1,6 +1,5 @@ - Wicket Examples - niceurl diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2.html index 1f0de3f5749..ef2bd8c2833 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/Page2.html @@ -1,6 +1,5 @@ - Wicket Examples - niceurl diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page3.html b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page3.html index a766510ee01..bbf76765cc3 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page3.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page3.html @@ -1,6 +1,5 @@ - Wicket Examples - niceurl diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page4.html b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page4.html index 293618b44e9..69324dd5e62 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page4.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page4.html @@ -1,6 +1,5 @@ - Wicket Examples - niceurl diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.html b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.html index 7fe533985d1..027cdcd685c 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/mounted/Page5.html @@ -1,6 +1,5 @@ - Wicket Examples - niceurl diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/wicket-package.properties new file mode 100644 index 00000000000..a03e0e7ade5 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/niceurl/wicket-package.properties @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Nice URLs +Page1.title=Nice URLs - Page 1 +Page2.title=Nice URLs - Page 2 +Page2PP.title=Nice URLs - Page 2, parameters encoded with placeholders in the segments +Page2UP.title=Nice URLs - Page 2, parameters encoded in the segments in Wicket 1.4 style +Page3.title=Nice URLs - Page 3 +Page4.title=Nice URLs - Page 4 +Page5.title=Nice URLs - Page 5 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home.html index 107b2683ef9..8100deafe5d 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home.html @@ -1,6 +1,5 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_da_DK.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_da_DK.html index 33b438ab040..12de667925b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_da_DK.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_da_DK.html @@ -1,7 +1,6 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_de_DE.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_de_DE.html index c4f565bd77e..7cc5016b8a6 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_de_DE.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_de_DE.html @@ -1,6 +1,5 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_en_CA.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_en_CA.html index 0f1353b20da..96dd55bf6b2 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_en_CA.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_en_CA.html @@ -1,6 +1,5 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_hu.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_hu.html index 1ee79fea6ec..f5d14aa1ae4 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_hu.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_hu.html @@ -1,7 +1,6 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_ko_KR.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_ko_KR.html index 3698877a6c8..d959bf1eaf9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_ko_KR.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_ko_KR.html @@ -1,6 +1,5 @@ - Wicket 예제 - 호프집 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_nl_NL.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_nl_NL.html index 7f60cc7a3e1..11b00117667 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_nl_NL.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_nl_NL.html @@ -1,6 +1,5 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_zh_CN.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_zh_CN.html index 4f33078bca8..77ade2a4b25 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_zh_CN.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/Home_zh_CN.html @@ -1,7 +1,6 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/wicket-package.properties new file mode 100644 index 00000000000..3aa12b77d06 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Localization diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/Home.html index 5e822dfce01..8d4d50199a9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/Home.html @@ -1,6 +1,5 @@ - Wicket Examples - pub diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/wicket-package.properties new file mode 100644 index 00000000000..80340b73402 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/pub2/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Home.title=Alternative Localization diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ExamplePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ExamplePage.html index 6e38c4f7337..024f6796874 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ExamplePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ExamplePage.html @@ -1,12 +1,8 @@ - - Wicket Examples - repeater views - -

Welcome to Repeater View Examples

[go back]

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/Index.html index 0158e677b47..cdbce9a46f9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/Index.html @@ -4,17 +4,17 @@

-OrderedRepeatingView Example - basic example of a repeater view
-RefreshingView Example - basic view that recreates its items every request
-Contacts Editor - based on the previous example, but with editable values.
-Simple DataView Example - simple example of a dataview
-Paging DataView Example - builds on previous to demonstrate paging and page navigation
-Sorting DataView Example - builds on previous to demonstrate sorting
-DataView and optimized item removal - demonstrates a dataview with a different IItemReuseStrategy implementation
-DataGridView Example - a view that generates grids where rows are representing by items of the data provider and columns are represented by an array of ICellPopulators objects
-DataTable Example - demonstrates data table component that wraps dataview to offer easy paging and sorting
-DataTable Example - demonstrates data table component with a FilterToolbar on its data set
-GridView Example - demonstrates a grid view
-AjaxFallbackDataTable Example - demonstrates an AJAX enabled datatable component

+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/wicket-package.properties new file mode 100644 index 00000000000..788b748afda --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/wicket-package.properties @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Repeaters + +RepeatingPage.title=OrderedRepeatingView Example +RepeatingPage.description=basic example of a repeater view + +RefreshingPage.title=RefreshingView Example +RefreshingPage.description=basic view that recreates its items every request + +FormPage.title=Contacts Editor +FormPage.description=based on the previous example, but with editable values. + +SimplePage.title=Simple DataView Example +SimplePage.description=simple example of a dataview + +PagingPage.title=Paging DataView Example +PagingPage.description=builds on previous to demonstrate paging and page navigation + +SortingPage.title=Sorting DataView Example +SortingPage.description=builds on previous to demonstrate sorting + +OIRPage.title=DataView and optimized item removal +OIRPage.description=demonstrates a dataview with a different IItemReuseStrategy implementation + +DataGridPage.title=DataGridView Example +DataGridPage.description=a view that generates grids where rows are representing by items of the data provider and columns are represented by an array of ICellPopulators objects + +DataTablePage.title=DataTable Example +DataTablePage.description=demonstrates data table component that wraps dataview to offer easy paging and sorting + +DataTableFilterToolbarPage.title=DataTable with FilterToolbar Example +DataTableFilterToolbarPage.description=demonstrates data table component with a FilterToolbar on its data set + +GridViewPage.title=GridView Example +GridViewPage.description=demonstrates a grid view + +AjaxDataTablePage.title=AjaxFallbackDataTable Example +AjaxDataTablePage.description=demonstrates an AJAX enabled datatable component diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/wicket-package.properties new file mode 100644 index 00000000000..ff73db4c8cb --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/wicket-package.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +RequestMapperHomePage.title=Request Mappers +LocalizedPage.title=Request Mappers - Localized Page +HttpsPage.title=Request Mappers - HTTPS Page +PackageMountedPage.title=Request Mappers - A page mounted with PackageMapper diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/HomePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/HomePage.html index e1e189a6b67..0dfadf34dfb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/HomePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/HomePage.html @@ -1,7 +1,4 @@ - - Resource Aggregation Example Application -
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/wicket-package.properties new file mode 100644 index 00000000000..a6c1ac8069d --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HomePage.title=Resource Aggregation diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/spring/common/web/BasePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/spring/common/web/BasePage.html index 97628a01baa..11ae4b1966e 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/spring/common/web/BasePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/spring/common/web/BasePage.html @@ -16,7 +16,6 @@ --> - Wicket/Spring Integration Examples diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/spring/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/spring/wicket-package.properties new file mode 100644 index 00000000000..089552c0682 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/spring/wicket-package.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +HomePage.title=Spring Integration +AnnotPage.title=Spring Integration - Annotations Approach diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/sri/IntegrityDemoPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/sri/IntegrityDemoPage.html index b08911a34c1..056b5173ca9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/sri/IntegrityDemoPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/sri/IntegrityDemoPage.html @@ -1,10 +1,8 @@ - SRI Demo -

SRI Demo

Integrity test NOT passed

diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/sri/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/sri/wicket-package.properties new file mode 100644 index 00000000000..788926f865b --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/sri/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +IntegrityDemoPage.title=SRI Demo diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.html index 369fb607413..bc3338c80d1 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.html @@ -1,7 +1,6 @@ - Stateless Wicket diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html index 9c458e512d8..f654b958f47 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html @@ -1,7 +1,6 @@ - Wicket Examples - stateless diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatefulPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatefulPage.html index 5ab4d3b9ca2..9af429fbbfe 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatefulPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatefulPage.html @@ -1,7 +1,6 @@ - Wicket Examples - stateless diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage.html index 7c3cac1e9b2..aeb33c91c2b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage.html @@ -1,7 +1,6 @@ - Wicket Examples - stateless diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage1.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage1.html index 7c3cac1e9b2..aeb33c91c2b 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage1.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage1.html @@ -1,7 +1,6 @@ - Wicket Examples - stateless diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage2.html index 6ae389e4cfb..80964c5c6ab 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage2.html @@ -1,7 +1,6 @@ - Wicket Examples - stateless diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage3.html b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage3.html index 6ae389e4cfb..80964c5c6ab 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage3.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/StatelessPage3.html @@ -1,7 +1,6 @@ - Wicket Examples - stateless diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/wicket-package.properties new file mode 100644 index 00000000000..d5b1b4174d2 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/wicket-package.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Stateless +StatelessPage.title=Default stateless page +StatelessPage1.title=Query strategy mounted stateless page +StatelessPage2.title=Mixed strategy mounted stateless page +StatelessPage3.title=Stateless page that stores state in URL +StatefulPage.title=Stateful page +AjaxStatelessExample.title=Stateless AJAX Example diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/template/Index.html b/wicket-examples/src/main/java/org/apache/wicket/examples/template/Index.html index 94837fd4969..2a8d02b3dd9 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/template/Index.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/template/Index.html @@ -1,12 +1,8 @@ - - Wicket Examples - template - -

Template example

This example shows two different ways of building your page up from shared parts. diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page1.html b/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page1.html index 59fab6a563d..47cdfbe8ba5 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page1.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page1.html @@ -1,7 +1,6 @@ - title comes here diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page2.html b/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page2.html index e05156e4cca..5f527772e0d 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page2.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/Page2.html @@ -1,7 +1,6 @@ - Template example, page 2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/wicket-package.properties new file mode 100644 index 00000000000..1dd49381c76 --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/template/border/wicket-package.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Page1.title=Templating using a border - Page 1 +Page2.title=Templating using a border - Page 2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/template/pageinheritance/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/template/pageinheritance/wicket-package.properties new file mode 100644 index 00000000000..a7b938c710e --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/template/pageinheritance/wicket-package.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Page1.title=Templating using markup inheritance - Page 1 +Page2.title=Templating using markup inheritance - Page 2 diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/template/wicket-package.properties b/wicket-examples/src/main/java/org/apache/wicket/examples/template/wicket-package.properties new file mode 100644 index 00000000000..5961bdfd84b --- /dev/null +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/template/wicket-package.properties @@ -0,0 +1,15 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +Index.title=Template Example diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AbstractTreePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AbstractTreePage.html index b0200c3cbff..99211a391fb 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AbstractTreePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AbstractTreePage.html @@ -18,17 +18,15 @@ - Wicket Examples - trees -

Welcome to Tree Examples

- Beginner's tee - Advanced nested tree - Advanced tabular tree + + + diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AdvancedTreePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AdvancedTreePage.html index 140e2fda2d2..50a535d16e4 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AdvancedTreePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/tree/AdvancedTreePage.html @@ -18,7 +18,6 @@ - Wicket Examples - trees