|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport com.jfw.web.struts2.JFWAction com.jfw.status.struts2.AdministrationAction com.jfw.status.struts2.LogViewerDispatcherAction
public final class LogViewerDispatcherAction
Show the log messages. If the action is called directly from the browser then
the log messages are showed in th browser.
Use the class LogViewerObserver
for send the log messages at the output stream. After 100Mbytes the output
stream is closed and non more log messages can be send.
Field Summary |
---|
Fields inherited from class com.jfw.web.struts2.JFWAction |
---|
className, LOCALE_KEY, LOCALE_STRUTS2_SESSION_KEY |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
LogViewerDispatcherAction()
|
Method Summary | |
---|---|
java.lang.String |
myStatusExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.util.HashMap outputData)
Must be implement by subclasses. |
Methods inherited from class com.jfw.status.struts2.AdministrationAction |
---|
afterMyExecute, isAuthenticated, isAuthorized, myExecute |
Methods inherited from class com.jfw.web.struts2.JFWAction |
---|
beforeMyExecute, execute, getLocale, getLocaleLanguage, getModel, getServletRequest, getServletResponse, getUser, initLocale, isSimulateAuthentication, isSimulateAuthorization, security, setLocale, setLocale, setServletRequest, setServletResponse, setUserDataInOutputData |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogViewerDispatcherAction()
Method Detail |
---|
public java.lang.String myStatusExecute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.HashMap outputData) throws java.lang.Exception
AdministrationAction
myStatusExecute
in class AdministrationAction
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |