Sounds good. Though I wonder if a seperate loader for inheritance is
really need as markup inheritance is a basic feature of Wicket that
can't just be turned on or off. But it's probably more elegant to
implement it like that, right?

Eelco


On 8/11/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> MarkupCache currently serves two purposes: caching the markup and
> "loading" the markup including merging inherited markup. I separated
> markup loading into IMarkupLoaders which are chainable. 2
> IMarkupLoaders currently exists: DefaultMarkupLoader which calls
> MarkupParserFactory and reads/parses the Markup and
> InheritedMarkupMarkupLoader takes care of merging derived and base
> markups. Additional IMarkupLoader can be added to the processing chan
> of necessary. The API has not changed. Thoughts?
>
> Juergen
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to