Reinhard Pötz wrote:
[...]
> What about
>
> resolveAccessController(Cocoon cocoon);
>
> and in the component
>
> public xxx resolveAccessController( Cocoon cocoon ) {
> String uri = cocoon.getRequest().getRequestURI()
> }
Thank you, I will try this.
I guess you mean FOM_Cocoon instead of Cocoon?
BTW, is it a good approach regarding SoC to include FlowScript
support in custom components? Or would it be better to
implement a FOMAccessControllerResolver which calls the
actual AccessControllerResolver?
Andreas
|