List of usage examples for org.apache.wicket IPageFactory interface-usage
From source file com.jolira.wicket.guicier.GuicierPageFactoryProxy.java
/** * @author jfk * @date Sep 8, 2010 2:05:47 PM * @since 1.0 */ abstract class GuicierPageFactoryProxy implements IPageFactory {
From source file com.mastfrog.acteur.wicket.GuicePageFactory.java
/**
* Instantiates pages using Guice
*
* @author Tim Boudreau
*/
@Singleton
From source file org.headsupdev.agile.framework.HeadsUpPageFactory.java
/**
* TODO document me
*
* @author Andrew Williams
* @since 1.0
*/
From source file org.ops4j.pax.wicket.internal.PaxWicketPageFactory.java
/** * Wrapper around the original wicket {@link DefaultPageFactory} adding lookup possiblities for own page loaders. In * case non are provided the original wicket algorithm for loading of pages is used. */ public final class PaxWicketPageFactory implements IPageFactory {
From source file org.xaloon.wicket.component.application.VirtualPageFactory.java
/** * http://www.xaloon.org * * @author vytautas racelis */ public class VirtualPageFactory implements IPageFactory {