James Moger
2013-09-30 699e71e76b15081baf746c6ce9c9144f7e5f1ff9
src/main/java/com/gitblit/wicket/PageRegistration.java
@@ -26,9 +26,9 @@
/**
 * Represents a page link registration for the topbar.
 *
 *
 * @author James Moger
 *
 *
 */
public class PageRegistration implements Serializable {
   private static final long serialVersionUID = 1L;
@@ -46,7 +46,7 @@
         PageParameters params) {
      this(translationKey, pageClass, params, false);
   }
   public PageRegistration(String translationKey, Class<? extends WebPage> pageClass,
         PageParameters params, boolean hiddenPhone) {
      this.translationKey = translationKey;
@@ -57,9 +57,9 @@
   /**
    * Represents a page link to a non-Wicket page. Might be external.
    *
    *
    * @author James Moger
    *
    *
    */
   public static class OtherPageLink extends PageRegistration {
@@ -71,7 +71,7 @@
         super(translationKey, null);
         this.url = url;
      }
      public OtherPageLink(String translationKey, String url, boolean hiddenPhone) {
         super(translationKey, null, null, hiddenPhone);
         this.url = url;
@@ -80,9 +80,9 @@
   /**
    * Represents a DropDownMenu for the topbar
    *
    *
    * @author James Moger
    *
    *
    */
   public static class DropDownMenuRegistration extends PageRegistration {
@@ -98,9 +98,9 @@
   /**
    * A MenuItem for the DropDownMenu.
    *
    *
    * @author James Moger
    *
    *
    */
   public static class DropDownMenuItem implements Serializable {
@@ -121,7 +121,7 @@
      /**
       * Standard Menu Item constructor.
       *
       *
       * @param displayText
       * @param parameter
       * @param value
@@ -132,7 +132,7 @@
      /**
       * Standard Menu Item constructor that preserves aggregate parameters.
       *
       *
       * @param displayText
       * @param parameter
       * @param value
@@ -219,14 +219,14 @@
         return displayText;
      }
   }
   public static class DropDownToggleItem extends DropDownMenuItem {
      private static final long serialVersionUID = 1L;
      /**
       * Toggle Menu Item constructor that preserves aggregate parameters.
       *
       *
       * @param displayText
       * @param parameter
       * @param value