EnsEMBL::Web::Document::WebPage

Location: /modules/EnsEMBL/Web/Document/WebPage.pm
Source code · Permalink
No superclasses

Overview

Method

Unknown

  • DESTROY
  • add_error_panels
  • command
  • configure
  • dataObjects
  • factory
  • format
  • get_user_id
  • groups
  • has_a_problem
  • has_fatal_problem
  • has_problem_type
  • page
  • problem
  • redirect
  • render
  • render_error_page
  • render_popup
  • restrict
  • species_defs
  • static_links
  • timer
  • timer_push
Documentation coverage: 4 %

Methods

    new
    Object Instantiation
    Arg[1]Arg[1]: hash of parameters, keys include; scriptname : name of the calling script (def $ENV{'ENSEMBL_SCRIPT'}) cgi : CGI object (def CGI->new) renderer : E::W::Document::Renderer:: to use (def Apache) doctype : E::W::Document:: to use (def Dynamic) outputtype : The output type, e.g. XML, DAS (def HTML). the doctype module needs an _initialise_ method. outputtype_version : e.g. XML/HTML version for page headers, passed to _initialise_, often refers to a DTD. objecttype : E::W::Object:: fast : Hint to the object factory to use fastCreateObjects method. Certain CGI object pamams can also affect object instantiation; _format : see _format_version : see

    View source