Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.flex.dynamic
Class ConcatenatedStringExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by oracle.apps.fnd.applcore.flex.dynamic.GroupExpression
              extended by oracle.apps.fnd.applcore.flex.dynamic.ConcatenatedStringExpression
All Implemented Interfaces:
java.io.Serializable

public class ConcatenatedStringExpression
extends GroupExpression

ConcatenatedStringExpression for concatenation of Value Expression group.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.flex.dynamic.GroupExpression
_expressions
 
Constructor Summary
ConcatenatedStringExpression()
          Constructor for this class.
ConcatenatedStringExpression(java.lang.String defaultValue)
          Constructor with default value passed in.
 
Method Summary
 java.lang.String getValue(javax.el.ELContext elContext)
          Overridden logic for getting the Concatenated Value for the group of expressions.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.dynamic.GroupExpression
addExpression, conjunction, equals, getDefaultValue, getExpectedType, getExpressionString, getType, hashCode, isLiteralText, isReadOnly, setDefaultValue, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatenatedStringExpression

public ConcatenatedStringExpression()
Constructor for this class.


ConcatenatedStringExpression

public ConcatenatedStringExpression(java.lang.String defaultValue)
Constructor with default value passed in.

Parameters:
defaultValue - as Default Value to be used.
Method Detail

getValue

public java.lang.String getValue(javax.el.ELContext elContext)
Overridden logic for getting the Concatenated Value for the group of expressions.

Overrides:
getValue in class GroupExpression
Parameters:
elContext - as ELContext
Returns:
String as the evaluated conctenated String value

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.