//# 0 errors, 84 messages
//#
/*
    //#aboutview.java:1:1: class: net.sourceforge.pebble.web.view.impl.AboutView
    //#aboutview.java:1:1: method: net.sourceforge.pebble.web.view.impl.AboutView.net.sourceforge.pebble.web.view.impl.AboutView__static_init
 * Copyright (c) 2003-2006, Simon Brown
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 *   - Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *
 *   - Redistributions in binary form must reproduce the above copyright
 *     notice, this list of conditions and the following disclaimer in
 *     the documentation and/or other materials provided with the
 *     distribution.
 *
 *   - Neither the name of Pebble nor the names of its contributors may
 *     be used to endorse or promote products derived from this software
 *     without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */
package net.sourceforge.pebble.web.view.impl;

import net.sourceforge.pebble.web.view.HtmlView;

/**
 * Represents the 401 page.
 *
 * @author    Simon Brown
 */
public class AboutView extends HtmlView {
    //#aboutview.java:41: method: void net.sourceforge.pebble.web.view.impl.AboutView.net.sourceforge.pebble.web.view.impl.AboutView()
    //#input(void net.sourceforge.pebble.web.view.impl.AboutView()): this
    //#unanalyzed(void net.sourceforge.pebble.web.view.impl.AboutView()): Effects-of-calling:net.sourceforge.pebble.web.view.JspView
    //#unanalyzed(void net.sourceforge.pebble.web.view.impl.AboutView()): Effects-of-calling:net.sourceforge.pebble.web.view.View
    //#aboutview.java:41: end of method: void net.sourceforge.pebble.web.view.impl.AboutView.net.sourceforge.pebble.web.view.impl.AboutView()

  /**
   * Gets the title of this view.
   *
   * @return the title as a String
   */
  public String getTitle() {
    return getLocalizedString("common.about");
    //#aboutview.java:49: method: String net.sourceforge.pebble.web.view.impl.AboutView.getTitle()
    //#input(String getTitle()): __Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView]
    //#input(String getTitle()): __Descendant_Table[others]
    //#input(String getTitle()): __Dispatch_Table.getLocalizedString(Ljava/lang/String;)Ljava/lang/String;
    //#input(String getTitle()): __Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(String getTitle()): net/sourceforge/pebble/web/model/Model.__Descendant_Table[net/sourceforge/pebble/web/model/Model]
    //#input(String getTitle()): net/sourceforge/pebble/web/model/Model.__Descendant_Table[others]
    //#input(String getTitle()): net/sourceforge/pebble/web/model/Model.__Dispatch_Table.get(Ljava/lang/String;)Ljava/lang/Object;
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/HtmlView]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutAuthorView]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AdvancedSearchView]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/BlogDetailsView]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/SubscribeView]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[others]
    //#input(String getTitle()): net/sourceforge/pebble/web/view/HtmlView.__Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(String getTitle()): net/sourceforge/pebble/web/view/impl/AboutAuthorView.__Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(String getTitle()): net/sourceforge/pebble/web/view/impl/AdvancedSearchView.__Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(String getTitle()): net/sourceforge/pebble/web/view/impl/BlogDetailsView.__Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(String getTitle()): net/sourceforge/pebble/web/view/impl/SubscribeView.__Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(String getTitle()): this
    //#input(String getTitle()): this.__Tag
    //#input(String getTitle()): this.model
    //#input(String getTitle()): this.model.__Tag
    //#input(String getTitle()): this.model.data
    //#output(String getTitle()): return_value
    //#pre[2] (String getTitle()): this.__Tag == net/sourceforge/pebble/web/view/impl/AboutView
    //#pre[3] (String getTitle()): this.model != null
    //#pre[4] (String getTitle()): this.model.__Tag == net/sourceforge/pebble/web/model/Model
    //#pre[5] (String getTitle()): this.model.data != null
    //#post(String getTitle()): init'ed(return_value)
    //#unanalyzed(String getTitle()): Effects-of-calling:getModel
    //#unanalyzed(String getTitle()): Effects-of-calling:java.util.HashMap:get
    //#unanalyzed(String getTitle()): Effects-of-calling:net.sourceforge.pebble.domain.AbstractBlog:getLocale
    //#unanalyzed(String getTitle()): Effects-of-calling:java.util.ResourceBundle:getBundle
    //#unanalyzed(String getTitle()): Effects-of-calling:java.util.ResourceBundle:getString
    //#aboutview.java:49: end of method: String net.sourceforge.pebble.web.view.impl.AboutView.getTitle()
  }

  /**
   * Gets the URI that this view represents.
   *
   * @return the URI as a String
   */
  public String getUri() {
    return "/WEB-INF/jsp/401.jsp";
    //#aboutview.java:58: method: String net.sourceforge.pebble.web.view.impl.AboutView.getUri()
    //#output(String getUri()): return_value
    //#post(String getUri()): return_value == &".WEB-INF.jsp.401.jsp"
    //#aboutview.java:58: end of method: String net.sourceforge.pebble.web.view.impl.AboutView.getUri()
  }

}
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView]
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.dispatch(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/ServletContext;)V
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getContentType()Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getLocalizedString(Ljava/lang/String;)Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getServletContext()Ljavax/servlet/ServletContext;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getStatus()I
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getTemplate()Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getTheme()Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getTitle()Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getUri()Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.prepare()V
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.setModel(Lnet/sourceforge/pebble/web/model/Model;)V
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.setServletContext(Ljavax/servlet/ServletContext;)V
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView]
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): net/sourceforge/pebble/web/view/JspView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView]
    //#output(net.sourceforge.pebble.web.view.impl.AboutView__static_init): net/sourceforge/pebble/web/view/View.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView]
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): net/sourceforge/pebble/web/view/HtmlView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): net/sourceforge/pebble/web/view/JspView.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): net/sourceforge/pebble/web/view/View.__Descendant_Table[net/sourceforge/pebble/web/view/impl/AboutView] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.dispatch(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/ServletContext;)V == &net/sourceforge/pebble/web/view/HtmlView.dispatch
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getContentType()Ljava/lang/String; == &net/sourceforge/pebble/web/view/HtmlView.getContentType
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getLocalizedString(Ljava/lang/String;)Ljava/lang/String; == &net/sourceforge/pebble/web/view/HtmlView.getLocalizedString
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model; == &net/sourceforge/pebble/web/view/View.getModel
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getServletContext()Ljavax/servlet/ServletContext; == &net/sourceforge/pebble/web/view/View.getServletContext
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getStatus()I == &net/sourceforge/pebble/web/view/HtmlView.getStatus
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getTemplate()Ljava/lang/String; == &net/sourceforge/pebble/web/view/HtmlView.getTemplate
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getTheme()Ljava/lang/String; == &net/sourceforge/pebble/web/view/HtmlView.getTheme
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getTitle()Ljava/lang/String; == &getTitle
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.getUri()Ljava/lang/String; == &getUri
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.prepare()V == &net/sourceforge/pebble/web/view/View.prepare
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.setModel(Lnet/sourceforge/pebble/web/model/Model;)V == &net/sourceforge/pebble/web/view/View.setModel
    //#post(net.sourceforge.pebble.web.view.impl.AboutView__static_init): __Dispatch_Table.setServletContext(Ljavax/servlet/ServletContext;)V == &net/sourceforge/pebble/web/view/View.setServletContext
    //#aboutview.java:: end of method: net.sourceforge.pebble.web.view.impl.AboutView.net.sourceforge.pebble.web.view.impl.AboutView__static_init
    //#aboutview.java:: end of class: net.sourceforge.pebble.web.view.impl.AboutView
