Package org.wicketstuff.security.hive

Examples of org.wicketstuff.security.hive.SimpleCachingHive


   * @return {@link BasicHive} subclass.
   */
  protected BasicHive constructHive()
  {
    if (isUsingHiveCache())
      return new SimpleCachingHive();
    return new BasicHive();
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.security.hive.SimpleCachingHive

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.