|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j2biz.blogunity.BlogunityManager
Constructor Summary | |
BlogunityManager()
|
Method Summary | |
void |
contextDestroyed(ServletContextEvent e)
|
void |
contextInitialized(ServletContextEvent e)
|
static String |
getBase()
Returns base, that represents host-path followed by the name of the webapp-context. |
static String |
getContextPath()
|
static String |
getHost()
Returns the virtual host of the current installation. ( e.g. |
static MailService |
getMailService()
|
static MQService |
getMqService()
|
static String |
getRealPath(String path)
Delegetion to ServletContext's-method getRealPath(). |
static BlogunityRenderEngine |
getRenderEngine()
Returns render engine. |
static ServletContext |
getServletContext()
|
static Date |
getStartupTime()
Returns the startup time of the current bloguntiy instance. |
static SystemConfiguration |
getSystemConfiguration()
|
static void |
init()
|
static void |
setContextPath(String contextPath)
|
static void |
setHost(String host)
Sets the host of the current installation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlogunityManager()
Method Detail |
public void contextInitialized(ServletContextEvent e)
contextInitialized
in interface ServletContextListener
public static final void init() throws BlogunityException
BlogunityException
public static SystemConfiguration getSystemConfiguration()
public void contextDestroyed(ServletContextEvent e)
contextDestroyed
in interface ServletContextListener
public static ServletContext getServletContext()
public static String getContextPath()
public static void setContextPath(String contextPath)
contextPath
- The contextPath to set.public static String getRealPath(String path)
path
-
public static Date getStartupTime()
public static void setHost(String host)
host
- public static String getHost()
public static String getBase()
public static BlogunityRenderEngine getRenderEngine()
public static MQService getMqService()
public static MailService getMailService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |