Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

accept(ClassScanner) - Method in class jodd.joy.JoyScanner
Configures scanner class finder.
add(Consumer<WebApp>) - Method in class jodd.joy.JoyMadvoc
 
addPropsProfiles(String...) - Method in class jodd.joy.JoyProps
 
addProxyAspect(ProxyAspect) - Method in class jodd.joy.JoyProxetta
 
addViolation(String, Object) - Method in class jodd.joy.madvoc.action.AppAction
Adds action violation.
addViolation(String) - Method in class jodd.joy.madvoc.action.AppAction
Adds action violation.
alias(String) - Method in class jodd.joy.madvoc.action.AppAction
Creates alias.
alias(Class, String) - Method in class jodd.joy.madvoc.action.AppAction
Creates alias from target class and target method name.
alias(Object, String) - Method in class jodd.joy.madvoc.action.AppAction
Creates alias from target object and target method name.
ALIAS_ACCESS_DENIED - Static variable in class jodd.joy.auth.AuthAction
 
ALIAS_ACCESS_DENIED_NAME - Static variable in class jodd.joy.auth.AuthAction
 
ALIAS_INDEX - Static variable in class jodd.joy.auth.AuthAction
 
ALIAS_INDEX - Static variable in class jodd.joy.madvoc.action.AppAction
 
ALIAS_INDEX_NAME - Static variable in class jodd.joy.madvoc.action.AppAction
 
ALIAS_LOGIN - Static variable in class jodd.joy.auth.AuthAction
 
ALIAS_LOGIN_NAME - Static variable in class jodd.joy.auth.AuthAction
 
APP_DIR - Static variable in class jodd.joy.JoddJoy
System property: application folder.
AppAction - Class in jodd.joy.madvoc.action
Abstract base application action.
AppAction() - Constructor for class jodd.joy.madvoc.action.AppAction
 
AppDao - Class in jodd.joy.db
Generic APP DAO.
AppDao() - Constructor for class jodd.joy.db.AppDao
 
auth - Variable in class jodd.joy.auth.AuthTag
 
AUTH_COOKIE_NAME - Static variable in class jodd.joy.auth.AuthUtil
 
AUTH_SESSION_NAME - Static variable in class jodd.joy.auth.AuthUtil
 
AuthAction - Class in jodd.joy.auth
Authentication action, usually extended by login action.
AuthAction() - Constructor for class jodd.joy.auth.AuthAction
 
AuthenticationInterceptor<U> - Class in jodd.joy.auth
Authentication checking interceptor.
AuthenticationInterceptor() - Constructor for class jodd.joy.auth.AuthenticationInterceptor
 
AuthorizationInterceptor - Class in jodd.joy.auth
Authorization checking interceptor.
AuthorizationInterceptor() - Constructor for class jodd.joy.auth.AuthorizationInterceptor
 
authorize(ActionRequest, Object) - Method in class jodd.joy.auth.AuthorizationInterceptor
Performs authorization of a request.
AuthTag - Class in jodd.joy.auth
Execute tag body if user is (or is not) authenticated.
AuthTag() - Constructor for class jodd.joy.auth.AuthTag
 
AuthUtil - Class in jodd.joy.auth
Authentication utilities.
AuthUtil() - Constructor for class jodd.joy.auth.AuthUtil
 

B

BACK - Static variable in class jodd.joy.madvoc.action.AppAction
 
buildCountSql(String) - Method in class jodd.joy.page.db.HsqlDbPager
Builds count sql using COUNT(*).
buildCountSql(String) - Method in class jodd.joy.page.db.MySqlPager
Returns FOUND_ROWS() sql to determine total count of founded rows.
buildCountSql(String) - Method in class jodd.joy.page.DbPager
Builds SQL for retrieving total number of results.
buildOrderSql(String, String, boolean) - Method in class jodd.joy.page.db.HsqlDbPager
Appends ORDER BY keyword.
buildOrderSql(String, String, boolean) - Method in class jodd.joy.page.db.MySqlPager
Appends ORDER BY keyword.
buildOrderSql(String, String, boolean) - Method in class jodd.joy.page.DbPager
Builds order SQL string.
buildPageSql(String, int, int) - Method in class jodd.joy.page.db.HsqlDbPager
Builds page sql using LIMIT keyword after the SELECT.
buildPageSql(String, int, int) - Method in class jodd.joy.page.db.MySqlPager
Builds page SQL using limit keyword.
buildPageSql(String, int, int) - Method in class jodd.joy.page.DbPager
Builds page SQL string.

C

calcFirstItemIndexOfPage(int, int, int) - Static method in class jodd.joy.page.PageData
Calculates the first item index of requested page.
calcFirstItemIndexOfPage(PageRequest, int) - Static method in class jodd.joy.page.PageData
Calculates first item index of the page.
calcOffset() - Method in class jodd.joy.page.PageRequest
Calculates offset.
calcPageOfItem(int, int) - Static method in class jodd.joy.page.PageData
Calculates page number that contains some item.
CHAIN - Static variable in class jodd.joy.madvoc.action.AppAction
 
checkConnectionProvider() - Method in class jodd.joy.JoyDb
Checks if connection provider can return a connection.
clearResourceBundleCache() - Static method in class jodd.joy.i18n.LocalizationUtil
Clears resource bundle caches.
clearTomcatCache() - Static method in class jodd.joy.i18n.LocalizationUtil
Clears Tomcat cache.
closeAuthSession(HttpServletRequest, HttpServletResponse) - Method in class jodd.joy.auth.AuthenticationInterceptor
Closes auth session by removing auth session object from the http session and clearing the auth cookie.
closeUserSession(HttpSession) - Static method in class jodd.joy.auth.AuthUtil
Closes user session.
closeUserSession(HttpServletRequest) - Static method in class jodd.joy.auth.AuthUtil
 
configure(Email) - Method in class jodd.joy.vtor.constraint.EmailConstraint
 
configureServletContext(ServletContext) - Method in class jodd.joy.JoyContextListener
Configures servlet context.
connectionProvider - Variable in class jodd.joy.JoyDb
 
context - Variable in class jodd.joy.JoyContextListener
 
contextDestroyed(ServletContextEvent) - Method in class jodd.joy.JoyContextListener
 
contextInitialized(ServletContextEvent) - Method in class jodd.joy.JoyContextListener
 
cookieMaxAge - Variable in class jodd.joy.auth.AuthenticationInterceptor
Cookie max age, when cookies are used.
createAndPopulateDbQuery(ProxyTargetInfo, String) - Method in class jodd.joy.db.DbQueryBuilder
Prepares DbQuery.
createConnectionProviderIfNotSupplied() - Method in class jodd.joy.JoyDb
Returns ConnectionProvider instance.
createCookieData(U) - Method in class jodd.joy.auth.AuthenticationInterceptor
Prepares cookie data from session object.
createJoy() - Method in class jodd.joy.JoyContextListener
Creates JoddJoy.
createJtxTransactionManager(ConnectionProvider) - Method in class jodd.joy.JoyDb
Creates JTX transaction manager.
createPetiteContainer() - Method in class jodd.joy.JoyPetite
 
createProps() - Method in class jodd.joy.JoyProps
Creates new Props with default configuration.
createTxProxyAspects() - Method in class jodd.joy.JoyProxetta
 
createViolationsJsonString(HttpServletRequest, List<Violation>) - Static method in class jodd.joy.vtor.VtorUtil
Returns JSON violations string.
currentPage - Variable in class jodd.joy.page.PageData
 

D

DbEntity - Interface in jodd.joy.db
Marker for mapped database entities.
dbIdGenerator - Variable in class jodd.joy.db.AppDao
 
DbIdGenerator - Class in jodd.joy.db
Database in-memory next ID generator.
DbIdGenerator() - Constructor for class jodd.joy.db.DbIdGenerator
 
DbPager - Class in jodd.joy.page
Database pager.
DbPager() - Constructor for class jodd.joy.page.DbPager
 
DbQueryBuilder - Class in jodd.joy.db
Builds and populates queries automatically for target method.
DbQueryBuilder() - Constructor for class jodd.joy.db.DbQueryBuilder
 
decoraEnabled - Variable in class jodd.joy.JoyContextListener
 
DEFAULT_SHOWN - Static variable in class jodd.joy.page.PageNav
 
DefaultInterceptorStack - Class in jodd.joy.madvoc.interceptor
Default interceptor stack.
DefaultInterceptorStack() - Constructor for class jodd.joy.madvoc.interceptor.DefaultInterceptorStack
 
defaultOnly - Variable in class jodd.joy.i18n.TextTag
 
defaultPageSize - Static variable in class jodd.joy.page.PageRequest
Default page size.
defaultSortIndex - Static variable in class jodd.joy.page.PageRequest
Default sort index.
detach() - Method in interface jodd.joy.db.DbEntity
Detaches entity by setting ID to 0.
detach() - Method in class jodd.joy.db.Entity
Detaches entity by setting ID to 0.
disableAutoConfiguration() - Method in class jodd.joy.JoyDb
 
disableAutoConfiguration() - Method in class jodd.joy.JoyPetite
 
disableDatabase() - Method in class jodd.joy.JoyDb
 
DISPATCH - Static variable in class jodd.joy.madvoc.action.AppAction
 
doTag() - Method in class jodd.joy.auth.AuthTag
 
doTag() - Method in class jodd.joy.i18n.TextTag
 
doTag() - Method in class jodd.joy.vtor.VtorViolationMessageTag
 
doTag() - Method in class jodd.joy.vtor.VtorViolationsJsonMessagesTag
 

E

Email - Annotation Type in jodd.joy.vtor.constraint
 
EmailConstraint - Class in jodd.joy.vtor.constraint
Email address validator.
EmailConstraint() - Constructor for class jodd.joy.vtor.constraint.EmailConstraint
 
enableDecora() - Method in class jodd.joy.JoyContextListener
Enables Decora.
encodePassword(String) - Method in class jodd.joy.auth.PasswordEncoder
Encodes raw passwords using default salt.
Entity - Class in jodd.joy.db
Abstract entity.
Entity() - Constructor for class jodd.joy.db.Entity
 
entityIdsMap - Variable in class jodd.joy.db.DbIdGenerator
 
equals(Object) - Method in class jodd.joy.db.Entity
 

F

findDefaultMessage(HttpServletRequest, String) - Static method in class jodd.joy.i18n.LocalizationUtil
 
findDefaultMessage(Locale, String) - Static method in class jodd.joy.i18n.LocalizationUtil
 
findMessage(HttpServletRequest, String) - Static method in class jodd.joy.i18n.LocalizationUtil
 
findMessage(String, HttpServletRequest, String) - Static method in class jodd.joy.i18n.LocalizationUtil
 
findMessage(HttpServletRequest, Locale, String) - Static method in class jodd.joy.i18n.LocalizationUtil
 
findMessage(String, Locale, String) - Method in class jodd.joy.i18n.LocalizationUtil
 
findUser(String, String) - Method in class jodd.joy.auth.UserAuthManagerBean
Checks users email and password by finding matching user.
findUser(long, String) - Method in class jodd.joy.auth.UserAuthManagerBean
Finds an user for given userId and hashed password.
findUserAuthById(long) - Method in class jodd.joy.auth.UserAuthManagerBean
Finds UserAuth object by provided user id.
findUserAuthByUsername(String) - Method in class jodd.joy.auth.UserAuthManagerBean
Finds UserAuth object by provided username.
firstIndex - Variable in class jodd.joy.page.PageData
 
from - Variable in class jodd.joy.page.GooNav
 
from - Variable in class jodd.joy.page.PageNav
 

G

generateNextId(DbEntityDescriptor) - Method in class jodd.joy.db.AppDao
Generates next id by using DbIdGenerator.
get() - Static method in class jodd.joy.JoddJoy
 
getActionClassName(Object) - Method in class jodd.joy.i18n.I18nInterceptor
Returns correct action class name.
getAppDir() - Method in class jodd.joy.JoyPaths
Returns resolved app dir.
getConnectionProvider() - Method in class jodd.joy.JoyDb
Returns connection provider once when component is started.
getCurrentPage() - Method in class jodd.joy.page.PageData
Returns current page number.
getDefaultPageRequest() - Method in class jodd.joy.page.DbPager
Returns default page request when passed one is null.
getEntityId() - Method in interface jodd.joy.db.DbEntity
Returns entity ID.
getFirstIndex() - Method in class jodd.joy.page.PageData
Returns index of the first item on this page.
getFrom() - Method in class jodd.joy.page.GooNav
 
getFrom() - Method in class jodd.joy.page.PageNav
 
getHashedPassword() - Method in interface jodd.joy.auth.UserAuth
Returns hashed password.
getItems() - Method in class jodd.joy.page.PageData
Returns the list of items on this page.
getJtxManager() - Method in class jodd.joy.JoyDb
Returns JTX transaction manager.
getLastIndex() - Method in class jodd.joy.page.PageData
Returns index of last item of page.
getNewUserSession(HttpServletRequest) - Static method in class jodd.joy.auth.AuthUtil
Returns new session object from the request attributes, usually created during user registration.
getPage() - Method in class jodd.joy.page.PageRequest
Returns requested page number.
getPageItemsCount() - Method in class jodd.joy.page.PageData
Returns the number of shown items per page.
getPagerId() - Method in class jodd.joy.page.PageRequest
Returns pager id.
getPageSize() - Method in class jodd.joy.page.PageData
Returns page size, i.e. number of items per page.
getPetiteContainer() - Method in class jodd.joy.JoyPetite
Returns PetiteContainer once when it is created.
getProps() - Method in class jodd.joy.JoyProps
Returns application Props.
getProxetta() - Method in class jodd.joy.JoyProxetta
Returns proxetta once it is created.
getSaltRounds() - Method in class jodd.joy.auth.PasswordEncoder
 
getSessionLocale(HttpSession) - Static method in class jodd.joy.i18n.LocalizationUtil
Returns current locale from session. s
getSize() - Method in class jodd.joy.page.PageRequest
Returns size of the page.
getSort() - Method in class jodd.joy.page.PageRequest
Returns sort 1-based index of column that should be sorted.
getTo() - Method in class jodd.joy.page.GooNav
 
getTo() - Method in class jodd.joy.page.PageNav
 
getTotalItems() - Method in class jodd.joy.page.PageData
Returns total number of items.
getTotalPages() - Method in class jodd.joy.page.PageData
Returns total number of pages.
getUserAuthId() - Method in interface jodd.joy.auth.UserAuth
Returns users ID used for authentication.
getUserSession(HttpSession) - Static method in class jodd.joy.auth.AuthUtil
Returns user session or null if there is no authenticated user.
getUserSession(HttpServletRequest) - Static method in class jodd.joy.auth.AuthUtil
 
GooNav - Class in jodd.joy.page
Default page navigator that works similar to Google's.
GooNav(PageData, int) - Constructor for class jodd.joy.page.GooNav
 
GooNav(int, int, int) - Constructor for class jodd.joy.page.GooNav
 

H

hashCode() - Method in class jodd.joy.db.Entity
 
hasNextPage() - Method in class jodd.joy.page.PageData
Returns true if there is a next page, i.e. we are not at the last page.
hasPreviousPage() - Method in class jodd.joy.page.PageData
Returns true if there is a previous page, i.e. we are not at the first page.
HsqlDbPager - Class in jodd.joy.page.db
HSQLDB database pager.
HsqlDbPager() - Constructor for class jodd.joy.page.db.HsqlDbPager
 

I

I18nInterceptor - Class in jodd.joy.i18n
Prepares bundle name for current request.
I18nInterceptor() - Constructor for class jodd.joy.i18n.I18nInterceptor
 
initLogger() - Method in class jodd.joy.JoyBase
Initializes the logger for the component.
intercept(ActionRequest) - Method in class jodd.joy.auth.AuthenticationInterceptor
 
intercept(ActionRequest) - Method in class jodd.joy.auth.AuthorizationInterceptor
 
intercept(ActionRequest) - Method in class jodd.joy.i18n.I18nInterceptor
 
isDatabaseEnabled() - Method in class jodd.joy.JoyDb
Returns true if database usage is enabled.
isFirstPage() - Method in class jodd.joy.page.PageData
Returns true id we are on the first page.
isLastPage() - Method in class jodd.joy.page.PageData
Returns true if we are on the last page.
isLoginAction(String) - Method in class jodd.joy.auth.AuthenticationInterceptor
Detects login path.
isLogoutAction(String) - Method in class jodd.joy.auth.AuthenticationInterceptor
Detects logout path.
isPasswordValid(String, String) - Method in class jodd.joy.auth.PasswordEncoder
Validates if provided password is equal to encoded password.
isPersistent() - Method in interface jodd.joy.db.DbEntity
Returns true if entity is persisted. i.e.
isPersistent() - Method in class jodd.joy.db.Entity
Returns true if entity is persisted. i.e.
isRegisterAction(String) - Method in class jodd.joy.auth.AuthenticationInterceptor
Detects registration path.
isValid(ValidationConstraintContext, Object) - Method in class jodd.joy.vtor.constraint.EmailConstraint
 
isWebApplication - Variable in class jodd.joy.JoyPetite
 
items - Variable in class jodd.joy.page.PageData
 

J

jodd.joy - package jodd.joy
Jodd JOY template for even easier web application development.
jodd.joy.auth - package jodd.joy.auth
Authentication and authorization layer for Madvoc.
jodd.joy.db - package jodd.joy.db
Common DB Entity.
jodd.joy.i18n - package jodd.joy.i18n
Some i18n tools.
jodd.joy.madvoc.action - package jodd.joy.madvoc.action
Base Madvoc action.
jodd.joy.madvoc.interceptor - package jodd.joy.madvoc.interceptor
Common Madvoc interceptors.
jodd.joy.madvoc.result - package jodd.joy.madvoc.result
Additional Madvoc results.
jodd.joy.page - package jodd.joy.page
Database result set paginator.
jodd.joy.page.db - package jodd.joy.page.db
Paginator implementations.
jodd.joy.vtor - package jodd.joy.vtor
Additional VTor validations.
jodd.joy.vtor.constraint - package jodd.joy.vtor.constraint
Additional VTor constraints.
JoddJoy - Class in jodd.joy
 
JoddJoy() - Constructor for class jodd.joy.JoddJoy
 
JoyBase - Class in jodd.joy
Base class for all Joy components.
JoyBase() - Constructor for class jodd.joy.JoyBase
 
JoyContextListener - Class in jodd.joy
Joy starts here.
JoyContextListener() - Constructor for class jodd.joy.JoyContextListener
 
JoyDb - Class in jodd.joy
 
JoyDb(Supplier<PetiteContainer>, Supplier<JoyScanner>) - Constructor for class jodd.joy.JoyDb
 
JoyException - Exception in jodd.joy
Simple unchecked exception.
JoyException(Throwable) - Constructor for exception jodd.joy.JoyException
 
JoyException(String) - Constructor for exception jodd.joy.JoyException
 
JoyException(String, Throwable) - Constructor for exception jodd.joy.JoyException
 
JoyInit - Interface in jodd.joy
Initialization classes.
JoyMadvoc - Class in jodd.joy
 
JoyMadvoc(Supplier<PetiteContainer>, Supplier<ProxyProxetta>, Supplier<Props>, Supplier<JoyScanner>) - Constructor for class jodd.joy.JoyMadvoc
 
JoyPaths - Class in jodd.joy
 
JoyPaths() - Constructor for class jodd.joy.JoyPaths
 
JoyPetite - Class in jodd.joy
 
JoyPetite(Supplier<ProxyProxetta>, Supplier<Props>, Supplier<JoyScanner>) - Constructor for class jodd.joy.JoyPetite
 
JoyProps - Class in jodd.joy
 
JoyProps(Supplier<String>) - Constructor for class jodd.joy.JoyProps
 
JoyProxetta - Class in jodd.joy
 
JoyProxetta() - Constructor for class jodd.joy.JoyProxetta
 
JoyScanner - Class in jodd.joy
AppScanner defines entries that will be included/excluded in scanning process, when configuring Jodd frameworks.
JoyScanner() - Constructor for class jodd.joy.JoyScanner
 
joyScannerSupplier - Variable in class jodd.joy.JoyDb
 
joyScannerSupplier - Variable in class jodd.joy.JoyPetite
 
jsonResponseContentType - Static variable in class jodd.joy.madvoc.result.VtorJsonActionResult
Defines response content type of returned json string.
jtxManager - Variable in class jodd.joy.JoyDb
 
jtxManager - Variable in class jodd.joy.StandaloneJoddJoyRunner
 
jtxScopePattern - Variable in class jodd.joy.JoyDb
 

K

key - Variable in class jodd.joy.i18n.TextTag
 

L

lastIndex - Variable in class jodd.joy.page.PageData
 
LocalizationUtil - Class in jodd.joy.i18n
Central localization messages manager.
LocalizationUtil() - Constructor for class jodd.joy.i18n.LocalizationUtil
 
log - Variable in class jodd.joy.JoyBase
 
login() - Method in class jodd.joy.auth.AuthAction
Login hook.
login(U) - Method in class jodd.joy.auth.UserAuthManagerBean
Logins user.
LOGIN_ACTION_PATH - Static variable in class jodd.joy.auth.AuthAction
 
LOGIN_PASSWORD - Static variable in class jodd.joy.auth.AuthAction
 
LOGIN_SUCCESS_PATH - Static variable in class jodd.joy.auth.AuthAction
 
LOGIN_TOKEN - Static variable in class jodd.joy.auth.AuthAction
 
LOGIN_USERNAME - Static variable in class jodd.joy.auth.AuthAction
 
loginUsernamePassword(String, String) - Method in class jodd.joy.auth.AuthenticationInterceptor
Tries to login a user using username and password.
loginViaCookie(String[]) - Method in class jodd.joy.auth.AuthenticationInterceptor
Tries to login user with cookie data.
loginViaRequest(HttpServletRequest) - Method in class jodd.joy.auth.AuthenticationInterceptor
Tires to login user with form data.
logout() - Method in class jodd.joy.auth.AuthAction
Logout hook.
LOGOUT_ACTION_PATH - Static variable in class jodd.joy.auth.AuthAction
 

M

madvocConfig - Variable in class jodd.joy.madvoc.result.VtorJsonActionResult
 
main(String[]) - Static method in class jodd.joy.auth.PasswordEncoder
Encodes passwords.
MESSAGE_RESOLVER - Static variable in class jodd.joy.i18n.LocalizationUtil
Central message bundle instance.
methodParamNames - Variable in class jodd.joy.db.DbQueryBuilder
 
MOVE - Static variable in class jodd.joy.madvoc.action.AppAction
 
MySqlPager - Class in jodd.joy.page.db
MySql database pager.
MySqlPager() - Constructor for class jodd.joy.page.db.MySqlPager
 

N

nameSupplier - Variable in class jodd.joy.JoyProps
 
nextId(Class) - Method in class jodd.joy.db.DbIdGenerator
Returns next ID for given entity type.
NONE - Static variable in class jodd.joy.madvoc.action.AppAction
 

O

OK - Static variable in class jodd.joy.madvoc.action.AppAction
 
onJoy() - Method in interface jodd.joy.JoyInit
 

P

page(PageRequest, String, Map, String[], Class[]) - Method in class jodd.joy.page.DbPager
Performs the pagination with given PageRequest.
page(String, Map, int, int, String, boolean, Class[]) - Method in class jodd.joy.page.DbPager
Pages given page.
page - Variable in class jodd.joy.page.PageRequest
 
PageData<T> - Class in jodd.joy.page
Holds information about single page of results.
PageData() - Constructor for class jodd.joy.page.PageData
 
PageData(int, int) - Constructor for class jodd.joy.page.PageData
 
PageData(int, int, int) - Constructor for class jodd.joy.page.PageData
 
PageData(PageRequest, int, List<T>) - Constructor for class jodd.joy.page.PageData
 
PageData(int, int, int, List<T>) - Constructor for class jodd.joy.page.PageData
Main constructor.
pageItemsCount - Variable in class jodd.joy.page.PageData
 
PageNav - Class in jodd.joy.page
Moderate page navigator.
PageNav(PageData) - Constructor for class jodd.joy.page.PageNav
 
PageNav(PageData, int) - Constructor for class jodd.joy.page.PageNav
 
PageNav(int, int, int) - Constructor for class jodd.joy.page.PageNav
 
PageRequest - Class in jodd.joy.page
Represents single page request.
PageRequest() - Constructor for class jodd.joy.page.PageRequest
 
pagerId - Variable in class jodd.joy.page.PageRequest
 
pageSize - Variable in class jodd.joy.page.PageData
 
parsedSqlMap - Variable in class jodd.joy.db.DbQueryBuilder
 
PasswordEncoder - Class in jodd.joy.auth
Encodes and validates passwords using BCrypt.
PasswordEncoder() - Constructor for class jodd.joy.auth.PasswordEncoder
 
passwordEncoder - Variable in class jodd.joy.auth.UserAuthManagerBean
 
PETITE_CORE - Static variable in class jodd.joy.JoddJoy
Petite bean name for AppCore (this instance).
PETITE_DB - Static variable in class jodd.joy.JoddJoy
Petite bean name for database configuration.
PETITE_DBPOOL - Static variable in class jodd.joy.JoddJoy
Petite bean name for database pool.
PETITE_SCAN - Static variable in class jodd.joy.JoddJoy
Petite bean name for JoyScanner bean.
petiteContainer - Variable in class jodd.joy.JoyPetite
 
petiteContainerSupplier - Variable in class jodd.joy.JoyDb
 
prepareValidator() - Method in class jodd.joy.madvoc.action.AppAction
 
props - Variable in class jodd.joy.JoyProps
 
propsSupplier - Variable in class jodd.joy.JoyPetite
 
proxettaSupplier - Variable in class jodd.joy.JoyPetite
 
proxyProxetta - Variable in class jodd.joy.JoyProxetta
 

Q

queryMap - Variable in class jodd.joy.db.DbQueryBuilder
 

R

readAuthCookie(HttpServletRequest) - Static method in class jodd.joy.auth.AuthUtil
Reads auth cookie and returns stored string array from cookie data.
recreateCookieOnLogin - Variable in class jodd.joy.auth.AuthenticationInterceptor
When user just logs in with cookie, should we recreate the cookie (and therefore prolong cookie valid time) or leave it as it is.
REDIRECT - Static variable in class jodd.joy.madvoc.action.AppAction
 
register() - Method in class jodd.joy.auth.AuthAction
Register hook.
REGISTER_ACTION_PATH - Static variable in class jodd.joy.auth.AuthAction
 
registerDbEntities(DbEntityManager) - Method in class jodd.joy.JoyDb
Registers DbOom entities.
registerPetiteContainerBeans(PetiteContainer) - Method in class jodd.joy.JoyPetite
Configures Petite container.
removeAuthCookie(HttpServletRequest, HttpServletResponse) - Static method in class jodd.joy.auth.AuthUtil
Removes auth cookie.
removeLastOrderBy(String) - Method in class jodd.joy.page.DbPager
Removes everything from last "order by".
removeSelect(String) - Method in class jodd.joy.page.DbPager
Removes the first 'select' from the sql query.
removeToFrom(String) - Method in class jodd.joy.page.DbPager
Removes the first part of the sql up to the relevant 'from'.
render(ActionRequest, String) - Method in class jodd.joy.madvoc.result.VtorJsonActionResult
 
REQUEST_BUNDLE_NAME_ATTR - Static variable in class jodd.joy.i18n.LocalizationUtil
 
reset() - Method in class jodd.joy.db.DbIdGenerator
Resets all stored data.
resolveMethodParameterNames(ProxyTargetInfo) - Method in class jodd.joy.db.DbQueryBuilder
Resolves method parameter names.
resolveQuery(ProxyTargetInfo) - Method in class jodd.joy.db.DbQueryBuilder
Returns query from target info.
resolveValidationMessage(HttpServletRequest, Violation) - Static method in class jodd.joy.vtor.VtorUtil
Prepares validation messages.
resultAccessDenied() - Method in class jodd.joy.auth.AuthorizationInterceptor
Prepares result for access denied page.
resultLogin(String) - Method in class jodd.joy.auth.AuthorizationInterceptor
Prepares result for login page, when access to target URL is forbidden.
resultLoginFailed(int) - Method in class jodd.joy.auth.AuthenticationInterceptor
Prepares result for login failed page.
resultLoginSuccess(String) - Method in class jodd.joy.auth.AuthenticationInterceptor
Prepares result to continue to, after success login.
resultLogoutSuccess() - Method in class jodd.joy.auth.AuthenticationInterceptor
Prepares result for logout success page.
resultRegistrationSuccess() - Method in class jodd.joy.auth.AuthenticationInterceptor
Prepares result for registration success page.
runJoyInitBeans() - Method in class jodd.joy.JoddJoy
 
runMadvocOn(EnumSet<DispatcherType>) - Method in class jodd.joy.JoyContextListener
Defines enum set for the filter.
runWebApp(Runnable) - Method in class jodd.joy.StandaloneJoddJoyRunner
 

S

saltRounds - Variable in class jodd.joy.auth.PasswordEncoder
 
scanClasspathOf(Class) - Method in class jodd.joy.JoyScanner
Defines class and it's classloader to scan.
scanClasspathOf(Object) - Method in class jodd.joy.JoyScanner
SESSION_LOCALE_ATTR - Static variable in class jodd.joy.i18n.LocalizationUtil
 
setAppName(String) - Method in class jodd.joy.JoddJoy
Default name used for various components.
setAuth(boolean) - Method in class jodd.joy.auth.AuthTag
Defines if body should be invoked if user is authenticated.
setDefaultOnly(String) - Method in class jodd.joy.i18n.TextTag
Sets only default resource bundles.
setDynamicAttribute(String, String, Object) - Method in class jodd.joy.i18n.TextTag
 
setEntityId(long) - Method in interface jodd.joy.db.DbEntity
Sets the entity ID.
setIgnoreExceptions(boolean) - Method in class jodd.joy.JoyScanner
 
setIncludedEntries(String...) - Method in class jodd.joy.JoyScanner
 
setIncludedJars(String...) - Method in class jodd.joy.JoyScanner
 
setKey(String) - Method in class jodd.joy.i18n.TextTag
 
setMadvocContext(String) - Method in class jodd.joy.JoyContextListener
Defines Madvoc servlet context.
setPage(int) - Method in class jodd.joy.page.PageRequest
Specifies requested page number.
setPagerId(String) - Method in class jodd.joy.page.PageRequest
Returns pager id.
setPropsNamePattern(String) - Method in class jodd.joy.JoyProps
 
setRequestBundleName(ServletRequest, String) - Static method in class jodd.joy.i18n.LocalizationUtil
Sets bundle name for provided servlet request.
setSaltRounds(int) - Method in class jodd.joy.auth.PasswordEncoder
 
setServletContext(ServletContext) - Method in class jodd.joy.JoyMadvoc
 
setSessionLocale(HttpSession, String) - Static method in class jodd.joy.i18n.LocalizationUtil
Saves locale to HTTP session.
setSize(int) - Method in class jodd.joy.page.PageRequest
Specifies page size, i.e. number of elements per page.
setSort(int) - Method in class jodd.joy.page.PageRequest
Returns sort index.
setViolation(Violation) - Method in class jodd.joy.vtor.VtorViolationMessageTag
 
setViolations(List<Violation>) - Method in class jodd.joy.vtor.VtorViolationsJsonMessagesTag
 
size - Variable in class jodd.joy.page.PageRequest
 
sort - Variable in class jodd.joy.page.PageRequest
 
StandaloneJoddJoyRunner - Class in jodd.joy
Standalone runner for Madvoc web application.
StandaloneJoddJoyRunner() - Constructor for class jodd.joy.StandaloneJoddJoyRunner
 
start(ServletContext) - Method in class jodd.joy.JoddJoy
Starts the Joy.
start() - Method in class jodd.joy.JoyMadvoc
 
start() - Method in class jodd.joy.JoyScanner
 
startAuthSession(HttpServletRequest, HttpServletResponse, U, boolean) - Method in class jodd.joy.auth.AuthenticationInterceptor
Starts auth session by saving session auth object and optionally creating an auth cookie.
startUserSession(HttpSession, Object) - Static method in class jodd.joy.auth.AuthUtil
Starts user session by storing user session object into http session.
startUserSession(HttpServletRequest, Object) - Static method in class jodd.joy.auth.AuthUtil
 
stop() - Method in class jodd.joy.JoddJoy
Stops the Joy.
stop() - Method in class jodd.joy.JoyMadvoc
 
stop() - Method in class jodd.joy.JoyScanner
 
storeAuthCookie(HttpServletResponse, int, String...) - Static method in class jodd.joy.auth.AuthUtil
Stores string array into the cookie.

T

TextTag - Class in jodd.joy.i18n
Renders text output.
TextTag() - Constructor for class jodd.joy.i18n.TextTag
 
to - Variable in class jodd.joy.page.GooNav
 
to - Variable in class jodd.joy.page.PageNav
 
toString() - Method in class jodd.joy.db.Entity
 
toString() - Method in class jodd.joy.page.PageData
Convenient report method that can be used as JSON array.
toString() - Method in class jodd.joy.page.PageRequest
 
totalItems - Variable in class jodd.joy.page.PageData
 
totalPages - Variable in class jodd.joy.page.PageData
 

U

useCookie - Variable in class jodd.joy.auth.AuthenticationInterceptor
If true, cookie will be created for keeping user sessions.
UserAuth - Interface in jodd.joy.auth
User AUTH data.
UserAuthManagerBean<U extends UserAuth> - Class in jodd.joy.auth
Abstract UserAuth manager as Petite bean.
UserAuthManagerBean() - Constructor for class jodd.joy.auth.UserAuthManagerBean
 

V

validateAction() - Method in class jodd.joy.madvoc.action.AppAction
 
validateAction(String...) - Method in class jodd.joy.madvoc.action.AppAction
Validates action.
violation - Variable in class jodd.joy.vtor.VtorViolationMessageTag
 
violations() - Method in class jodd.joy.madvoc.action.AppAction
Returns validation violations or null if validation was successful.
violations - Variable in class jodd.joy.vtor.VtorViolationsJsonMessagesTag
 
vtor - Variable in class jodd.joy.madvoc.action.AppAction
 
VTOR_JSON - Static variable in class jodd.joy.madvoc.action.AppAction
 
VtorJsonActionResult - Class in jodd.joy.madvoc.result
VTor validation result as JSON string.
VtorJsonActionResult() - Constructor for class jodd.joy.madvoc.result.VtorJsonActionResult
 
VtorUtil - Class in jodd.joy.vtor
 
VtorUtil() - Constructor for class jodd.joy.vtor.VtorUtil
 
VtorViolationMessageTag - Class in jodd.joy.vtor
Tag that renders message of single message.
VtorViolationMessageTag() - Constructor for class jodd.joy.vtor.VtorViolationMessageTag
 
VtorViolationsJsonMessagesTag - Class in jodd.joy.vtor
Tag that renders all validation messages as JSON array.
VtorViolationsJsonMessagesTag() - Constructor for class jodd.joy.vtor.VtorViolationsJsonMessagesTag
 

W

withConnectionProvider(Supplier<ConnectionProvider>) - Method in class jodd.joy.JoyDb
 
withDb(Consumer<JoyDb>) - Method in class jodd.joy.JoddJoy
 
withEntityManager(Consumer<DbEntityManager>) - Method in class jodd.joy.JoyDb
 
withLoggerProvider(Supplier<LoggerProvider>) - Method in class jodd.joy.JoddJoy
 
withPetite(Consumer<JoyPetite>) - Method in class jodd.joy.JoddJoy
 
withPetite(Consumer<PetiteContainer>) - Method in class jodd.joy.JoyPetite
 
withProps(Consumer<JoyProps>) - Method in class jodd.joy.JoddJoy
 
withProxetta(Consumer<JoyProxetta>) - Method in class jodd.joy.JoddJoy
 
withScanner(Consumer<JoyScanner>) - Method in class jodd.joy.JoddJoy
 
withWebApp(Consumer<WebApp>) - Method in class jodd.joy.JoddJoy
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2003-present Jodd Team