com.intellij.j2ee.appServerIntegrations
Class CustomPageProvider
java.lang.Object
com.intellij.j2ee.appServerIntegrations.CustomPageProvider
public class CustomPageProvider
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_PAGE_PROVIDER
public static final CustomPageProvider EMPTY_PAGE_PROVIDER
CustomPageProvider
public CustomPageProvider()
getModulePage
public CommitablePanel getModulePage(J2EEModuleProperties moduleProperties)
getJ2EEApplicationModulePage
public CommitablePanel getJ2EEApplicationModulePage(J2EEModuleProperties moduleProperties)
getWebModulePage
public CommitablePanel getWebModulePage(J2EEModuleProperties properties)
getEjbModulePage
public CommitablePanel getEjbModulePage(J2EEModuleProperties properties)
getEjbPage
public CommitablePanel getEjbPage(Ejb ejb)
getEntityBeanPage
public CommitablePanel getEntityBeanPage(EntityBean bean)
getSessionBeanPage
public CommitablePanel getSessionBeanPage(SessionBean bean)
getMessageDrivenBeanPage
public CommitablePanel getMessageDrivenBeanPage(MessageBean bean)
getServletPage
public CommitablePanel getServletPage(Servlet servlet)
getRelationPage
public CommitablePanel getRelationPage(EjbRelation ejbRelation)