com.sun.faces.facelets.el

Class ContextualCompositeMethodExpression

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      private java.lang.String ccClientId 
      private javax.el.MethodExpression delegate 
      private javax.faces.view.Location location 
      private static java.util.logging.Logger LOGGER 
      private javax.el.ValueExpression source 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      java.lang.String getExpressionString() 
      javax.el.MethodInfo getMethodInfo(javax.el.ELContext elContext) 
      int hashCode() 
      java.lang.Object invoke(javax.el.ELContext elContext, java.lang.Object[] objects) 
      boolean isLiteralText() 
      private void popCompositeComponent(javax.faces.context.FacesContext ctx) 
      private boolean pushCompositeComponent(javax.faces.context.FacesContext ctx) 
      • Methods inherited from class javax.el.MethodExpression

        isParmetersProvided
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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-2010 Oracle America, Inc. All Rights Reserved.