A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ALIGN_BOTTOM - Static variable in class pl.aislib.util.template.Field
Define vertical alignment.
ALIGN_CENTER - Static variable in class pl.aislib.util.template.Field
Define horizontal alignment.
ALIGN_LEFT - Static variable in class pl.aislib.util.template.Field
Define horizontal alignment.
ALIGN_MIDDLE - Static variable in class pl.aislib.util.template.Field
Define vertical alignment.
ALIGN_RIGHT - Static variable in class pl.aislib.util.template.Field
Define horizontal alignment.
ALIGN_TOP - Static variable in class pl.aislib.util.template.Field
Define vertical alignment.
ANSIConstants - interface pl.aislib.io.ANSIConstants.
 
ANSIConstants.ANSIConstant - interface pl.aislib.io.ANSIConstants.ANSIConstant.
Interface represents ANSI Control Sequence.
ANSIPrintStream - class pl.aislib.io.ANSIPrintStream.
PrintStream supporting ANSI Control Sequences.
ANSIPrintStream(OutputStream) - Constructor for class pl.aislib.io.ANSIPrintStream
Decorate OutputStream with full ANSI support.
ANSIPrintStream(OutputStream, boolean) - Constructor for class pl.aislib.io.ANSIPrintStream
Decorate OutputStream with possible full ANSI support.
AbstractHTMLAttribute - class pl.aislib.text.html.attrs.AbstractHTMLAttribute.
 
AbstractHTMLAttribute(String, String) - Constructor for class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
AbstractHTMLObject - class pl.aislib.text.html.AbstractHTMLObject.
Core class for all HTML objects.
AbstractHTMLObject() - Constructor for class pl.aislib.text.html.AbstractHTMLObject
 
AbstractHTMLObject(String) - Constructor for class pl.aislib.text.html.AbstractHTMLObject
 
AbstractHttpFilter - class pl.aislib.util.web.filters.AbstractHttpFilter.
Base class for http-aware filters.
AbstractHttpFilter() - Constructor for class pl.aislib.util.web.filters.AbstractHttpFilter
 
AbstractShepherdsDog - class pl.aislib.fm.shepherds.AbstractShepherdsDog.
Provide base implementation of ShepherdsDog.
AbstractShepherdsDog() - Constructor for class pl.aislib.fm.shepherds.AbstractShepherdsDog
 
AbstractTransactionalBean - class pl.aislib.util.AbstractTransactionalBean.
 
AbstractTransactionalBean() - Constructor for class pl.aislib.util.AbstractTransactionalBean
Constructor for AbstractTransactionalBean.
AbstractValidator - class pl.aislib.util.validators.AbstractValidator.
Core implementation of validators' class.
AbstractValidator() - Constructor for class pl.aislib.util.validators.AbstractValidator
Initializes validator and sets its properties.
AbstractValidator.ArrayProperty - class pl.aislib.util.validators.AbstractValidator.ArrayProperty.
A class of properties of an array of values.
AbstractValidator.ArrayProperty(int, int, Object[]) - Constructor for class pl.aislib.util.validators.AbstractValidator.ArrayProperty
Deprecated.  
AbstractValidator.ArrayProperty(String, int, int, Object[]) - Constructor for class pl.aislib.util.validators.AbstractValidator.ArrayProperty
 
AbstractValidator.BooleanProperty - class pl.aislib.util.validators.AbstractValidator.BooleanProperty.
A class of properties of boolean value.
AbstractValidator.BooleanProperty(int, int, boolean) - Constructor for class pl.aislib.util.validators.AbstractValidator.BooleanProperty
Deprecated.  
AbstractValidator.BooleanProperty(String, int, int, boolean) - Constructor for class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
AbstractValidator.ConvertedProperty - class pl.aislib.util.validators.AbstractValidator.ConvertedProperty.
A class of properties of string value together with its converted counterpart.
AbstractValidator.ConvertedProperty(int, int, Object, Object) - Constructor for class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
Deprecated.  
AbstractValidator.ConvertedProperty(String, int, int, Object, Object) - Constructor for class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
 
AbstractValidator.IntegerProperty - class pl.aislib.util.validators.AbstractValidator.IntegerProperty.
A class of properties of integer value.
AbstractValidator.IntegerProperty(int, int, int) - Constructor for class pl.aislib.util.validators.AbstractValidator.IntegerProperty
Deprecated.  
AbstractValidator.IntegerProperty(String, int, int, int) - Constructor for class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
AbstractValidator.Property - class pl.aislib.util.validators.AbstractValidator.Property.
Property class.
AbstractValidator.Property(int, int, Object) - Constructor for class pl.aislib.util.validators.AbstractValidator.Property
Deprecated.  
AbstractValidator.Property(String, int, int, Object) - Constructor for class pl.aislib.util.validators.AbstractValidator.Property
 
AbstractValidator.PropertyMap - class pl.aislib.util.validators.AbstractValidator.PropertyMap.
Class of property maps.
AbstractValidator.PropertyMap() - Constructor for class pl.aislib.util.validators.AbstractValidator.PropertyMap
 
AbstractValidator.TokenizedProperty - class pl.aislib.util.validators.AbstractValidator.TokenizedProperty.
A class of properties of string value together with its parts (tokens) divided according to given delimiters.
AbstractValidator.TokenizedProperty(int, int, String) - Constructor for class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
Deprecated.  
AbstractValidator.TokenizedProperty(String, int, int, String) - Constructor for class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
Anchor - class pl.aislib.text.html.Anchor.
Represents HTML 'a' element.
Anchor() - Constructor for class pl.aislib.text.html.Anchor
Constructor.
Application - class pl.aislib.fm.Application.
Describes an application.
Application(String, HttpServlet) - Constructor for class pl.aislib.fm.Application
Main constructor.
ApplicationConfigurationException - exception pl.aislib.fm.ApplicationConfigurationException.
Generic exception class throwed by Application initialization methods.
ApplicationConfigurationException() - Constructor for class pl.aislib.fm.ApplicationConfigurationException
Constructs a new exception.
ApplicationConfigurationException(String) - Constructor for class pl.aislib.fm.ApplicationConfigurationException
Constructs a new exception with the specified message.
ApplicationConfigurationException(Throwable) - Constructor for class pl.aislib.fm.ApplicationConfigurationException
Wrap an existing exception.
ApplicationConfigurationException(String, Throwable) - Constructor for class pl.aislib.fm.ApplicationConfigurationException
Constructs a new exception with specified message, wrapping an existing exception.
ArrayValidator - interface pl.aislib.fm.forms.ArrayValidator.
Core interface for validation of array of strings.
ArrayValidator - class pl.aislib.util.validators.ArrayValidator.
Class of objects validating array of strings.
ArrayValidator() - Constructor for class pl.aislib.util.validators.ArrayValidator
 
AttributeException - exception pl.aislib.text.html.attrs.AttributeException.
 
AttributeException() - Constructor for class pl.aislib.text.html.attrs.AttributeException
Constructs a new exception.
AttributeException(String) - Constructor for class pl.aislib.text.html.attrs.AttributeException
Constructs a new exception.
AttributeNameWrapper - class pl.aislib.fm.AttributeNameWrapper.
Wrapper for attribute names.
AttributeNameWrapper(String) - Constructor for class pl.aislib.fm.AttributeNameWrapper
Creates a new AttributeNameWrapper instance.
AttributeNameWrapper.AttributeNamePredicate - class pl.aislib.fm.AttributeNameWrapper.AttributeNamePredicate.
Class of predicates starting with a given prefix.
AttributeNotAllowedException - exception pl.aislib.text.html.attrs.AttributeNotAllowedException.
 
AttributeNotAllowedException(String, String) - Constructor for class pl.aislib.text.html.attrs.AttributeNotAllowedException
Constructs a new exception.
AttributeNotAllowedException(String, String, AttributesSet) - Constructor for class pl.aislib.text.html.attrs.AttributeNotAllowedException
Constructs a new exception.
AttributeValueNotAllowedException - exception pl.aislib.text.html.attrs.AttributeValueNotAllowedException.
 
AttributeValueNotAllowedException() - Constructor for class pl.aislib.text.html.attrs.AttributeValueNotAllowedException
Constructs a new exception.
AttributeValueNotAllowedException(String) - Constructor for class pl.aislib.text.html.attrs.AttributeValueNotAllowedException
Constructs a new exception.
AttributeValueReadOnlyException - exception pl.aislib.text.html.attrs.AttributeValueReadOnlyException.
 
AttributeValueReadOnlyException() - Constructor for class pl.aislib.text.html.attrs.AttributeValueReadOnlyException
Constructs a new exception.
AttributeValueReadOnlyException(String) - Constructor for class pl.aislib.text.html.attrs.AttributeValueReadOnlyException
Constructs a new exception.
AttributesSet - class pl.aislib.text.html.attrs.AttributesSet.
Class holding set of attributes.
AttributesSet() - Constructor for class pl.aislib.text.html.attrs.AttributesSet
Constructor.
add(AbstractHTMLAttribute) - Method in class pl.aislib.text.html.attrs.AttributesSet
Adds given attribute to this set.
add(Object) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
addAll(AttributesSet) - Method in class pl.aislib.text.html.attrs.AttributesSet
 
addAll(Collection) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
addAllowedValue(Object) - Method in class pl.aislib.text.html.attrs.EnumeratedAttribute
Adds new value to those allowed for this attribute.
addAttribute(AbstractHTMLAttribute) - Method in class pl.aislib.text.html.AbstractHTMLObject
Adds attribute to set of allowed attributes.
addAttributesSet(AttributesSet) - Method in class pl.aislib.text.html.AbstractHTMLObject
 
addClassRenderer(Class, FieldRenderer) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
Register FieldRenderer for values of given Class
addContent(String, Object) - Method in class pl.aislib.fm.messages.MessageHandler
 
addContent(AbstractHTMLObject) - Method in class pl.aislib.text.html.AbstractHTMLObject
 
addCustomProperty(String, Object) - Method in class pl.aislib.util.messages.MessageFormatConverter
Adds custom property to the converter.
addDatabase(String, Database) - Method in class pl.aislib.fm.KeyedDatabase
Puts database to map.
addDefaultValidator(IField) - Method in class pl.aislib.fm.FieldHandler
Adds validator in case when no validators are strictly given in a form definition.
addField(Field) - Method in class pl.aislib.fm.FieldContainer
 
addField(IField) - Method in class pl.aislib.fm.FieldHandler
 
addField(IField) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
addField(Field) - Method in class pl.aislib.util.template.image.ImageTemplate
Add Field to fields List.
addFieldRenderer(String, FieldRenderer) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
Register FieldRenderer for field with a given name.
addFont(TemplateFont) - Method in class pl.aislib.util.template.image.ImageTemplatesBean
Add templateFont to the font List.
addMapping(String, String) - Method in class pl.aislib.fm.forms.FieldBuilder
 
addMapping(String, String) - Method in class pl.aislib.fm.forms.Rule
 
addMessage(int, int, String, IMessageContent, String) - Method in class pl.aislib.fm.MessagesHandler
 
addMessage(int, Integer, Object, Map, String) - Method in class pl.aislib.fm.messages.MessageHandler
 
addMessageGroup(int, List) - Method in class pl.aislib.fm.MessagesHandler
 
addMessageGroup(Integer, List) - Method in class pl.aislib.fm.messages.MessageGroupHandler
 
addMessageInclude(String, int) - Method in class pl.aislib.fm.PageInfo
Adds message to include in output of the page.
addPartialHandler(String, PartialHandler) - Method in class pl.aislib.fm.forms.config.Handler
 
addRule(Rule) - Method in class pl.aislib.fm.Form
 
addRule(IRule, Map) - Method in class pl.aislib.fm.RuleHandler
 
addRule(IRule, Map) - Method in class pl.aislib.fm.forms.config.RuleHandler
 
addSpecificEntityProperties(IEntity, String, Map) - Method in class pl.aislib.fm.FieldContainer
Adds specific entity properties to given map.
addSpecificEntityProperties(IEntity, String, Map) - Method in class pl.aislib.fm.Form
 
addTaskListener(TaskListener) - Method in class pl.aislib.lang.CronTask
Adds the specified task listener to receive events from this task.
addTaskListener(TaskListener) - Method in class pl.aislib.lang.Task
Adds the specified task listener to receive events from this task.
addTemplate(ImageTemplate) - Method in class pl.aislib.util.template.image.ImageTemplatesBean
Add template to the templates List.
addTemplateInclude(String, String) - Method in class pl.aislib.fm.PageInfo
Adds template to include in output of the page.
addType(int) - Method in class pl.aislib.fm.forms.Field
 
addType(int) - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
addValidator(BaseValidator, Map) - Method in class pl.aislib.fm.FieldHandler
 
addValidator(BaseValidator, int) - Method in class pl.aislib.fm.forms.Field
Adds validator to the field.
addValidator(BaseValidator, Map) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
allErrorsAreFatal - Variable in class pl.aislib.util.xml.LogErrorHandler
Descibes if parsing should be stopped on all errors.
allErrorsAreFatal - Variable in class pl.aislib.util.xml.LogErrorListener
Descibes if parsing should be stopped on all errors.
allFieldsValidated - Variable in class pl.aislib.fm.forms.Rule
True, if all fields have been validated.
allRequired - Variable in class pl.aislib.fm.FieldHandler
True if field is required.
allowFuture - Variable in class pl.aislib.util.validators.DateValidator
Property of checking validated future date against current date.
allowPast - Variable in class pl.aislib.util.validators.DateValidator
Property of checking validated past date against current date.
allowedChars - Variable in class pl.aislib.util.validators.StringValidator
Allowed characters in a string property.
allowedValues - Variable in class pl.aislib.text.html.attrs.EnumeratedAttribute
Set of values allowed for this attribute.
allowedValues - Variable in class pl.aislib.util.validators.StringValidator
Allowed values of a string property.
allowedValuesDelimiter - Variable in class pl.aislib.util.validators.StringValidator
Delimiters property for the string of allowed values.
appendPredefinedValues(Map) - Method in class pl.aislib.jakarta.velocity.VelocityTemplateEngine
Appends pair key and values from predefinedValues map to main map which is used to evaluate velocity template.
application - Variable in class pl.aislib.fm.Page
Contains Application description to which this Page belongs.
applyLocalizedPattern(Format, String) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls DecimalFormat.applyLocalizedPattern(String).
applyObject(String, Object) - Method in interface pl.aislib.fm.forms.BaseValidator
Applies various data to implementations of this class.
applyObject(String, Object) - Method in class pl.aislib.util.validators.AbstractValidator
 
areAllFieldsValidated() - Method in class pl.aislib.fm.forms.Rule
 
attributeName - Variable in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
attributeNamesIterator() - Method in class pl.aislib.text.html.AbstractHTMLObject
 
attributeNamesIterator() - Method in class pl.aislib.text.html.attrs.AttributesSet
 
attributeValue - Variable in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
attributesToMap(Attributes) - Method in class pl.aislib.fm.forms.config.Handler
 
attributesToMap(Attributes) - Method in class pl.aislib.fm.forms.config.PartialHandler
 
attrs - Variable in class pl.aislib.text.html.AbstractHTMLObject
Set of attributes allowed for this element.
attrs - Variable in class pl.aislib.text.html.attrs.AttributesSet
Holds attributes within this AttributesSet.

B

BLACK - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;30m constant.
BLINK - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;05m constant.
BLUE - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;34m constant.
BOLD - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;01m constant.
BOLD_BLACK - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;40m constant.
BOLD_BLUE - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;44m constant.
BOLD_CYAN - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;46m constant.
BOLD_GREEN - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;42m constant.
BOLD_MAGENTA - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;45m constant.
BOLD_RED - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;41m constant.
BOLD_WHITE - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;47m constant.
BOLD_YELLOW - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;43m constant.
BaseServlet - class pl.aislib.servlet.BaseServlet.
Deprecated. use BaseServlet instead.
BaseServlet() - Constructor for class pl.aislib.servlet.BaseServlet
Deprecated.  
BaseServlet - class pl.aislib.util.web.servlet.BaseServlet.
Simple servlet which can be used as a superclass.
BaseServlet() - Constructor for class pl.aislib.util.web.servlet.BaseServlet
 
BaseValidator - interface pl.aislib.fm.forms.BaseValidator.
Core interface for validation.
BigDecimalValidator - class pl.aislib.util.validators.BigDecimalValidator.
BigDecimal number validation class.
BigDecimalValidator() - Constructor for class pl.aislib.util.validators.BigDecimalValidator
Constructor for BigDecimalValidator.
Blockquote - class pl.aislib.text.html.Blockquote.
Represents HTML 'blockquote' element.
Blockquote() - Constructor for class pl.aislib.text.html.Blockquote
 
BrowserServlet - class pl.aislib.servlet.BrowserServlet.
Deprecated. use BrowserServlet instead.
BrowserServlet() - Constructor for class pl.aislib.servlet.BrowserServlet
Deprecated.  
BrowserServlet - class pl.aislib.util.web.servlet.BrowserServlet.
Work in progress
BrowserServlet() - Constructor for class pl.aislib.util.web.servlet.BrowserServlet
 
BrowserServlet.FileInfo - class pl.aislib.util.web.servlet.BrowserServlet.FileInfo.
 
BrowserServlet.FileInfo(String, long, long, boolean, File) - Constructor for class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
BrowserServlet.FileInfoComparator - class pl.aislib.util.web.servlet.BrowserServlet.FileInfoComparator.
 
BrowserServlet.FileInfoComparator(HttpServletRequest) - Constructor for class pl.aislib.util.web.servlet.BrowserServlet.FileInfoComparator
 
bTreatEmptyAsNull - Variable in class pl.aislib.fm.FieldContainer
True if empty fields should be given null value.
blue - Variable in class pl.aislib.util.template.TemplateFont
 
builder - Variable in class pl.aislib.fm.forms.Field
Builder for the field, for complex fields only.

C

CDataAttribute - class pl.aislib.text.html.attrs.CDataAttribute.
 
CDataAttribute(String) - Constructor for class pl.aislib.text.html.attrs.CDataAttribute
 
CDataNode - class pl.aislib.text.html.CDataNode.
 
CDataNode(String) - Constructor for class pl.aislib.text.html.CDataNode
 
CHECKING_TIMEOUT - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
CONNECTION_STATUS_FAILED - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
CONNECTION_STATUS_OK - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
CONTEXT_KEY - Static variable in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
Properties key identifies the given ServletContext instance.
CUSTOM - Static variable in interface pl.aislib.fm.messages.IMessage
Constant describing custom type of message.
CYAN - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;36m constant.
CheckSingleFieldRule - class pl.aislib.util.rules.CheckSingleFieldRule.
Describes rules for checking if given set of fields should be validated when another field is checked.
CheckSingleFieldRule() - Constructor for class pl.aislib.util.rules.CheckSingleFieldRule
 
CheckSingleFieldRule(String) - Constructor for class pl.aislib.util.rules.CheckSingleFieldRule
 
Checkbox - class pl.aislib.text.html.input.Checkbox.
Represents HTML Checkbox (input element with type set to 'checkbox').
Checkbox() - Constructor for class pl.aislib.text.html.input.Checkbox
Constructor.
ClassConstUtils - class pl.aislib.lang.ClassConstUtils.
 
ClassConstUtils() - Constructor for class pl.aislib.lang.ClassConstUtils
 
CommonsLogSystem - class pl.aislib.jakarta.velocity.CommonsLogSystem.
Interface between Velocity and Commons Logging.
CommonsLogSystem() - Constructor for class pl.aislib.jakarta.velocity.CommonsLogSystem
 
ConditionalRule - class pl.aislib.fm.forms.ConditionalRule.
Class of conditional rules.
ConditionalRule() - Constructor for class pl.aislib.fm.forms.ConditionalRule
 
ConditionalRule(String) - Constructor for class pl.aislib.fm.forms.ConditionalRule
 
ConfigAdapter - class pl.aislib.fm.ConfigAdapter.
Abstract class for encapsulating the environment specific parameters for application.
ConfigAdapter() - Constructor for class pl.aislib.fm.ConfigAdapter
 
ConnectionCheckerFilter - class pl.aislib.util.web.filters.ConnectionCheckerFilter.
Simple filter which checks if all specified database connections can be open.
ConnectionCheckerFilter() - Constructor for class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
Constants - interface pl.aislib.fm.Constants.
Holds some used contants.
Controller - class pl.aislib.fm.Controller.
Main controller of application.
Controller(Application, Workflow) - Constructor for class pl.aislib.fm.Controller
Constructor for Controller.
CoreAttributesSet - class pl.aislib.text.html.attrs.CoreAttributesSet.
Represents CoreAttrs Attributes Set.
CoreAttributesSet() - Constructor for class pl.aislib.text.html.attrs.CoreAttributesSet
 
CreditCardValidator - class pl.aislib.util.validators.CreditCardValidator.
Credit card validation class.
CreditCardValidator() - Constructor for class pl.aislib.util.validators.CreditCardValidator
Base constructor.
CronTask - class pl.aislib.lang.CronTask.
 
CronTask() - Constructor for class pl.aislib.lang.CronTask
 
characters(char[], int, int) - Method in class pl.aislib.fm.forms.config.Handler
 
characters(char[], int, int) - Method in class pl.aislib.fm.forms.config.PartialHandler
 
checkAllowedChars(String) - Method in class pl.aislib.util.validators.StringValidator
 
checkAllowedValues(Object) - Method in class pl.aislib.util.validators.StringValidator
 
checkCondition - Variable in class pl.aislib.fm.forms.Rule
True if rule is conditional.
checkConditionName - Variable in class pl.aislib.fm.forms.ConditionalRule
Name of checking condition parameter.
checkConditionValue - Variable in class pl.aislib.fm.forms.ConditionalRule
Value of checking condition parameter.
checkDisallowedChars(String) - Method in class pl.aislib.util.validators.StringValidator
 
checkDisallowedValues(Object) - Method in class pl.aislib.util.validators.StringValidator
 
checkEmpty(Object) - Method in class pl.aislib.util.validators.AbstractValidator
Checks whether an object is empty.
checkEmpty(Object[]) - Method in class pl.aislib.util.validators.AbstractValidator
Checks whether an array of objects is empty.
checkEmpty(Object) - Method in class pl.aislib.util.validators.Validator
 
checkFuture(Object) - Method in class pl.aislib.util.validators.DateValidator
 
checkLength(Object[]) - Method in class pl.aislib.util.validators.ArrayValidator
 
checkLength(Object[], boolean, boolean) - Method in class pl.aislib.util.validators.ArrayValidator
 
checkLength(String) - Method in class pl.aislib.util.validators.StringValidator
 
checkLength(String, boolean, boolean) - Method in class pl.aislib.util.validators.StringValidator
 
checkPast(Object) - Method in class pl.aislib.util.validators.DateValidator
 
checkProperty(AbstractValidator.Property) - Method in class pl.aislib.util.validators.AbstractValidator
Specifies whether a property can be checked against the validation.
checkProperty(AbstractValidator.PropertyMap) - Method in class pl.aislib.util.validators.AbstractValidator
Specifies whether a property map can be checked against the validation.
checkProtocol(URL) - Method in class pl.aislib.util.validators.URLValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.BigDecimalValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.DateValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.FloatValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.IntegerValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.LongValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.NumberValidator
 
checkRange(Object) - Method in class pl.aislib.util.validators.RangeValidator
 
checkRange(Object, boolean, boolean) - Method in class pl.aislib.util.validators.RangeValidator
Should be overridden in subclasses.
checkRuleForValidation(Rule) - Method in class pl.aislib.fm.Form
 
checkSSN(String) - Method in class pl.aislib.util.validators.SSNValidator
 
checkValidatorData(BaseValidator, Object) - Method in class pl.aislib.fm.forms.Field
 
checkZip(String) - Method in class pl.aislib.util.validators.ZipValidator
 
cleanSession() - Method in class pl.aislib.fm.Page
Cleans all session objects associated with this application.
clear() - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
clear() - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
clone() - Method in class pl.aislib.fm.Form
 
cloneMessageGroups() - Method in class pl.aislib.fm.MessagesHandler
 
cloneMessages() - Method in class pl.aislib.fm.MessagesHandler
 
code - Variable in class pl.aislib.fm.messages.Message
Identification code for the message.
compare(Object, Object) - Method in class pl.aislib.util.web.servlet.BrowserServlet.FileInfoComparator
 
config - Variable in class pl.aislib.util.web.filters.AbstractHttpFilter
FilterConfig instance, passed in AbstractHttpFilter.init(FilterConfig)
configFormat() - Method in class pl.aislib.util.validators.PhoneValidator
Phone configuration.
configSsnTypes() - Method in class pl.aislib.util.validators.SSNValidator
Configure SSN types.
configStateTypes() - Method in class pl.aislib.util.validators.StatesValidator
Configure region types.
configZipTypes() - Method in class pl.aislib.util.validators.ZipValidator
Configure zip code types.
configure(InputStream) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
Configure this ImageTemplateProducer using XML description from InputStream
configure() - Method in class pl.aislib.util.template.image.ImageTemplatesDigester
 
configureLog(Map, String) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Put proper entries for CommonsLogSystem into given Map.
configureServletContextLoader(Map, ServletContext) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Put proper keys for ServletContextResourceLoader into given Map.
configureServletContextLoader(Map, ServletContext, String) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Put proper entries for ServletContextResourceLoader into given Map.
configureServletContextLoader(Map, ServletContext, String, boolean) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Put proper entries for ServletContextResourceLoader into given Map.
configureURLResourceLoader(Map, long) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Put proper entries for URLResourceLoader into given Map.
configureURLResourceLoader(Map) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
For backwards compatibility: configure URL resource loader without caching (modificationCheckInterval = 0, no caching - might be quite slow)
configured - Variable in class pl.aislib.util.template.image.ImageTemplatesDigester
 
constrainValues(Map, String) - Method in class pl.aislib.fm.FieldContainer
 
constrainValues(Map, Map, boolean) - Method in class pl.aislib.fm.FieldContainer
Method constrainValues.
constsFromClass(Class) - Static method in class pl.aislib.lang.ClassConstUtils
Returns all final static from given class as a map.
containerProperties - Variable in class pl.aislib.fm.Workflow
Map of properties of template container.
contains(String) - Method in class pl.aislib.text.html.attrs.AttributesSet
Checks if this set contains Attribute with name given as parameter.
contains(Object) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
containsAll(Collection) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
containsKey(Object) - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
containsValue(Object) - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
content - Variable in class pl.aislib.fm.messages.Message
Content of the message.
content - Variable in class pl.aislib.text.html.AbstractHTMLObject
Descendants of this element.
contentIterator() - Method in class pl.aislib.text.html.AbstractHTMLObject
 
convert(IMessage, String, Object, Object) - Method in interface pl.aislib.fm.messages.IMessageConverter
 
convert(IMessageConverter, String, Object, Object) - Method in class pl.aislib.fm.messages.Message
Converts the message using an IMessageConverter implementation.
convert(IMessage, String, Object, Object) - Method in class pl.aislib.util.messages.MessageFormatConverter
 
convert(IMessage, String, Object, Object) - Method in class pl.aislib.util.messages.StandardMessageConverter
 
convertObject(String) - Method in class pl.aislib.util.validators.BigDecimalValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.DateValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.FloatValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.IntegerValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.LongValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.NumberValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.StringValidator
 
convertObject(String) - Method in class pl.aislib.util.validators.TimestampValidator
 
convertValues(String[]) - Method in class pl.aislib.util.validators.StringValidator
 
convertedTokens - Variable in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
Array of converted tokens.
convertedValue - Variable in class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
Converted value.
countDefault(boolean) - Method in class pl.aislib.util.validators.AbstractValidator.PropertyMap
Counts (not) default properties in the map.
countSet(boolean) - Method in class pl.aislib.util.validators.AbstractValidator.PropertyMap
Counts properties in the map that have (not) been set.
create(String) - Method in class pl.aislib.fm.forms.config.PartialHandler
 
createFieldsValidatedConditionally() - Method in class pl.aislib.fm.forms.Rule
Puts fields that are to be validated conditionally into fieldsValidatedConditionally map.
createFont(TemplateFont) - Method in class pl.aislib.util.template.image.SimpleFieldRenderer
 
createInputSource(URL) - Static method in class pl.aislib.util.xml.XMLUtils
Creates InputSource.
createInstance(boolean, String, Locale) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Creates new instance of NumberFormat.
createNewField(String) - Method in class pl.aislib.fm.FieldHandler
 
createNewField(String) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
createObject(String) - Method in class pl.aislib.fm.forms.config.PartialHandler
 
createPartialHandlers() - Method in class pl.aislib.fm.FormsHandler
 
createPartialHandlers() - Method in class pl.aislib.fm.MessagesHandler
 
createPartialHandlers() - Method in class pl.aislib.fm.forms.config.Handler
Creates partial handlers, if any.
crypt(String, String) - Static method in class pl.aislib.util.crypt.UnixCrypt
Encrypt a password given the cleartext password and a "salt".
crypt(String) - Static method in class pl.aislib.util.crypt.UnixCrypt
Encrypt a password given the cleartext password.
currentAttributes - Variable in class pl.aislib.fm.forms.config.PartialHandler
Attributes being used.
currentBuffer - Variable in class pl.aislib.fm.forms.config.Handler
Buffer being used.
currentBuffer - Variable in class pl.aislib.fm.forms.config.PartialHandler
Buffer being used.
currentBuilder - Variable in class pl.aislib.fm.forms.config.FieldHandler
Builder being used.
currentClassName - Variable in class pl.aislib.fm.forms.config.FieldHandler
name of validation class currently parsed.
currentContentItems - Variable in class pl.aislib.fm.messages.MessageHandler
Map of contents being used.
currentContentLanguage - Variable in class pl.aislib.fm.messages.MessageHandler
Content's language being used.
currentField - Variable in class pl.aislib.fm.forms.config.FieldHandler
Field being used.
currentForm - Variable in class pl.aislib.fm.FormsHandler
Form being used.
currentKey - Variable in class pl.aislib.fm.messages.MessageHandler
Message key being used.
currentMapping - Variable in class pl.aislib.fm.forms.config.FieldHandler
Current mapping.
currentMapping - Variable in class pl.aislib.fm.forms.config.RuleHandler
Mapping being used.
currentMessageCode - Variable in class pl.aislib.fm.messages.MessageHandler
Message code being used.
currentMessageGroup - Variable in class pl.aislib.fm.messages.MessageGroupHandler
Group of messages being used.
currentMessageGroupCode - Variable in class pl.aislib.fm.messages.MessageGroupHandler
Group code of messages being used.
currentMessageRef - Variable in class pl.aislib.fm.messages.MessageGroupHandler
Message reference being used.
currentMessageType - Variable in class pl.aislib.fm.messages.MessageHandler
Message type being used.
currentObject - Variable in class pl.aislib.fm.forms.config.Handler
Object being used.
currentObject - Variable in class pl.aislib.fm.forms.config.PartialHandler
Object being used.
currentPartialHandler - Variable in class pl.aislib.fm.forms.config.Handler
Current partial handler.
currentProperties - Variable in class pl.aislib.fm.forms.config.FieldHandler
Current properties.
currentProperties - Variable in class pl.aislib.fm.forms.config.RuleHandler
Properties being used.
currentRule - Variable in class pl.aislib.fm.forms.config.RuleHandler
Rule being used.
currentValidator - Variable in class pl.aislib.fm.forms.config.FieldHandler
Validator being used.

D

DEFAULT - Static variable in class pl.aislib.util.validators.AbstractValidator.Property
Constant describing default property.
DEFAULT_ALIGN - Static variable in class pl.aislib.util.template.Field
For horizontal and vertical alignment.
DEFAULT_EXCEPTION_MESSAGE - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
DEFAULT_LOG_CATEGORY - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
DEFAULT_PAGE - Static variable in class pl.aislib.util.template.Field
 
DIRECTORY_KEY - Static variable in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
Properties key specifies directory inside the WEB-INF directory, where the templates are located.
Database - class pl.aislib.fm.Database.
Core implementation of database object.
Database(Manager) - Constructor for class pl.aislib.fm.Database
 
DatabaseOperation - interface pl.aislib.util.jdbc.DatabaseOperation.
Indicates ability to perform database operations.
DateBuilder - class pl.aislib.util.builders.DateBuilder.
Field builder for Date dates.
DateBuilder() - Constructor for class pl.aislib.util.builders.DateBuilder
Constructor for DateBuilder.
DateRangeRule - class pl.aislib.util.rules.DateRangeRule.
Describes rules for checking if two dates form a proper range.
DateRangeRule() - Constructor for class pl.aislib.util.rules.DateRangeRule
 
DateRangeRule(String) - Constructor for class pl.aislib.util.rules.DateRangeRule
Constructor for DateRangeRule.
DateUtils - class pl.aislib.util.DateUtils.
Lenient date comparision - hour/minute/second stripping.
DateUtils() - Constructor for class pl.aislib.util.DateUtils
 
DateValidator - class pl.aislib.util.validators.DateValidator.
Date validation class.
DateValidator() - Constructor for class pl.aislib.util.validators.DateValidator
Base constructor.
Div - class pl.aislib.text.html.Div.
Represents HTML 'div' element.
Div() - Constructor for class pl.aislib.text.html.Div
 
DogWatchingHttpRequest - class pl.aislib.fm.shepherds.DogWatchingHttpRequest.
Helper class for using while testing whole HttpServletRequest.
DogWatchingHttpRequest() - Constructor for class pl.aislib.fm.shepherds.DogWatchingHttpRequest
 
DogWatchingHttpRequestAttributes - class pl.aislib.fm.shepherds.DogWatchingHttpRequestAttributes.
Helper class used for testing HttpServletRequest attributes.
DogWatchingHttpRequestAttributes() - Constructor for class pl.aislib.fm.shepherds.DogWatchingHttpRequestAttributes
 
DogWatchingHttpRequestParameters - class pl.aislib.fm.shepherds.DogWatchingHttpRequestParameters.
Helper class used for testing HttpServletRequest parameters.
DogWatchingHttpRequestParameters() - Constructor for class pl.aislib.fm.shepherds.DogWatchingHttpRequestParameters
 
DogWatchingHttpSessionAttributes - class pl.aislib.fm.shepherds.DogWatchingHttpSessionAttributes.
Helper class used for testing HttpSession attributes.
DogWatchingHttpSessionAttributes() - Constructor for class pl.aislib.fm.shepherds.DogWatchingHttpSessionAttributes
 
DoubleValidator - class pl.aislib.util.validators.DoubleValidator.
Double validation class.
DoubleValidator() - Constructor for class pl.aislib.util.validators.DoubleValidator
 
DummyOptionRenderer - class pl.aislib.text.html.render.DummyOptionRenderer.
Dummy OptionRenderer implementation.
DummyOptionRenderer() - Constructor for class pl.aislib.text.html.render.DummyOptionRenderer
 
data - Variable in class pl.aislib.util.validators.AbstractValidator
Object storing additional data.
dataSource - Variable in class pl.aislib.util.jdbc.JNDIManager
 
databases - Variable in class pl.aislib.fm.KeyedDatabase
Database instances.
dateToString(long) - Method in class pl.aislib.util.web.servlet.SpyServlet
 
decimalFormat - Variable in class pl.aislib.util.validators.NumberValidator
Format needed for parsing values.
defaultLanguage - Variable in class pl.aislib.fm.MessagesHandler
Default language for messages.
defaultLanguage - Variable in class pl.aislib.fm.messages.Message
Default language for the message.
defaultLanguage - Variable in class pl.aislib.fm.messages.MessageHandler
Default language.
defaultValue - Variable in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
destroy() - Method in class pl.aislib.util.web.filters.AbstractHttpFilter
Empty method to be ovverriden.
destroy() - Method in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
disableDefaultLibraryLoading(Map) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Disable loading of default macro library.
disableLog(Map) - Static method in class pl.aislib.jakarta.velocity.VelocityConfigHelper
Disable Velocity internal logging.
disallowedChars - Variable in class pl.aislib.util.validators.StringValidator
Disallowed characters in a string property.
disallowedValues - Variable in class pl.aislib.util.validators.StringValidator
Disallowed values of a string property.
disallowedValuesDelimiter - Variable in class pl.aislib.util.validators.StringValidator
Delimiters property for the string of forbidden values.
dispatch(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.fm.Application
Process request and response.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class pl.aislib.util.web.filters.AbstractHttpFilter
Calls AbstractHttpFilter.doFilter(HttpServletRequest, HttpServletResponse, FilterChain).
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class pl.aislib.util.web.filters.AbstractHttpFilter
Handle filter logic.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class pl.aislib.util.web.filters.VersionFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.BaseServlet
Call BaseServlet.doPostOrGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
doGet(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.BrowserServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.BaseServlet
Call BaseServlet.doPostOrGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
doPostOrGet(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.BaseServlet
This method should be implemented in subclasses.
doPostOrGet(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.SpyServlet
 
doValidate(Map, Object) - Method in class pl.aislib.fm.FieldContainer
Main step of validation of fields in the container.
doValidate(Map, Object) - Method in class pl.aislib.fm.Form
Form validates all non-complex fields first, then all complex fields.
doValidate(Form, Map, Map, int) - Method in class pl.aislib.fm.forms.Rule
Validates the rule, called from Form.validateRule(Rule, Map, Map).
drawString(Graphics, String, int, int, int) - Method in class pl.aislib.util.template.image.SimpleFieldRenderer
 

E

ERROR - Static variable in interface pl.aislib.fm.messages.IMessage
Constant describing error type of message.
ERROR_ACTION - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ERROR_ACTION_DISPATCHER - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ERROR_ACTION_DISPATCHER_URL - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ERROR_ACTION_EXCEPTION - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ERROR_ACTION_EXCEPTION_MESSAGE - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ERROR_ACTION_REDIRECT - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ERROR_ACTION_REDIRECT_URL - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
EmailValidator - class pl.aislib.util.validators.EmailValidator.
Email validation class.
EmailValidator() - Constructor for class pl.aislib.util.validators.EmailValidator
Base constructor.
EncapsulatedException - exception pl.aislib.lang.EncapsulatedException.
Generic exception class encapsulating exception describing real problem cause.
EncapsulatedException() - Constructor for class pl.aislib.lang.EncapsulatedException
Constructs a new exception.
EncapsulatedException(String) - Constructor for class pl.aislib.lang.EncapsulatedException
Constructs a new exception with the specified message.
EncapsulatedException(Throwable) - Constructor for class pl.aislib.lang.EncapsulatedException
Wrap an existing exception in EncapsulatedException.
EncapsulatedException(String, Throwable) - Constructor for class pl.aislib.lang.EncapsulatedException
Constructs a new exception with specified message, wrapping an existing exception in EncapsulatedException.
EntityNode - class pl.aislib.text.html.EntityNode.
Encapsulates entity.
EntityNode(String) - Constructor for class pl.aislib.text.html.EntityNode
Constructor.
EnumeratedAttribute - class pl.aislib.text.html.attrs.EnumeratedAttribute.
Class describing Attribute with enumerated allowed values.
EnumeratedAttribute(String) - Constructor for class pl.aislib.text.html.attrs.EnumeratedAttribute
 
EqualityRule - class pl.aislib.util.rules.EqualityRule.
Describes rules for checking if two objects are equal.
EqualityRule() - Constructor for class pl.aislib.util.rules.EqualityRule
 
EqualityRule(String) - Constructor for class pl.aislib.util.rules.EqualityRule
Constructor for EqualityRule.
EventsAttributesSet - class pl.aislib.text.html.attrs.EventsAttributesSet.
Represents Events Attributes Set.
EventsAttributesSet() - Constructor for class pl.aislib.text.html.attrs.EventsAttributesSet
 
ExtendedTaskListener - interface pl.aislib.lang.ExtendedTaskListener.
 
egzamine(List, Pasture, Object, String) - Static method in class pl.aislib.fm.shepherds.ShepherdsSchool
 
endElement(String, String, String) - Method in class pl.aislib.fm.Workflow
Receives notification of the end of an element.
endElement(String, String, String) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
endElement(String, String, String) - Method in class pl.aislib.fm.forms.config.Handler
 
endElement(String, String, String) - Method in class pl.aislib.fm.forms.config.RuleHandler
 
endElement(String, String, String) - Method in class pl.aislib.fm.messages.MessageGroupHandler
 
endElement(String, String, String) - Method in class pl.aislib.fm.messages.MessageHandler
 
endRange - Variable in class pl.aislib.util.validators.RangeValidator
End range property.
entityRef - Variable in class pl.aislib.text.html.EntityNode
Contains XML entity.
entrySet() - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
equals(Object) - Method in class pl.aislib.fm.PageInfo
Checks 'equality' of two PageInfo objects.
equals(Object) - Method in class pl.aislib.fm.messages.Message
 
equals(Object) - Method in class pl.aislib.util.Pair
 
error(SAXParseException) - Method in class pl.aislib.util.xml.LogErrorHandler
Receive notification of a recoverable error.
error(TransformerException) - Method in class pl.aislib.util.xml.LogErrorListener
Receive notification of a recoverable error.
evaluate(Object) - Method in class pl.aislib.fm.AttributeNameWrapper.AttributeNamePredicate
 
evaluate(Object, Map) - Method in class pl.aislib.fm.TemplateEngine
Evaluates template.
evaluate(Object, Map) - Method in class pl.aislib.jakarta.velocity.VelocityTemplateEngine
 
evaluate(Object) - Method in class pl.aislib.util.predicates.FalsePredicate
 
evaluate(Object) - Method in class pl.aislib.util.predicates.IsNotNullPredicate
 
evaluate(Object) - Method in class pl.aislib.util.predicates.IsNullPredicate
 
evaluate(Object) - Method in class pl.aislib.util.predicates.TruePredicate
 
evaluate(Object) - Method in class pl.aislib.util.predicates.servlet.IsNewHttpSessionPredicate
Checks if given parametr represents new HttpSession.
examine(List, Pasture, Object, String) - Static method in class pl.aislib.fm.shepherds.ShepherdsSchool
 
executeInTransaction(Connection, DatabaseOperation, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Executes DatabaseOperation.executeOperation(Connection) method in a transaction, performing rollback if necessary.
executeOperation(Connection) - Method in interface pl.aislib.util.jdbc.DatabaseOperation
 

F

FATAL - Static variable in interface pl.aislib.fm.messages.IMessage
Constant describing fatal type of message.
FINAL - Static variable in class pl.aislib.util.validators.AbstractValidator.Property
Constant describing final property.
FT_COMPLEX - Static variable in class pl.aislib.fm.forms.Field
Field's complex property value.
FT_CONDITIONAL - Static variable in class pl.aislib.fm.forms.Field
Field's conditional property value.
FT_DYNAMIC - Static variable in class pl.aislib.fm.forms.Field
Field's dynamic property value.
FT_NORMAL - Static variable in class pl.aislib.fm.forms.Field
Field's normal property value.
FalsePredicate - class pl.aislib.util.predicates.FalsePredicate.
Predicate which is always false.
FalsePredicate() - Constructor for class pl.aislib.util.predicates.FalsePredicate
 
Field - class pl.aislib.fm.forms.Field.
Field class used in framework.
Field(String) - Constructor for class pl.aislib.fm.forms.Field
Constructor.
Field - class pl.aislib.util.template.Field.
Represents single template field.
Field(int, int, int, int, int, TemplateFont) - Constructor for class pl.aislib.util.template.Field
 
Field(int, int, int, TemplateFont) - Constructor for class pl.aislib.util.template.Field
 
Field(int, int, int, int, TemplateFont) - Constructor for class pl.aislib.util.template.Field
 
Field(int, int, TemplateFont) - Constructor for class pl.aislib.util.template.Field
 
Field() - Constructor for class pl.aislib.util.template.Field
Empty constructor for Digester automatic object creation
FieldBuilder - class pl.aislib.fm.forms.FieldBuilder.
Class used for building complex fields out of other fields.
FieldBuilder() - Constructor for class pl.aislib.fm.forms.FieldBuilder
Constructor for FieldBuilder.
FieldContainer - class pl.aislib.fm.FieldContainer.
Field container class.
FieldContainer(String) - Constructor for class pl.aislib.fm.FieldContainer
 
FieldHandler - class pl.aislib.fm.FieldHandler.
XML handler for handling framework's fields.
FieldHandler(Handler) - Constructor for class pl.aislib.fm.FieldHandler
 
FieldHandler - class pl.aislib.fm.forms.config.FieldHandler.
Base field handler class.
FieldHandler(Handler) - Constructor for class pl.aislib.fm.forms.config.FieldHandler
 
FieldRenderer - interface pl.aislib.util.template.image.FieldRenderer.
Interface for rendering field values.
FloatValidator - class pl.aislib.util.validators.FloatValidator.
Float number validation class.
FloatValidator() - Constructor for class pl.aislib.util.validators.FloatValidator
Base constructor.
FlyweightOptionRenderer - class pl.aislib.text.html.render.FlyweightOptionRenderer.
Implements OptionRenderer using Flyweight pattern.
FlyweightOptionRenderer() - Constructor for class pl.aislib.text.html.render.FlyweightOptionRenderer
 
FmEntityResolver - class pl.aislib.fm.FmEntityResolver.
Provides EntityResolver containing DTDs for all supported by aislib configuration formats.
FmEntityResolver() - Constructor for class pl.aislib.fm.FmEntityResolver
 
Font - class pl.aislib.text.html.Font.
Represents HTML 'font' element.
Font() - Constructor for class pl.aislib.text.html.Font
 
Form - class pl.aislib.fm.Form.
Class of forms.
Form(String) - Constructor for class pl.aislib.fm.Form
 
FormsHandler - class pl.aislib.fm.FormsHandler.
XML handler for handling framework's forms.
FormsHandler(Log) - Constructor for class pl.aislib.fm.FormsHandler
 
fatalError(SAXParseException) - Method in class pl.aislib.util.xml.LogErrorHandler
Receive notification of a non-recoverable error.
fatalError(TransformerException) - Method in class pl.aislib.util.xml.LogErrorListener
Receive notification of a non-recoverable error.
fields - Variable in class pl.aislib.fm.FieldContainer
Map of fields.
fieldsValidatedConditionally - Variable in class pl.aislib.fm.forms.Rule
Map of fields that are to be validated only if other fields allow them to.
findClass(String) - Static method in class pl.aislib.lang.Loader
Returns the Class object associated with the class or interface with the given string name.
findResource(String) - Static method in class pl.aislib.lang.Loader
Finds the resource with the given name.
firePropertyChange(String, Object, Object) - Method in class pl.aislib.util.AbstractTransactionalBean
 
fireTaskEvent(Object) - Method in class pl.aislib.lang.CronTask
Notify all registerd extended task listeners with ExtendedTaskListener.taskNotify(java.lang.Object)
fireTaskEvent(Object) - Method in class pl.aislib.lang.Task
Notify all registerd extended task listeners with ExtendedTaskListener.taskNotify(java.lang.Object)
fontName - Variable in class pl.aislib.util.template.TemplateFont
 
format - Variable in class pl.aislib.util.builders.DateBuilder
Format property.
format - Variable in class pl.aislib.util.validators.StringValidator
String format property.
formatString(String) - Method in class pl.aislib.util.validators.BigDecimalValidator
 
formatString(String) - Method in class pl.aislib.util.validators.DateValidator
 
formatString(String) - Method in class pl.aislib.util.validators.FloatValidator
 
formatString(String) - Method in class pl.aislib.util.validators.IntegerValidator
 
formatString(String) - Method in class pl.aislib.util.validators.LongValidator
 
formatString(String) - Method in class pl.aislib.util.validators.NumberValidator
 
formatString(String) - Method in class pl.aislib.util.validators.PhoneValidator
 
formatString(String) - Method in class pl.aislib.util.validators.StringValidator
 
formatString(String) - Method in class pl.aislib.util.validators.TimestampValidator
 
forms - Variable in class pl.aislib.fm.FormsHandler
Map of forms.

G

GREEN - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;32m constant.
get(String) - Method in class pl.aislib.text.html.attrs.AttributesSet
Returns Attribute description.
get(Object) - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
getActionKey() - Method in class pl.aislib.fm.PageInfo
Gets action key for the page.
getAlignX() - Method in class pl.aislib.util.template.Field
 
getAlignY() - Method in class pl.aislib.util.template.Field
 
getAttribute(String) - Method in class pl.aislib.text.html.AbstractHTMLObject
Gets attribute description.
getAttribute(String) - Method in class pl.aislib.text.html.attrs.AttributesSet
Gets attribute value.
getAttributeNameWrapper() - Method in class pl.aislib.fm.Application
 
getAttributeValue(String) - Method in class pl.aislib.text.html.AbstractHTMLObject
Gets attribute value.
getBreed() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequest
 
getBreed() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequestAttributes
 
getBreed() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequestParameters
 
getBreed() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpSessionAttributes
 
getBreed() - Method in interface pl.aislib.fm.shepherds.ShepherdsDog
Returns unique code describing type of object implementing this interface.
getBuilder() - Method in class pl.aislib.fm.forms.Field
 
getClazz() - Method in class pl.aislib.fm.PageInfo
Returns Class for the page.
getCode() - Method in interface pl.aislib.fm.messages.IMessage
 
getCode() - Method in class pl.aislib.fm.messages.Message
 
getColor() - Method in class pl.aislib.util.template.TemplateFont
Return the font color as java.awt.Color object.
getConfigAdapter() - Method in class pl.aislib.fm.Application
 
getConfigParameter(String) - Method in class pl.aislib.fm.ConfigAdapter
return the environment-specific config parameter for application
getConfigParameter(String) - Method in class pl.aislib.fm.Page
Gets configuration parameter.
getConnection() - Method in class pl.aislib.fm.Database
Gets Connection from Manager.getConnection().
getConnection() - Method in class pl.aislib.fm.jdbc.Manager
 
getConnection() - Method in class pl.aislib.util.jdbc.JNDIManager
Get Connection from DataSource
getConnection() - Method in class pl.aislib.util.jdbc.SimpleManager
Call DriverManager.getConnection(String,String,String) to create new Connection.
getContainerSlot() - Method in class pl.aislib.fm.PageInfo
Gets name of the slot in the template container for the page.
getContainerTemplateName() - Method in class pl.aislib.fm.PageInfo
Gets name of the template container for the page.
getContent(String) - Method in class pl.aislib.fm.Message.Content
 
getContent() - Method in interface pl.aislib.fm.messages.IMessage
Gets string content of the message.
getContent(String) - Method in interface pl.aislib.fm.messages.IMessage
 
getContent(String) - Method in interface pl.aislib.fm.messages.IMessageContent
 
getContent(String) - Method in class pl.aislib.fm.messages.Message.Content
 
getContent() - Method in class pl.aislib.fm.messages.Message
 
getContent(String) - Method in class pl.aislib.fm.messages.Message
 
getContent(Object) - Method in class pl.aislib.text.html.render.DummyOptionRenderer
 
getContent(Object) - Method in class pl.aislib.text.html.render.FlyweightOptionRenderer
 
getContent() - Method in class pl.aislib.text.html.render.FlyweightOptionRenderer
 
getContent(Object) - Method in interface pl.aislib.text.html.render.OptionRenderer
Retrieves HTML Option content.
getContentByte() - Method in class pl.aislib.fm.PageResponse
Returns raw response content if any.
getContentMap() - Method in class pl.aislib.fm.PageResponse
Returns response (key, value) mapping if any.
getContentObject() - Method in interface pl.aislib.fm.messages.IMessage
 
getContentObject() - Method in class pl.aislib.fm.messages.Message
 
getContentType() - Method in class pl.aislib.fm.PageResponse
Returns response content type.
getConvertedTokens() - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
getConvertedValue() - Method in class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
 
getData() - Method in class pl.aislib.util.validators.AbstractValidator
 
getDatabase() - Method in class pl.aislib.fm.Application
 
getDatabase(String) - Method in class pl.aislib.fm.KeyedDatabase
 
getDecimalFormat() - Method in class pl.aislib.util.validators.BigDecimalValidator
 
getDecimalFormat() - Method in class pl.aislib.util.validators.IntegerValidator
 
getDecimalFormat() - Method in class pl.aislib.util.validators.LongValidator
 
getDecimalFormat() - Method in class pl.aislib.util.validators.NumberValidator
 
getDefaultContentType() - Method in class pl.aislib.fm.Application
 
getDefaultLanguage() - Method in class pl.aislib.fm.MessagesHandler
 
getDefaultLanguage() - Method in interface pl.aislib.fm.messages.IMessage
 
getDefaultLanguage() - Method in class pl.aislib.fm.messages.Message
 
getDefaultPatternObject() - Method in class pl.aislib.util.validators.EmailValidator
 
getDefaultPatternObject() - Method in class pl.aislib.util.validators.StringValidator
Gets default pattern for this type of validators.
getDefaultRegExp() - Method in class pl.aislib.util.validators.StringValidator
Deprecated. Use StringValidator.getDefaultPatternObject() method that returns default pattern object.
getDynamicEntityNames(String) - Method in class pl.aislib.fm.FieldContainer
 
getDynamicEntityNamesList(String) - Method in class pl.aislib.fm.FieldContainer
 
getDynamicEntityNamesList(String) - Method in class pl.aislib.fm.Form
 
getDynamicFieldNameMapping(Form, int) - Method in class pl.aislib.fm.forms.Rule
 
getDynamicNumbers(Map, String) - Method in class pl.aislib.fm.FieldContainer
 
getEntitiesProperties() - Method in class pl.aislib.fm.FieldContainer
 
getEntitiesProperties() - Method in class pl.aislib.fm.Form
 
getEntity(String) - Method in class pl.aislib.fm.FieldContainer
 
getEntity(String) - Method in class pl.aislib.fm.Form
 
getEntityMessages(String, IMessageConverter, Map) - Method in class pl.aislib.fm.FieldContainer
 
getEntityProperties(String, Map) - Method in class pl.aislib.fm.FieldContainer
 
getErrorCodes() - Method in class pl.aislib.fm.FieldContainer
 
getErrorCodes() - Method in class pl.aislib.fm.Form
This method will not work for dynamic fields.
getErrorMessage(String) - Method in class pl.aislib.fm.FieldContainer
 
getErrorMessages() - Method in class pl.aislib.fm.FieldContainer
 
getErrorMessages(IMessageConverter) - Method in class pl.aislib.fm.FieldContainer
 
getErrorMessages(IMessageConverter, Map) - Method in class pl.aislib.fm.FieldContainer
This method should be called when one wants to use dynamic fields or rules.
getErrorMessages(IMessageConverter) - Method in class pl.aislib.fm.Form
 
getField(String) - Method in class pl.aislib.fm.FieldContainer
 
getField(String) - Method in class pl.aislib.util.template.image.ImageTemplate
 
getFieldNames() - Method in class pl.aislib.fm.FieldContainer
 
getFields() - Method in class pl.aislib.util.template.image.ImageTemplate
 
getFieldsValidatedConditionally() - Method in class pl.aislib.fm.forms.Rule
 
getFieldsValidatedUnconditionally() - Method in class pl.aislib.fm.forms.ConditionalRule
 
getFieldsValidatedUnconditionally() - Method in class pl.aislib.fm.forms.Rule
 
getFirst() - Method in class pl.aislib.util.Pair
 
getFont() - Method in class pl.aislib.util.template.Field
Create java.awt.Font based on TemplateFont.
getFontName() - Method in class pl.aislib.util.template.Field
 
getFontName() - Method in class pl.aislib.util.template.TemplateFont
 
getFooter() - Method in class pl.aislib.util.web.servlet.SpyServlet
Generate page footer.
getForm(String) - Method in class pl.aislib.fm.Application
Deprecated. As of AISLIB 0.5 replaced by Page.getForm(String) which supports multi language.
getForm(String, String) - Method in class pl.aislib.fm.Application
Gets form.
getForm(String, Map, Map, String) - Method in class pl.aislib.fm.FormsHandler
 
getForm(String) - Method in class pl.aislib.fm.Page
Gets form.
getFullMessage(int) - Method in class pl.aislib.fm.MessagesHandler
 
getGroupingSeparator(Format) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls DecimalFormatSymbols.getGroupingSeparator().
getHeader() - Method in class pl.aislib.util.web.servlet.SpyServlet
Generate page header.
getImage() - Method in class pl.aislib.util.template.image.ImageTemplate
 
getJAXPFactories(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.SpyServlet
Generate information about configuration of JAXP factories.
getJavaProperties(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.SpyServlet
Generate a list of Java System Properties.
getKeepWithNext() - Method in class pl.aislib.text.html.AbstractHTMLObject
 
getKeepWithPrevious() - Method in class pl.aislib.text.html.AbstractHTMLObject
 
getKey() - Method in interface pl.aislib.fm.messages.IMessage
 
getKey() - Method in class pl.aislib.fm.messages.Message
 
getLMD() - Method in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
getLastModified(Resource) - Method in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
 
getLastModified(Resource) - Method in class pl.aislib.jakarta.velocity.URLResourceLoader
Checks when given resource has been modified.
getLineSeparator() - Method in class pl.aislib.util.xml.XHtmlOutputter
 
getLog() - Method in class pl.aislib.fm.Application
 
getLog(String) - Method in class pl.aislib.fm.Application
 
getLog() - Method in class pl.aislib.util.template.image.ImageTemplateProducer
Return Log instance used by this Loggable.
getManager() - Method in class pl.aislib.fm.Database
Gets wrapped Manager instance used to operate with database connections.
getMapping() - Method in class pl.aislib.fm.forms.FieldBuilder
 
getMapping() - Method in class pl.aislib.fm.forms.Rule
 
getMatched(Enumeration) - Method in class pl.aislib.fm.AttributeNameWrapper
 
getMessage(int) - Method in class pl.aislib.fm.Application
Deprecated. As of AISLIB 0.5 replaced by Page.getMessage(int) with default language.
getMessage(int, String) - Method in class pl.aislib.fm.Application
Method getMessage returns the message for given code and language.
getMessage(int) - Method in class pl.aislib.fm.MessagesHandler
 
getMessage(int, String) - Method in class pl.aislib.fm.MessagesHandler
 
getMessage(int) - Method in class pl.aislib.fm.Page
Gets message for given code.
getMessage() - Method in class pl.aislib.lang.EncapsulatedException
Returns a detail message for this exception.
getMessage() - Method in class pl.aislib.text.html.attrs.AttributeNotAllowedException
Returns a detail message for this exception.
getMessageCode(String) - Method in class pl.aislib.fm.FieldContainer
 
getMessageCodes() - Method in class pl.aislib.fm.FieldContainer
 
getMessageGroup(int) - Method in class pl.aislib.fm.Application
 
getMessageGroup(int) - Method in class pl.aislib.fm.MessagesHandler
 
getMessageIncludes() - Method in class pl.aislib.fm.PageInfo
Gets Map of message codes and keys.
getMsgCode() - Method in class pl.aislib.fm.forms.Rule
 
getName() - Method in class pl.aislib.fm.Application
 
getName() - Method in class pl.aislib.fm.FieldContainer
 
getName() - Method in class pl.aislib.fm.forms.Field
 
getName() - Method in interface pl.aislib.fm.forms.IEntity
 
getName() - Method in class pl.aislib.fm.forms.Rule
 
getName() - Method in interface pl.aislib.fm.shepherds.Pasture
Returns Pasture name.
getName() - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
getName() - Method in class pl.aislib.util.template.Field
 
getName() - Method in class pl.aislib.util.template.TemplateFont
 
getName() - Method in class pl.aislib.util.template.image.ImageTemplate
 
getName() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
getName() - Method in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
getOriginalValue(String) - Method in class pl.aislib.fm.FieldContainer
 
getOriginalValues() - Method in class pl.aislib.fm.FieldContainer
 
getPage(String) - Method in class pl.aislib.fm.Page
Gets new Page object corresponding to given actionKey.
getPageInfo(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.fm.Controller
 
getPageInfo(String) - Method in class pl.aislib.fm.Workflow
Returns Application Page description for specified page.
getPageNumber() - Method in class pl.aislib.util.template.Field
Returns page number.
getPageResponse() - Method in class pl.aislib.fm.Page
Method which every subclass of Page must implement.
getPageResponse() - Method in class pl.aislib.fm.pages.StaticPage
 
getParameter(String) - Method in class pl.aislib.fm.Page
Gets request parameter with a given name.
getParameterValues(String) - Method in class pl.aislib.fm.Page
Gets request parameters with a given name.
getPath() - Method in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
getPatternValue(String, String, Map) - Method in class pl.aislib.util.messages.MessageFormatConverter
Gets object from given map of pattern types and objects, using given pattern type.
getPositionX() - Method in class pl.aislib.util.template.Field
 
getPositionY() - Method in class pl.aislib.util.template.Field
 
getPriority() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
getProperty(String) - Method in class pl.aislib.fm.Page
Gets property with given name.
getProperty(String, Object) - Method in class pl.aislib.fm.Page
Gets property with given name.
getProperty(String) - Method in class pl.aislib.util.validators.AbstractValidator.PropertyMap
 
getPropertyValue(String) - Method in class pl.aislib.util.validators.AbstractValidator
Gets String value of a property with given name.
getPropertyValues() - Method in class pl.aislib.util.validators.AbstractValidator
Gets map of property names and property values.
getPublicIds() - Method in class pl.aislib.fm.Workflow
Returns list of useable DTD for Workflow configuration files.
getQuotationMark() - Method in class pl.aislib.util.xml.XHtmlOutputter
 
getRepresentation() - Method in interface pl.aislib.io.ANSIConstants.ANSIConstant
 
getRequestAttribute(String) - Method in class pl.aislib.fm.Page
Gets the request attribute for application.
getRequestedPageKey(HttpServletRequest) - Method in interface pl.aislib.fm.PageSelector
Analyze request and returns key representing page selected by user.
getResolverInstance() - Static method in class pl.aislib.fm.FmEntityResolver
Instance of EntityResolver provides DTDs for all supported aislib configuration formats.
getResolverInstance(Log) - Static method in class pl.aislib.fm.FmEntityResolver
Instance of EntityResolver provides DTDs for all supported aislib configuration formats and with given log as callback listener.
getResourceStream(String) - Method in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
Open a stream within servlet context.
getResourceStream(String) - Method in class pl.aislib.jakarta.velocity.URLResourceLoader
Create URL and load content from this url.
getRootCause() - Method in class pl.aislib.lang.EncapsulatedException
Returns exception wrapped inside of this class.
getRule(String) - Method in class pl.aislib.fm.Form
 
getRuleNames() - Method in class pl.aislib.fm.Form
 
getSecond() - Method in class pl.aislib.util.Pair
 
getServlet() - Method in class pl.aislib.fm.Application
 
getSessionAttribute(String) - Method in class pl.aislib.fm.Page
Gets session attribute for application.
getSessionAttributeNames() - Method in class pl.aislib.fm.Page
Gets an Iterator of String objects containing the names of all the session objects of application.
getSessionExpiration() - Method in class pl.aislib.fm.PageInfo
Returns session expiration behaviour.
getSize() - Method in class pl.aislib.util.template.TemplateFont
 
getSize() - Method in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
getStartPageInfo() - Method in class pl.aislib.fm.Workflow
Returns Application Welome Page (defined as index-page attribute in workflow element.
getStringValues() - Method in class pl.aislib.fm.FieldContainer
 
getStyle() - Method in class pl.aislib.util.template.TemplateFont
 
getTemplate(String) - Method in class pl.aislib.util.template.image.ImageTemplatesBean
 
getTemplateFont() - Method in class pl.aislib.util.template.Field
 
getTemplateFont(String) - Method in class pl.aislib.util.template.image.ImageTemplatesBean
 
getTemplateFonts() - Method in class pl.aislib.util.template.image.ImageTemplatesBean
 
getTemplateIncludes() - Method in class pl.aislib.fm.PageInfo
Gets Map of template names and keys.
getTemplateName() - Method in class pl.aislib.fm.PageInfo
Gets name of template defined for page represented by this PageInfo.
getTemplates() - Method in class pl.aislib.util.template.image.ImageTemplatesBean
 
getTokens() - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
getType() - Method in class pl.aislib.fm.forms.Field
 
getType() - Method in class pl.aislib.fm.forms.Rule
 
getType() - Method in interface pl.aislib.fm.messages.IMessage
 
getType() - Method in class pl.aislib.fm.messages.Message
 
getType() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
getUsage(HttpServletRequest, HttpServletResponse) - Method in class pl.aislib.util.web.servlet.SpyServlet
Generate usage screen (menu).
getUseICU4J() - Method in class pl.aislib.util.validators.BigDecimalValidator
Gets status of ICU4J library usage.
getValidatedFields() - Method in class pl.aislib.fm.FieldContainer
 
getValidatedRules() - Method in class pl.aislib.fm.Form
 
getValidator() - Method in class pl.aislib.fm.forms.ValidateException
Gets possible validator object in which exception occurred.
getValidators() - Method in class pl.aislib.fm.FieldContainer
 
getValidators() - Method in class pl.aislib.fm.forms.Field
 
getValue(String) - Method in class pl.aislib.fm.FieldContainer
 
getValue(String, boolean) - Method in class pl.aislib.fm.FieldContainer
 
getValue() - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
getValue(Object) - Method in class pl.aislib.text.html.render.DummyOptionRenderer
 
getValue(Object) - Method in class pl.aislib.text.html.render.FlyweightOptionRenderer
 
getValue() - Method in class pl.aislib.text.html.render.FlyweightOptionRenderer
 
getValue(Object) - Method in interface pl.aislib.text.html.render.OptionRenderer
Retrieves HTML Option Value attribute.
getValue(int) - Method in class pl.aislib.util.validators.AbstractValidator.ArrayProperty
 
getValue() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
getValues() - Method in class pl.aislib.fm.FieldContainer
 
getValues(boolean) - Method in class pl.aislib.fm.FieldContainer
 
getValuesType() - Method in class pl.aislib.fm.forms.Field
 
getWatchedProperty() - Method in class pl.aislib.fm.shepherds.AbstractShepherdsDog
 
getWatchedProperty() - Method in interface pl.aislib.fm.shepherds.ShepherdsDog
Returns name of property which this object is watching.
getWeight() - Method in class pl.aislib.util.template.TemplateFont
 
green - Variable in class pl.aislib.util.template.TemplateFont
 

H

Handler - class pl.aislib.fm.forms.config.Handler.
Main XML Handler class.
Handler(Log) - Constructor for class pl.aislib.fm.forms.config.Handler
 
HelperMethods - class pl.aislib.util.jdbc.HelperMethods.
Static methods dealing with ResultSet, PreparedStatement and transactions.
HelperMethods() - Constructor for class pl.aislib.util.jdbc.HelperMethods
 
hasAttribute(String) - Method in class pl.aislib.text.html.AbstractHTMLObject
Checks if this object has given attribute.
hasBeenSet(String) - Method in class pl.aislib.text.html.AbstractHTMLObject
Checks if attribute given as argument has been set for this object.
hasBeenSet() - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
hasBeenSet(String) - Method in class pl.aislib.text.html.attrs.AttributesSet
 
hasImageParameter(String) - Method in class pl.aislib.fm.Page
Checks if there is a request parameter with given name.
hasParameter(String) - Method in class pl.aislib.fm.Page
Checks if there is a request parameter with given name.
hasProperty(String) - Method in class pl.aislib.fm.Page
Check if a given property exists.
hasRequestAttribute(String) - Method in class pl.aislib.fm.Page
Check if there is a session attribute for the application.
hasSessionAttribute(String) - Method in class pl.aislib.fm.Page
Checks if there is a session attribute for application.
hashCode() - Method in class pl.aislib.fm.PageInfo
 
hashCode() - Method in class pl.aislib.fm.messages.Message
 
hashCode() - Method in class pl.aislib.util.Pair
 
htmlName - Variable in class pl.aislib.text.html.AbstractHTMLObject
HTML Element name.

I

I18NSupport - class pl.aislib.fm.support.I18NSupport.
Support class for multi language functionality.
I18NSupport(String, List) - Constructor for class pl.aislib.fm.support.I18NSupport
Constructor for LanguageSupport.
IEntity - interface pl.aislib.fm.forms.IEntity.
Entity interface.
IField - interface pl.aislib.fm.forms.config.IField.
Field interface.
IMessage - interface pl.aislib.fm.forms.config.IMessage.
Deprecated.  
IMessage - interface pl.aislib.fm.messages.IMessage.
Message interface.
IMessage.TypeMap - class pl.aislib.fm.messages.IMessage.TypeMap.
Class of map between type string constants and type integer constants.
IMessageContent - interface pl.aislib.fm.messages.IMessageContent.
Message content core interface.
IMessageConverter - interface pl.aislib.fm.messages.IMessageConverter.
Core interface for converting messages.
INFO - Static variable in interface pl.aislib.fm.messages.IMessage
Constant describing information type of message.
IRule - interface pl.aislib.fm.forms.config.IRule.
Rule interface.
ITextPdfTemplate - class pl.aislib.util.template.pdf.ITextPdfTemplate.
Template for generating PDFs.
ITextPdfTemplate(Map, InputStream) - Constructor for class pl.aislib.util.template.pdf.ITextPdfTemplate
 
IXMLHandler - interface pl.aislib.fm.forms.config.IXMLHandler.
XML handler interface.
ImageTemplate - class pl.aislib.util.template.image.ImageTemplate.
Template for generating images.
ImageTemplate() - Constructor for class pl.aislib.util.template.image.ImageTemplate
Dummy constructor for JavaBean creation.
ImageTemplateEngine - class pl.aislib.util.template.image.ImageTemplateEngine.
Default implementation of ImageTemplateProducer and ImageTemplateOutputter.
ImageTemplateEngine() - Constructor for class pl.aislib.util.template.image.ImageTemplateEngine
Sets this object as an outputter.
ImageTemplateOutputter - interface pl.aislib.util.template.image.ImageTemplateOutputter.
 
ImageTemplateProducer - class pl.aislib.util.template.image.ImageTemplateProducer.
Class for creating image templates.
ImageTemplateProducer() - Constructor for class pl.aislib.util.template.image.ImageTemplateProducer
 
ImageTemplatesBean - class pl.aislib.util.template.image.ImageTemplatesBean.
Master object for image templates representation.
ImageTemplatesBean() - Constructor for class pl.aislib.util.template.image.ImageTemplatesBean
Empty contstructor.
ImageTemplatesDigester - class pl.aislib.util.template.image.ImageTemplatesDigester.
XML Digester for parsing and creating ImageTemplatesBean objects.
ImageTemplatesDigester() - Constructor for class pl.aislib.util.template.image.ImageTemplatesDigester
 
Img - class pl.aislib.text.html.Img.
Represents HTML 'img' element.
Img() - Constructor for class pl.aislib.text.html.Img
 
Input - class pl.aislib.text.html.input.Input.
Represents HTML Input element.
Input() - Constructor for class pl.aislib.text.html.input.Input
Constructor.
IntegerValidator - class pl.aislib.util.validators.IntegerValidator.
Integer number validation class.
IntegerValidator() - Constructor for class pl.aislib.util.validators.IntegerValidator
Base constructor.
InvalidAttributeException - exception pl.aislib.text.html.attrs.InvalidAttributeException.
 
InvalidAttributeException() - Constructor for class pl.aislib.text.html.attrs.InvalidAttributeException
Constructs a new exception.
InvalidAttributeException(String) - Constructor for class pl.aislib.text.html.attrs.InvalidAttributeException
Constructs a new exception.
InvalidAttributeValueException - exception pl.aislib.text.html.attrs.InvalidAttributeValueException.
 
InvalidAttributeValueException() - Constructor for class pl.aislib.text.html.attrs.InvalidAttributeValueException
Constructs a new exception.
InvalidAttributeValueException(String) - Constructor for class pl.aislib.text.html.attrs.InvalidAttributeValueException
Constructs a new exception.
IsNewHttpSessionPredicate - class pl.aislib.util.predicates.servlet.IsNewHttpSessionPredicate.
Predicate checking if HttpSession is new.
IsNewHttpSessionPredicate() - Constructor for class pl.aislib.util.predicates.servlet.IsNewHttpSessionPredicate
 
IsNotNullPredicate - class pl.aislib.util.predicates.IsNotNullPredicate.
Predicate which is true only if evaluated object is not null.
IsNotNullPredicate() - Constructor for class pl.aislib.util.predicates.IsNotNullPredicate
 
IsNullPredicate - class pl.aislib.util.predicates.IsNullPredicate.
Predicate which is true only if evaluated object is null.
IsNullPredicate() - Constructor for class pl.aislib.util.predicates.IsNullPredicate
 
ignoreCase - Variable in class pl.aislib.util.validators.StringValidator
Ignore case distinction property.
implementation - Variable in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
indentString - Variable in class pl.aislib.util.xml.XHtmlOutputter
 
init(RuntimeServices) - Method in class pl.aislib.jakarta.velocity.CommonsLogSystem
Initialize logging system.
init(ExtendedProperties) - Method in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
 
init(ExtendedProperties) - Method in class pl.aislib.jakarta.velocity.URLResourceLoader
There's nothing to init in this class.
init(FilterConfig) - Method in class pl.aislib.util.web.filters.AbstractHttpFilter
Store config for future use and call AbstractHttpFilter.init().
init() - Method in class pl.aislib.util.web.filters.AbstractHttpFilter
Empty method to be ovverriden.
init(FilterConfig) - Method in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
init() - Method in class pl.aislib.util.web.filters.VersionFilter
Gets version from servlet config init parameter.
init() - Method in class pl.aislib.util.web.servlet.BrowserServlet
 
initForms(InputStream) - Method in class pl.aislib.fm.Application
Initialize FormsHandler component.
initForms(InputSource) - Method in class pl.aislib.fm.Application
Initialize FormsHandler component.
initMessages(InputStream) - Method in class pl.aislib.fm.Application
Initialize MessagesHandler component.
initMessages(InputSource) - Method in class pl.aislib.fm.Application
Initialize MessagesHandler component.
initWorkflow(InputStream) - Method in class pl.aislib.fm.Application
Initialize Workflow component.
initWorkflow(InputSource) - Method in class pl.aislib.fm.Application
Initialize Workflow component.
instantiate(String) - Static method in class pl.aislib.lang.Loader
Load class with given name and instantiate instance of loaded class.
instantiate(String, Class) - Static method in class pl.aislib.lang.Loader
Load class with given name, instantiate instance of loaded class and check, if result may be cased to Class defined as specification.
intValue() - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
isAllowed(Object) - Method in class pl.aislib.text.html.attrs.EnumeratedAttribute
Checks if given value is allowed for this attribute.
isCheckCondition() - Method in class pl.aislib.fm.forms.Rule
 
isComplex() - Method in class pl.aislib.fm.forms.Field
 
isConditional() - Method in class pl.aislib.fm.forms.Field
 
isDefault() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
isDefault() - Method in class pl.aislib.util.validators.AbstractValidator.PropertyMap
 
isDirectory - Variable in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
isDirectory() - Method in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
isDynamic() - Method in class pl.aislib.fm.forms.Field
 
isDynamic() - Method in interface pl.aislib.fm.forms.IEntity
 
isDynamic() - Method in class pl.aislib.fm.forms.Rule
 
isEmpty() - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
isEmpty() - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
isFalse() - Method in class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
isFieldValidated(String) - Method in class pl.aislib.fm.FieldContainer
 
isFinal() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
isLocked() - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
isNegative() - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
isNewSession(HttpSession) - Method in class pl.aislib.fm.Workflow
Returns session status (expiration).
isNormal() - Method in class pl.aislib.fm.forms.Field
 
isPositive() - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
isRuleValidated(String) - Method in class pl.aislib.fm.Form
 
isSet() - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
isSet() - Method in class pl.aislib.util.validators.AbstractValidator.PropertyMap
 
isSourceModified(Resource) - Method in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
 
isSourceModified(Resource) - Method in class pl.aislib.jakarta.velocity.URLResourceLoader
Checks if given resource has been modified.
isTemplate(Object) - Method in class pl.aislib.fm.TemplateEngine
Checks if given object is a template.
isTemplate(Object) - Method in class pl.aislib.jakarta.velocity.VelocityTemplateEngine
 
isTrue() - Method in class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
isValueEmpty(Object) - Method in class pl.aislib.fm.FieldContainer
 
isZero() - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
items - Variable in class pl.aislib.fm.messages.Message.Content
Map of contents.
iterator() - Method in class pl.aislib.util.MonitoredSet
Deprecated.  

J

JNDIManager - class pl.aislib.util.jdbc.JNDIManager.
Implementation based on container-driven DataSource.
JNDIManager(String) - Constructor for class pl.aislib.util.jdbc.JNDIManager
 
JNDI_DATASOURCE_NAME - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
JarEntityResolver - class pl.aislib.util.xml.JarEntityResolver.
Implements EntityResolver using Jar archive as DTD repository.
JarEntityResolver(String, Map) - Constructor for class pl.aislib.util.xml.JarEntityResolver
 
JarEntityResolver(String, Map, Log) - Constructor for class pl.aislib.util.xml.JarEntityResolver
 
JarEntityResolver(String, Map, Map) - Constructor for class pl.aislib.util.xml.JarEntityResolver
 
JarEntityResolver(String, Map, Map, Log) - Constructor for class pl.aislib.util.xml.JarEntityResolver
 
JarURIResolver - class pl.aislib.util.xml.JarURIResolver.
Implements URIResolver using Jar archive as repository.
JarURIResolver(String) - Constructor for class pl.aislib.util.xml.JarURIResolver
 
JarURIResolver(String, Log) - Constructor for class pl.aislib.util.xml.JarURIResolver
 
jarPrefix - Variable in class pl.aislib.util.xml.JarEntityResolver
Contains Jar resource name prefix.
jarPrefix - Variable in class pl.aislib.util.xml.JarURIResolver
Contains Jar resource name prefix.
join(Map) - Method in class pl.aislib.fm.forms.FieldBuilder
 
join(Map) - Method in class pl.aislib.util.builders.DateBuilder
 
join(Map) - Method in class pl.aislib.util.builders.StringBuilder
 

K

KEY_SSN_DASHES - Static variable in class pl.aislib.util.validators.SSNValidator
Constant describing normal SSN type (the one with dashes).
KEY_SSN_NO_DASHES - Static variable in class pl.aislib.util.validators.SSNValidator
Constant describing short SSN type (the one without dashes).
KEY_STATES_CANADA - Static variable in class pl.aislib.util.validators.StatesValidator
Constant describing type of Canada provinces.
KEY_STATES_OTHER - Static variable in class pl.aislib.util.validators.StatesValidator
Constant describing type of outside US/Canada regions.
KEY_STATES_USA - Static variable in class pl.aislib.util.validators.StatesValidator
Constant describing type of US states.
KEY_STATES_US_ARMY - Static variable in class pl.aislib.util.validators.StatesValidator
Constant describing type of US Army.
KEY_STATES_US_TERRITORIES - Static variable in class pl.aislib.util.validators.StatesValidator
Constant describing type of US territories.
KEY_URL_PROTOCOL_FILE - Static variable in class pl.aislib.util.validators.URLValidator
Constant describing file URL.
KEY_URL_PROTOCOL_FTP - Static variable in class pl.aislib.util.validators.URLValidator
Constant describing ftp URL.
KEY_URL_PROTOCOL_HTTP - Static variable in class pl.aislib.util.validators.URLValidator
Constant describing http URL.
KEY_URL_PROTOCOL_HTTPS - Static variable in class pl.aislib.util.validators.URLValidator
Constant describing https URL.
KEY_ZIP_EXTENDED - Static variable in class pl.aislib.util.validators.ZipValidator
Constant describing extended (9-digit) zip code type.
KEY_ZIP_NORMAL - Static variable in class pl.aislib.util.validators.ZipValidator
Constant describing normal (5-digit) zip code type.
KeyedDatabase - class pl.aislib.fm.KeyedDatabase.
Container for set of Database instances.
KeyedDatabase() - Constructor for class pl.aislib.fm.KeyedDatabase
 
keepWithNext - Variable in class pl.aislib.text.html.AbstractHTMLObject
HTML formatting directive.
keepWithPrevious - Variable in class pl.aislib.text.html.AbstractHTMLObject
HTML formatting directive.
key - Variable in class pl.aislib.fm.messages.Message
Key for the message.
keySet() - Method in class pl.aislib.util.MonitoredMap
Deprecated.  

L

LANG - Static variable in interface pl.aislib.fm.Constants
Constant describing language the application uses.
LOG - Static variable in class pl.aislib.util.validators.NumberFormatHelper
 
LOGSYSTEM_AISLIB_NAME - Static variable in class pl.aislib.jakarta.velocity.CommonsLogSystem
Configuration key, value of this key is used to create Log instance.
LOG_CATEGORY - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
ListRenderer - class pl.aislib.text.html.render.ListRenderer.
Helper class for rendering Java List to HTML Objects.
ListRenderer() - Constructor for class pl.aislib.text.html.render.ListRenderer
 
Loader - class pl.aislib.lang.Loader.
Takes responsibility of ClassLoader related operations and instantiating loaded classes.
LogErrorHandler - class pl.aislib.util.xml.LogErrorHandler.
Implementation of ErrorHandler using Jakarta Commons Logging Component.
LogErrorHandler(Log) - Constructor for class pl.aislib.util.xml.LogErrorHandler
Constructs LogErrorHandler using specified Log as storage.
LogErrorListener - class pl.aislib.util.xml.LogErrorListener.
Implementation of ErrorListener using Jakarta Commons Logging Component.
LogErrorListener(Log) - Constructor for class pl.aislib.util.xml.LogErrorListener
Constructs LogErrorListener using specified Log as storage.
Loggable - interface pl.aislib.util.Loggable.
Interface, which should be implemented by log-enabled classes.
LongValidator - class pl.aislib.util.validators.LongValidator.
Long number validation class.
LongValidator() - Constructor for class pl.aislib.util.validators.LongValidator
Base constructor.
lang - Variable in class pl.aislib.fm.FieldContainer
Language of messages.
length() - Method in class pl.aislib.util.validators.AbstractValidator.ArrayProperty
 
lenientCompare(Calendar, Calendar) - Static method in class pl.aislib.util.DateUtils
Compare two Calendar objects ignoring time of day.
lenientCompare(Calendar, Date) - Static method in class pl.aislib.util.DateUtils
Similar method for Calendar-toDate comparision
lenientCompare(Date, Calendar) - Static method in class pl.aislib.util.DateUtils
Similar method for Date-toCalendar comparision
lenientCompare(Date, Date) - Static method in class pl.aislib.util.DateUtils
Similar method for Date-toDate comparision
lineSeparator - Variable in class pl.aislib.util.xml.XHtmlOutputter
 
lmd - Variable in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
load(Application, HttpServletRequest, HttpServletResponse, String) - Method in class pl.aislib.fm.TemplateEngine
Gets specified template.
load(Application, HttpServletRequest, HttpServletResponse, String) - Method in class pl.aislib.jakarta.velocity.VelocityTemplateEngine
 
load(InputStream) - Method in class pl.aislib.util.template.image.ImageTemplatesBean
Initialize this object from XML InputStream
loadImage(InputStream) - Method in class pl.aislib.util.template.image.ImageTemplateEngine
Create Image instaces using Toolkit.createImage(byte[]) method.
loadImage(InputStream) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
Create Image from InputStream.
loadTemplate(String) - Method in class pl.aislib.fm.Page
Loads application-specific template using TemplateEngine object.
loadTemplate(InputStream, Map) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
 
loadTemplate(InputStream, String) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
 
locale - Variable in class pl.aislib.util.validators.AbstractValidator
Locale object.
localeProperty - Variable in class pl.aislib.util.validators.AbstractValidator
Locale property.
localize(TemplateEngine) - Method in class pl.aislib.fm.support.I18NSupport
Decorate given engine with i18n support.
lockValue() - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
log - Variable in class pl.aislib.fm.Database
Logging object.
log - Variable in class pl.aislib.fm.FieldContainer
Logging object.
log - Variable in class pl.aislib.fm.Page
Contains Logging Component.
log - Variable in class pl.aislib.fm.Workflow
Logging object.
log - Variable in class pl.aislib.fm.forms.config.Handler
Logging object.
log - Variable in class pl.aislib.fm.shepherds.AbstractShepherdsDog
 
log - Variable in class pl.aislib.util.MonitoredMap
Deprecated.  
log - Variable in class pl.aislib.util.MonitoredSet
Deprecated.  
log - Variable in class pl.aislib.util.xml.JarEntityResolver
Jakarta Commons Logging Component used to store information about entity resolving process.
log - Variable in class pl.aislib.util.xml.JarURIResolver
Jakarta Commons Logging Component used to store information about URI resolving process.
log - Variable in class pl.aislib.util.xml.LogErrorHandler
Jakarta Commons Logging Component used to store logs.
log - Variable in class pl.aislib.util.xml.LogErrorListener
Jakarta Commons Logging Component used to store logs.
logVelocityMessage(int, String) - Method in class pl.aislib.jakarta.velocity.CommonsLogSystem
Dispatch given log message to Commons Logging system.

M

MAGENTA - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;35m constant.
MC_ENTITY_DYNAMIC_COUNT - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_DYNAMIC_NUMBER_FROM_0 - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_DYNAMIC_NUMBER_FROM_1 - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_FORM - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_GENERIC_NAME - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_NAME - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_NAME_SUFFIX - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_OBJECT - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_ORIGINAL_VALUE - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_RULE - Static variable in class pl.aislib.fm.Form
 
MC_ENTITY_VALIDATOR - Static variable in class pl.aislib.fm.FieldContainer
 
MC_ENTITY_VALUE - Static variable in class pl.aislib.fm.FieldContainer
 
Manager - class pl.aislib.fm.jdbc.Manager.
This class is responsible for managing connections to the JDBC database.
Manager() - Constructor for class pl.aislib.fm.jdbc.Manager
 
Message - class pl.aislib.fm.Message.
Represents a message configured in XML file.
Message(int, int, String, IMessageContent, String) - Constructor for class pl.aislib.fm.Message
 
Message(int, String, IMessageContent, String) - Constructor for class pl.aislib.fm.Message
Creates an error message.
Message(int, int, String, String, String) - Constructor for class pl.aislib.fm.Message
Creates a message with one specific-language content item.
Message(int, String, String, String) - Constructor for class pl.aislib.fm.Message
Creates an error message with one specific-language content item.
Message(int, String, String) - Constructor for class pl.aislib.fm.Message
Deprecated. Default language should be given.
Message - class pl.aislib.fm.messages.Message.
Core implementation of message class.
Message(int, int, String, IMessageContent, String) - Constructor for class pl.aislib.fm.messages.Message
 
Message.Content - class pl.aislib.fm.Message.Content.
Default framework message content class.
Message.Content(String) - Constructor for class pl.aislib.fm.Message.Content
 
Message.Content - class pl.aislib.fm.messages.Message.Content.
Default message content class.
Message.Content(Map) - Constructor for class pl.aislib.fm.messages.Message.Content
 
MessageFormatConverter - class pl.aislib.util.messages.MessageFormatConverter.
MessageFormat converter class.
MessageFormatConverter() - Constructor for class pl.aislib.util.messages.MessageFormatConverter
 
MessageGroupHandler - class pl.aislib.fm.messages.MessageGroupHandler.
 
MessageGroupHandler(Handler) - Constructor for class pl.aislib.fm.messages.MessageGroupHandler
 
MessageHandler - class pl.aislib.fm.messages.MessageHandler.
 
MessageHandler(Handler) - Constructor for class pl.aislib.fm.messages.MessageHandler
 
MessagesHandler - class pl.aislib.fm.MessagesHandler.
XML handler for handling framework's messages.
MessagesHandler(Log) - Constructor for class pl.aislib.fm.MessagesHandler
 
MonitoredMap - class pl.aislib.util.MonitoredMap.
Deprecated. This class is deprecated and will be removed.
MonitoredMap(Map, Log) - Constructor for class pl.aislib.util.MonitoredMap
Deprecated.  
MonitoredSet - class pl.aislib.util.MonitoredSet.
Deprecated. This class is deprecated and will be removed.
MonitoredSet(Set, Log) - Constructor for class pl.aislib.util.MonitoredSet
Deprecated.  
manager - Variable in class pl.aislib.fm.Database
Manager implementation object.
mapping - Variable in class pl.aislib.fm.forms.FieldBuilder
Field mapping.
mapping - Variable in class pl.aislib.fm.forms.Rule
Holds mappings between rule parameters and form fields.
match(String) - Method in class pl.aislib.fm.AttributeNameWrapper
 
matches(String, String) - Static method in class pl.aislib.util.crypt.UnixCrypt
Check that enteredPassword encrypts to encryptedPassword.
maximumLength - Variable in class pl.aislib.util.validators.ArrayValidator
Maximal length property.
maximumLength - Variable in class pl.aislib.util.validators.StringValidator
Maximal length of a string property.
messageGroups - Variable in class pl.aislib.fm.FieldContainer
Groups of messages (codes and list of messages).
messageGroups - Variable in class pl.aislib.fm.MessagesHandler
Map of groups of messages.
messages - Variable in class pl.aislib.fm.FieldContainer
Map of messages (codes and objects).
messages - Variable in class pl.aislib.fm.MessagesHandler
Map of messages.
messagesMap - Variable in class pl.aislib.fm.FieldContainer
Map of messages from non-validated entities.
mindTheSheep(Pasture, Object) - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequest
Check if given sheep is a HttpServletRequest.
mindTheSheep(Pasture, Object) - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequestAttributes
Returns watched attribute for given HttpServletRequest.
mindTheSheep(Pasture, Object) - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequestParameters
Returns watched parameter for given HttpServletRequest.
mindTheSheep(Pasture, Object) - Method in class pl.aislib.fm.shepherds.DogWatchingHttpSessionAttributes
Returns watched attribute for given HttpSession.
mindTheSheep(Pasture, Object) - Method in class pl.aislib.fm.shepherds.Shepherd
Used by Application for quering Shepherd about Predicate matching.
mindTheSheep(Pasture, Object) - Method in interface pl.aislib.fm.shepherds.ShepherdsDog
Returns value of property watched by this object for given sheep object.
minimumLength - Variable in class pl.aislib.util.validators.ArrayValidator
Minimal length property.
minimumLength - Variable in class pl.aislib.util.validators.StringValidator
Minimal length of a string property.
monitoredMap - Variable in class pl.aislib.util.MonitoredMap
Deprecated.  
monitoredSet - Variable in class pl.aislib.util.MonitoredSet
Deprecated.  

N

NORMAL - Static variable in class pl.aislib.util.validators.AbstractValidator.Property
Constant describing normal property.
NumberFormatHelper - class pl.aislib.util.validators.NumberFormatHelper.
 
NumberFormatHelper() - Constructor for class pl.aislib.util.validators.NumberFormatHelper
 
NumberValidator - class pl.aislib.util.validators.NumberValidator.
Number validation class.
NumberValidator() - Constructor for class pl.aislib.util.validators.NumberValidator
Base constructor.
name - Variable in class pl.aislib.fm.FieldContainer
Name of the container.
name - Variable in class pl.aislib.fm.forms.Field
Name of the field.
name - Variable in class pl.aislib.fm.forms.Rule
Holds name of the rule.
name - Variable in class pl.aislib.util.template.TemplateFont
 
name - Variable in class pl.aislib.util.validators.AbstractValidator.Property
Name of the property.
name - Variable in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
newSavepoint() - Method in class pl.aislib.util.AbstractTransactionalBean
 
newShepherd(String, String, String, String, Log) - Static method in class pl.aislib.fm.shepherds.ShepherdsSchool
Creates new Shepherd.
newXMLReader(boolean, boolean) - Static method in class pl.aislib.util.xml.XMLUtils
Creates XMLReader.

O

Option - class pl.aislib.text.html.Option.
Represents HTML 'option' element.
Option() - Constructor for class pl.aislib.text.html.Option
 
OptionRenderer - interface pl.aislib.text.html.render.OptionRenderer.
Defines minimal set of methods which is required for rendering some Object to HTML Option element.
onLoad() - Method in class pl.aislib.fm.Page
Trigger method is called afer the initialization of the internal strucures for page instance (request, response, application).
orderFieldValues(Map, Map, Map) - Method in class pl.aislib.fm.FieldContainer
 
orderedMessagesMap - Variable in class pl.aislib.fm.FieldContainer
Map of messages from non-validated entities.
originalValues - Variable in class pl.aislib.fm.FieldContainer
Map of original field values.
outputString(Element, String, boolean) - Method in class pl.aislib.util.xml.XHtmlOutputter
 
outputString(Element) - Method in class pl.aislib.util.xml.XHtmlOutputter
 

P

PATTERN_DEFAULT - Static variable in class pl.aislib.util.validators.StringValidator
Constant describing the case of using default pattern for this type of validators.
PATTERN_NOT_USED - Static variable in class pl.aislib.util.validators.StringValidator
Constant describing the case of using no pattern.
PATTERN_REQUIRED - Static variable in class pl.aislib.util.validators.StringValidator
Constant describing the case of using pattern requiring some value.
PING_QUERY - Static variable in class pl.aislib.util.web.filters.ConnectionCheckerFilter
 
PL_AISLIB_FM_SESSION_EXPIRATION - Static variable in interface pl.aislib.fm.Constants
Constant describing session expiration.
Page - class pl.aislib.fm.Page.
Abstract class representing one page of application.
Page() - Constructor for class pl.aislib.fm.Page
 
PageInfo - class pl.aislib.fm.PageInfo.
This class describes servlet page attributes.
PageInfo(String) - Constructor for class pl.aislib.fm.PageInfo
Initializes PageInfo with actionKey.
PageResponse - class pl.aislib.fm.PageResponse.
Class encapsulating response from the Page.getPageResponse() method.
PageResponse(Page) - Constructor for class pl.aislib.fm.PageResponse
Sole constructor for empty response.
PageResponse(Page, byte[], String) - Constructor for class pl.aislib.fm.PageResponse
Constructor for raw type response.
PageResponse(Page, Map) - Constructor for class pl.aislib.fm.PageResponse
Constructor for (key, value) type response.
PageResponse(Page, Map, String) - Constructor for class pl.aislib.fm.PageResponse
Constructor for (key, value) type response, using specified content type for response.
PageSelector - interface pl.aislib.fm.PageSelector.
Selecting page code based on request.
Pair - class pl.aislib.util.Pair.
Small but useful class of pairs of objects.
Pair(Object, Object) - Constructor for class pl.aislib.util.Pair
 
Paragraph - class pl.aislib.text.html.Paragraph.
Represents HTML 'p' element.
Paragraph() - Constructor for class pl.aislib.text.html.Paragraph
 
PartialHandler - class pl.aislib.fm.forms.config.PartialHandler.
Partial handler class.
PartialHandler(Handler) - Constructor for class pl.aislib.fm.forms.config.PartialHandler
 
Pasture - interface pl.aislib.fm.shepherds.Pasture.
Defines Universe in which Shepherds are operating.
PhoneValidator - class pl.aislib.util.validators.PhoneValidator.
Phone validation class.
PhoneValidator() - Constructor for class pl.aislib.util.validators.PhoneValidator
Base constructor.
pageInfo - Variable in class pl.aislib.fm.Page
Contains additional information about this Page.
pageProperties - Variable in class pl.aislib.fm.Workflow
Map of properties of page.
pages - Variable in class pl.aislib.fm.Workflow
Holds application pages descriptions (PageInfo objects).
parentHandler - Variable in class pl.aislib.fm.forms.config.PartialHandler
Parent handler object of this handle.
parse(InputStream) - Method in class pl.aislib.util.template.image.ImageTemplatesDigester
Parse the XML stream and retur ImageTemplatesBean object if everything is OK
parse(Format, String, ParsePosition) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls NumberFormat.parse(String, ParsePosition).
parseNumber(String) - Method in class pl.aislib.util.validators.NumberValidator
 
partialHandlers - Variable in class pl.aislib.fm.forms.config.Handler
Map of partial handlers.
path - Variable in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
pattern - Variable in class pl.aislib.util.validators.StringValidator
Allow pattern property.
patternObject - Variable in class pl.aislib.util.validators.StringValidator
Pattern object.
pl.aislib.fm - package pl.aislib.fm
 
pl.aislib.fm.forms - package pl.aislib.fm.forms
 
pl.aislib.fm.forms.config - package pl.aislib.fm.forms.config
 
pl.aislib.fm.jdbc - package pl.aislib.fm.jdbc
 
pl.aislib.fm.messages - package pl.aislib.fm.messages
 
pl.aislib.fm.pages - package pl.aislib.fm.pages
 
pl.aislib.fm.shepherds - package pl.aislib.fm.shepherds
Provides classes and interfaces for controlling Sheeps (HttpServletRequest objects) wandering on Pasture (Application object) - Internal Framework Package.
pl.aislib.fm.support - package pl.aislib.fm.support
 
pl.aislib.io - package pl.aislib.io
 
pl.aislib.jakarta.velocity - package pl.aislib.jakarta.velocity
 
pl.aislib.lang - package pl.aislib.lang
 
pl.aislib.servlet - package pl.aislib.servlet
 
pl.aislib.text.html - package pl.aislib.text.html
 
pl.aislib.text.html.attrs - package pl.aislib.text.html.attrs
 
pl.aislib.text.html.input - package pl.aislib.text.html.input
 
pl.aislib.text.html.render - package pl.aislib.text.html.render
 
pl.aislib.text.html.table - package pl.aislib.text.html.table
 
pl.aislib.util - package pl.aislib.util
 
pl.aislib.util.builders - package pl.aislib.util.builders
 
pl.aislib.util.crypt - package pl.aislib.util.crypt
 
pl.aislib.util.jdbc - package pl.aislib.util.jdbc
 
pl.aislib.util.messages - package pl.aislib.util.messages
 
pl.aislib.util.predicates - package pl.aislib.util.predicates
Provides some predefined Predicates.
pl.aislib.util.predicates.servlet - package pl.aislib.util.predicates.servlet
 
pl.aislib.util.rules - package pl.aislib.util.rules
 
pl.aislib.util.template - package pl.aislib.util.template
Base classes for templates.
pl.aislib.util.template.image - package pl.aislib.util.template.image
 
pl.aislib.util.template.pdf - package pl.aislib.util.template.pdf
 
pl.aislib.util.validators - package pl.aislib.util.validators
 
pl.aislib.util.web.filters - package pl.aislib.util.web.filters
 
pl.aislib.util.web.servlet - package pl.aislib.util.web.servlet
 
pl.aislib.util.xml - package pl.aislib.util.xml
 
populate(Object, Map) - Method in class pl.aislib.fm.forms.config.PartialHandler
 
postValidate(Map, Object) - Method in class pl.aislib.fm.FieldContainer
Contains all necessary steps taken after the proper validation of fields in the container.
preValidate(Map, Object) - Method in class pl.aislib.fm.FieldContainer
Contains all necessary steps taken before the proper validation of fields in the container.
preValidate(Map, Object) - Method in class pl.aislib.fm.Form
 
prefilterString(String) - Method in class pl.aislib.util.messages.MessageFormatConverter
Changes some characters in a string, if needed.
preparePatternsForContents(Map) - Method in class pl.aislib.util.messages.MessageFormatConverter
Prepares patterns for given map of objects used in message contents.
preparePatternsForKeys(Map) - Method in class pl.aislib.util.messages.MessageFormatConverter
Prepares patterns for given map of objects used in message keys.
print(ANSIConstants.ANSIConstant) - Method in class pl.aislib.io.ANSIPrintStream
Prints given Control Sequence.
printStackTrace() - Method in class pl.aislib.lang.EncapsulatedException
 
printStackTrace(PrintStream) - Method in class pl.aislib.lang.EncapsulatedException
 
printStackTrace(PrintWriter) - Method in class pl.aislib.lang.EncapsulatedException
 
println(ANSIConstants.ANSIConstant) - Method in class pl.aislib.io.ANSIPrintStream
Prints given Control Sequence.
priority - Variable in class pl.aislib.util.validators.AbstractValidator.Property
Priority of the property.
process(HttpServletRequest) - Method in class pl.aislib.fm.support.I18NSupport
Method processes setting the Constants.LANG attribute on the HttpServletRequest.
process() - Method in class pl.aislib.lang.CronTask
Performs task operation.
process() - Method in class pl.aislib.lang.Task
Perform task operation.
process(String, Comparator) - Method in class pl.aislib.util.web.servlet.BrowserServlet
 
processBuilder(Attributes) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
processContentItem(Attributes) - Method in class pl.aislib.fm.messages.MessageHandler
 
processEndElement(String, String, String) - Method in class pl.aislib.fm.FormsHandler
 
processEndElement(String, String, String) - Method in class pl.aislib.fm.MessagesHandler
 
processEndElement(String, String, String) - Method in interface pl.aislib.fm.forms.config.IXMLHandler
 
processField(Attributes) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
processFieldBehavior(IField, Attributes) - Method in class pl.aislib.fm.FieldHandler
 
processFieldBehavior(IField, Attributes) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
processKey(Attributes) - Method in class pl.aislib.fm.messages.MessageHandler
 
processMessageCode(Attributes) - Method in class pl.aislib.fm.messages.MessageHandler
 
processMessageGroup(Attributes) - Method in class pl.aislib.fm.messages.MessageGroupHandler
 
processMessageRef(Attributes) - Method in class pl.aislib.fm.messages.MessageGroupHandler
 
processRule(Attributes) - Method in class pl.aislib.fm.forms.config.RuleHandler
 
processStartElement(String, String, String, Attributes) - Method in class pl.aislib.fm.FormsHandler
 
processStartElement(String, String, String, Attributes) - Method in class pl.aislib.fm.MessagesHandler
 
processStartElement(String, String, String, Attributes) - Method in interface pl.aislib.fm.forms.config.IXMLHandler
 
processValidator(Attributes) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
properties - Variable in class pl.aislib.fm.Page
Map of properties of the page.
properties - Variable in class pl.aislib.util.validators.AbstractValidator
Map of (prioritized) properties.
propertyList - Variable in class pl.aislib.fm.Workflow
List of properties.
propertyName - Variable in class pl.aislib.fm.shepherds.AbstractShepherdsDog
 
propertyNames() - Method in class pl.aislib.fm.Page
Gets names of properties of the page.
propertyValues - Variable in class pl.aislib.util.validators.AbstractValidator
Map of property names and property values.
protocolTypes - Variable in class pl.aislib.util.validators.URLValidator
URL type property map.
publicIdMappings - Variable in class pl.aislib.util.xml.JarEntityResolver
Contains mapping between public ID of entity and Jar resource name.
put(Object, Object) - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
putAll(Map) - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
putToMap(Map) - Method in class pl.aislib.fm.messages.Message
Puts message into map.

Q

quotationMark - Variable in class pl.aislib.util.xml.XHtmlOutputter
Character used to enclose HTML attribute value.

R

RED - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;31m constant.
REG_EXP_DEFAULT - Static variable in class pl.aislib.util.validators.StringValidator
Deprecated. Use StringValidator.PATTERN_DEFAULT constant.
REG_EXP_NONE - Static variable in class pl.aislib.util.validators.StringValidator
Deprecated. Use StringValidator.PATTERN_NOT_USED constant.
REG_EXP_REQUIRED - Static variable in class pl.aislib.util.validators.StringValidator
Deprecated. Use StringValidator.PATTERN_REQUIRED constant.
REQUEST - Static variable in interface pl.aislib.fm.shepherds.ShepherdsDog
Constant identyfying Dogs watching whole HttpServletRequest.
REQUEST_ATTR - Static variable in interface pl.aislib.fm.shepherds.ShepherdsDog
Constant identyfying Dogs watching HttpServletRequest attributes.
REQUEST_PARAM - Static variable in interface pl.aislib.fm.shepherds.ShepherdsDog
Constant identyfying Dogs watching HttpServletRequest parameters.
RET - Static variable in interface pl.aislib.io.ANSIConstants
\033[0m constant.
REV - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;07m constant.
RT_DYNAMIC - Static variable in class pl.aislib.fm.forms.Rule
Rule's dynamic property value.
RT_NORMAL - Static variable in class pl.aislib.fm.forms.Rule
Rule's normal property value.
Radio - class pl.aislib.text.html.input.Radio.
Represents HTML Radiobutton (input element with type set to 'radio').
Radio() - Constructor for class pl.aislib.text.html.input.Radio
Constructor.
RangeValidator - class pl.aislib.util.validators.RangeValidator.
Range validation abstract class.
RangeValidator() - Constructor for class pl.aislib.util.validators.RangeValidator
Base constructor.
ReflectionException - exception pl.aislib.lang.ReflectionException.
Encapsulation of reflection exceptions.
ReflectionException(String, ClassNotFoundException) - Constructor for class pl.aislib.lang.ReflectionException
Create new exception marking that class cannot be found.
ReflectionException(String, IllegalAccessException) - Constructor for class pl.aislib.lang.ReflectionException
Create new exception marking that class cannot be instantiated due to insufficient access.
ReflectionException(String, InstantiationException) - Constructor for class pl.aislib.lang.ReflectionException
Create new exception marking that class cannot be instantiated because is abstract or an interface.
ReflectionException(String, ClassCastException) - Constructor for class pl.aislib.lang.ReflectionException
Create new exception marking that class with given name cannot be used as specified class.
Rule - class pl.aislib.fm.forms.Rule.
Describes rule which should be checked for Form.
Rule() - Constructor for class pl.aislib.fm.forms.Rule
Contructor used internally.
Rule(String) - Constructor for class pl.aislib.fm.forms.Rule
 
RuleHandler - class pl.aislib.fm.RuleHandler.
XML handler for handling framework's rules.
RuleHandler(Handler) - Constructor for class pl.aislib.fm.RuleHandler
 
RuleHandler - class pl.aislib.fm.forms.config.RuleHandler.
Base rule handler class.
RuleHandler(Handler) - Constructor for class pl.aislib.fm.forms.config.RuleHandler
 
readBigDecimal(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read BigDecimal from rs.
readDouble(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read Double from rs.
readFloat(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read Float from rs.
readInteger(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read Integer from rs.
readLong(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read Long from rs.
readString(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read String from rs.
readTimestamp(ResultSet, int) - Static method in class pl.aislib.util.jdbc.HelperMethods
Read Timestamp from rs.
red - Variable in class pl.aislib.util.template.TemplateFont
 
releaseConnection(Connection) - Method in class pl.aislib.fm.Database
Passes Connection to Manager.releaseConnection(Connection).
releaseConnection(Connection) - Method in class pl.aislib.fm.jdbc.Manager
Release the given connection.
releaseConnection(Connection) - Method in class pl.aislib.util.jdbc.JNDIManager
Close the given Connection.
releaseConnection(Connection) - Method in class pl.aislib.util.jdbc.SimpleManager
Close the given Connection.
remove(String) - Method in class pl.aislib.text.html.attrs.AttributesSet
Removes given attribute from this set.
remove(Object) - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
remove(Object) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
removeAll(Collection) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
removeAttribute(String) - Method in class pl.aislib.text.html.AbstractHTMLObject
 
removeRequestAttribute(String) - Method in class pl.aislib.fm.Page
Removes the session attribute for application.
removeSessionAttribute(String) - Method in class pl.aislib.fm.Page
Removes session attribute for the application.
removeTaskListener(TaskListener) - Method in class pl.aislib.lang.CronTask
Removes the specified task listener so that it no longer receives events from this task.
removeTaskListener(TaskListener) - Method in class pl.aislib.lang.Task
Removes the specified task listener so that it no longer receives events from this task.
render(Graphics, Field, Object) - Method in interface pl.aislib.util.template.image.FieldRenderer
Render value of template.
render(Graphics, Field, Object) - Method in class pl.aislib.util.template.image.SimpleFieldRenderer
 
renderSelect(String, List, Map, Object) - Static method in class pl.aislib.text.html.render.ListRenderer
Renders HTML Select.
renderSelect(String, List, OptionRenderer, Object) - Static method in class pl.aislib.text.html.render.ListRenderer
Renders HTML Select.
request - Variable in class pl.aislib.fm.Page
Contains HTTP request description.
required - Variable in class pl.aislib.util.validators.AbstractValidator
Requirement property.
resolve(String, String) - Method in class pl.aislib.util.xml.JarURIResolver
Turns an URI used in document(), xsl:import, or xsl:include into a Source object.
resolveEntity(String, String) - Method in class pl.aislib.util.xml.JarEntityResolver
Allow the application to resolve external entities.
response - Variable in class pl.aislib.fm.Page
Contains HTTP response description.
retainAll(Collection) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
rollback(int) - Method in class pl.aislib.util.AbstractTransactionalBean
 
rules - Variable in class pl.aislib.fm.Form
Map of rules.
run() - Method in class pl.aislib.lang.CronTask
 
run() - Method in class pl.aislib.lang.Task
Execute task operation.

S

SESSION_ATTR - Static variable in interface pl.aislib.fm.shepherds.ShepherdsDog
Constant identyfying Dogs watching HttpSession attributes.
SSNValidator - class pl.aislib.util.validators.SSNValidator.
Social Security Number (SSN) validation class.
SSNValidator() - Constructor for class pl.aislib.util.validators.SSNValidator
Base constructor.
STR_CUSTOM - Static variable in interface pl.aislib.fm.messages.IMessage
String constant describing custom type of message.
STR_ERROR - Static variable in interface pl.aislib.fm.messages.IMessage
String constant describing error type of message.
STR_FATAL - Static variable in interface pl.aislib.fm.messages.IMessage
String constant describing fatal type of message.
STR_INFO - Static variable in interface pl.aislib.fm.messages.IMessage
String constant describing information type of message.
STR_STATES_CANADA - Static variable in class pl.aislib.util.validators.StatesValidator
Constant string describing Canada provinces.
STR_STATES_OTHER - Static variable in class pl.aislib.util.validators.StatesValidator
Constant string describing outside US/Canada regions.
STR_STATES_USA - Static variable in class pl.aislib.util.validators.StatesValidator
Constant string describing US states.
STR_STATES_US_ARMY - Static variable in class pl.aislib.util.validators.StatesValidator
Constant string describing US Army.
STR_STATES_US_TERRITORIES - Static variable in class pl.aislib.util.validators.StatesValidator
Constant string describing US territories.
STR_WARNING - Static variable in interface pl.aislib.fm.messages.IMessage
String constant describing warning type of message.
Select - class pl.aislib.text.html.Select.
Represents HTML 'select' element.
Select() - Constructor for class pl.aislib.text.html.Select
Constructor.
ServletContextResourceLoader - class pl.aislib.jakarta.velocity.ServletContextResourceLoader.
ResourceLoader for loading templates from ServletContext.
ServletContextResourceLoader() - Constructor for class pl.aislib.jakarta.velocity.ServletContextResourceLoader
 
Shepherd - class pl.aislib.fm.shepherds.Shepherd.
Minds the sheeps (usually HttpServletRequest objects) on the Pasture (Application).
Shepherd(Predicate, ShepherdsDog, String, Log) - Constructor for class pl.aislib.fm.shepherds.Shepherd
Class Constructor.
ShepherdsDog - interface pl.aislib.fm.shepherds.ShepherdsDog.
This interface should be implemented by helper classes used by Shepherds for watching some properties of sheeps.
ShepherdsSchool - class pl.aislib.fm.shepherds.ShepherdsSchool.
Defines how Shepherds are trained.
ShepherdsSchool() - Constructor for class pl.aislib.fm.shepherds.ShepherdsSchool
Constructs new ShepherdsSchool object.
SimpleFieldRenderer - class pl.aislib.util.template.image.SimpleFieldRenderer.
Base implementation of FieldRenderer.
SimpleFieldRenderer() - Constructor for class pl.aislib.util.template.image.SimpleFieldRenderer
 
SimpleManager - class pl.aislib.util.jdbc.SimpleManager.
The simplest implementation of JDBC Manager.
SimpleManager(String, String, String, String) - Constructor for class pl.aislib.util.jdbc.SimpleManager
Load the given JDBC Driver and copy the parameters for use in getConnection.
SimpleManager(String, String, String) - Constructor for class pl.aislib.util.jdbc.SimpleManager
Copy the parameters for use in getConnection.
Span - class pl.aislib.text.html.Span.
Represents HTML 'span' element.
Span() - Constructor for class pl.aislib.text.html.Span
 
SpyServlet - class pl.aislib.servlet.SpyServlet.
Deprecated. use SpyServlet instead.
SpyServlet() - Constructor for class pl.aislib.servlet.SpyServlet
Deprecated.  
SpyServlet - class pl.aislib.util.web.servlet.SpyServlet.
Servlet for monitoring servlet engine, environment and http session.
SpyServlet() - Constructor for class pl.aislib.util.web.servlet.SpyServlet
 
StandardMessageConverter - class pl.aislib.util.messages.StandardMessageConverter.
Standard message converter class.
StandardMessageConverter() - Constructor for class pl.aislib.util.messages.StandardMessageConverter
 
StatesValidator - class pl.aislib.util.validators.StatesValidator.
US states and Canada provinces validation class.
StatesValidator() - Constructor for class pl.aislib.util.validators.StatesValidator
Base constructor.
StaticPage - class pl.aislib.fm.pages.StaticPage.
Static page that returns an empty map in response.
StaticPage() - Constructor for class pl.aislib.fm.pages.StaticPage
 
StringBuilder - class pl.aislib.util.builders.StringBuilder.
Field builder for strings.
StringBuilder() - Constructor for class pl.aislib.util.builders.StringBuilder
 
StringTemplate - interface pl.aislib.util.template.StringTemplate.
Interface represens dynamic output which may be treat as String.
StringValidator - class pl.aislib.util.validators.StringValidator.
Generic string validation class.
StringValidator() - Constructor for class pl.aislib.util.validators.StringValidator
Base constructor.
separator - Variable in class pl.aislib.util.builders.StringBuilder
Separator for string parts.
servlet - Variable in class pl.aislib.fm.Page
Contains Servlet description, part of which is this Page.
session - Variable in class pl.aislib.fm.Page
HTTP Session object describing session corresponding to current request.
set(boolean) - Method in class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
set(int, boolean) - Method in class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
set(int, int, boolean) - Method in class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
set(Object, Object) - Method in class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
 
set(int, Object, Object) - Method in class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
 
set(int, int, Object, Object) - Method in class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
 
set(int) - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
set(int, int) - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
set(int, int, int) - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
set(Object) - Method in class pl.aislib.util.validators.AbstractValidator.Property
Sets value of the property and makes it non-default.
set(int, Object) - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
set(int, int, Object) - Method in class pl.aislib.util.validators.AbstractValidator.Property
 
set(int, String) - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
set(int, int, String) - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
setAlignX(int) - Method in class pl.aislib.util.template.Field
 
setAlignY(int) - Method in class pl.aislib.util.template.Field
 
setAllErrorsAreFatal(boolean) - Method in class pl.aislib.util.xml.LogErrorHandler
Modifies class behaviour on errors, see LogErrorHandler.allErrorsAreFatal
setAllErrorsAreFatal(boolean) - Method in class pl.aislib.util.xml.LogErrorListener
Modifies class behaviour on errors, see LogErrorHandler.allErrorsAreFatal
setAllowCanada(boolean) - Method in class pl.aislib.util.validators.StatesValidator
 
setAllowExtended(boolean) - Method in class pl.aislib.util.validators.ZipValidator
 
setAllowFile(boolean) - Method in class pl.aislib.util.validators.URLValidator
 
setAllowFtp(boolean) - Method in class pl.aislib.util.validators.URLValidator
 
setAllowFuture(boolean) - Method in class pl.aislib.util.validators.DateValidator
 
setAllowHttp(boolean) - Method in class pl.aislib.util.validators.URLValidator
 
setAllowHttps(boolean) - Method in class pl.aislib.util.validators.URLValidator
 
setAllowNormal(boolean) - Method in class pl.aislib.util.validators.SSNValidator
 
setAllowNormal(boolean) - Method in class pl.aislib.util.validators.ZipValidator
 
setAllowOther(boolean) - Method in class pl.aislib.util.validators.StatesValidator
 
setAllowPast(boolean) - Method in class pl.aislib.util.validators.DateValidator
 
setAllowProtocolType(String, boolean) - Method in class pl.aislib.util.validators.URLValidator
 
setAllowShort(boolean) - Method in class pl.aislib.util.validators.SSNValidator
 
setAllowSsnType(String, boolean) - Method in class pl.aislib.util.validators.SSNValidator
 
setAllowStateType(String, boolean) - Method in class pl.aislib.util.validators.StatesValidator
 
setAllowUsArmy(boolean) - Method in class pl.aislib.util.validators.StatesValidator
 
setAllowUsTerritories(boolean) - Method in class pl.aislib.util.validators.StatesValidator
 
setAllowUsa(boolean) - Method in class pl.aislib.util.validators.StatesValidator
 
setAllowZipType(String, boolean) - Method in class pl.aislib.util.validators.ZipValidator
 
setAllowedChars(String) - Method in class pl.aislib.util.validators.StringValidator
 
setAllowedValues(String) - Method in class pl.aislib.util.validators.StringValidator
 
setAllowedValuesDelimiter(String) - Method in class pl.aislib.util.validators.StringValidator
 
setAllowedValuesOnly(String) - Method in class pl.aislib.util.validators.StringValidator
 
setAllowedValuesOnly(String, boolean) - Method in class pl.aislib.util.validators.StringValidator
 
setAttribute(String, Object) - Method in class pl.aislib.text.html.AbstractHTMLObject
Deprecated.  
setAttribute(String, Object) - Method in class pl.aislib.text.html.attrs.AttributesSet
Sets attribute value.
setAttributeValue(String, Object) - Method in class pl.aislib.text.html.AbstractHTMLObject
Sets attribute value.
setBigDecimal(PreparedStatement, int, BigDecimal) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setBlue(int) - Method in class pl.aislib.util.template.TemplateFont
 
setBuilder(FieldBuilder) - Method in class pl.aislib.fm.forms.Field
 
setBuilderMapping(Map) - Method in class pl.aislib.fm.forms.Field
Sets mapping for the builder for the field.
setCheckCondition(boolean) - Method in class pl.aislib.fm.forms.Rule
 
setCheckConditionName(Object) - Method in class pl.aislib.fm.forms.ConditionalRule
Sets name of checking condition parameter.
setCheckConditionValue(Object) - Method in class pl.aislib.fm.forms.ConditionalRule
Sets value of checking condition parameter.
setColor(Color) - Method in class pl.aislib.util.template.TemplateFont
Set font color from java.awt.Color object.
setConditionalFields() - Method in class pl.aislib.fm.Form
Automatically generates all conditional fields.
setConfigAdapter(ConfigAdapter) - Method in class pl.aislib.fm.Application
Set ConfigAdapter for this Application.
setContainer(String, String) - Method in class pl.aislib.fm.PageInfo
Sets template container for the page.
setConvertedValue(Object) - Method in class pl.aislib.util.validators.AbstractValidator.ConvertedProperty
 
setData(Object) - Method in class pl.aislib.util.validators.AbstractValidator
 
setDatabase(Database) - Method in class pl.aislib.fm.Application
Set Database for this Application During setting as a component inside Application, jdbc logger is pushed into given Database.
setDefaultContentType(String) - Method in class pl.aislib.fm.Application
Sets default ContentType for the application.
setDefaultValue(Object) - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
setDisallowedChars(String) - Method in class pl.aislib.util.validators.StringValidator
 
setDisallowedValues(String) - Method in class pl.aislib.util.validators.StringValidator
 
setDisallowedValuesDelimiter(String) - Method in class pl.aislib.util.validators.StringValidator
 
setDisallowedValuesOnly(String) - Method in class pl.aislib.util.validators.StringValidator
 
setDisallowedValuesOnly(String, boolean) - Method in class pl.aislib.util.validators.StringValidator
 
setDouble(PreparedStatement, int, Double) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setDynamic(Form) - Method in class pl.aislib.fm.forms.Rule
Changes type of the rule to dynamic, if necessary.
setEndRange(String) - Method in class pl.aislib.util.validators.RangeValidator
Should be overridden in subclasses.
setFloat(PreparedStatement, int, Float) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setFontName(String) - Method in class pl.aislib.util.template.TemplateFont
 
setFormat(String) - Method in class pl.aislib.util.builders.DateBuilder
 
setFormat(String) - Method in class pl.aislib.util.validators.NumberValidator
 
setFormat(String) - Method in class pl.aislib.util.validators.PhoneValidator
 
setFormat(String) - Method in class pl.aislib.util.validators.StringValidator
 
setFromDatePresent(boolean) - Method in class pl.aislib.util.rules.DateRangeRule
Sets whether start range should be given.
setGreen(int) - Method in class pl.aislib.util.template.TemplateFont
 
setGroupingSeparator(Format, char) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls DecimalFormatSymbols.setGroupingSeparator(char).
setGroupingSeparator(String) - Method in class pl.aislib.util.validators.NumberValidator
 
setIgnoreCase(boolean) - Method in class pl.aislib.util.validators.StringValidator
 
setInteger(PreparedStatement, int, Integer) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setKeepWithNext(boolean) - Method in class pl.aislib.text.html.AbstractHTMLObject
 
setKeepWithPrevious(boolean) - Method in class pl.aislib.text.html.AbstractHTMLObject
 
setLineSeparator(String) - Method in class pl.aislib.util.xml.XHtmlOutputter
 
setLocale(String) - Method in class pl.aislib.util.validators.AbstractValidator
Sets the localization property.
setLocale(String) - Method in class pl.aislib.util.validators.NumberValidator
 
setLog(Log) - Method in class pl.aislib.fm.FieldContainer
 
setLog(Log) - Method in class pl.aislib.fm.shepherds.AbstractShepherdsDog
 
setLog(Log) - Method in interface pl.aislib.fm.shepherds.ShepherdsDog
Sets log for dog.
setLog(Log) - Method in interface pl.aislib.util.Loggable
Sets Log instance to given class.
setLog(Log) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
Set Log for using during processing images.
setLong(PreparedStatement, int, Long) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setMapping(Map) - Method in class pl.aislib.fm.forms.FieldBuilder
 
setMapping(Map) - Method in class pl.aislib.fm.forms.Rule
 
setMaximumFractionDigits(Format, int) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls DecimalFormat.setMaximumFractionDigits(int).
setMaximumLength(int) - Method in class pl.aislib.util.validators.ArrayValidator
 
setMaximumLength(int) - Method in class pl.aislib.util.validators.StringValidator
 
setMinimumLength(int) - Method in class pl.aislib.util.validators.ArrayValidator
 
setMinimumLength(int) - Method in class pl.aislib.util.validators.StringValidator
 
setMsgCode(int) - Method in class pl.aislib.fm.forms.Rule
 
setName(String) - Method in class pl.aislib.fm.forms.Rule
 
setName(String) - Method in class pl.aislib.util.template.Field
 
setName(String) - Method in class pl.aislib.util.template.TemplateFont
 
setName(String) - Method in class pl.aislib.util.template.image.ImageTemplate
 
setObject(Object) - Method in class pl.aislib.text.html.render.FlyweightOptionRenderer
Sets object which will be rendered.
setOutputter(ImageTemplateOutputter) - Method in class pl.aislib.util.template.image.ImageTemplateProducer
 
setPageNumber(int) - Method in class pl.aislib.util.template.Field
Sets page number.
setPageSelector(PageSelector) - Method in class pl.aislib.fm.Application
Set PageSelector for this Application.
setParseIntegerOnly(Format, boolean) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls NumberFormat.setParseIntegerOnly(boolean).
setPattern(String) - Method in class pl.aislib.util.validators.StringValidator
Sets pattern.
setPositionX(int) - Method in class pl.aislib.util.template.Field
 
setPositionY(int) - Method in class pl.aislib.util.template.Field
 
setProperties(Map) - Method in class pl.aislib.fm.PageInfo
Sets properties of the page.
setQuotationMark(char) - Method in class pl.aislib.util.xml.XHtmlOutputter
 
setRed(int) - Method in class pl.aislib.util.template.TemplateFont
 
setRegExp(String) - Method in class pl.aislib.util.validators.StringValidator
Deprecated. Use StringValidator.setPattern(String) method.
setRequestAttribute(String, Object) - Method in class pl.aislib.fm.Page
Sets the request attribute for application.
setRequired(boolean) - Method in class pl.aislib.util.validators.AbstractValidator
Sets the requirement property.
setRequired(boolean) - Method in class pl.aislib.util.validators.EmailValidator
 
setSeparator(String) - Method in class pl.aislib.util.builders.StringBuilder
Sets separator for string parts.
setServletContext(ServletContext) - Method in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
Sets servlet context which is used for loading templates.
setSessionAttribute(String, Object) - Method in class pl.aislib.fm.Page
Sets session attribute for the application.
setSessionExpiration(boolean) - Method in class pl.aislib.fm.PageInfo
Sets session expiration beahviour.
setSize(int) - Method in class pl.aislib.util.template.TemplateFont
 
setStartRange(String) - Method in class pl.aislib.util.validators.RangeValidator
Should be overridden in subclasses.
setString(PreparedStatement, int, String) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setStyle(String) - Method in class pl.aislib.util.template.TemplateFont
 
setStyle(int) - Method in class pl.aislib.util.template.TemplateFont
 
setTemplateDir(String) - Method in class pl.aislib.jakarta.velocity.ServletContextResourceLoader
Sets dir within servlet context used as a root for templates.
setTemplateEngine(TemplateEngine) - Method in class pl.aislib.fm.Application
Set TemplateEngine for this Application.
setTemplateFont(TemplateFont) - Method in class pl.aislib.util.template.Field
 
setTemplateName(String) - Method in class pl.aislib.fm.PageInfo
Method called by Workflow class when reading XML configuration.
setTimestamp(PreparedStatement, int, Timestamp) - Static method in class pl.aislib.util.jdbc.HelperMethods
Setting the given object as an value in the specific position or setting null if the object is null.
setToDatePresent(boolean) - Method in class pl.aislib.util.rules.DateRangeRule
Sets whether end range should be given.
setTokens(String[]) - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
setTokens(String[], Object[]) - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
setType(int) - Method in class pl.aislib.fm.forms.Field
 
setType(int) - Method in class pl.aislib.fm.forms.Rule
 
setUseICU4J(boolean) - Method in class pl.aislib.util.validators.BigDecimalValidator
Controls ICU4J library usage.
setValidator(BaseValidator) - Method in class pl.aislib.fm.forms.ValidateException
Sets validator object in which exception occurred.
setValue(String, Object) - Method in class pl.aislib.jakarta.velocity.VelocityTemplate
 
setValue(Object) - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
setValue(Object) - Method in class pl.aislib.text.html.attrs.EnumeratedAttribute
Sets value for this attribute, checking if it is allowed first.
setValue(String, Object) - Method in interface pl.aislib.util.template.Template
Adds value with given key to template.
setValue(String, Object) - Method in class pl.aislib.util.template.image.ImageTemplate
 
setValue(String, Object) - Method in class pl.aislib.util.template.pdf.ITextPdfTemplate
 
setValue(boolean) - Method in class pl.aislib.util.validators.AbstractValidator.BooleanProperty
 
setValue(int) - Method in class pl.aislib.util.validators.AbstractValidator.IntegerProperty
 
setValue(Object) - Method in class pl.aislib.util.validators.AbstractValidator.Property
Sets value of the property leaving its type unchanged.
setValues(Map) - Method in class pl.aislib.jakarta.velocity.VelocityTemplate
 
setValues(Map) - Method in interface pl.aislib.util.template.Template
Adds map of values to template.
setValues(Map) - Method in class pl.aislib.util.template.image.ImageTemplate
 
setValues(Map) - Method in class pl.aislib.util.template.pdf.ITextPdfTemplate
 
setValuesType(int) - Method in class pl.aislib.fm.forms.Field
 
setWatchedProperty(String) - Method in class pl.aislib.fm.shepherds.AbstractShepherdsDog
 
setWatchedProperty(String) - Method in interface pl.aislib.fm.shepherds.ShepherdsDog
Sets name of property which should be watched by this object.
setWeight(String) - Method in class pl.aislib.util.template.TemplateFont
 
setWeight(int) - Method in class pl.aislib.util.template.TemplateFont
 
shallIKeepWith(Element, String) - Method in class pl.aislib.util.xml.XHtmlOutputter
 
size() - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
size() - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
size - Variable in class pl.aislib.util.template.TemplateFont
 
size - Variable in class pl.aislib.util.web.servlet.BrowserServlet.FileInfo
 
split(Object) - Method in class pl.aislib.fm.forms.Field
 
split(Object, boolean) - Method in class pl.aislib.fm.forms.Field
 
split(Object) - Method in class pl.aislib.fm.forms.FieldBuilder
 
split(Object) - Method in class pl.aislib.util.builders.DateBuilder
 
split(Object) - Method in class pl.aislib.util.builders.StringBuilder
 
splitCalendar(Calendar) - Method in class pl.aislib.util.builders.DateBuilder
 
splitDate(Date) - Method in class pl.aislib.util.builders.DateBuilder
 
ssnTypes - Variable in class pl.aislib.util.validators.SSNValidator
SSN type property map.
stamp(String) - Method in class pl.aislib.fm.FieldContainer
 
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.FieldHandler
 
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.Workflow
Receives notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.forms.config.FieldHandler
 
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.forms.config.Handler
 
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.forms.config.RuleHandler
 
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.messages.MessageGroupHandler
 
startElement(String, String, String, Attributes) - Method in class pl.aislib.fm.messages.MessageHandler
 
startRange - Variable in class pl.aislib.util.validators.RangeValidator
Start range property.
stateTypes - Variable in class pl.aislib.util.validators.StatesValidator
Region property map.
stringValue() - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
 
stripTime(Calendar) - Static method in class pl.aislib.util.DateUtils
Return the specified date with time of day set to 0:00AM
style - Variable in class pl.aislib.util.template.TemplateFont
 
systemIdMappings - Variable in class pl.aislib.util.xml.JarEntityResolver
Contains mapping between system ID of entity and Jar resource name.

T

Table - class pl.aislib.text.html.table.Table.
Represents HTML table element.
Table() - Constructor for class pl.aislib.text.html.table.Table
Constructor.
TableDataCell - class pl.aislib.text.html.table.TableDataCell.
Represents HTML td element.
TableDataCell() - Constructor for class pl.aislib.text.html.table.TableDataCell
Constructor.
TableHeaderCell - class pl.aislib.text.html.table.TableHeaderCell.
Represents HTML th element.
TableHeaderCell() - Constructor for class pl.aislib.text.html.table.TableHeaderCell
Constructor.
TableRow - class pl.aislib.text.html.table.TableRow.
Represents HTML tr element.
TableRow() - Constructor for class pl.aislib.text.html.table.TableRow
Constructor.
Task - class pl.aislib.lang.Task.
Task extends Thread with for notifications.
Task() - Constructor for class pl.aislib.lang.Task
 
Task(String) - Constructor for class pl.aislib.lang.Task
 
Task(ThreadGroup, String) - Constructor for class pl.aislib.lang.Task
 
TaskListener - interface pl.aislib.lang.TaskListener.
The listener interface for receiving task events.
TaskProcessingException - exception pl.aislib.lang.TaskProcessingException.
 
TaskProcessingException() - Constructor for class pl.aislib.lang.TaskProcessingException
Constructs a new exception.
TaskProcessingException(String) - Constructor for class pl.aislib.lang.TaskProcessingException
Constructs a new exception with the specified message.
TaskProcessingException(Throwable) - Constructor for class pl.aislib.lang.TaskProcessingException
Wrap an existing exception in TaskProcessException.
Template - interface pl.aislib.util.template.Template.
Interface represents dynamic ouptut.
TemplateEngine - class pl.aislib.fm.TemplateEngine.
Generic Template Engine class.
TemplateEngine() - Constructor for class pl.aislib.fm.TemplateEngine
 
TemplateEngineException - exception pl.aislib.fm.TemplateEngineException.
Generic exception class throwed by TemplateEngine methods.
TemplateEngineException() - Constructor for class pl.aislib.fm.TemplateEngineException
Constructs a new exception.
TemplateEngineException(String) - Constructor for class pl.aislib.fm.TemplateEngineException
Constructs a new exception with the specified message.
TemplateEngineException(Throwable) - Constructor for class pl.aislib.fm.TemplateEngineException
Wrap an existing exception in a TemplateEngineException.
TemplateEngineException(String, Throwable) - Constructor for class pl.aislib.fm.TemplateEngineException
Constructs a new exception with specified message, wrapping an existing exception in a TemplateEngineException.
TemplateFont - class pl.aislib.util.template.TemplateFont.
 
TemplateFont(String, int, int, int, Color) - Constructor for class pl.aislib.util.template.TemplateFont
 
TemplateFont(String, int, int, int) - Constructor for class pl.aislib.util.template.TemplateFont
 
TemplateFont() - Constructor for class pl.aislib.util.template.TemplateFont
 
TextNode - class pl.aislib.text.html.TextNode.
Class representing node containing text only.
TextNode(String) - Constructor for class pl.aislib.text.html.TextNode
 
TimestampValidator - class pl.aislib.util.validators.TimestampValidator.
Timestamp validation class.
TimestampValidator() - Constructor for class pl.aislib.util.validators.TimestampValidator
Constructor for TimestampValidator.
TruePredicate - class pl.aislib.util.predicates.TruePredicate.
Predicate which is always true.
TruePredicate() - Constructor for class pl.aislib.util.predicates.TruePredicate
 
taskFailed(TaskProcessingException) - Method in interface pl.aislib.lang.TaskListener
This method is called after Task.process() if Task.process() throws exception.
taskFinished(Object) - Method in interface pl.aislib.lang.TaskListener
This method is called after Task.process() if Task.process() returns result object.
taskNotify(Object) - Method in interface pl.aislib.lang.ExtendedTaskListener
This method is called if Task calls Task.fireTaskEvent(java.lang.Object)
taskProgress(float) - Method in interface pl.aislib.lang.ExtendedTaskListener
This method is called if Task calls Task.updateProgress(float)
taskStarted() - Method in interface pl.aislib.lang.TaskListener
This method is called after Thread.start() but before Task.process().
templateFonts - Variable in class pl.aislib.util.template.image.ImageTemplatesBean
 
templates - Variable in class pl.aislib.util.template.image.ImageTemplatesBean
 
toArray() - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
toArray(Object[]) - Method in class pl.aislib.util.MonitoredSet
Deprecated.  
toByteArray() - Method in class pl.aislib.jakarta.velocity.VelocityTemplate
 
toByteArray() - Method in interface pl.aislib.util.template.Template
Process template content and return result as array of bytes.
toByteArray() - Method in class pl.aislib.util.template.image.ImageTemplate
 
toByteArray() - Method in class pl.aislib.util.template.pdf.ITextPdfTemplate
 
toLocalizedPattern(Format) - Static method in class pl.aislib.util.validators.NumberFormatHelper
Calls DecimalFormat.toLocalizedPattern().
toObject(String[]) - Method in class pl.aislib.util.validators.ArrayValidator
Conversion of an array of strings to a desired array of objects.
toObject(String) - Method in class pl.aislib.util.validators.EmailValidator
 
toObject(String) - Method in class pl.aislib.util.validators.StringValidator
 
toObject(String) - Method in class pl.aislib.util.validators.URLValidator
 
toObject(String) - Method in class pl.aislib.util.validators.Validator
Conversion of a string to a desired object.
toString() - Method in class pl.aislib.fm.AttributeNameWrapper.AttributeNamePredicate
 
toString() - Method in class pl.aislib.fm.Form
 
toString() - Method in class pl.aislib.fm.FormsHandler
 
toString() - Method in class pl.aislib.fm.PageResponse
 
toString() - Method in class pl.aislib.fm.forms.Field
 
toString() - Method in class pl.aislib.fm.messages.Message
 
toString() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequest
Describe Shepherd Dog.
toString() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequestAttributes
Describe Shepherd Dog
toString() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpRequestParameters
Describe Shepherd Dog
toString() - Method in class pl.aislib.fm.shepherds.DogWatchingHttpSessionAttributes
Describe Shepherd Dog
toString() - Method in class pl.aislib.fm.shepherds.Shepherd
Describe Shepherd
toString() - Method in class pl.aislib.jakarta.velocity.VelocityTemplate
 
toString() - Method in class pl.aislib.text.html.AbstractHTMLObject
Returns String representation of this object.
toString() - Method in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
toString() - Method in class pl.aislib.text.html.attrs.AttributesSet
 
toString() - Method in class pl.aislib.util.Pair
 
toString() - Method in class pl.aislib.util.jdbc.JNDIManager
 
toString() - Method in class pl.aislib.util.jdbc.SimpleManager
 
toString() - Method in class pl.aislib.util.template.Field
 
toString() - Method in interface pl.aislib.util.template.StringTemplate
Process template content and return result as String.
toString() - Method in class pl.aislib.util.template.TemplateFont
 
toString() - Method in class pl.aislib.util.template.image.ImageTemplatesBean
 
toString() - Method in class pl.aislib.util.validators.AbstractValidator
 
toXML(Element) - Method in class pl.aislib.text.html.AbstractHTMLObject
Used internally to reconstruct XML tree.
toXML() - Method in class pl.aislib.text.html.AbstractHTMLObject
Reconstructs XML tree using this element as root.
toXML(Element) - Method in class pl.aislib.text.html.CDataNode
 
toXML(Element) - Method in class pl.aislib.text.html.EntityNode
Used internally to reconstruct XML tree using relations between elements.
toXML(Element) - Method in class pl.aislib.text.html.TextNode
 
tokenize(String) - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
Splits value into tokens.
tokenize(String, String) - Method in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
Splits string into tokens.
tokenize(String, String) - Static method in class pl.aislib.util.validators.StringValidator
 
tokens - Variable in class pl.aislib.util.validators.AbstractValidator.TokenizedProperty
Array of tokens.
treatEmptyAsNull(boolean) - Method in class pl.aislib.fm.FieldContainer
 
type - Variable in class pl.aislib.fm.forms.Field
Type of the field.
type - Variable in class pl.aislib.fm.forms.Rule
Type of the rule.
type - Variable in class pl.aislib.fm.messages.Message
Type of the message.
type - Variable in class pl.aislib.util.validators.AbstractValidator.Property
Type of the property (combination of normal, default and final).
typeMap - Static variable in interface pl.aislib.fm.messages.IMessage
Map between type string constants and type integer constants.

U

UND - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;04m constant.
UNKNOWN - Static variable in interface pl.aislib.fm.messages.IMessage
Constant describing unknown type of message.
URLResourceLoader - class pl.aislib.jakarta.velocity.URLResourceLoader.
ResourceLoader for loading templates from URLs.
URLResourceLoader() - Constructor for class pl.aislib.jakarta.velocity.URLResourceLoader
 
URLValidator - class pl.aislib.util.validators.URLValidator.
URL validation class.
URLValidator() - Constructor for class pl.aislib.util.validators.URLValidator
Base constructor.
UnixCrypt - class pl.aislib.util.crypt.UnixCrypt.
Widely used unix crypt algorithm.
unwrap(String) - Method in class pl.aislib.fm.AttributeNameWrapper
 
unwrap(Enumeration) - Method in class pl.aislib.fm.AttributeNameWrapper
 
updateProgress(float) - Method in class pl.aislib.lang.CronTask
Notify all registerd extended task listeners with ExtendedTaskListener.taskProgress(float)
updateProgress(float) - Method in class pl.aislib.lang.Task
Notify all registerd extended task listeners with ExtendedTaskListener.taskProgress(float)
updateTemplateFonts() - Method in class pl.aislib.util.template.image.ImageTemplatesBean
Update templateFont objects in all the fields in all the templates.
useMapping(Map) - Method in class pl.aislib.fm.forms.FieldBuilder
 
useMapping(Form, Map, int) - Method in class pl.aislib.fm.forms.Rule
Gets proper values of the rule's fields from the mapping before the rule is being validated.

V

VT_ARRAY - Static variable in class pl.aislib.fm.forms.Field
Array (of strings) values accepted.
VT_NONE - Static variable in class pl.aislib.fm.forms.Field
No values accepted.
VT_SINGLE - Static variable in class pl.aislib.fm.forms.Field
Single (string) values accepted.
ValidateException - exception pl.aislib.fm.forms.ValidateException.
Exception subclass used in validation.
ValidateException(String) - Constructor for class pl.aislib.fm.forms.ValidateException
 
ValidateException(String, BaseValidator) - Constructor for class pl.aislib.fm.forms.ValidateException
 
Validator - interface pl.aislib.fm.forms.Validator.
Core interface for validation of strings.
Validator - class pl.aislib.util.validators.Validator.
Class of objects validating single strings.
Validator() - Constructor for class pl.aislib.util.validators.Validator
 
VelocityConfigHelper - class pl.aislib.jakarta.velocity.VelocityConfigHelper.
Helper class to simplfy the process of configuration VelocityTemplateEngine.
VelocityConfigHelper() - Constructor for class pl.aislib.jakarta.velocity.VelocityConfigHelper
 
VelocityTemplate - class pl.aislib.jakarta.velocity.VelocityTemplate.
 
VelocityTemplateEngine - class pl.aislib.jakarta.velocity.VelocityTemplateEngine.
TemplateEngine implementation using Velocity.
VelocityTemplateEngine(Map) - Constructor for class pl.aislib.jakarta.velocity.VelocityTemplateEngine
Initialize the engine using given Map as configuration.
VelocityTemplateEngine(ServletContext, String) - Constructor for class pl.aislib.jakarta.velocity.VelocityTemplateEngine
Initialize the engine to load templates through ServletContextResourceLoader.
VersionFilter - class pl.aislib.util.web.filters.VersionFilter.
Filter which checks for presence of version parameter and handle such requests in special way.
VersionFilter() - Constructor for class pl.aislib.util.web.filters.VersionFilter
 
validate(Map) - Method in class pl.aislib.fm.FieldContainer
Validates fields in the container.
validate(Map, Object) - Method in class pl.aislib.fm.FieldContainer
Validates fields in the container.
validate(String[]) - Method in interface pl.aislib.fm.forms.ArrayValidator
 
validate(String, Map, String, Object) - Method in class pl.aislib.fm.forms.Field
Validates value of the field.
validate(String[], Map, String, Object) - Method in class pl.aislib.fm.forms.Field
Validates an array of values of the field.
validate(Map) - Method in class pl.aislib.fm.forms.Rule
Validates the rule.
validate(String) - Method in interface pl.aislib.fm.forms.Validator
 
validate(Map) - Method in class pl.aislib.util.rules.CheckSingleFieldRule
 
validate(Map) - Method in class pl.aislib.util.rules.DateRangeRule
 
validate(Map) - Method in class pl.aislib.util.rules.EqualityRule
 
validate(String) - Method in class pl.aislib.util.validators.AbstractValidator
Main validation function for strings.
validate(String[]) - Method in class pl.aislib.util.validators.AbstractValidator
Main validation function for string arrays.
validate(String[]) - Method in class pl.aislib.util.validators.ArrayValidator
 
validate(String) - Method in class pl.aislib.util.validators.Validator
 
validateComplexFields(Map, Object) - Method in class pl.aislib.fm.FieldContainer
 
validateConditional(Map) - Method in class pl.aislib.fm.forms.ConditionalRule
 
validateConditional(Map) - Method in class pl.aislib.fm.forms.Rule
 
validateField(Field, Object, Map) - Method in class pl.aislib.fm.FieldContainer
Validates fields in the container.
validateField(Field, Object, Object) - Method in class pl.aislib.fm.FieldContainer
Validates a single field in the container.
validateField(Field, String, Object, Object) - Method in class pl.aislib.fm.FieldContainer
Validates a single field in the container.
validateNonComplexFields(Map, Object) - Method in class pl.aislib.fm.FieldContainer
 
validateObject(Object) - Method in class pl.aislib.util.validators.DateValidator
 
validateObject(Object) - Method in class pl.aislib.util.validators.RangeValidator
 
validateObject(Object) - Method in class pl.aislib.util.validators.SSNValidator
 
validateObject(Object) - Method in class pl.aislib.util.validators.StringValidator
 
validateObject(Object) - Method in class pl.aislib.util.validators.URLValidator
 
validateObject(Object) - Method in class pl.aislib.util.validators.Validator
Semantic validation of a string as an object.
validateObject(Object) - Method in class pl.aislib.util.validators.ZipValidator
 
validateObjects(Object[]) - Method in class pl.aislib.util.validators.ArrayValidator
Semantic validation of an array of objects.
validatePattern(String) - Method in class pl.aislib.util.validators.StringValidator
Validates value against pattern set up earlier.
validateRegExp(String) - Method in class pl.aislib.util.validators.StringValidator
Deprecated. Use StringValidator.validatePattern(String) method.
validateRule(Rule, Map, Map) - Method in class pl.aislib.fm.Form
 
validateRules(Map) - Method in class pl.aislib.fm.Form
 
validateString(String) - Method in class pl.aislib.util.validators.StringValidator
 
validateString(String) - Method in class pl.aislib.util.validators.Validator
Syntactic validation of a string.
validateStrings(String[]) - Method in class pl.aislib.util.validators.ArrayValidator
Syntactic validation of an array of strings.
validatedFields - Variable in class pl.aislib.fm.FieldContainer
Map of field names and booleans.
validatedRules - Variable in class pl.aislib.fm.Form
Map of rule names and booleans.
validators - Variable in class pl.aislib.fm.FieldContainer
Map of field names and validator objects in case ValidateException occurs.
validators - Variable in class pl.aislib.fm.forms.Field
Map of the field's validators.
value - Variable in class pl.aislib.text.html.CDataNode
 
value - Variable in class pl.aislib.text.html.TextNode
 
value - Variable in class pl.aislib.util.validators.AbstractValidator.Property
Value of the property.
valueLocked - Variable in class pl.aislib.text.html.attrs.AbstractHTMLAttribute
 
values - Variable in class pl.aislib.fm.FieldContainer
Map of field values, converted after successful validation.
values() - Method in class pl.aislib.util.MonitoredMap
Deprecated.  
valuesType - Variable in class pl.aislib.fm.forms.Field
Type of values this field can have.

W

WARNING - Static variable in interface pl.aislib.fm.messages.IMessage
Constant describing warning type of message.
WHITE - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;37m constant.
Workflow - class pl.aislib.fm.Workflow.
Describes Flow between Application pages.
Workflow(Log) - Constructor for class pl.aislib.fm.Workflow
Main constructor.
warning(SAXParseException) - Method in class pl.aislib.util.xml.LogErrorHandler
Receive notification of a warning.
warning(TransformerException) - Method in class pl.aislib.util.xml.LogErrorListener
Receive notification of a warning.
weight - Variable in class pl.aislib.util.template.TemplateFont
 
workflowShepherds - Variable in class pl.aislib.fm.Workflow
List of shepherds.
wrap(String) - Method in class pl.aislib.fm.AttributeNameWrapper
 
writeImage(Image, OutputStream) - Method in class pl.aislib.util.template.image.ImageTemplateEngine
Write image to stream as using GIF Format.
writeImage(Image, OutputStream) - Method in interface pl.aislib.util.template.image.ImageTemplateOutputter
 
writeTo(Writer) - Method in class pl.aislib.jakarta.velocity.VelocityTemplate
 
writeTo(OutputStream) - Method in class pl.aislib.jakarta.velocity.VelocityTemplate
 
writeTo(Writer) - Method in interface pl.aislib.util.template.StringTemplate
Process template content and write to writer.
writeTo(OutputStream) - Method in interface pl.aislib.util.template.Template
Process template content and write result to stream.
writeTo(OutputStream) - Method in class pl.aislib.util.template.image.ImageTemplate
 
writeTo(OutputStream) - Method in class pl.aislib.util.template.pdf.ITextPdfTemplate
 

X

XHtmlOutputter - class pl.aislib.util.xml.XHtmlOutputter.
Simple Class creating XHTML from XML representation in JDOM.
XHtmlOutputter() - Constructor for class pl.aislib.util.xml.XHtmlOutputter
 
XMLUtils - class pl.aislib.util.xml.XMLUtils.
Generic XML utils class.
XMLUtils() - Constructor for class pl.aislib.util.xml.XMLUtils
 

Y

YELLOW - Static variable in interface pl.aislib.io.ANSIConstants
\033[00;33m constant.

Z

ZipValidator - class pl.aislib.util.validators.ZipValidator.
Zip code validation class.
ZipValidator() - Constructor for class pl.aislib.util.validators.ZipValidator
Base constructor.
zipTypes - Variable in class pl.aislib.util.validators.ZipValidator
Zip code type property map.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2002-2005 AIS.PL. All Rights Reserved.