java.lang.Object
org.xbib.interlibrary.http.server.BaseView

public class BaseView extends Object
  • Felddetails

    • resource

      protected final org.xbib.net.http.server.resource.HtmlTemplateResource resource
    • application

      protected final org.xbib.net.http.server.application.Application application
    • request

      protected final org.xbib.net.http.server.HttpRequest request
    • theme

      protected String theme
    • inverseTheme

      protected String inverseTheme
  • Konstruktordetails

    • BaseView

      public BaseView(org.xbib.net.http.server.resource.HtmlTemplateResource resource, org.xbib.net.http.server.application.Application application, org.xbib.net.http.server.HttpRequest request) throws org.xbib.net.ParameterException
      Löst aus:
      org.xbib.net.ParameterException
  • Methodendetails

    • createSimplePage

      public String createSimplePage(org.xbib.net.http.server.route.HttpRouterContext context, String pageTitle, org.xbib.j2html.tags.Tag<?>... tags)
    • createPage

      public String createPage(org.xbib.net.http.server.route.HttpRouterContext context, String pageTitle, org.xbib.j2html.tags.Tag<?>... tags)
    • headContent

      protected org.xbib.j2html.tags.DomContent headContent()
    • scriptContent

      protected org.xbib.j2html.tags.DomContent scriptContent()
    • headerContent

      protected org.xbib.j2html.tags.DomContent headerContent()
    • simpleNavContent

      protected org.xbib.j2html.tags.DomContent simpleNavContent()
    • themeScript

      protected org.xbib.j2html.tags.DomContent themeScript(String themeUrl)
    • hbzLogo

      protected String hbzLogo()
    • hbzLogo

      protected String hbzLogo(String style, String width, String height)
    • mainContent

      protected org.xbib.j2html.tags.DomContent mainContent(org.xbib.net.http.server.route.HttpRouterContext context, org.xbib.j2html.tags.Tag<?>... tags)
    • simpleFooterContent

      protected org.xbib.j2html.tags.DomContent simpleFooterContent()
    • footerContent

      protected org.xbib.j2html.tags.DomContent footerContent()
    • localCss

      public String localCss()
    • localJs

      public String localJs()
    • bootstrapCss

      public String bootstrapCss()
    • bootstrapJs

      public String bootstrapJs()
    • jqueryJs

      public String jqueryJs()
    • bootstrapIconsCss

      public String bootstrapIconsCss()
    • bootstrapNotifyCss

      public String bootstrapNotifyCss()
    • bootstrapNotifyJs

      public String bootstrapNotifyJs()