예제 #1
0
  public static Struct call(PageContext pc, String Hash, String Algorithm) throws PageException {
    Cast Caster = CFMLEngineFactory.getInstance().getCastUtil();

    try {
      return Caster.toStruct(Impl.info(Hash, Algorithm));
    } catch (Exception Ex) {
      throw Caster.toPageException(Ex);
    }
  }