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
- Exception
public static final void prepareModule(ContentContext ctx) throws Exception
Exception
public static String getSiteKey(javax.servlet.http.HttpServletRequest request)
public static final String executeJSP(ContentContext ctx, String url) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public static void includeBlocked(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public static void main(String[] args)
Copyright © 2012-2018. All Rights Reserved.