Improve Javadoc

This commit is contained in:
baislsl
2018-02-19 22:01:14 +08:00
parent d78434fed8
commit 991ba320a6
30 changed files with 88 additions and 80 deletions

View File

@ -51,14 +51,14 @@ import de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchThemeProvid
* See:
*
* <pre>
* &lt;filter>
* &lt;filter-name>wicket&lt;/filter-name>
* &lt;filter-class>org.apache.wicket.protocol.http.WicketFilter&lt;/filter-class>
* &lt;init-param>
* &lt;param-name>applicationClassName&lt;/param-name>
* &lt;param-value>webapp.SimpleApplication&lt;/param-value>
* &lt;/init-param>
* &lt;/filter>
* &lt;filter&gt;
* &lt;filter-name&gt;wicket&lt;/filter-name&gt;
* &lt;filter-class&gt;org.apache.wicket.protocol.http.WicketFilter&lt;/filter-class&gt;
* &lt;init-param&gt;
* &lt;param-name&gt;applicationClassName&lt;/param-name&gt;
* &lt;param-value&gt;webapp.SimpleApplication&lt;/param-value&gt;
* &lt;/init-param&gt;
* &lt;/filter&gt;
* </pre>
*
*/
@ -69,7 +69,7 @@ public class SimpleApplication extends IsisWicketApplication {
/**
* uncomment for a (slightly hacky) way of allowing logins using query args, eg:
*
* <tt>?user=sven&pass=pass</tt>
* <tt>{@code ?user=sven&pass=pass}</tt>
*
* <p>
* for demos only, obvious.