org.apache.portals.bridges.perl
Class PerlParameters
java.lang.Object
org.apache.portals.bridges.common.ScriptRuntimeData
org.apache.portals.bridges.perl.PerlParameters
public class PerlParameters
- extends ScriptRuntimeData
PerlParameters
Class holding information about the perl script to execute.This class is typically attached to a PortletAction (as an attribute).
- Version:
- $Id: PerlParameters.java 517068 2007-03-12 01:44:37Z ate $
- Author:
- Roger Ruttimann
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 |
ACTION_PARAMETER_PERL
public static final String ACTION_PARAMETER_PERL
- Action Parameter for Perl requests
- See Also:
- Constant Field Values
PERL_PARAMETER
public static final String PERL_PARAMETER
- Session variable for Perl Parameters
- See Also:
- Constant Field Values
PerlParameters
public PerlParameters()
setRequestMethod
public void setRequestMethod(String requestMethod)
getRequestMethod
public String getRequestMethod()
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.