|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.DefaultMarkupResourceStreamProvider
public class DefaultMarkupResourceStreamProvider
Wicket default implementation for loading the markup resource stream associated with a MarkupContainer.
| Constructor Summary | |
|---|---|
DefaultMarkupResourceStreamProvider()
Constructor. |
|
| Method Summary | |
|---|---|
IResourceStream |
getMarkupResourceStream(MarkupContainer container,
Class<?> containerClass)
Create a new markup resource stream for the container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMarkupResourceStreamProvider()
| Method Detail |
|---|
public IResourceStream getMarkupResourceStream(MarkupContainer container,
Class<?> containerClass)
Note: it will only called once, the IResourceStream will be cached by MarkupCache.
Note: IResourceStreamLocators should be used in case the strategy to find a markup resource should be extended for ALL components of your application.
getMarkupResourceStream in interface IMarkupResourceStreamProvidercontainer - containerClass - The container the markup should be associated with
IResourceStreamLocator,
DefaultMarkupResourceStreamProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||