Class TranscodingActionDeletePopup

Description

Transcoding action that updates links to separate windows (i.e. popup windows) so that they open in the same window when the requesting device is a mobile device.

The DDR property reference that the transcoding action uses to tell whether the requesting device is mobile or not may be defined as a "mobile_device" option through a call to TranscodingAction::setOption(). The action uses the is_wireless_device property of the WURFL namespace when the option is not set.

Located in /common/transcoding/transcodingactiondeletepopup.php (line 39)

TranscodingAction
   |
   --TranscodingActionDeletePopup
Method Summary
string apply (string $content, Evidence $evidence)
Variables
Methods
apply (line 50)

Removes links that would normally trigger a popup window from the given content when the requesting device is a mobile device.

  • return: The transcoded content.
  • exception: SystemException The evidence is not valid.
  • access: public
string apply (string $content, Evidence $evidence)
  • Evidence $evidence: The evidence that identifies the requesting device.
  • string $content: The HTML content to transcode.

Redefinition of:
TranscodingAction::apply()
Applies the transcoding action to the given content, using the capabilities of the device identified by the given evidence.

Inherited Methods

Inherited From TranscodingAction

TranscodingAction::__construct()
TranscodingAction::apply()
TranscodingAction::getNextBlock()
TranscodingAction::getOption()
TranscodingAction::getPropertyValue()
TranscodingAction::getPropertyValuePr()
TranscodingAction::getRelativeUri()
TranscodingAction::initOption()
TranscodingAction::initProperty()
TranscodingAction::initPropertyValues()
TranscodingAction::mapAbsoluteUriToFile()
TranscodingAction::mapFileToAbsoluteUri()
TranscodingAction::mapFileToUri()
TranscodingAction::mapUriToFile()
TranscodingAction::resolveUri()
TranscodingAction::setOption()
TranscodingAction::unparse_url()

Documentation generated on Tue, 17 Nov 2009 19:00:40 +0100 by phpDocumentor 1.4.2