|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
abortTransaction with
an empty message string.
WebUtil.absolutePath(javax.servlet.http.HttpServletRequest, java.lang.String).
Action available to a servlet.FieldRef to this Form.
Dependency implementations
in the implementations constructor.
Hidden field to this form.
Hidden field to this form.
addError with an empty validation errorKey.
Dependency.getInitialValues(fc.web.forms.Field)
method.
Form.
alltypesMgr.addValidators(Form, String, String, Map) with a
null prefix/suffix and the specified map
alltypesMgr.addValidators(Form, String, String, Map) with a
null prefix/suffix/map
#addValidators(Form, String, String, map) with the
specified prefix and a null suffix/map
Log object.
IOUtil.arrayToCharBuffer(byte[],
String) using UTF-8 encoding by default.
Prompt.ask(String, boolean) so that a newline
is not shown after the question shown to the user.
Prompt.ask(String, String, boolean) so that a newline
is not shown after the question shown to the user.
Checker errors by printing the thread, time and stack trace
to System.err.close is invoked.
readLine functionality of BufferedReader by ignoring any commented and empty lines.Log.getDefault().
ConnectionMgr.ConnectionMgr(Log, PropertyMgr) with logging to Log.getDefault().
ConnectionMgr.ConnectionMgr(Log, PropertyMgr) with logging to Log.getDefault()
and using the specified prefix for property names.
IOUtil.copyFile(File, File, int) with the
IOUtil.DIRCOPY_ADD_OR_OVERWRITE flag.
getUsing with an empty clause parameter.
Template.getUsing with an empty clause parameter.
Watch.timeInSeconds() method.
...
as the suffix to denote the missing characters.
- empty() -
Method in class fc.util.Queue
- Returns true is this queue is empty, false otherwise
- empty_list -
Static variable in class fc.web.forms.Form
-
- empty_map -
Static variable in class fc.web.forms.Form
-
- enable(FormData) -
Method in class fc.web.forms.Field
- Enables this field for this particular request.
- enable() -
Method in class fc.web.forms.Field
- Enables this field for all users.
- encodePassword(String) -
Method in class fc.web.servlet.LoginServlet
- For this method to be available from application code, this servlet
should be set to load on startup and code similar to the following
example invoked.
- endArray -
Variable in class fc.util.ToString.Style
- default: }
- endContent -
Variable in class fc.util.ToString.Style
- The end of the string after the object classname and
identity reference.
- endRow() -
Method in class fc.io.TablePrinter
- This method should be called to finish the existing row
- endString -
Variable in class fc.util.ToString.Style
- The end of the entire string.
- endTable() -
Method in class fc.io.TablePrinter
- This method should be called to finish the table
- endTransaction(Connection, String) -
Static method in class fc.jdbc.QueryUtil
- Commits the specified connection.
- endTransaction(Connection) -
Static method in class fc.jdbc.QueryUtil
- Calls
endTransaction with
an empty message string.
- enque(Object) -
Method in class fc.util.Queue
- Enqueue's the specified object.
- ensureCount(int, int) -
Static method in class fc.jdbc.QueryUtil
- Checks to see if actual row count was same as expected row count, for some
query.
- ensureScrollable(ResultSet) -
Static method in class fc.jdbc.QueryUtil
- Checks to see if the specified result set is scrollable.
- entityToQuote(String) -
Static method in class fc.util.HTMLUtil
- Replaces embedded entities for single and double quotes, back to the
correspoding single and double quote characters.
- entry(Object, Object) -
Static method in class fc.util.C
- Alias for the e method
- equals(Object) -
Method in class fc.util.NumberRange
-
- equals(Object) -
Method in class fc.util.Tree.Node
- Calls super.equals(), i.e, reference equality.
- ERROR -
Static variable in class fc.io.Log
-
- error(Object) -
Method in class fc.io.Log
-
- error(Object, Object) -
Method in class fc.io.Log
-
- error(Object, Object, Object) -
Method in class fc.io.Log
-
- error(Object, Object, Object, Object) -
Method in class fc.io.Log
-
- error(Object, Object, Object, Object, Object) -
Method in class fc.io.Log
-
- error(Object, Object, Object, Object, Object, Object) -
Method in class fc.io.Log
-
- error(Object, Object, Object, Object, Object, Object, Object) -
Method in class fc.io.Log
-
- error(Object, Object, Object, Object, Object, Object, Object, Object...) -
Method in class fc.io.Log
-
- error(HttpServletResponse, String) -
Method in class fc.web.servlet.PathServlet
- Sends a 404 (page not found) error to the client.
- Errors - Class in fc.web.simpleforms
- Convenience class to store arbitrary form validation errors
and messages.
- Errors() -
Constructor for class fc.web.simpleforms.Errors
-
- escapedHidden(HttpServletRequest, String) -
Static method in class fc.web.simpleforms.State
- Convenience method that returns:
HTMLUtil.quoteToEntity(hidden(req, name));
Useful for setting arbitrary values in the value="..." part
of a hidden field.
- escapeDoubleQuotes(String) -
Static method in class fc.util.StringUtil
- Escapes all double quotes in the specified a string with a backslash
character.
- escapeDoubleQuotes(String, String) -
Static method in class fc.util.StringUtil
- Escapes all double quotes in the specified a string with the specified
escape character.
- escapedPassword(HttpServletRequest, String) -
Static method in class fc.web.simpleforms.State
- Convenience method that returns:
HTMLUtil.quoteToEntity(password (req, name));
Useful for setting arbitrary values in the value="..." part
of a password field.
- escapedText(HttpServletRequest, String) -
Static method in class fc.web.simpleforms.State
- Convenience method that returns:
HTMLUtil.quoteToEntity(text(req, name));
Useful for setting arbitrary values in the value="..." part
of a text field.
- escapeSingleQuotes(String) -
Static method in class fc.util.StringUtil
- Escapes all single quotes in the specified a string with a backslash
character.
- escapeSingleQuotes(String, String) -
Static method in class fc.util.StringUtil
- Escapes all single quotes in the specified a string with the specified
escape character.
- execute() -
Method in class fc.jdbc.NamedParamStatement
-
- executeQuery() -
Method in class fc.jdbc.NamedParamStatement
-
- executeQuery(Connection, String) -
Static method in class fc.jdbc.QueryUtil
- Convenience method that calls
QueryUtil.executeQuery(Connection, String, boolean)
specifying no header options (i.e., column headers are not returned as part
of the query results).
- executeQuery(Connection, String, boolean) -
Static method in class fc.jdbc.QueryUtil
- Performs the specified query and returns a List (the result of
converting the ResultSet via the
QueryUtil.rsToList(java.sql.ResultSet, boolean) method).
- executeUpdate() -
Method in class fc.jdbc.NamedParamStatement
-
- exists(Connection, int) -
Static method in class fc.jdbc.dbo.generated.alltypesMgr
- Returns true if a row with the specified primary keys exists, false otherwise.
- exists(Connection, String) -
Method in class fc.web.servlet.JDBCSession
- Returns true is the specified sessionID is valid (i.e., the specified
sessionID exists in the database and has not expired).
- existsUsing(Connection, alltypes) -
Static method in class fc.jdbc.dbo.generated.alltypesMgr
- A thin wrapper around
getUsing
that returns false if no rows are returned, true otherwise.
- expandArrays -
Variable in class fc.util.ToString.Style
- Expand array values, default: false.
- expire(Object) -
Method in class fc.util.cache.BoundedCache
- Removes the object specified by the key.
- expire(Object) -
Method in interface fc.util.cache.Cache
- Expires immediately the object specified by the key.
- expire(Object) -
Method in class fc.util.cache.MemoryCache
-
- expire(Connection, String) -
Method in class fc.web.servlet.JDBCSession
- Expires the session.
- expireInactiveSessions(Connection) -
Method in class fc.web.servlet.JDBCSession
- Utility method that deletes (or marked as expired depending on
JDBCSession.setDeleteExpiredSessions(boolean)) all sessions in the database that have exceeded
the maximum inactive time.
- expireTimeLeft(Object) -
Method in class fc.util.cache.MemoryCache
-
- extend(Object, long) -
Method in interface fc.util.cache.Cache
- Adds the specified amount of time to the object (to it's current time left)
before that object will be expired.
- extend(Object, long) -
Method in class fc.util.cache.MemoryCache
-
IOUtil.fileSizeToString(long) and truncates the
size to fit in the specified number of digits.
IOUtil.fileToString(String, boolean) with trim being
false (that is, files are not trimmed at their trailing end).
IOUtil.fileToString(String, boolean) with trim being
false (that is, files are not trimmed at their trailing end).
set method.
set method.
set method.
set method.
set method.
StringUtil.fixedWidth(String, int, HAlign, char) specifying
the padding character as a blank space.
Log.getDefault() and the default SubmitHackedHandler
ServletRequest.getRequestDispatcher(java.lang.String).
SystemLog with the specified name.
TemplateMgr.getTemplate(String) method.
TemplateMgr.getTemplate(File) method.
getAll with an empty additional clause.
ChoiceGroup.Choice all elements contained within this
group.
Checkbox.
Checkbox.
Driver that this connection manager
is using to connect to the database.
Hidden field added to the form data object.
Hidden field added to this formdata object.
FieldRef with the specified key.
putForm method.
session information about all
sessions associated with the specified ID.
JDBCSession.getForUser(Connection, String) but takes a numeric userID.
Hidden.
java.sql.Type to the Java
type used to represent that type.
Log.get(String).
NIC.NICInfo object as the value.
Page corresponding the the page path.
Password.
Radio.
Checkbox.
PagePath.
Args.getRequired(String) as a File.
Args.getRequiredInt(String)
Args.getRequired(String)
Select.
java.sql.Type for some column (returned by the
driver) to a readable value.
ServletRequest.getParameter(java.lang.String) method (often the easiest
way)
the #getSubmittedField(HttpServletRequest) method (which will
attempt to read the request parameter with the specified name and return
is as a Hidden field.
Template.set(String, String) method.
Text.
TextArea.
ThreadLocalCalendar object corresponding to the
specified name (a new ThreadLocalCalendar is created if it does
not exist).
ThreadLocalDateFormat object corresponding to the specified
name (a new ThreadLocalDateFormat is created if it does not exist).
ThreadLocalNumberFormat object (a new
ThreadLocalNumberFormat is created if it does not exist).
ThreadLocalObject corresponding to the
specified name (a new ThreadLocalObject is created if it does
not exist).
ThreadLocalRandom object corresponding to the
specified name (a new ThreadLocalRandom is created if it does
not exist).
Watch.time() method.
startTime method (in milliseconds)
Watch.timeInSeconds() method.
Field.Type.
RefreshableSelect.
getUsing with an empty clause parameter.
NamedParamStatement to perform an arbitrary query.
fc.app.Checker class in
case of an Argcheck failure.
Form.handleSubmit(HttpServletRequest) except
it stores the specified connection in the form data.
CharRangeSet.inRange(char) method).
inRange(char) method).
TransactionToken.TransactionToken_Key and tries to match it with a
corresponding token in the session.
Page.PackageName from.
Page.PackageName from.
WebApp.getAppLog.
PreparedStatement and allows the programmer to set
parameters by name instead of by question mark index.PageClassLoader with the logger set to:
fc.web.page.PageClassLoader
Log.getDefault()
Connection that works with the PooledConnectionMgr.QueryUtil.printResultSetTable(ResultSet, PrintStream,
ResultSetPrintDirection, TablePrinter.PrintConfig, boolean) so that the
table is printed horizontally
with the default table style and headers set to true.
#add method.
addAll method.
printResultSet()).radio(req, name, false)
C.randomNNoDuplicates(List, int) method
Field.render(Writer) but also renders the specified
prefix/suffix strings before and after each element.
renderError(Writer, String) with <br> as
the message seperator string.
ResultSet that allows the
value of specified columns to be transformed.addColumnTransform methods.method to a String,
consisting of all the rows contained in the list.
Watch.timeInSeconds() method.
renderDependencyData, sets any depedency data submitted
as part of the form.
#setSelectedValue(fd, String)
after converting the specified integer value to a string.
DependentSelect.Data object.
getRequired with a non-existent flag name.
ConnectionMgr
ConnectionMgr
ConnectionMgr
ConnectionMgr
read will
return the next non-whitespace character (or EOF if there are no
more characters).
read will
return the next non-whitespace character (or EOF if there are no
more characters).
Collection that keeps it's elements in
Sorted order.startTransaction with
a empty message string.
Log that provides logging to a
PrintStream destination and is intended for sending normal application
logs to System.{out, error}Log.DEFAULT_LEVEL
Log.DEFAULT_LEVEL
TemplateClassLoader with the logger set to:
fc.web.page.TemplateClassLoader
Watch.getTimeInMillis() method.
Watch.timeInSeconds() method.
ToString.Style.
CharRangeSet.inRange(char) method).
inRange(char) method).
useQuery(con, query, null).
getJavaTypeFromSQLType()
and then returns true if the Java type used to represent the
specified java.sql.Type is primitive (int, boolean etc) as opposed
to an Object type.
getJavaTypeFromSQLType()
and then returns true if the Java type used to represent the
specified java.sql.Type is integral.
VConditional.postConditionMet(fc.web.forms.FormData, javax.servlet.http.HttpServletRequest)
if the pre conditions were met.
Field#getValue method.
Field#getValue method.
Select field.
Field#getValue method.
StringUtil.viewableAscii(String) that takes a
single char as a parameter.
ChoiceGroup.Choice.writeLabel method
for each choice contained in this group
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||