org.apache.portals.bridges.php
Class PHPParameters

java.lang.Object
  extended by org.apache.portals.bridges.common.ScriptRuntimeData
      extended by org.apache.portals.bridges.php.PHPParameters

public class PHPParameters
extends org.apache.portals.bridges.common.ScriptRuntimeData

PHPParameters Class holding information about the PHP scripts to execute.This class is typically attached to a PortletAction (as an attribute).

Version:
$Id: PHPParameters.java 187920 2004-11-11 02:17:56 +0100 (Thu, 11 Nov 2004) rogerrut $
Author:
Roger Ruttimann

Field Summary
static String ACTION_PARAMETER_PHP
          Action Parameter for PHP requests
static String PHP_PARAMETER
          Session variable for PHP Parameters
 
Constructor Summary
PHPParameters()
           
 
Method Summary
 
Methods inherited from class org.apache.portals.bridges.common.ScriptRuntimeData
addQueryArgument, getApplicationName, getDisplayMessage, getQueryString, getScriptName, getSessionParameterName, setApplicationName, setDisplayMessage, setQueryString, setScriptName, setSessionParameterName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_PARAMETER_PHP

public static final String ACTION_PARAMETER_PHP
Action Parameter for PHP requests

See Also:
Constant Field Values

PHP_PARAMETER

public static final String PHP_PARAMETER
Session variable for PHP Parameters

See Also:
Constant Field Values
Constructor Detail

PHPParameters

public PHPParameters()


Copyright © 2005 Apache Software Foundation. All Rights Reserved.