In the documentation, I see the path details but I cannot find anywhere
a listing of the possible values of "context:" - the only one I see
listed in the documentation is classpath.  But for assets in general,
wouldn't you tend to want to find images kept in a shared location such
as under webapps?  Is there a context for that?

 

  @Inject

  @Path("context:images/tapestry_banner.gif")

  private Asset _banner;

 

Reply via email to