<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Am 24.05.11 17:51, schrieb basZero:
    <blockquote
      cite="mid:BANLkTimYj1LBZQqd59nid74CFg2VATOH0w@mail.gmail.com"
      type="cite">hi,
      <div><br>
      </div>
      <div>does anybody know what variables are available in Jelly?</div>
      <div><br>
      </div>
      <div>currently I only know of the resourceInput variable:</div>
      <div>
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <meta http-equiv="Content-Style-Type" content="text/css">
        <title></title>
        <meta name="Generator" content="Cocoa HTML Writer">
        <meta name="CocoaVersion" content="1038.35">
        <style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco}
</style>
        <p class="p1">    <j:when
          test="${resourceInput.getItem('path').getValue() == null}"></p>
        <p class="p1"><br>
        </p>
        <p class="p1">it would be nice to have direct access to the
          resource itself (e.g. making a for-each over a
          List<String>).</p>
      </div>
    </blockquote>
    <br>
    I am pretty sure that you can make "everthing" available to Jelly,
    see for example<br>
    <br>
src/impl/java/org/wyona/yanel/impl/resources/usecase/UsecaseResource.java<br>
    <br>
    HTH<br>
    <br>
    Michael<br>
    <blockquote
      cite="mid:BANLkTimYj1LBZQqd59nid74CFg2VATOH0w@mail.gmail.com"
      type="cite">
      <div>
        <p class="p1"><br>
        </p>
        <p class="p1">Thanks</p>
      </div>
    </blockquote>
    <br>
  </body>
</html>