|
Hi, While working on TRINIDAD-1729 provide a hook for for an external decorator of Skin InputStreamProvider, I realized that I need InputStreamProvider to be public. I created JIRA TRINIDAD-1746 for that. Now while working further on TRINIDAD-1729, I realized I need a way for the 'name' (css file name) to be passed in to the InputStreamProvider. To do this, I need a public API InputStreamProviderFactory that has a getProvider(name) method. This is very similar to NameResolver, but it is simpler, it doesn't throw an exception, and it should suit our needs fine. Let me know if you are ok with my adding the interface: org.apache.myfaces.trinidadinternal.share.io.InputStreamProviderFactory public InputStreamProvider getProvider(String name) Thanks! Jeanne |
- Re: [Trinidad][Skinning] Introduce include-Property in... Jeanne Waldman
- Re: [Trinidad][Skinning] Introduce include-Property in... Marius Petoi
- Re: [Trinidad][Skinning] Introduce include-Property in... Jeanne Waldman
- Re: [Trinidad][Skinning] Introduce include-Property in... Marius Petoi
- Re: [Trinidad][Skinning] Introduce include-Property in... Jeanne Waldman
- [Trinidad][Skinning][API] move to api -> org.apache... Jeanne Waldman
- Re: [Trinidad][Skinning][API] move to api -> org.ap... Matthias Wessendorf
- Re: [Trinidad][Skinning][API] move to api -> org.ap... Catalin Kormos
- Re: [Trinidad][Skinning][API] move to api -> org.ap... Jeanne Waldman
- Re: [Trinidad][Skinning][API] move to api -> org.ap... Matthias Wessendorf
- [Trinidad][Skinning][API] need InputStreamProviderFact... Jeanne Waldman
- Re: [Trinidad][Skinning][API] need InputStreamProvider... Jeanne Waldman
- Re: [Trinidad][Skinning] Introduce include-Property in... Blake Sullivan
- Re: [Trinidad][Skinning] Introduce include-Property in... Jeanne Waldman
