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

I

init(HttpServlet) - Method in class com.taggercat.controller.AbstractRequestController
Called by the HttpServlet to initialize this request map.
init(HttpServlet) - Method in class com.taggercat.controller.DefaultRequestController
Initializes the request map with standard and user-defined request handlers.
init(HttpServlet) - Method in interface com.taggercat.controller.RequestController
The init method is called by the Servlet to perform one- time initialization of the RequestController.
init() - Method in class com.taggercat.controller.Servlet
Initialize the servlet instance.
init(ServletContext) - Method in class com.taggercat.Environment
Sets ServletConfig instance.
init(FilterConfig) - Method in class com.taggercat.fileupload.FileUploadFilter
 
init(FilterConfig) - Method in class com.taggercat.filter.CacheFilter
 
init(FilterConfig) - Method in class com.taggercat.filter.SnoopFilter
 
init(FilterConfig) - Method in class com.taggercat.filter.TaggerCatFilter
 
init(RequestController) - Method in class com.taggercat.handlers.AbstractRequestHandler
Called by RequestController to initialize this RequestHandler.
init(RequestController) - Method in interface com.taggercat.handlers.RequestHandler
 
init(Model, String, String, String, String, DataSourceMode, String, String) - Method in class com.taggercat.model.DataSource
Initializes this data source.
init(Model, String, String, String, String, DataSourceMode, String, String, int, Integer) - Method in class com.taggercat.model.DataSource
Initializes this data source.
init(Model, String, String, String, String, DataSourceMode, String, String, int, boolean, Integer) - Method in class com.taggercat.model.DataSource
Initializes this data source.
init(SessionFactory, PermissionReader, LoginInfo) - Static method in class com.taggercat.PermissonContext
 
init(ServletContext) - Method in class com.taggercat.security.DefaultSecurityProvider
Initializes your object with servlet context.
init(ServletContext) - Method in interface com.taggercat.security.SecurityProvider
Initializes your object with servlet context.
init(ServletContext) - Method in interface com.taggercat.util.Plugin
Called to initialize the plugin.
init(HttpServletRequest, HttpServletResponse, ServletContext, String) - Static method in class com.taggercat.WebContext
 
INIT_PARAM_BUNDLE_BASE_NAME_KEY - Static variable in class com.taggercat.util.Constants
 
INIT_PARAM_LOCALE_KEY - Static variable in class com.taggercat.util.Constants
 
initDateFormaters() - Method in class com.taggercat.Environment
Initializes the date and datetime formatters used to parse user entered dates.
initializeCollection(Object, Collection<?>) - Static method in class com.taggercat.util.HibernateUtils
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class com.taggercat.model.TCPersistentSet
 
initNumberFormaters() - Method in class com.taggercat.Environment
Initializes the number formatters used to parse user entered numeric values.
initPlugIns() - Method in class com.taggercat.Environment
Deprecated. 
insert() - Method in class com.taggercat.model.DataSource
 
insert(Class<? extends TCEntity>) - Method in class com.taggercat.model.DataSource
Inserts new entity into resultset (new entity becomes current).
insert(String) - Method in class com.taggercat.model.Model
Inserts a tcEntity into the the named DataSource instance.
INSERT_PERMISSION - Static variable in class com.taggercat.security.Permission
The int value representing the INSERT permission.
insertAtCurrentNdx(TCEntity) - Method in interface com.taggercat.model.IResultSetCollection
 
insertAtCurrentNdx(TCEntity) - Method in class com.taggercat.model.ResultSet
 
insertAtCurrentNdx(TCEntity) - Method in class com.taggercat.model.TCPersistentList
 
insertAtCurrentNdx(TCEntity) - Method in class com.taggercat.model.TCPersistentSet
 
insertData - Variable in class com.taggercat.security.AccessPermission
 
insertNewRow(DataSource) - Method in class com.taggercat.handlers.InsertRequestHandler
Updates data state for the data source referenced in request.
InsertRequestHandler - Class in com.taggercat.handlers
A request handler to insert a new tcEntity without first doing an insert action on the data source.
InsertRequestHandler() - Constructor for class com.taggercat.handlers.InsertRequestHandler
 
instantiateNewEntityInstance(Class<? extends TCEntity>) - Method in class com.taggercat.model.DataSource
Create a new instance of the TCEntity managed by this data source
IResultSetCollection<E> - Interface in com.taggercat.model
The interface we require of all datasource resultsets.
IS_INSERTING - Static variable in class com.taggercat.util.Constants
 
isAddEmptyItem() - Method in class com.taggercat.tags.HTMLListMenuOptionsListTag
 
isAdminUser() - Method in class com.taggercat.PermissonContext
 
isAjaxRequest(HttpServletRequest) - Static method in class com.taggercat.handlers.AbstractRequestHandler
Returns true if the request is being made from a TC or jQuery Ajax call
isApplicationScope() - Method in class com.taggercat.model.DataSource
 
isAscending() - Method in class com.taggercat.model.SortProperty
 
isAtBeginning() - Method in interface com.taggercat.model.IResultSetCollection
 
isAtBeginning() - Method in class com.taggercat.model.ResultSet
 
isAtBeginning() - Method in class com.taggercat.model.TCPersistentList
 
isAtBeginning() - Method in class com.taggercat.model.TCPersistentSet
 
isAtEnd() - Method in interface com.taggercat.model.IResultSetCollection
 
isAtEnd() - Method in class com.taggercat.model.ResultSet
 
isAtEnd() - Method in class com.taggercat.model.TCPersistentList
 
isAtEnd() - Method in class com.taggercat.model.TCPersistentSet
 
isAuthenticated() - Method in class com.taggercat.security.LoginInfo
Gets the authentication status
isCachable() - Method in class com.taggercat.tags.HQLOptionListTag
 
isCacheable() - Method in class com.taggercat.model.DataSource
 
isCacheable() - Method in class com.taggercat.tags.DataSourceTag
 
isClearResultSet() - Method in class com.taggercat.tags.RepeatedRegionTag
 
isCodeTable(String) - Static method in class com.taggercat.model.CodeTable
 
isCompleted() - Method in class com.taggercat.rules.Derivation
 
isConditionTrue() - Method in class com.taggercat.tags.TCIfTag
Returns the result of the expression.
isCurrentRow() - Method in class com.taggercat.model.DataSource
Returns true if the entity is current.
isDelete(int) - Static method in class com.taggercat.security.Permission
Return true if the integer argument includes the DELETE_PERMISSION permission, false otherwise.
isDirty() - Method in class com.taggercat.model.DataSource
Returns true if this data source is deemed to be in a dirty state of mind.
isDynamic() - Method in class com.taggercat.tags.TemplateTag
 
isEmpty() - Method in class com.taggercat.model.DataSource
Returns true if the current resultset is empty.
isEmpty(String) - Static method in class com.taggercat.util.Text
Returns true if the string is null, or has a length == 0.
isEncrypted() - Method in class com.taggercat.security.LoginInfo
 
isExpired() - Method in class com.taggercat.model.DataSource
 
isFirstMatchOnly() - Method in class com.taggercat.controller.ActionMapping
 
isFullyMaterialized() - Method in class com.taggercat.model.AbstractTCEntity
 
isGroupMember(ELContext, String) - Static method in class com.taggercat.util.ELFunctions
Returns true if the current user is a member of one of the group names.
isHbn8SessionOpen() - Method in class com.taggercat.WebContext
Returns true if there is current and open hibernate session
isIncludeQueryString() - Method in class com.taggercat.tags.ControllerServletTag
 
isInRhinoCall() - Method in class com.taggercat.PermissonContext
 
isInsert(int) - Static method in class com.taggercat.security.Permission
Return true if the integer argument includes the INSERT_PERMISSION permission, false otherwise.
isLargeResultSet() - Method in class com.taggercat.model.DataSource
Did the last query on this data source return a large resultset?
isModified() - Method in class com.taggercat.model.AbstractTCEntity
 
isModified() - Method in interface com.taggercat.model.TCEntity
 
isMultiTenant() - Method in class com.taggercat.WebContext
Return a boolean indicating if the current application is configured for multiTenant use
isNamedScopeKey(String) - Static method in class com.taggercat.util.Text
 
isNameInWildCardList(String, List<String>) - Static method in class com.taggercat.util.Text
 
isNewlyInserted() - Method in class com.taggercat.model.AbstractTCEntity
 
isNewlyInserted() - Method in interface com.taggercat.model.TCEntity
 
isNotEmpty(String) - Static method in class com.taggercat.util.Text
Returns true if the string is not null, and has a length greater than 0.
isPaginated() - Method in class com.taggercat.model.DataSource
 
isPassword() - Method in class com.taggercat.tags.HTMLTextElementTag
 
isPrefetchRowCount() - Method in class com.taggercat.model.DataSourceInitParameter
 
isPrefetchRowCount() - Method in class com.taggercat.tags.DataSourceRowNumberTag
Should this tag only display the prefetch tcEntity counts.
isPrimitiveType(Class<?>) - Static method in class com.taggercat.handlers.AbstractURIPatternHandler
 
isPropertyNull(String) - Method in class com.taggercat.model.AbstractTCEntity
 
isPropertyNull(String) - Method in interface com.taggercat.model.TCEntity
 
isQbf() - Method in class com.taggercat.tags.AbstractHTMLInputTag
 
isQuoted(String) - Static method in class com.taggercat.util.Text
Returns true if the string is quoted.
isReadOnly(ELContext, Object, Object) - Method in class com.taggercat.DSPropertyResolver
isRefreshParent() - Method in class com.taggercat.tags.DataSourceTag
 
isReloadCollection() - Method in class com.taggercat.model.DataSource
 
isReloadCollection() - Method in class com.taggercat.tags.DataSourceTag
 
isRequestScope() - Method in class com.taggercat.model.DataSource
Returns true if the requestScope attribute is set.
isReset() - Method in class com.taggercat.tags.CrumbTrailTag
 
isResultSetOnly() - Method in class com.taggercat.tags.RemoveDataSourcesTag
 
isRhinoExpression(String) - Static method in class com.taggercat.util.RhinoUtils
Returns true If the expression includes a semi-colon at the end of a line, then it is treated as a Rhino JS expression.
isSelected() - Method in class com.taggercat.model.DataSource
Returns true if the row ID of the current entity in the resultset is in the list of selected row IDs.
isServingResponsePage() - Method in class com.taggercat.controller.RequestHandlerChain
 
isShowDisabled() - Method in class com.taggercat.tags.AbstractDataSourceActionTag
Controls if the element should be shown when the action is disabled, or not shown at all.
isShowDisabled() - Method in class com.taggercat.tags.AbstractHTMLInputTag
Controls if the element should be shown when the action is disabled, or not shown at all.
isStopProcessing() - Method in exception com.taggercat.model.PropertyValueException
If the stopProcessing property is set on this exception, then typically no other property assignments are attempted, and this exception is thrown up the call stack.
isUpdate(int) - Static method in class com.taggercat.security.Permission
Return true if the integer argument includes the UPDATE_PERMISSION permission, false otherwise.
isUsePrefetchRowCount() - Method in class com.taggercat.model.DataSource
 
isUserInPermittedActionRole(WebContext) - Method in class com.taggercat.controller.ActionMapping
Checks if the current request's user has access permission to the handler.
isUserInPermittedActionRole(List<String>) - Method in class com.taggercat.handlers.AbstractURIPatternHandler
Checks if the current request's user has access permission to the handler.
isUserInPermittedActionRole(List<String>) - Method in class com.taggercat.handlers.MultiActionNameRequestHandler
Checks if the current request's user has access permission to the handler.
isUserInRole(String) - Method in class com.taggercat.filter.SimpleSecurityRequestWrapper
 
isUserInRole(List<String>) - Method in class com.taggercat.model.Model
 
isUserInRole(String) - Method in class com.taggercat.model.Model
 
isUserInRole(ELContext, String) - Static method in class com.taggercat.util.ELFunctions
Returns true if the user is a member of the specified role ( group ) name.
isValid(TagData) - Method in class com.taggercat.tags.CodeTableOptionListTagExtraInfo
Translation-time validation of the attributes.
isValidOnDeletes() - Method in class com.taggercat.controller.ActionMapping
 
isValidOnGets() - Method in class com.taggercat.controller.ActionMapping
 
isValidOnPosts() - Method in class com.taggercat.controller.ActionMapping
 
isValidOnPuts() - Method in class com.taggercat.controller.ActionMapping
 
isValidRequestMethod(HttpServletRequest) - Method in class com.taggercat.controller.ActionMapping
Request handlers can optionally specify that they are accepted on POST, and or GET request methods.
isValidRequestMethod(HttpServletRequest, Boolean, Boolean) - Method in class com.taggercat.handlers.AbstractURIPatternHandler
Request handlers can optionally specify that they are accepted on POST, and or GET request methods.
isValidRequestMethod(HttpServletRequest, Boolean, Boolean) - Method in class com.taggercat.handlers.MultiActionNameRequestHandler
Request handlers can optionally specify that they are accepted on POST, and or GET request methods.
isView(int) - Static method in class com.taggercat.security.Permission
Return true if the integer argument includes the VIEW_PERMISSION permission, false otherwise.
isWhenFound() - Method in class com.taggercat.tags.TCChooseTag
Returns true if an enclosing when condition has been found.
isXHTMLTag() - Static method in class com.taggercat.tags.AbstractDataSourceActionTag
 
isXHTMLtag() - Static method in class com.taggercat.tags.AbstractHTMLInputTag
 
iterator() - Method in class com.taggercat.model.CodeTable
 
IWizardParameters - Interface in com.taggercat.util
 

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