Package | Description |
---|---|
fc.io | |
fc.jdbc | |
fc.jdbc.dbo | |
fc.util.cache | |
fc.util.pagetemplate | |
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
fc.web.page | |
fc.web.servlet |
Modifier and Type | Class and Description |
---|---|
class |
SystemLog
A default implementation of
Log that provides logging to a
PrintStream destination and is intended for sending normal application
logs to System.{out, error} |
Modifier and Type | Method and Description |
---|---|
static Log |
Log.get(Class c)
Convenience method that returns the log named after the package that
the specified class belong to.
|
static Log |
Log.get(Object obj)
Convenience method that returns a log named after the package that
the specified object's class belong to.
|
static Log |
Log.get(String name)
Returns a
SystemLog with the specified name. |
static Log |
Log.getLog(String name)
An alias for method
get(String) . |
Modifier and Type | Method and Description |
---|---|
static void |
QueryUtil.init(Log logger)
This method can be called to initialize a logger for this class (else
a default logger will used).
|
Constructor and Description |
---|
ConnectionMgr(Log log,
PropertyMgr props)
Constructs a new ConnectionMgr.
|
ConnectionMgr(Log log,
PropertyMgr props,
String prefix)
Constructs a new ConnectionMgr.
|
QueryReader(File f,
Log logger)
Creates a query reader that reads queries from the specified file,
using the UTF-8 encoding and the specified logger.
|
Modifier and Type | Method and Description |
---|---|
static Log |
DBOMgr.getLog()
Returns the logger that is used for all generated Manager classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
DBOMgr.setLog(Log newlog)
Sets the logger for all generated Manager classes.
|
Constructor and Description |
---|
BoundedCache(Log log,
String name,
BoundedCache.Policy cachePolicy,
int bound)
Instantiates this class with the specified name, logger, policy and cache size.
|
MemoryCache(Log log,
String name,
long default_ttl_millis)
Instantiates this class with the specified name and logger.
|
Modifier and Type | Field and Description |
---|---|
Log |
TemplatePage.log |
Constructor and Description |
---|
TemplateClassLoader(Log log) |
TemplateParser(File input,
File output,
String classname,
Log log)
Creates a new page parser.
|
Constructor and Description |
---|
Form(String name,
String method,
String actionURL,
Log log) |
Form(String name,
String method,
String actionURL,
Log log,
SubmitHackedHandler handler)
Creates a new form with the specified name, method (get/post) and URL
|
FormData(Log log) |
Modifier and Type | Field and Description |
---|---|
Log |
PageImpl.log
The default application log, retrieved via
WebApp.getAppLog . |
Constructor and Description |
---|
PageClassLoader(Log log) |
PageMgr(PageServlet servlet,
File docroot,
File scratchdir,
Log log)
Constructs a new Page manager.
|
PageParser(File contextRoot,
File input,
File output,
String classname,
Log log)
Creates a new page parser.
|
Modifier and Type | Field and Description |
---|---|
Log |
WebApp.appLog
A
Log object. |
Modifier and Type | Method and Description |
---|---|
Log |
WebApp.getAppLog() |
Log |
FCBaseServlet.getLog()
Returns the logger for this servlet.
|
Modifier and Type | Method and Description |
---|---|
static JDBCSession |
JDBCSession.getInstance(Log logger)
Returns an instance of JDBCSession.
|