Package org.jboss.seam.wicket

Examples of org.jboss.seam.wicket.SeamApplication


     * <code>SeamApplication</code>.
     *
     * @param homePage a home page <code>Class</code>
     */
    public SeamWicketTester(final Class<? extends Page> homePage) {
        super(new SeamApplication() {
            /**
             * @see org.apache.wicket.Application#getHomePage()
             */
            @Override
            public Class<? extends Page> getHomePage() {
View Full Code Here

TOP

Related Classes of org.jboss.seam.wicket.SeamApplication

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.