|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMarkupResourceStreamProvider
To be implemented by MarkupContainer which wish to implement their own algorithms for loading the markup resource stream.
Note: IResourceStreamLocators should be used in case the strategy to find a markup resource is meant to be applied to ALL components of your application.
Note: See IMarkupCacheKeyProvider if you wish to implement your own cache key algorithm, which sometimes is useful when the MarkupContainer implements its own IMarkupResourceStreamProvider as well.
IMarkupCacheKeyProvider| Method Summary | |
|---|---|
IResourceStream |
getMarkupResourceStream(MarkupContainer container,
java.lang.Class<?> containerClass)
Create a new markup resource stream for the container. |
| Method Detail |
|---|
IResourceStream getMarkupResourceStream(MarkupContainer container,
java.lang.Class<?> containerClass)
Note: usually it will only called once, as the IResourceStream will be cached by MarkupCache.
container - The MarkupContainer which requests to load the Markup resource streamcontainerClass - The container the markup should be associated with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||