List of usage examples for org.apache.wicket.pageStore IPageStore interface-usage
From source file org.hippoecm.frontend.AmnesicPageStore.java
public class AmnesicPageStore implements IPageStore { @Override public void destroy() { }
From source file org.wicketstuff.shiro.wicket.page.store.SessionPageStore.java
/**
* An {@link IPageStore IPageStore}
* implementation that stores serialized Pages in JSecurity's
* {@link org.apache.shiro.session.Session Session}. This implementation exists to support
* applications that use JSecurity's Enterprise Sessions instead of HTTP-only sessions.
* <p/>