Tapestry uses the ImportWorker to process @Import annotations
http://tapestry.apache.org/5.3/apidocs/src-html/org/apache/tapestry5/internal/transform/ImportWorker.html

You could quite easily write your own annotation (and worker) to do a
similar job with your custom logic

On Monday, 26 March 2012, Thiago H. de Paula Figueiredo <thiag...@gmail.com>
wrote:
> On Mon, 26 Mar 2012 12:00:03 -0300, kado <juan.a...@condortech.com.ar>
wrote:
>
>> Hi,
>
> Hi!
>
>> My webapp now is loading the stylesheets in the Layout component in this
>> way:
@IncludeStylesheet({"context:css/mainLayout.css","context:css/components.css"})
>> I have been looking for a solution in the mailing list and didn't find
>> anything. I read something about contributing in the AppModule, but I
don't know how to use it with my working scheme.
>
> Just @Inject JavaScriptSupport and use its importStylesheet(Asset
stylesheet) method inside afterRender(). AssetSource provides Asset
instances to you.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to