public class ServletHelper extends Object
| Constructor and Description |
|---|
ServletHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
execAction(ContentContext ctx)
exec current action define in request
|
static String |
executeJSP(ContentContext ctx,
String url) |
static String |
getContextKey(URL url) |
static String |
getSiteKey(javax.servlet.http.HttpServletRequest request) |
static void |
includeBlocked(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
main(String[] args) |
static void |
prepareModule(ContentContext ctx) |
public static final String execAction(ContentContext ctx) throws Exception
ctx - Exceptionpublic static final void prepareModule(ContentContext ctx) throws Exception
Exceptionpublic static String getSiteKey(javax.servlet.http.HttpServletRequest request)
public static final String executeJSP(ContentContext ctx, String url) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionpublic static void includeBlocked(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic static void main(String[] args)
Copyright © 2012-2018. All Rights Reserved.