org.ops4j.pax.wicket.api
Interface PageMounter

All Known Implementing Classes:
DefaultPageMounter

public interface PageMounter


Method Summary
 void addMountPoint(String path, Class<? extends org.apache.wicket.Page> pageClass)
           
 List<MountPointInfo> getMountPoints()
           
 

Method Detail

addMountPoint

void addMountPoint(String path,
                   Class<? extends org.apache.wicket.Page> pageClass)

getMountPoints

List<MountPointInfo> getMountPoints()


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.