Package org.zkoss.zk.ui.metainfo

Examples of org.zkoss.zk.ui.metainfo.PageDefinition


  /**
   * @since 1.2
   */
  public PageDefinition getPageDefinitionDirectly(
  RequestInfo ri, Reader reader, String extension) throws IOException {
    PageDefinition pd = super.getPageDefinitionDirectly(ri, reader, extension);
    //bug 2684322: Nullpoint when accese to a nonexist page
    if (pd != null) {
//      applyZkSpringDelegatingVariableResolver(pd);
//      applyZkSpringBeanBindingComposer(pd);
    }
View Full Code Here

TOP

Related Classes of org.zkoss.zk.ui.metainfo.PageDefinition

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.