|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.jstl.core.ConditionalTagSupport
com.acsinet_solutions.cetia4.tags.support.LogConditionalTagSupport
public abstract class LogConditionalTagSupport
Extension of ConditionalTagSupport that includes exception handling, log handling, and special convenience methods.
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
LogConditionalTagSupport()
|
|
| Method Summary | |
|---|---|
void |
doCatch(java.lang.Throwable throwable)
|
void |
doFinally()
|
protected Configuration |
getConfiguration()
Shortcut for the application-wide configuration object. |
protected java.util.Locale |
getLocale()
Get the locale configured for the current application. |
protected org.apache.commons.logging.Log |
getLogger()
Return the internal logger |
protected java.lang.String |
getPortalPath()
Get the portal path if configured, or the context path if not. |
protected javax.servlet.http.HttpServletRequest |
getRequest()
Convenience method |
protected javax.servlet.ServletContext |
getServletContext()
Convenience method |
protected javax.servlet.http.HttpSession |
getSession()
Convenience method |
| Methods inherited from class javax.servlet.jsp.jstl.core.ConditionalTagSupport |
|---|
condition, doStartTag, release, setScope, setVar |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogConditionalTagSupport()
| Method Detail |
|---|
public void doCatch(java.lang.Throwable throwable)
throws java.lang.Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallyjava.lang.Throwablepublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallyprotected final java.util.Locale getLocale()
protected final javax.servlet.ServletContext getServletContext()
protected final javax.servlet.http.HttpServletRequest getRequest()
protected final javax.servlet.http.HttpSession getSession()
protected final org.apache.commons.logging.Log getLogger()
protected final java.lang.String getPortalPath()
ControllerTools.getPortalPath(ServletContext,HttpServletRequest)protected final Configuration getConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||