- generateNextId(DbEntityDescriptor) - Method in class jodd.joy.db.AppDao
-
- 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
-
- 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
-