Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2162

Expose getBaseSkin method from Skin as public API

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Skinning
    • None

    Description

      Currently base skin is hidden in the internal API of org.apache.myfaces.trinidadinternal.skin.SkinExtension. Exposing base skin from org.apache.myfaces.trinidad.skin.Skin will help in accessing the base skin from public API.

      For this proposed change is to add a null implementation for getBaseSkin method in Skin class as

      /**

      • Returns the parent skin.
      • @return
        */
        public Skin getBaseSkin()
        {
        return null;
        }

      Attachments

        Activity

          People

            Unassigned Unassigned
            anand.v.nath@oracle.com Anand V Nath
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - 24h
                24h
                Remaining:
                Remaining Estimate - 24h
                24h
                Logged:
                Time Spent - Not Specified
                Not Specified