Improve Javadoc
This commit is contained in:
@ -51,14 +51,14 @@ import de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchThemeProvid
|
||||
* See:
|
||||
*
|
||||
* <pre>
|
||||
* <filter>
|
||||
* <filter-name>wicket</filter-name>
|
||||
* <filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
|
||||
* <init-param>
|
||||
* <param-name>applicationClassName</param-name>
|
||||
* <param-value>webapp.SimpleApplication</param-value>
|
||||
* </init-param>
|
||||
* </filter>
|
||||
* <filter>
|
||||
* <filter-name>wicket</filter-name>
|
||||
* <filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
|
||||
* <init-param>
|
||||
* <param-name>applicationClassName</param-name>
|
||||
* <param-value>webapp.SimpleApplication</param-value>
|
||||
* </init-param>
|
||||
* </filter>
|
||||
* </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.
|
||||
|
Reference in New Issue
Block a user