Package railo.runtime.exp

Examples of railo.runtime.exp.TagNotSupported


public final class GridColumn extends TagImpl {

  private GridColumnBean column=new GridColumnBean();
 
  public GridColumn() throws TagNotSupported {
    throw new TagNotSupported("GridColumn");
  }
View Full Code Here




  @Override
  public int doStartTag() throws TagNotSupported  {
    throw new TagNotSupported("Div");
    //return EVAL_BODY_INCLUDE;
  }
View Full Code Here

  private String onFocus;
 
 
  public Calendar() throws ApplicationException {
    // TODO impl. tag Calendar
    throw new TagNotSupported("Calendar");
  }
View Full Code Here

  private ReportParamBean param=new ReportParamBean();
 

  public ReportParam() throws TagNotSupported {
    // TODO implement tag
    throw new TagNotSupported("ReportParam");
  }
View Full Code Here

  }

  @Override
  public int doStartTag() throws PageException  {
    throw new TagNotSupported("AjaxProxy");
    //return SKIP_BODY;
  }
View Full Code Here

  /**
  * constructor for the tag class
  **/
  public GridUpdate() throws TagNotSupported {
    throw new TagNotSupported("GridUpdate");
  }
View Full Code Here

TOP

Related Classes of railo.runtime.exp.TagNotSupported

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.