dennis hoersch created TOMAHAWK-1656:
----------------------------------------

             Summary: Make some private process* methods in 
AbstractHtmlDataTable protected
                 Key: TOMAHAWK-1656
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1656
             Project: MyFaces Tomahawk
          Issue Type: Improvement
          Components: Extended Datatable
         Environment: MyFaces 2.1.6, Tomahawk20 1.1.11
            Reporter: dennis hoersch


We are extending the datatable component and for that have to manually change 
some method signatures from private to protected. If there is no special reason 
why they should be private, make them generally protected would be nice.

org.apache.myfaces.component.html.ext.AbstractHtmlDataTable:
 - protected void processFacets(FacesContext context, int processAction)
 - protected void processColumnFacets(FacesContext context, int processAction)
 - protected void processColumnChildren(FacesContext context, int processAction)
 - protected void process(FacesContext context, UIComponent component, int 
processAction)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to