|
|||||||||
| Home >> All >> org >> jeteam >> [ session overview ] | PREV NEXT | ||||||||
D
- days - Variable in class org.jeteam.session.HttpSessionCache
G
- getDays() - Method in class org.jeteam.session.HttpSessionCache
- Returns an array of String instances that represent the days in a month.
- getDefaultProjectContext() - Method in class org.jeteam.session.HttpSessionCache
- Checks if the user has a setting for a default project, if this is the case the corresponding ProjectDTO instance is returned.
- getDefaultProjectContextName() - Method in class org.jeteam.session.HttpSessionCache
- Searches the user's settings for a default project context name, this value is returned when found.
- getInstance(HttpServletRequest) - Static method in class org.jeteam.session.HttpSessionCache
- Gets the singleton instance for the cache.
- getInstance(HttpServletRequest, boolean) - Static method in class org.jeteam.session.HttpSessionCache
- Gets the singleton instance for the cache.
- getMonths() - Method in class org.jeteam.session.HttpSessionCache
- The months of a year in the user's locale.
- getPercentages() - Method in class org.jeteam.session.HttpSessionCache
- Percentages starting from 0 to 100, each time incremented by 5.
- getProject(String) - Method in class org.jeteam.session.HttpSessionCache
- Gets the ProjectDTO instance with the given name, please note that only projects associated with this session's user are being taken into account.
- getProjectContext() - Method in class org.jeteam.session.HttpSessionCache
- The current project context, this value will be used when creating for example a task and no project is explicitely specified.
- getProjects() - Method in class org.jeteam.session.HttpSessionCache
- Returns an array of ProjectDTO instances that represent the user's projects.
- getSettings() - Method in class org.jeteam.session.HttpSessionCache
- Returns an array of SettingDTO instances that represent the user's preferences or settings.
- getUser() - Method in class org.jeteam.session.HttpSessionCache
- Returns the user value object that is cached, the information is derived from the request's principal.
- getYears() - Method in class org.jeteam.session.HttpSessionCache
- Five years starting from today.
H
- HttpSessionCache - class org.jeteam.session.HttpSessionCache.
- This cache keeps a java.util.Map internally to quickly lookup information that is associated with a specific session, this is to avoid to perform possibly costly operations more than necessary.
- HttpSessionCache(HttpServletRequest) - Constructor for class org.jeteam.session.HttpSessionCache
- This class should not be instantiated directly.
I
- instanceMap - Static variable in class org.jeteam.session.HttpSessionCache
- This is the singleton instance map.
- invalidateInstance(HttpServletRequest) - Static method in class org.jeteam.session.HttpSessionCache
- Invalidates this cache, the next time you need it you should get the instance by calling
getInstance(HttpServletRequest)again.
M
- months - Variable in class org.jeteam.session.HttpSessionCache
O
- org.jeteam.session - package org.jeteam.session
P
- percentages - Variable in class org.jeteam.session.HttpSessionCache
- projectContext - Variable in class org.jeteam.session.HttpSessionCache
- projects - Variable in class org.jeteam.session.HttpSessionCache
S
- settings - Variable in class org.jeteam.session.HttpSessionCache
U
- user - Variable in class org.jeteam.session.HttpSessionCache
Y
- years - Variable in class org.jeteam.session.HttpSessionCache
D G H I M O P S U Y
|
|||||||||
| Home >> All >> org >> jeteam >> [ session overview ] | PREV NEXT | ||||||||