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

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Class PortableViewAttrExpression

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.PortableExpression
      extended by oracle.apps.fnd.applcore.flex.runtime.util.common.PortableViewAttrExpression

public class PortableViewAttrExpression
extends PortableExpression

A portable expression where the only token is the name of a view attribute. This class does not require its own valueOf(String) method. Both toString() and valueOf(String) in PortableExpression can be used to serialize and restore an object of this class.


Constructor Summary
PortableViewAttrExpression(java.lang.String expr)
          Constructs a portable expression that does not require token subtitution.
PortableViewAttrExpression(java.lang.String viewAttrName, java.lang.String encodedExpr)
          Constructs a new PortableViewAttrExpression.
 
Method Summary
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.PortableExpression
getClassName, getExpression, getExpression, getToken, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortableViewAttrExpression

public PortableViewAttrExpression(java.lang.String viewAttrName,
                                  java.lang.String encodedExpr)
Constructs a new PortableViewAttrExpression.

Parameters:
viewAttrName - the view attribute name
encodedExpr - the expression that uses the encoded view attribute name
Throws:
java.lang.IllegalArgumentException - if the given view attribute name or expression is null
See Also:
PortableExpression.encodeToken(java.lang.String)

PortableViewAttrExpression

public PortableViewAttrExpression(java.lang.String expr)
Constructs a portable expression that does not require token subtitution.

Parameters:
expr - the expression
Throws:
java.lang.IllegalArgumentException - if the given expression is null

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.