Class JWeb

Description

Deprecated class placeholder. You should use JApplicationWeb instead.

  • deprecated: 12.3 (Platform) & 4.0 (CMS) - Use JApplicationWeb instead.
  • since: 11.3

Located in /libraries/legacy/web/web.php (line 21)

JApplicationBase
   |
   --JApplicationWeb
      |
      --JWeb
Method Summary
 JWeb __construct ([JInput $input = null], [JRegistry $config = null], [JApplicationWebClient $client = null])
Variables
Methods
Constructor __construct (line 39)

Class constructor.

  • deprecated: 12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead.
  • since: 11.3
  • access: public
JWeb __construct ([JInput $input = null], [JRegistry $config = null], [JApplicationWebClient $client = null])
  • mixed $input: An optional argument to provide dependency injection for the application's input object. If the argument is a JInput object that object will become the application's input object, otherwise a default input object is created.
  • mixed $config: An optional argument to provide dependency injection for the application's config object. If the argument is a JRegistry object that object will become the application's config object, otherwise a default config object is created.
  • mixed $client: An optional argument to provide dependency injection for the application's client object. If the argument is a JApplicationWebClient object that object will become the application's client object, otherwise a default client object is created.

Redefinition of:
JApplicationWeb::__construct()
Class constructor.

Inherited Methods

Inherited From JApplicationWeb

 JApplicationWeb::__construct()
 JApplicationWeb::afterSessionStart()
 JApplicationWeb::allowCache()
 JApplicationWeb::appendBody()
 JApplicationWeb::checkConnectionAlive()
 JApplicationWeb::checkHeadersSent()
 JApplicationWeb::clearHeaders()
 JApplicationWeb::compress()
 JApplicationWeb::detectRequestUri()
 JApplicationWeb::doExecute()
 JApplicationWeb::execute()
 JApplicationWeb::fetchConfigurationData()
 JApplicationWeb::flushAssets()
 JApplicationWeb::get()
 JApplicationWeb::getBody()
 JApplicationWeb::getDocument()
 JApplicationWeb::getHeaders()
 JApplicationWeb::getInstance()
 JApplicationWeb::getLanguage()
 JApplicationWeb::getSession()
 JApplicationWeb::header()
 JApplicationWeb::initialise()
 JApplicationWeb::isSSLConnection()
 JApplicationWeb::loadConfiguration()
 JApplicationWeb::loadDocument()
 JApplicationWeb::loadLanguage()
 JApplicationWeb::loadSession()
 JApplicationWeb::loadSystemUris()
 JApplicationWeb::prependBody()
 JApplicationWeb::redirect()
 JApplicationWeb::render()
 JApplicationWeb::respond()
 JApplicationWeb::sendHeaders()
 JApplicationWeb::set()
 JApplicationWeb::setBody()
 JApplicationWeb::setHeader()

Inherited From JApplicationBase

 JApplicationBase::close()
 JApplicationBase::getIdentity()
 JApplicationBase::loadDispatcher()
 JApplicationBase::loadIdentity()
 JApplicationBase::registerEvent()
 JApplicationBase::triggerEvent()

Documentation generated on Tue, 19 Nov 2013 15:18:22 +0100 by phpDocumentor 1.4.3