Class LogViewer
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.defaultscreens.LogViewer
- All Implemented Interfaces:
IPageBean,IDynamicContentBindingObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected FIXGRIDListBinding<LogViewer.AllGridItem>protected Stringprotected FIXGRIDListBinding<LogViewer.FileGridItem>protected intprotected booleanprotected FIXGRIDListBinding<LogViewer.GridItem>protected intFields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()booleangetGrid()Name of page that is managed by the bean.Inside the page definition the bean is addressed via a certain root expression - e.g.voidonApplyFilter(ActionEvent event) voidonShowLogFile(ActionEvent event) voidsetFlagShowTimestampThread(boolean value) Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
-
Field Details
-
m_actualLogFile
-
m_baseLogFile
-
m_grid
-
m_all
-
m_fileGrid
-
m_filterLevel
protected int m_filterLevel -
m_numberOfBytesToRead
protected int m_numberOfBytesToRead -
m_flagShowTimestampThread
protected boolean m_flagShowTimestampThread
-
-
Constructor Details
-
LogViewer
public LogViewer()
-
-
Method Details
-
getPageName
Description copied from interface:IPageBeanName of page that is managed by the bean. This can either be a static return value that stays fix for the whole lifecycle of the bean, or it may also be a value that changed - in case there are several pages that are possible to be managed by the page bean.- Specified by:
getPageNamein interfaceIPageBean- Specified by:
getPageNamein classPageBean
-
getRootExpressionUsedInPage
Description copied from interface:IPageBeanInside the page definition the bean is addressed via a certain root expression - e.g. "#{d.XYZBean}". The page bean management requires this expression in order to execute certain expression replacements when loading the page at runtime.- Specified by:
getRootExpressionUsedInPagein interfaceIPageBean- Specified by:
getRootExpressionUsedInPagein classPageBean
-
getBaseLogFile
-
getActualLogFile
-
getGrid
-
getAll
-
getFileGrid
-
getFlagShowTimestampThread
public boolean getFlagShowTimestampThread() -
setFlagShowTimestampThread
public void setFlagShowTimestampThread(boolean value) -
getDownloadURL
-
getDownloadTrigger
-
onShowLogFile
-
onApplyFilter
-