public class MagalieApplicationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
APPLICATION_CONTEXT_PARAMETER |
protected MagalieApplicationConfig |
applicationConfig |
protected String |
contextPath |
protected javax.persistence.EntityManagerFactory |
entityManagerFactory |
protected StrutsActionMessagesUserNotificationContext |
userNotificationContext |
| Constructor and Description |
|---|
MagalieApplicationContext(String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
MagalieApplicationConfig |
getMagalieApplicationConfig() |
StrutsActionMessagesUserNotificationContext |
getUserNotificationContext() |
void |
init() |
javax.persistence.EntityManager |
newEntityManager() |
MagalieServiceContext |
newServiceContext(javax.persistence.EntityManager entityManager) |
protected static final String APPLICATION_CONTEXT_PARAMETER
protected MagalieApplicationConfig applicationConfig
protected javax.persistence.EntityManagerFactory entityManagerFactory
protected String contextPath
protected StrutsActionMessagesUserNotificationContext userNotificationContext
public MagalieApplicationContext(String contextPath)
public MagalieApplicationConfig getMagalieApplicationConfig()
public javax.persistence.EntityManager newEntityManager()
public MagalieServiceContext newServiceContext(javax.persistence.EntityManager entityManager)
public void init()
public void close()
public StrutsActionMessagesUserNotificationContext getUserNotificationContext()
Copyright © 2013 CodeLutin. All rights reserved.