the javadoc probably has a clue

/**
         * Get the (modifiable) list of IComponentResolvers.
         *
         * @see AutoComponentResolver for an example
         * @return List of ComponentResolvers
         */

notice the *modifiable* part

-igor

On Tue, May 18, 2010 at 7:51 PM,  <b...@actrix.gen.nz> wrote:
> Hi,
>
> It looks like Wicket may have the flexibility to replace elements of
> the chain of IMarkupFilters without changing Wicket itself.
>
> How can I replace RelativePathPrefixHandler with my own variant?
>
> I have found
>
> getPageSettings().getComponentResolvers();
>
> But I am definitely missing the important bits.
>
> Many thanks,
>
> Bernard
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to