|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.Action com.jfw.web.struts.JFWAction com.jfw.status.struts.AdministrationAction com.jfw.status.struts.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.struts.JFWAction |
---|
className, LOCALE_KEY |
Fields inherited from class org.apache.struts.action.Action |
---|
servlet |
Constructor Summary | |
---|---|
LogViewerDispatcherAction()
|
Method Summary | |
---|---|
org.apache.struts.action.ActionForward |
myStatusExecute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.action.ActionMessages messages,
java.util.HashMap outputData)
Must be implement by subclasses. |
Methods inherited from class com.jfw.status.struts.AdministrationAction |
---|
afterMyExecute, isAuthenticated, isAuthorized, myExecute |
Methods inherited from class com.jfw.web.struts.JFWAction |
---|
beforeMyExecute, execute, getLocale, getLocaleLanguage, getUser, initLocale, isSimulateAuthentication, isSimulateAuthorization, myInit, security, setLocale, setLocale, setUserDataInOutputData, update |
Methods inherited from class org.apache.struts.action.Action |
---|
addErrors, addMessages, execute, generateToken, getErrors, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogViewerDispatcherAction()
Method Detail |
---|
public org.apache.struts.action.ActionForward myStatusExecute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMessages messages, java.util.HashMap outputData) throws javax.servlet.ServletException
AdministrationAction
myStatusExecute
in class AdministrationAction
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |