Maybe you can also use?

-------------------------------------------
/**
 * To be implemented by MarkupContainer which wish to implement their own
algorithms for loading the
 * markup resource stream.
 * <p>
 * Since 1.5 you may also use Component.setMarkup() or getMarkup() to
attach Markup to your
 * component.
 * <p>
 * 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.
 * <p>
 * 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.
 *
 * @see IMarkupCacheKeyProvider
 *
 * @author Juergen Donnerstag
 */
public interface IMarkupResourceStreamProvider {
---------------------------------------------------------------------------------



On Mon, Jul 28, 2014 at 10:23 PM, eaglei22 <[email protected]> wrote:

> great. Thanks!
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Dynamic-HTML-page-with-Wicket-tp4666769p4666778.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to