package org.nocket.gen.page.element; /** * These are html elements with a wicketId but which could not be mapped to any of the known PageElement types and/or * which have no representation in the DomainObject. */ public interface UnknownPageElementI<M> extends PageElementI<M> { }