Package org.apache.wicket.request.target.coding.HybridUrlCodingStrategy

Examples of org.apache.wicket.request.target.coding.HybridUrlCodingStrategy.PageInfo


  /**
   * <a href="https://issues.apache.org/jira/browse/WICKET-3490">WICKET-3490</a>
   */
  public void testParsePageInfo()
  {
    PageInfo pageInfo = PageInfo.parsePageInfo("99999999999999999999999999999999999999999999999999999999999999999999999");
    assertNull(pageInfo);
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.request.target.coding.HybridUrlCodingStrategy.PageInfo

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.