WEB4J Development Tools 4.10.0.0
A B C D E F G H I J K L M N O P R S T U V

A

ActionAction - Class in hirondelle.web4jtools.codegenerator.action
Generate the source code of your feature's Action class, as plain text.
ActionAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.action.ActionAction
 
add(FileInfo) - Method in class hirondelle.web4jtools.metrics.lines.LinesCounter
Add another file to this counter.
add(FileInfo) - Method in class hirondelle.web4jtools.metrics.lines.LineStat
Add a new file to this stat, if its extension matches this object.
addLevel(String) - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
Set the level for this record.
addMessage(String) - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
Set the log message for this record.
addReferenceFrom(FileInfo) - Method in class hirondelle.web4jtools.metrics.images.ImageReference
Add a file which references the image.
APP_LOGGING_DIR - Static variable in class hirondelle.web4jtools.logview.directories.LogInfoAction
 
AppInfo - Class in hirondelle.web4j.config
Implementation of ApplicationInfo, required by WEB4J.
AppInfo() - Constructor for class AppInfo
 
apply() - Method in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
Save the Feature Model Object input by the user.
apply() - Method in class hirondelle.web4jtools.logview.directories.LogInfoAction
Save the changes to current settings.
apply() - Method in class hirondelle.web4jtools.metrics.base.BaseInfoAction
Save the changes to current settings, and recursively scan the files under the base directory.
APPLY_OPERATION - Static variable in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
 
ApplyOperation - Enum in hirondelle.web4jtools.codegenerator.codes
Add, Change, and Delete operations.
asArgument(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as an argument to a method or a constructor: aLikeThis.
asConstant(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as a Java constant : LIKE_THIS.
asControl(Field) - Static method in class hirondelle.web4jtools.util.Functions
Present a field as a complete HTML form control.
asDbIdentifier(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as a table or column name in an SQL statement: LikeThis.
asELIdentifier(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as a JSP Expression Language reference to an object or a property: likeThis.
asField(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as an object field reference: fLikeThis.
asLocal(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as a local object in the body of a method: likeThis.
asType(String) - Static method in class hirondelle.web4jtools.util.Functions
Format as a Java class name identifier : LikeThis.
attemptAdd() - Method in class hirondelle.web4jtools.codegenerator.field.FieldAction
Add a new Field.
attemptAdd() - Method in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
Not supported.
attemptChange() - Method in class hirondelle.web4jtools.codegenerator.field.FieldAction
Apply an edit to an existing Field.
attemptChange() - Method in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
Update the logging level for a single Logger.
attemptDelete() - Method in class hirondelle.web4jtools.codegenerator.field.FieldAction
Ensure the Field of a given id does not exist.
attemptDelete() - Method in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
Not supported.
attemptFetchForChange() - Method in class hirondelle.web4jtools.codegenerator.field.FieldAction
Fetch an existing Field in order to edit it.
attemptFetchForChange() - Method in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
Fetch a Logger in preparation for editing its level.

B

BASE_DIRECTORY - Static variable in class hirondelle.web4jtools.metrics.base.BaseInfoAction
 
BASE_INFO_KEY - Static variable in class hirondelle.web4jtools.metrics.base.BaseInfoDAO
Key under which BaseInfo objects are stored (in both application and session scopes.)
BASE_URI_FOR_FETCHING_IMAGES - Static variable in class hirondelle.web4jtools.metrics.base.BaseInfoAction
 
BaseInfo - Class in hirondelle.web4jtools.metrics.base
Basic information on the target project.
BaseInfo(SafeText, SafeText, SafeText) - Constructor for class hirondelle.web4jtools.metrics.base.BaseInfo
Full constructor.
BaseInfoAction - Class in hirondelle.web4jtools.metrics.base
Override base project information configured in web.xml, and show high level metrics to user.
BaseInfoAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.base.BaseInfoAction
 
BaseInfoDAO - Class in hirondelle.web4jtools.metrics.base
Save and fetch the current BaseInfo.
BaseInfoDAO(HttpServletRequest) - Constructor for class hirondelle.web4jtools.metrics.base.BaseInfoDAO
Full constructor
Bucket - Class in hirondelle.web4jtools.metrics.histogram
Model Object for an element of a histogram, whose elements have numeric ranges.
Bucket(int, int) - Constructor for class hirondelle.web4jtools.metrics.histogram.Bucket
Full constructor.
Bucket(Integer) - Constructor for class hirondelle.web4jtools.metrics.histogram.Bucket
Special constructor for the 'last' bucket, which has no upper limit.

C

calculateMetric() - Method in class hirondelle.web4jtools.metrics.base.MetricsAction
Abstract method implemented by subclasses, and called by MetricsAction.execute().
calculateMetric() - Method in class hirondelle.web4jtools.metrics.comments.CommentsAction
Calculate metrics and show list of classes with low numbers of comments.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.files.FilesAction
Sort the files in the desired way, and present to the user.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.histogram.HistogramAction
Calculate histogram buckets, and show to user.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.images.ImageReferencesAction
Show a sortable listing of images and the files that reference them.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.jars.JarsAction
Display name and version for all jar files found in your source tree.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.lines.LinesAction
List the number of lines of source code, per file extension.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.tabs.TabsListAction
List source files containing one or more TAB characters.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.tabs.TabsRemoveAction
For all source code files, replace tab characters with spaces.
calculateMetric() - Method in class hirondelle.web4jtools.metrics.tests.TestsAction
Show the test class metrics to the user.
Check - Class in hirondelle.web4jtools.util
Custom validations.
Check() - Constructor for class hirondelle.web4jtools.util.Check
 
CHECK_EMAIL - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
CHECK_PATTERN - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
CHECK_SPAM - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
checks(Field) - Static method in class hirondelle.web4jtools.util.Functions
Generate text snippet used for performing validations with the Check class.
ClearTroubleTicket - Class in hirondelle.web4jtools.webmaster.diagnostics
Remove the TroubleTicket held in application scope.
ClearTroubleTicket(RequestParser) - Constructor for class hirondelle.web4jtools.webmaster.diagnostics.ClearTroubleTicket
Constructor.
CODE_TABLE - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
CommentsAction - Class in hirondelle.web4jtools.metrics.comments
List java classes with a low number of comments.
CommentsAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.comments.CommentsAction
 
ConnectionSrc - Class in hirondelle.web4j.config
Implementation of ConnectionSource, required by WEB4J.
ConnectionSrc() - Constructor for class ConnectionSrc
 
CONTROL_STYLE - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
ControlStyle - Enum in hirondelle.web4jtools.codegenerator.codes
HTML Form control.
ConvertParamErrorImpl - Class in hirondelle.web4j.config
Implementation of ConvertParamError, required by WEB4J.
ConvertParamErrorImpl() - Constructor for class ConvertParamErrorImpl
 

D

DaoAction - Class in hirondelle.web4jtools.codegenerator.dao
Generate the source code for the Data Access Object, and serve as plain text.
DaoAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.dao.DaoAction
 
DATE_FORMAT - Static variable in class hirondelle.web4jtools.logview.parser.LogParserForJDKDefault
The assumed date format for logging output - "d-MMM-yyyy h:mm:ss a".
DateConverterImpl - Class in hirondelle.web4j.config
Implementation of DateConverter, required by WEB4J.
DateConverterImpl() - Constructor for class DateConverterImpl
 
DESCRIPTION - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
doList() - Method in class hirondelle.web4jtools.codegenerator.field.FieldAction
List all Fields, in the same order as created.
doList() - Method in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
List all JRE Loggers.
DownTime - Class in hirondelle.web4jtools.logview.downtime
Model Object for application down time.
DownTime(Date, Date) - Constructor for class hirondelle.web4jtools.logview.downtime.DownTime
Full constructor.
DownTimeAction - Class in hirondelle.web4jtools.logview.downtime
Display list of application down times, and their durations.
DownTimeAction(RequestParser) - Constructor for class hirondelle.web4jtools.logview.downtime.DownTimeAction
 

E

EditLoggerLevels - Class in hirondelle.web4jtools.webmaster.logging
List all JRE loggers, and allow changes to logging levels.
EditLoggerLevels(RequestParser) - Constructor for class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
Constructor.
Ensure - Class in hirondelle.web4jtools.util
Ensure an item is configured as expected in web.xml.
Ensure() - Constructor for class hirondelle.web4jtools.util.Ensure
 
Enumerations - Class in hirondelle.web4jtools.codegenerator.codes
Place enumerations in application scope upon startup.
Enumerations() - Constructor for class hirondelle.web4jtools.codegenerator.codes.Enumerations
 
equals(Object) - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
equals(Object) - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
equals(Object) - Method in class hirondelle.web4jtools.logview.directories.LogInfo
 
equals(Object) - Method in class hirondelle.web4jtools.logview.downtime.DownTime
 
equals(Object) - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
equals(Object) - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
equals(Object) - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
equals(Object) - Method in class hirondelle.web4jtools.metrics.base.BaseInfo
 
equals(Object) - Method in class hirondelle.web4jtools.metrics.base.FileInfo
 
equals(Object) - Method in class hirondelle.web4jtools.metrics.images.ImageReference
 
equals(Object) - Method in class hirondelle.web4jtools.metrics.lines.LineStat
 
ERROR_MESSAGE - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
execute() - Method in class hirondelle.web4jtools.codegenerator.action.ActionAction
Generate the Action class.
execute() - Method in class hirondelle.web4jtools.codegenerator.dao.DaoAction
 
execute() - Method in class hirondelle.web4jtools.codegenerator.jsp.JspAction
 
execute() - Method in class hirondelle.web4jtools.codegenerator.model.ModelAction
 
execute() - Method in class hirondelle.web4jtools.codegenerator.output.OutputAction
 
execute() - Method in class hirondelle.web4jtools.codegenerator.restart.StartFreshAction
 
execute() - Method in class hirondelle.web4jtools.codegenerator.sql.SqlAction
 
execute() - Method in class hirondelle.web4jtools.help.ShowHelpAction
Toggle the display of help text, and redirect back to original request.
execute() - Method in class hirondelle.web4jtools.logview.downtime.DownTimeAction
 
execute() - Method in class hirondelle.web4jtools.metrics.base.MetricsAction
Template method.
execute() - Method in class hirondelle.web4jtools.webmaster.diagnostics.ClearTroubleTicket
Remove the TroubleTicket from application scope, and re-display the diagnostics page using ShowDiagnostics.
execute() - Method in class hirondelle.web4jtools.webmaster.diagnostics.ShowDiagnostics
Retrieve diagnostic information and display it to the user.

F

Feature - Class in hirondelle.web4jtools.codegenerator.feature
Model Object for your feature's basic information.
Feature(String, String, String, String, String) - Constructor for class hirondelle.web4jtools.codegenerator.feature.Feature
Constructor.
FEATURE_KEY - Static variable in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
Key for storing Feature object in session scope.
FEATURE_NAME - Static variable in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
 
FeatureAction - Class in hirondelle.web4jtools.codegenerator.feature
Edit your feature's basic info.
FeatureAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.feature.FeatureAction
Constructor.
fetch() - Method in class hirondelle.web4jtools.logview.directories.LogInfoDAO
Fetch a LogInfo from either session scope (preferred) or application scope (default).
fetch() - Method in class hirondelle.web4jtools.metrics.base.BaseInfoDAO
Fetch a BaseInfo from either session scope (preferred) or application scope (default).
fFileList - Variable in class hirondelle.web4jtools.metrics.base.MetricsAction
If this List<FileInfo> is not in session scope, then an error message is presented to the user.
Field - Class in hirondelle.web4jtools.codegenerator.field
A data field used by the feature.
Field(Id, String, String, Boolean, String, String, Boolean, Integer, Integer, Integer, String, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, String) - Constructor for class hirondelle.web4jtools.codegenerator.field.Field
Constructor.
FieldAction - Class in hirondelle.web4jtools.codegenerator.field
Edit the fields used by the feature.
FieldAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.field.FieldAction
Constructor.
FIELDS_KEY - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
Key for storing fields in session scope.
FieldType - Enum in hirondelle.web4jtools.codegenerator.codes
Enumeration for the class of a field in a Model Object.
FILE_INFO_LIST_KEY - Static variable in class hirondelle.web4jtools.metrics.base.BaseInfoAction
Key for List stored in session scope.
FILE_INFO_MAP_KEY - Static variable in class hirondelle.web4jtools.metrics.base.BaseInfoAction
Key for Map stored in session scope.
FileInfo - Class in hirondelle.web4jtools.metrics.base
Model Object for basic File Information.
FileInfo(File) - Constructor for class hirondelle.web4jtools.metrics.base.FileInfo
Full constructor.
FilesAction - Class in hirondelle.web4jtools.metrics.files
Show a sortable file listing.
FilesAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.files.FilesAction
 
fileURL(String) - Static method in class hirondelle.web4jtools.util.Functions
Return a file:// URI for the given file.
forDowntimeListing() - Static method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
Return an instance having FINEST level for application logs.
formatEyeFriendly(Date, Locale, TimeZone) - Method in class DateConverterImpl
 
formatEyeFriendlyDateTime(DateTime, Locale) - Method in class DateConverterImpl
 
forStats(String) - Static method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
Return an instance having FINEST level for the given log.
Functions - Class in hirondelle.web4jtools.util
Utility functions called from JSPs, using JSTL functions.

G

get(Class<?>, String, RequestParameter) - Method in class ConvertParamErrorImpl
Return a ModelCtorException having a compound message.
get(String, Locale) - Method in class TranslatorImpl
No-operation, simply return the base text as is.
getAppLoggingDirectory() - Method in class hirondelle.web4jtools.logview.directories.LogInfo
 
getApplyOperation() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
getAuthor() - Method in class AppInfo
 
getAverageLinesPerFile() - Method in class hirondelle.web4jtools.metrics.lines.LineStat
Return (num lines / num files).
getBaseDirectory() - Method in class hirondelle.web4jtools.metrics.base.BaseInfo
 
getBaseURIForFetchingImages() - Method in class hirondelle.web4jtools.metrics.base.BaseInfo
 
getBuildDate() - Method in class AppInfo
 
getCheckEmail() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getCheckPattern() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getCheckSpam() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getCodeTable() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getConnection() - Method in class ConnectionSrc
Returns null
getConnection(String) - Method in class ConnectionSrc
Returns null.
getContent() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the contents of the file as a single String (source files only).
getControlName() - Method in enum hirondelle.web4jtools.codegenerator.codes.ControlStyle
 
getControlStyle() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getCount() - Method in class hirondelle.web4jtools.logview.stats.LevelBucket
Return the number of items in this bucket.
getCount() - Method in class hirondelle.web4jtools.metrics.histogram.Bucket
Return the number of items in this bucket.
getDatabaseNames() - Method in class ConnectionSrc
Returns an empty set, to indicate to web4j that no database is used in this app.
getDate() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
getDescription() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getDuration() - Method in class hirondelle.web4jtools.logview.downtime.DownTime
Duration of the down time, in minutes.
getEmittedText(String) - Method in class hirondelle.web4jtools.help.ShowHelpTag
See class comment.
getEmittedText(String) - Method in class hirondelle.web4jtools.util.LastCommaTag
 
getEmittedText(String) - Method in class hirondelle.web4jtools.util.NoEmptyLinesTag
 
getEmittedText(String) - Method in class hirondelle.web4jtools.util.SaveToFile
 
getErrorMessage() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getExtension() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the file extension.
getExtension() - Method in class hirondelle.web4jtools.metrics.lines.LineStat
Return the file extension for this stat.
getFileInfo() - Method in class hirondelle.web4jtools.metrics.images.ImageReference
Return the file information for the image itself.
getFor(LogFor) - Static method in class hirondelle.web4jtools.logview.parser.LogParserInstance
 
getForDisplay() - Method in enum hirondelle.web4jtools.codegenerator.codes.UiStyle
Render for display to the end user.
getFrom() - Method in class hirondelle.web4jtools.logview.downtime.DownTime
 
getHardValidationPattern() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getId() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getIgnorableFiles() - Static method in class hirondelle.web4jtools.metrics.base.FileInfo
Returned the list of ignorable files, as configured in web.xml.
getImageFileExtensions() - Static method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the list of extensions for image files, as configured in web.xml.
getIsDescendingOrder() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getIsHardValidatedForLength() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getIsOrderByField() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getIsPrimaryKey() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getIsRequired() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getLastModified() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the date the file was last modified.
getLevel() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
getLevel() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getLevel() - Method in class hirondelle.web4jtools.logview.stats.LevelBucket
 
getLink() - Method in class AppInfo
 
getLogFileContents(File, SimpleCriteria) - Method in class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Return the contents of a log file as a String.
getLogFor() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getLogFor() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
getLogger() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
getLoggerStartsWith() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getLogMessageContains() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getMarkupFileExtensions() - Static method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the list of extensions for markup files, as configured in web.xml.
getMax() - Method in class hirondelle.web4jtools.metrics.histogram.Bucket
 
getMaxDate() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getMaximum() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getMessage() - Method in class AppInfo
 
getMessage() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
getMethod() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
getMethodName() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getMin() - Method in class hirondelle.web4jtools.metrics.histogram.Bucket
 
getMinDate() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getMinimum() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getMostRecentLogFile(LogFor) - Method in class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Return the most recent log file in a given directory.
getName() - Method in class AppInfo
 
getName() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
getName() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getName() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the absolute path name of the file.
getName() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Return 'sql'.
getName() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return 'view'.
getNumCommentLines() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the number of comments (java files only)
getNumDecimals() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getNumFiles() - Method in class hirondelle.web4jtools.metrics.lines.LineStat
Return the number of files for this extension.
getNumLines() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
getNumLines() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the number of lines (source files only)
getNumLines() - Method in class hirondelle.web4jtools.metrics.lines.LineStat
Return the number of lines for this extension.
getNumReferences() - Method in class hirondelle.web4jtools.metrics.images.ImageReference
Return the number of files that reference the image.
getNumTabs() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the number of tab characters (source files only).
getPackageName() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
getParsedLogFile(File, ParsedCriteria) - Method in class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Return the entire content of a log file as a List<LoggerRecord>.
getPercentComments() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the percentage of comments as part of total lines (java files only)
getPlain(String, String, Class) - Static method in class hirondelle.web4jtools.util.TemplatedPage
Return a templated page for displaying plain text, not markup.
getProjectName() - Method in class hirondelle.web4jtools.logview.directories.LogInfo
 
getProjectName() - Method in class hirondelle.web4jtools.metrics.base.BaseInfo
 
getQualifiedName() - Method in enum hirondelle.web4jtools.codegenerator.codes.FieldType
Return the package-qualified name of the class.
getReferencingFiles() - Method in class hirondelle.web4jtools.metrics.images.ImageReference
List all files that reference the image.
getRefreshRate() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
getReverseOrder() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
getSection() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
getServerLogFileStartsWith() - Method in class hirondelle.web4jtools.logview.directories.LogInfo
 
getServerLoggingDirectory() - Method in class hirondelle.web4jtools.logview.directories.LogInfo
 
getShowOperation() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
getSimpleName() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the simple name of the file, without path information.
getSize() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the size of the file in bytes.
getSortOrder() - Method in class hirondelle.web4jtools.codegenerator.field.Field
Return the SortOrder calculated from Field.getIsOrderByField() and Field.getIsDescendingOrder().
getSourceFileExtensions() - Static method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the list of extensions for source files, as configured in web.xml.
getSpecification() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return the name and version of a .jar file's specification (.jar files only).
getStats() - Method in class hirondelle.web4jtools.metrics.lines.LinesCounter
Return the stats to be displayed to the user.
getTo() - Method in class hirondelle.web4jtools.logview.downtime.DownTime
 
getTotalFiles() - Method in class hirondelle.web4jtools.metrics.lines.LinesCounter
Return the total number of files for all extensions.
getTotalLines() - Method in class hirondelle.web4jtools.metrics.lines.LinesCounter
Return the total number of lines for all file extensions.
getType() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
getUiStyle() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
getVersion() - Method in class AppInfo
 

H

HARD_VALIDATON_PATTERN - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
hasAlreadyReacted(HttpSession) - Method in class Login
Returns true.
hashCode() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
 
hashCode() - Method in class hirondelle.web4jtools.codegenerator.field.Field
 
hashCode() - Method in class hirondelle.web4jtools.logview.directories.LogInfo
 
hashCode() - Method in class hirondelle.web4jtools.logview.downtime.DownTime
 
hashCode() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
hashCode() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
hashCode() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
hashCode() - Method in class hirondelle.web4jtools.metrics.base.BaseInfo
 
hashCode() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
 
hashCode() - Method in class hirondelle.web4jtools.metrics.images.ImageReference
 
hashCode() - Method in class hirondelle.web4jtools.metrics.lines.LineStat
 
hirondelle.web4j.config - package hirondelle.web4j.config
Concrete implementation classes required by WEB4J.
hirondelle.web4jtools.codegenerator.action - package hirondelle.web4jtools.codegenerator.action
Generate the source code for the feature's Action class.
hirondelle.web4jtools.codegenerator.codes - package hirondelle.web4jtools.codegenerator.codes
Code Tables for the application.
hirondelle.web4jtools.codegenerator.dao - package hirondelle.web4jtools.codegenerator.dao
Generate the source code of the feature's Data Access Object (DAO).
hirondelle.web4jtools.codegenerator.feature - package hirondelle.web4jtools.codegenerator.feature
Enter the basic info for your feature.
hirondelle.web4jtools.codegenerator.field - package hirondelle.web4jtools.codegenerator.field
Enter the fields (the data) used by the feature.
hirondelle.web4jtools.codegenerator.jsp - package hirondelle.web4jtools.codegenerator.jsp
Generate the view for the feature, as a JSP.
hirondelle.web4jtools.codegenerator.model - package hirondelle.web4jtools.codegenerator.model
Generate the source code for the feature's Model Object.
hirondelle.web4jtools.codegenerator.output - package hirondelle.web4jtools.codegenerator.output
Generate source code - JSP, Action, Model Object, DAO, and .sql file.
hirondelle.web4jtools.codegenerator.restart - package hirondelle.web4jtools.codegenerator.restart
Start over, and begin inputing items for a new feature.
hirondelle.web4jtools.codegenerator.sql - package hirondelle.web4jtools.codegenerator.sql
Generate the .sql file for the feature.
hirondelle.web4jtools.help - package hirondelle.web4jtools.help
Toggle display of help text on and off.
hirondelle.web4jtools.logview.directories - package hirondelle.web4jtools.logview.directories
Override log directory settings in web.xml.
hirondelle.web4jtools.logview.downtime - package hirondelle.web4jtools.logview.downtime
List down time intervals for the application.
hirondelle.web4jtools.logview.parsedview - package hirondelle.web4jtools.logview.parsedview
List log records parsed into various fields.
hirondelle.web4jtools.logview.parser - package hirondelle.web4jtools.logview.parser
Parse log records into Model Objects.
hirondelle.web4jtools.logview.simpleview - package hirondelle.web4jtools.logview.simpleview
View log files as simple text, without parsing into log records.
hirondelle.web4jtools.logview.stats - package hirondelle.web4jtools.logview.stats
View stats on a log file, including a histogram showing relative frequencies of log levels.
hirondelle.web4jtools.metrics.base - package hirondelle.web4jtools.metrics.base
Enter root directory of the your project, and scan source files.
hirondelle.web4jtools.metrics.comments - package hirondelle.web4jtools.metrics.comments
Identify classes having a lower than usual number of comments.
hirondelle.web4jtools.metrics.files - package hirondelle.web4jtools.metrics.files
Sortable listing of all files in the project.
hirondelle.web4jtools.metrics.histogram - package hirondelle.web4jtools.metrics.histogram
Breakdown of sizes of java source code files.
hirondelle.web4jtools.metrics.images - package hirondelle.web4jtools.metrics.images
List all image files, along with files that reference them.
hirondelle.web4jtools.metrics.jars - package hirondelle.web4jtools.metrics.jars
List the names and versions of all jars in the target project.
hirondelle.web4jtools.metrics.lines - package hirondelle.web4jtools.metrics.lines
List the number of lines of source code for each type of file extension.
hirondelle.web4jtools.metrics.tabs - package hirondelle.web4jtools.metrics.tabs
List files containing tab characters, and replace tabs with spaces.
hirondelle.web4jtools.metrics.tests - package hirondelle.web4jtools.metrics.tests
List the test classes, and calculate the precentage of your classes that are tests.
hirondelle.web4jtools.taglet - package hirondelle.web4jtools.taglet
Taglets for extending javadoc.
hirondelle.web4jtools.util - package hirondelle.web4jtools.util
Utility classes.
hirondelle.web4jtools.webmaster.diagnostics - package hirondelle.web4jtools.webmaster.diagnostics
Useful diagnostic information for solving problems related to the Development Tools application itself.
hirondelle.web4jtools.webmaster.logging - package hirondelle.web4jtools.webmaster.logging
Display logging configuration, and edit logging levels.
HistogramAction - Class in hirondelle.web4jtools.metrics.histogram
Display a breakdown of the number of lines for .java files, as a histogram.
HistogramAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.histogram.HistogramAction
 

I

ID - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
ImageReference - Class in hirondelle.web4jtools.metrics.images
Model Object for an image, and all files that reference it.
ImageReference(FileInfo) - Constructor for class hirondelle.web4jtools.metrics.images.ImageReference
Full constructor.
ImageReferencesAction - Class in hirondelle.web4jtools.metrics.images
List all images in the target project, along with all references to each image occurring in markup files.
ImageReferencesAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.images.ImageReferencesAction
Full constructor.
inConstructor() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns false.
inConstructor() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return false.
incrementCount() - Method in class hirondelle.web4jtools.logview.stats.LevelBucket
Increase the number of items in this bucket by one.
incrementCount() - Method in class hirondelle.web4jtools.metrics.histogram.Bucket
Increase the number of items in this bucket by one.
inField() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns false.
inField() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return false.
init(Map<String, String>) - Method in class ConnectionSrc
This implementation is empty.
init(ServletContext) - Static method in class hirondelle.web4jtools.codegenerator.codes.Enumerations
Place all needed enumerations into application scope.
inMethod() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns false.
inMethod() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return false.
inOverview() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns false.
inOverview() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return false.
inPackage() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns false.
inPackage() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return false.
inType() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns true.
inType() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return true.
IS_DESC_ORDER - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
IS_HARD_VALIDATED_FOR_LENGTH - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
IS_ORDER_BY_FIELD - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
IS_PRIMARY_KEY - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
IS_REQUIRED - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
isEnabled() - Static method in class hirondelle.web4jtools.util.SaveToFile
Return true only if BaseDirectoryForGeneratedFiles (web.xml) is not set to 'Disabled' (ignoring case).
isIgnorable(File) - Static method in class hirondelle.web4jtools.metrics.base.FileInfo
Determine if a file is an 'ignorable' file (such as a .class file, for instance.) See FileInfo.getIgnorableFiles().
isImageFile() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the extension matches one of the image file extensions configured in web.xml.
isInlineTag() - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Returns false.
isInlineTag() - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Return false.
isJarFile() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the file extension is '.jar'
isJavaClassFile() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the file extension is '.class'
isJavaSourceFile() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the file extension is '.java'
isMarkupFile() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the extension matches one of the markup file extensions configured in web.xml.
isPresentInWebXml(String, String) - Static method in class hirondelle.web4jtools.util.Ensure
Ensure an item is configured as expected in web.xml.
isRegex() - Static method in class hirondelle.web4jtools.util.Check
Return true only if Object.toString() forms a valid regular expression.
isSourceFile() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the extension matches one of the source file extensions configured in web.xml.
isUnitTest() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
Return true only if the file contains idenifier text configured in web.xml (java files only).

J

JarsAction - Class in hirondelle.web4jtools.metrics.jars
Display name and version for all jars in your source tree.
JarsAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.jars.JarsAction
 
JspAction - Class in hirondelle.web4jtools.codegenerator.jsp
Generate a JSP snippet for the feature, and serve as plain text.
JspAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.jsp.JspAction
 

K

KEY - Static variable in class hirondelle.web4jtools.help.ShowHelpTag
Key which identifies a Boolean attribute placed in session scope.

L

LastCommaTag - Class in hirondelle.web4jtools.util
Trim the final comma appearing in text, along with any trailing characters appearing after the final comma.
LastCommaTag() - Constructor for class hirondelle.web4jtools.util.LastCommaTag
 
LEVEL - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
LEVEL - Static variable in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
 
LevelBucket - Class in hirondelle.web4jtools.logview.stats
Model Object for a histogram element attached to a logging level.
LevelBucket(Level) - Constructor for class hirondelle.web4jtools.logview.stats.LevelBucket
Full constructor.
LinesAction - Class in hirondelle.web4jtools.metrics.lines
Display number of lines of source code, grouped by file extension.
LinesAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.lines.LinesAction
Full constructor.
LinesCounter - Class in hirondelle.web4jtools.metrics.lines
Model Object for calculating total lines per file extension, for all extensions.
LinesCounter() - Constructor for class hirondelle.web4jtools.metrics.lines.LinesCounter
 
LineStat - Class in hirondelle.web4jtools.metrics.lines
Model Object for line stats for a single file extension.
LineStat(SafeText) - Constructor for class hirondelle.web4jtools.metrics.lines.LineStat
Full constructor.
listAllAppLogFiles() - Method in class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Return a List of all application log files.
listFirstRecordsFor(List<File>) - Method in class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Return a List containing the first LoggerRecord in each of the given log files.
listSearchResults() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
List the log records matching the given criteria.
listSearchResults() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
List the log file text according to input criteria.
listSearchResults() - Method in class hirondelle.web4jtools.logview.stats.LogStatsAction
Show stats and histogram.
LOG_FOR - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
LOG_FOR - Static variable in class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
 
LOG_FOR - Static variable in class hirondelle.web4jtools.logview.stats.LogStatsAction
 
LOG_INFO_KEY - Static variable in class hirondelle.web4jtools.logview.directories.LogInfoDAO
Key under which LogInfo objects are stored (in both application and session scopes.)
LogFileDAO - Class in hirondelle.web4jtools.logview.simpleview
Data Access Object for log files.
LogFileDAO(HttpServletRequest) - Constructor for class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Full constructor.
LogFor - Enum in hirondelle.web4jtools.logview.simpleview
Enumeration for the kind of log desired - application or server.
LOGGER_NAME - Static variable in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
 
LOGGER_STARTS_WITH - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
LoggerRecord - Class in hirondelle.web4jtools.logview.parsedview
Model Object for a parsed Logger Record.
LoggerRecord(String, Date, String, String, String) - Constructor for class hirondelle.web4jtools.logview.parsedview.LoggerRecord
Full constructor.
LoggerRecord(Date, String, String) - Constructor for class hirondelle.web4jtools.logview.parsedview.LoggerRecord
Alternate constructor.
Login - Class in hirondelle.web4j.config
This implementation does nothing.
Login() - Constructor for class Login
 
LogInfo - Class in hirondelle.web4jtools.logview.directories
Basic information on logging directories.
LogInfo(SafeText, SafeText, SafeText, SafeText) - Constructor for class hirondelle.web4jtools.logview.directories.LogInfo
Full constructor.
LogInfoAction - Class in hirondelle.web4jtools.logview.directories
Allow user to override settings in web.xml for LogInfo.
LogInfoAction(RequestParser) - Constructor for class hirondelle.web4jtools.logview.directories.LogInfoAction
 
LogInfoDAO - Class in hirondelle.web4jtools.logview.directories
Save and fetch the current LogInfo.
LogInfoDAO(HttpServletRequest) - Constructor for class hirondelle.web4jtools.logview.directories.LogInfoDAO
Full constructor
LogParser - Interface in hirondelle.web4jtools.logview.parser
Generic interface for parsing an entire log file into specific records.
LogParserForJDKDefault - Class in hirondelle.web4jtools.logview.parser
Parse a JDK log file having default format.
LogParserForJDKDefault() - Constructor for class hirondelle.web4jtools.logview.parser.LogParserForJDKDefault
 
LogParserInstance - Class in hirondelle.web4jtools.logview.parser
Returns a LogParser either for an application log file, or a server log file.
LogStatsAction - Class in hirondelle.web4jtools.logview.stats
List stats for a log file, including a histogram of relative frequency of levels.
LogStatsAction(RequestParser) - Constructor for class hirondelle.web4jtools.logview.stats.LogStatsAction
 
lookUpCodeTablesAndPlaceIntoAppScope() - Static method in class Startup
Called upon startup, and when the content of a code table changes.

M

MAX_DATE - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
MAXIMUM - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
MESSAGE_CONTAINS - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
METHOD_NAME - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
MetricsAction - Class in hirondelle.web4jtools.metrics.base
Abstract Base Class for most Actions related to metrics.
MetricsAction(ResponsePage, RequestParser) - Constructor for class hirondelle.web4jtools.metrics.base.MetricsAction
Full constructor.
MIN_DATE - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
MINIMUM - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
ModelAction - Class in hirondelle.web4jtools.codegenerator.model
Generate a Model Object for the feature, and serve as plain text.
ModelAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.model.ModelAction
 

N

NAME - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
NoEmptyLinesTag - Class in hirondelle.web4jtools.util
Remove all empty lines in the body of the tag.
NoEmptyLinesTag() - Constructor for class hirondelle.web4jtools.util.NoEmptyLinesTag
 
NUM_DECIMALS - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 
NUM_LINES - Static variable in class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
 

O

ORDER - Static variable in class hirondelle.web4jtools.metrics.files.FilesAction
Ascending or descending order.
ORDER - Static variable in class hirondelle.web4jtools.metrics.images.ImageReferencesAction
Ascending or descending order.
ORDER - Static variable in class hirondelle.web4jtools.metrics.lines.LinesAction
Ascending or descending order.
ORIGINAL_URI - Static variable in class hirondelle.web4jtools.help.ShowHelpAction
 
OutputAction - Class in hirondelle.web4jtools.codegenerator.output
Present links for generating your feature's source code.
OutputAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.output.OutputAction
 

P

PACKAGE_NAME - Static variable in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
 
parse(String, ParsedCriteria) - Method in interface hirondelle.web4jtools.logview.parser.LogParser
Parse the contents of a log file into LoggerRecord objects.
parse(String, ParsedCriteria) - Method in class hirondelle.web4jtools.logview.parser.LogParserForJDKDefault
 
ParsedCriteria - Class in hirondelle.web4jtools.logview.parsedview
Model Object for the criteria used for viewing parsed log records.
ParsedCriteria(SafeText, SafeText, Date, Date, SafeText, SafeText, SafeText, Boolean) - Constructor for class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
Full constructor.
ParsedViewAction - Class in hirondelle.web4jtools.logview.parsedview
List parsed logger records, according to given criteria.
ParsedViewAction(RequestParser) - Constructor for class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 
parseEyeFriendly(String, Locale, TimeZone) - Method in class DateConverterImpl
 
parseEyeFriendlyDateTime(String, Locale) - Method in class DateConverterImpl
 
parseHandFriendly(String, Locale, TimeZone) - Method in class DateConverterImpl
 
parseHandFriendlyDateTime(String, Locale) - Method in class DateConverterImpl
 
passes(LoggerRecord) - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
Return true only if the given logger record passes these criteria.
PROJECT_NAME - Static variable in class hirondelle.web4jtools.logview.directories.LogInfoAction
 
PROJECT_NAME - Static variable in class hirondelle.web4jtools.metrics.base.BaseInfoAction
 

R

reactToUserLogin(HttpSession, HttpServletRequest) - Method in class Login
Do nothing.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.codegenerator.action.ActionAction
Read in necessary config from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.logview.directories.LogInfoDAO
Read in config from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.logview.simpleview.LogFileDAO
Read in config from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.metrics.base.BaseInfoDAO
Read in config from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.metrics.base.FileInfo
Read in config from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.metrics.comments.CommentsAction
Read in settings from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.metrics.tabs.TabsRemoveAction
Read in config from web.xml.
readConfig(ServletConfig) - Static method in class hirondelle.web4jtools.util.SaveToFile
Read in configuration from web.xml
REFRESH_RATE - Static variable in class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
 
register(Map) - Static method in class hirondelle.web4jtools.taglet.SqlTaglet
Register this taglet with the javadoc tool, under the taglet name 'sql'.
register(Map) - Static method in class hirondelle.web4jtools.taglet.ViewTaglet
Register this taglet with the javadoc tool, under the taglet name 'view'.
REVERSE_ORDER - Static variable in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
 

S

save(LogInfo) - Method in class hirondelle.web4jtools.logview.directories.LogInfoDAO
Save an 'override' LogInfo into session scope.
save(BaseInfo) - Method in class hirondelle.web4jtools.metrics.base.BaseInfoDAO
Save an 'override' BaseInfo into session scope.
SaveToFile - Class in hirondelle.web4jtools.util
Echo the trimmed body, while also saving it as a file on the server as a side-effect.
SaveToFile() - Constructor for class hirondelle.web4jtools.util.SaveToFile
 
Section - Enum in hirondelle.web4jtools.logview.simpleview
Enumeration for which section of a log file to display - first or last.
SECTION - Static variable in class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
 
SERVER_LOG_FILE_STARTS_WITH - Static variable in class hirondelle.web4jtools.logview.directories.LogInfoAction
 
SERVER_LOGGING_DIR - Static variable in class hirondelle.web4jtools.logview.directories.LogInfoAction
 
setNamed(String) - Method in class hirondelle.web4jtools.util.SaveToFile
Set the name of the emitted file.
show() - Method in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
If no feature name has been input, then shows a blank form.
show() - Method in class hirondelle.web4jtools.logview.directories.LogInfoAction
Show a form with current settings.
show() - Method in class hirondelle.web4jtools.metrics.base.BaseInfoAction
Show a form reflecting current settings.
SHOW_OPERATION - Static variable in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
 
ShowDiagnostics - Class in hirondelle.web4jtools.webmaster.diagnostics
Show an extensive listing of diagnostic information, useful for solving problems.
ShowDiagnostics(RequestParser) - Constructor for class hirondelle.web4jtools.webmaster.diagnostics.ShowDiagnostics
Constructor.
ShowHelpAction - Class in hirondelle.web4jtools.help
Toggle the display of help text, and redirect back to the original URI.
ShowHelpAction(RequestParser) - Constructor for class hirondelle.web4jtools.help.ShowHelpAction
Constructor.
ShowHelpTag - Class in hirondelle.web4jtools.help
Conditionally display help text in a page.
ShowHelpTag() - Constructor for class hirondelle.web4jtools.help.ShowHelpTag
 
ShowOperation - Enum in hirondelle.web4jtools.codegenerator.codes
List and Fetch operations.
SimpleCriteria - Class in hirondelle.web4jtools.logview.simpleview
Model Object for the criteria entered by the user for viewing log files as simple text, in an unparsed form.
SimpleCriteria(SafeText, SafeText, Integer, Integer) - Constructor for class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
Full constructor.
SimpleViewAction - Class in hirondelle.web4jtools.logview.simpleview
View application or server logs as plain text, without parsing.
SimpleViewAction(RequestParser) - Constructor for class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
 
SORT_ON - Static variable in class hirondelle.web4jtools.metrics.files.FilesAction
The column to sort by.
SORT_ON - Static variable in class hirondelle.web4jtools.metrics.images.ImageReferencesAction
The column of the listing to sort on.
SORT_ON - Static variable in class hirondelle.web4jtools.metrics.lines.LinesAction
Column to sort by.
SortOrder - Enum in hirondelle.web4jtools.codegenerator.codes
Ascending or Descending sort order.
SqlAction - Class in hirondelle.web4jtools.codegenerator.sql
Generate the .sql file needed for the feature, and serve it in plain text.
SqlAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.sql.SqlAction
 
SqlTaglet - Class in hirondelle.web4jtools.taglet
Taglet for linking to .sql files.
SqlTaglet() - Constructor for class hirondelle.web4jtools.taglet.SqlTaglet
 
startApplication(ServletConfig, String) - Method in class Startup
Perform startup tasks.
StartFreshAction - Class in hirondelle.web4jtools.codegenerator.restart
Start a new feature.
StartFreshAction(RequestParser) - Constructor for class hirondelle.web4jtools.codegenerator.restart.StartFreshAction
 
Startup - Class in hirondelle.web4j.config
Implementation of StartupTasks, required by WEB4J.
Startup() - Constructor for class Startup
 

T

TabsListAction - Class in hirondelle.web4jtools.metrics.tabs
List source files containing at least one tab character.
TabsListAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.tabs.TabsListAction
Full constructor.
TabsRemoveAction - Class in hirondelle.web4jtools.metrics.tabs
Replace all tab characters in source code with spaces.
TabsRemoveAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.tabs.TabsRemoveAction
Full constructor.
TemplatedPage - Class in hirondelle.web4jtools.util
Create templated ResponsePage objects.
TestsAction - Class in hirondelle.web4jtools.metrics.tests
List the unit test classes.
TestsAction(RequestParser) - Constructor for class hirondelle.web4jtools.metrics.tests.TestsAction
Full constructor.
toString() - Method in class AppInfo
Return AppInfo.getName() + AppInfo.getVersion().
toString() - Method in class hirondelle.web4jtools.codegenerator.feature.Feature
Intended for debugging only.
toString() - Method in class hirondelle.web4jtools.codegenerator.field.Field
Intended for debugging only.
toString() - Method in class hirondelle.web4jtools.logview.directories.LogInfo
Intended for debugging only.
toString() - Method in class hirondelle.web4jtools.logview.downtime.DownTime
 
toString() - Method in class hirondelle.web4jtools.logview.parsedview.LoggerRecord
 
toString() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedCriteria
 
toString() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleCriteria
 
toString() - Method in class hirondelle.web4jtools.metrics.base.BaseInfo
Intended for debugging only.
toString() - Method in class hirondelle.web4jtools.metrics.base.FileInfo
 
toString() - Method in class hirondelle.web4jtools.metrics.images.ImageReference
 
toString() - Method in class hirondelle.web4jtools.metrics.lines.LineStat
 
toString(Tag[]) - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Render a series of &sql items.
toString(Tag) - Method in class hirondelle.web4jtools.taglet.SqlTaglet
Render a single &sql item.
toString(Tag[]) - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Render a series of &view items.
toString(Tag) - Method in class hirondelle.web4jtools.taglet.ViewTaglet
Render a single &view item.
TranslatorImpl - Class in hirondelle.web4j.config
Implementation of Translator, required by WEB4J.
TranslatorImpl() - Constructor for class TranslatorImpl
 
TYPE - Static variable in class hirondelle.web4jtools.codegenerator.field.FieldAction
 

U

UI_STYLE - Static variable in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
 
UiStyle - Enum in hirondelle.web4jtools.codegenerator.codes
Style of user interface corresponding to an ActionTemplateXXX.

V

validateUserInput() - Method in class hirondelle.web4jtools.codegenerator.feature.FeatureAction
Check user input can build a Feature object.
validateUserInput() - Method in class hirondelle.web4jtools.codegenerator.field.FieldAction
Ensure user input can build a Field.
validateUserInput() - Method in class hirondelle.web4jtools.logview.directories.LogInfoAction
Validate changes to current settings.
validateUserInput() - Method in class hirondelle.web4jtools.logview.parsedview.ParsedViewAction
Check that user input can create a ParsedCriteria object.
validateUserInput() - Method in class hirondelle.web4jtools.logview.simpleview.SimpleViewAction
Check user input can form a SimpleCriteria.
validateUserInput() - Method in class hirondelle.web4jtools.logview.stats.LogStatsAction
Ensure user input can build a ParsedCriteria.
validateUserInput() - Method in class hirondelle.web4jtools.metrics.base.BaseInfoAction
Validate changes to current settings.
validateUserInput() - Method in class hirondelle.web4jtools.webmaster.logging.EditLoggerLevels
Ensure user input makes sense.
valueOf(String) - Static method in enum hirondelle.web4jtools.codegenerator.codes.ApplyOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.codegenerator.codes.ControlStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.codegenerator.codes.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.codegenerator.codes.ShowOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.codegenerator.codes.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.codegenerator.codes.UiStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.logview.simpleview.LogFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hirondelle.web4jtools.logview.simpleview.Section
Returns the enum constant of this type with the specified name.
values() - Static method in enum hirondelle.web4jtools.codegenerator.codes.ApplyOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.codegenerator.codes.ControlStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.codegenerator.codes.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.codegenerator.codes.ShowOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.codegenerator.codes.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.codegenerator.codes.UiStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.logview.simpleview.LogFor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hirondelle.web4jtools.logview.simpleview.Section
Returns an array containing the constants of this enum type, in the order they are declared.
ViewTaglet - Class in hirondelle.web4jtools.taglet
Taglet for linking to .jsp files.
ViewTaglet() - Constructor for class hirondelle.web4jtools.taglet.ViewTaglet
 

A B C D E F G H I J K L M N O P R S T U V
WEB4J Development Tools 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26