Class JApplicationWebRouterRest
RESTful Web application router class for the Joomla Platform.
- JApplicationWebRouter
- JApplicationWebRouterBase
- JApplicationWebRouterRest
Package: Joomla\Platform\Application
Deprecated: 3.7.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.2
Located at joomla/application/web/router/rest.php
Deprecated: 3.7.0 Use the
joomla/router
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.2
Located at joomla/application/web/router/rest.php
Methods summary
public
|
|
public
|
#
setHttpMethodSuffix( string $method, string $suffix )
Set a controller class suffix for a given HTTP method. |
public
|
|
public
boolean
|
|
protected
string
|
Methods inherited from JApplicationWebRouterBase
addMap()
,
addMaps()
,
parseRoute()
Methods inherited from JApplicationWebRouter
__construct()
,
fetchController()
,
setControllerPrefix()
,
setDefaultController()
Magic methods summary
Properties summary
protected
boolean
|
$methodInPostRequest |
#
A boolean allowing to pass _method as parameter in POST requests |
protected
array
|
$suffixMap |
#
An array of HTTP Method => controller suffix pairs for routing the request. |