ariba.ui.aribaweb.util
Class AWParameters
java.lang.Object
ariba.ui.aribaweb.util.AWParameters
public class AWParameters
- extends java.lang.Object
Note that an instance of this class is created by default
for AW apps that do not override AWConcreteApplication.initConfigParameters, but will
effectively noop as the AWParameterFieldValueClassExtension will effectively always
return null.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWParameters
public AWParameters()
getParameterValue
public java.lang.String getParameterValue(java.lang.String paramkey)
- Stubbed out. This method should be overridden by subclasses to return proper
parameter values.
- Parameters:
paramkey
-
getParameterValue
public java.lang.String getParameterValue(java.lang.String paramkey,
java.lang.String defaultValue)
getIntParameterValue
public int getIntParameterValue(java.lang.String paramkey)
getLongParameterValue
public long getLongParameterValue(java.lang.String paramkey,
long defaultValue)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.