Class StaticSeoUrlAjaxController

Class StaticSeoUrlAjaxController

AJAX controller for the staticSeoUrl overview page.

HttpViewController implements HttpViewControllerInterface
AdminHttpViewController implements AdminStatusOnlyInterface
StaticSeoUrlAjaxController

Methods summary

public init( void )

Initializes the Controller

public actionDeleteStaticSeoUrl( void ) : HttpControllerResponse

Deletes a specific staticSeoUrl.

public actionActivate( void )

Sets a static seo url state.

public actionDeactivate( void )

Deactivate static seo url state.

protected _isAdmin( void ) : boolean

Check if the customer is the admin.

protected _getPostData( string $keyName ) : string|null

Returns the expected $_POST value by the given key name. This method is the object oriented layer for $_POST[$keyName].

Methods inherited from AdminHttpViewController

validateCurrentAdminStatus()

Methods inherited from HttpViewController

__construct(), _callActionMethod(), _getPostDataCollection(), _getQueryParameter(), _getQueryParametersCollection(), _getServerData(), _render(), _validatePageToken(), actionDefault(), getTemplateFile(), proceed()

Properties summary

Properties inherited from HttpViewController

$assets, $contentView, $httpContextReader, $httpResponseProcessor, $postDataArray, $queryParametersArray, $serverDataArray