org.apache.portals.bridges.common
Class ScriptRuntimeData
java.lang.Object
org.apache.portals.bridges.common.ScriptRuntimeData
public class ScriptRuntimeData
- extends Object
ScriptRuntimeData
Base class that provides meta data to no Java portlets such as:
PHP, Perl
- Version:
- $Id: ScriptRuntimeData.java 517068 2007-03-12 01:44:37Z ate $
- Author:
- Roger Ruttimann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptRuntimeData
public ScriptRuntimeData()
addQueryArgument
public void addQueryArgument(String queryArgument)
- addQueryString()
Adds one argument at the time to the query strings. Takes care of the separators
getDisplayMessage
public String getDisplayMessage()
- Returns:
- Returns the displayMessage.
setDisplayMessage
public void setDisplayMessage(String displayMessage)
- Parameters:
displayMessage
- The displayMessage to set.
getQueryString
public String getQueryString()
- Returns:
- Returns the queryString.
setQueryString
public void setQueryString(String queryString)
- Parameters:
queryString
- The queryString to set.
getScriptName
public String getScriptName()
- Returns:
- Returns the scriptName.
setScriptName
public void setScriptName(String scriptName)
- Parameters:
scriptName
- The scriptName to set.
getSessionParameterName
public String getSessionParameterName()
- Returns:
- Returns the sessionParameterName.
setSessionParameterName
public void setSessionParameterName(String sessionParameterName)
- Parameters:
sessionParameterName
- The sessionParameterName to set.
getApplicationName
public String getApplicationName()
- Returns:
- Returns the applicationName.
setApplicationName
public void setApplicationName(String applicationName)
- Parameters:
applicationName
- The applicationName to set.
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.