org.apache.jetspeed.services.webpage
Class WebPageManager
java.lang.Object
org.apache.jetspeed.services.webpage.WebPageManager
- public class WebPageManager
- extends java.lang.Object
This is a commodity static accessor class around the
WebPageService
interface
- Version:
- $Id: WebPageManager.java,v 1.2 2004/02/23 03:46:26 jford Exp $
- Author:
- David Sean Taylor
- See Also:
WebPageService
Method Summary |
static void |
destroy()
|
static void |
get(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static java.lang.String |
getErrorString()
|
static SessionMap |
getSession(java.lang.String id)
|
static java.util.Collection |
getSessions()
|
static java.util.Collection |
getSites()
|
static void |
init(javax.servlet.ServletConfig config)
|
static boolean |
isInit()
|
static void |
post(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPageManager
public WebPageManager()
isInit
public static boolean isInit()
- See Also:
WebPageService#isInit
get
public static void get(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
- See Also:
WebPageService#get
post
public static void post(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
- See Also:
WebPageService#post
init
public static void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
- See Also:
WebPageService#init
destroy
public static void destroy()
- See Also:
WebPageService#destroy
getSessions
public static java.util.Collection getSessions()
- See Also:
WebPageService#getSessions
getSession
public static SessionMap getSession(java.lang.String id)
- See Also:
WebPageService#getSession
getSites
public static java.util.Collection getSites()
- See Also:
WebPageService#getNetworkElements
getErrorString
public static java.lang.String getErrorString()
- See Also:
WebPageService#getErrorString
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.