Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1656

Make some private process* methods in AbstractHtmlDataTable protected

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Extended Datatable
    • None
    • MyFaces 2.1.6, Tomahawk20 1.1.11

    Description

      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)

      Attachments

        1. patch_protected_methods.patch
          2 kB
          Patrick McLaren

        Activity

          People

            Unassigned Unassigned
            hoersch dennis hoersch
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: