Skip navigation links
com.sun.faces.facelets.el

Class ContextualCompositeMethodExpression

    • Field Detail

      • LOGGER

        private static final java.util.logging.Logger LOGGER
      • delegate

        private final javax.el.MethodExpression delegate
      • source

        private final javax.el.ValueExpression source
      • location

        private final javax.faces.view.Location location
      • ccClientId

        private java.lang.String ccClientId
    • Constructor Detail

      • ContextualCompositeMethodExpression

        public ContextualCompositeMethodExpression(javax.el.ValueExpression source,
                                                   javax.el.MethodExpression delegate)
      • ContextualCompositeMethodExpression

        public ContextualCompositeMethodExpression(javax.faces.view.Location location,
                                                   javax.el.MethodExpression delegate)
    • Method Detail

      • getMethodInfo

        public javax.el.MethodInfo getMethodInfo(javax.el.ELContext elContext)
        Specified by:
        getMethodInfo in class javax.el.MethodExpression
      • invoke

        public java.lang.Object invoke(javax.el.ELContext elContext,
                                       java.lang.Object[] objects)
        Specified by:
        invoke in class javax.el.MethodExpression
      • getExpressionString

        public java.lang.String getExpressionString()
        Specified by:
        getExpressionString in class javax.el.Expression
      • equals

        public boolean equals(java.lang.Object o)
        Specified by:
        equals in class javax.el.Expression
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class javax.el.Expression
      • isLiteralText

        public boolean isLiteralText()
        Specified by:
        isLiteralText in class javax.el.Expression
      • pushCompositeComponent

        private boolean pushCompositeComponent(javax.faces.context.FacesContext ctx)
      • popCompositeComponent

        private void popCompositeComponent(javax.faces.context.FacesContext ctx)

Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.