|
WEB4J Development Tools 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecthirondelle.web4jtools.logview.directories.LogInfoDAO
public final class LogInfoDAO
Save and fetch the current LogInfo
.
This implementation does not store items in a database. Rather, the following mechanism is used :
LogInfo
in application scope, using default settings in web.xml.
LogInfo
in session scope.
Field Summary | |
---|---|
static String |
LOG_INFO_KEY
Key under which LogInfo objects are stored (in both application and session scopes.) |
Constructor Summary | |
---|---|
LogInfoDAO(HttpServletRequest aRequest)
Full constructor |
Method Summary | |
---|---|
LogInfo |
fetch()
Fetch a LogInfo from either session scope (preferred) or application scope (default). |
static void |
readConfig(ServletConfig aConfig)
Read in config from web.xml. |
void |
save(LogInfo aDirInfo)
Save an 'override' LogInfo into session scope. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LOG_INFO_KEY
LogInfo
objects are stored (in both application and session scopes.)
Constructor Detail |
---|
public LogInfoDAO(HttpServletRequest aRequest)
Method Detail |
---|
public static void readConfig(ServletConfig aConfig)
LogInfo
object in application scope.
public LogInfo fetch()
LogInfo
from either session scope (preferred) or application scope (default).
public void save(LogInfo aDirInfo)
LogInfo
into session scope.
|
WEB4J Development Tools 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |