Exemplo n.º 1
0
 public String getHref() {
   return hrefVelocity
       ? UtilMethods.evaluateVelocity(href, VelocityServlet.velocityCtx.get())
       : href;
 }