Make class MethodBindingMethodExpression and MethodExpressionMethodBinding 
public
---------------------------------------------------------------------------------

                 Key: MYFACES-3386
                 URL: https://issues.apache.org/jira/browse/MYFACES-3386
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 2.0.2
            Reporter: hongbing wang


While developing components, I need implement 
javax.faces.component.ActionSource and ActionSource2, which require to 
implement following methods:
 public MethodBinding getAction()
 public void setAction(MethodBinding binding)

which need MethodBindingMethodExpression and MethodExpressionMethodBinding 
public.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to