Skip navigation links
A B C D E F G H I L N O P R S W Z 

A

AbstractMultiItemAction<D extends info.magnolia.ui.api.action.ActionDefinition> - Class in info.magnolia.cache.browser.app.action
Base class that can work over multiple Items.
AbstractMultiItemAction(D, Item, UiContext, SimpleTranslator) - Constructor for class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
AbstractMultiItemAction(D, List<Item>, UiContext, SimpleTranslator) - Constructor for class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
addCacheService(String, CacheService) - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
addItem(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addItem() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addItemAfter(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addItemAfter(Object, Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addItemAt(int) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addItemAt(int, Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addItemProperty(Object, Property) - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
addListener(Container.ItemSetChangeListener) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
ASCENDING_ORDER - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
AuthenticationClientRequestFilter - Class in info.magnolia.cache.browser.rest.filter
Filter that appends login parameters to the URI.
AuthenticationClientRequestFilter(String, String) - Constructor for class info.magnolia.cache.browser.rest.filter.AuthenticationClientRequestFilter
 

B

BrowserCacheApp - Class in info.magnolia.cache.browser.app
Browser cache app implementation.
BrowserCacheApp(AppContext, AppView, ComponentProvider, EventBus, FormDialogPresenterFactory) - Constructor for class info.magnolia.cache.browser.app.BrowserCacheApp
 

C

CacheBrowserAppModule - Class in info.magnolia.cache.browser
Module class.
CacheBrowserAppModule() - Constructor for class info.magnolia.cache.browser.CacheBrowserAppModule
 
CacheBrowserAppModuleVersionHandler - Class in info.magnolia.cache.browser.setup
Version handler.
CacheBrowserAppModuleVersionHandler() - Constructor for class info.magnolia.cache.browser.setup.CacheBrowserAppModuleVersionHandler
 
CacheBrowserContainer - Class in info.magnolia.cache.browser.app
Container that holds all cache entries.
CacheBrowserContainer(CacheBrowserContentConnectorDefinition, CacheServiceFactory, EventBus) - Constructor for class info.magnolia.cache.browser.app.CacheBrowserContainer
 
CacheBrowserContentConnector - Class in info.magnolia.cache.browser.app
Content connector that allows to browse cache items.
CacheBrowserContentConnector(ContentConnectorDefinition, ComponentProvider) - Constructor for class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
CacheBrowserContentConnectorDefinition - Class in info.magnolia.cache.browser.app
CacheBrowserContentConnectorDefinition() - Constructor for class info.magnolia.cache.browser.app.CacheBrowserContentConnectorDefinition
 
CacheBrowserListPresenter - Class in info.magnolia.cache.browser.app
Presenter that has special implementation of container for cache items.
CacheBrowserListPresenter(ListView, ComponentProvider, CacheServiceFactory, EventBus) - Constructor for class info.magnolia.cache.browser.app.CacheBrowserListPresenter
 
CacheBrowserListPresenterDefinition - Class in info.magnolia.cache.browser.app
CacheBrowserListPresenterDefinition() - Constructor for class info.magnolia.cache.browser.app.CacheBrowserListPresenterDefinition
 
CacheEndpoint - Class in info.magnolia.cache.browser.rest.endpoint
Endpoint for retrieving, downloading and deleting cache entries.
CacheEndpoint(CacheEndpointDefinition, CacheFactoryProvider, SimpleTranslator, CacheBrowserAppModule) - Constructor for class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
CacheEndpointDefinition - Class in info.magnolia.cache.browser.rest.endpoint
Definition for CacheEndpoint.
CacheEndpointDefinition() - Constructor for class info.magnolia.cache.browser.rest.endpoint.CacheEndpointDefinition
 
CacheFormDialogPresenter - Class in info.magnolia.cache.browser.app
Presenter with custom validation of reachability of subscribers.
CacheFormDialogPresenter(DialogDefinitionRegistry, FormBuilder, ComponentProvider, DialogActionExecutor, FormView, I18nizer, SimpleTranslator, AvailabilityChecker, ContentConnector, CacheServiceFactory, UiContext) - Constructor for class info.magnolia.cache.browser.app.CacheFormDialogPresenter
 
CacheKeyItem - Class in info.magnolia.cache.browser.app
Vaadin Item extension for CacheKey.
CacheKeyItem(String, CacheKey) - Constructor for class info.magnolia.cache.browser.app.CacheKeyItem
 
CacheService - Interface in info.magnolia.cache.browser.rest.client
Client service that connects to the CacheEndpoint.
CacheServiceFactory - Class in info.magnolia.cache.browser.rest
Factory that handles instantiation of CacheService for each active public instance.
CacheServiceFactory(Provider<ActivationManager>) - Constructor for class info.magnolia.cache.browser.rest.CacheServiceFactory
 
canHandleItem(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
configureContainer(ContentPresenterDefinition, Container) - Method in class info.magnolia.cache.browser.app.CacheBrowserListPresenter
 
containsId(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
createCacheServices(String[]) - Method in class info.magnolia.cache.browser.rest.CacheServiceFactory
Creates cache services for each active public instance registered in the system.

D

DEFAULT_CACHE_RATIO - Static variable in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
DEFAULT_ITEM_ID - Static variable in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
DEFAULT_PAGE_LENGTH - Static variable in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
DEFAULT_REST_URL - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
delete(String, String) - Method in interface info.magnolia.cache.browser.rest.client.CacheService
 
delete(String, String) - Method in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
DeleteCacheEntryAction - Class in info.magnolia.cache.browser.app.action
Action that send executes a REST call to the CacheEndpoint.delete(String, String) to remove selected cache entry.
DeleteCacheEntryAction(DeleteCacheEntryActionDefinition, Item, UiContext, SimpleTranslator, EventBus) - Constructor for class info.magnolia.cache.browser.app.action.DeleteCacheEntryAction
 
DeleteCacheEntryAction(DeleteCacheEntryActionDefinition, List<Item>, UiContext, SimpleTranslator, EventBus) - Constructor for class info.magnolia.cache.browser.app.action.DeleteCacheEntryAction
 
DeleteCacheEntryActionDefinition - Class in info.magnolia.cache.browser.app.action
DeleteCacheEntryActionDefinition() - Constructor for class info.magnolia.cache.browser.app.action.DeleteCacheEntryActionDefinition
 
DESCENDING_ORDER - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
dispatch(InitializeContainerAfterSuccessfulLoginEvent.Handler) - Method in class info.magnolia.cache.browser.app.event.InitializeContainerAfterSuccessfulLoginEvent
 
dispatch(RefreshContainerEvent.Handler) - Method in class info.magnolia.cache.browser.app.event.RefreshContainerEvent
 
DownloadCacheContentAction - Class in info.magnolia.cache.browser.app.action
Action that downloads cache entry content from all active public nodes.
DownloadCacheContentAction(DownloadCacheContentActionDefinition, Item, UiContext, SimpleTranslator) - Constructor for class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 
DownloadCacheContentAction(DownloadCacheContentActionDefinition, List<Item>, UiContext, SimpleTranslator) - Constructor for class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 
DownloadCacheContentActionDefinition - Class in info.magnolia.cache.browser.app.action
DownloadCacheContentActionDefinition() - Constructor for class info.magnolia.cache.browser.app.action.DownloadCacheContentActionDefinition
 
downloadFile(String, byte[]) - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 

E

equals(Object) - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
execute() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
execute() - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 
execute() - Method in class info.magnolia.cache.browser.app.action.LoginDialogAction
 
execute() - Method in class info.magnolia.cache.browser.app.action.RefreshCacheContainerAction
 
executeOnItem(Item) - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
executeOnItem(Item) - Method in class info.magnolia.cache.browser.app.action.DeleteCacheEntryAction
 
executeOnItem(Item) - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 

F

filter(ClientRequestContext) - Method in class info.magnolia.cache.browser.rest.filter.AuthenticationClientRequestFilter
 
fireItemSetChange() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
firstItemId() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
formatFailedItemsForMessage(Map<Item, String>) - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 

G

getAllKeys(String) - Method in interface info.magnolia.cache.browser.rest.client.CacheService
 
getAllKeys(String) - Method in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
getCacheContent(String, String) - Method in interface info.magnolia.cache.browser.rest.client.CacheService
 
getCacheContent(String, String) - Method in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
getCacheName() - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnectorDefinition
 
getCacheName() - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
getCacheServices() - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
getCacheSize(String) - Method in interface info.magnolia.cache.browser.rest.client.CacheService
 
getCacheSize(String) - Method in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
getContainerProperty(Object, Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
getDefaultItemId() - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
getDefinition() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.cache.browser.setup.CacheBrowserAppModuleVersionHandler
 
getFailureMessageKey() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
getFailureMessageKey() - Method in class info.magnolia.cache.browser.app.action.DeleteCacheEntryAction
 
getFailureMessageKey() - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 
getIdByIndex(int) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
getInstallConditions() - Method in class info.magnolia.cache.browser.setup.CacheBrowserAppModuleVersionHandler
 
getItem(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
getItem(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
getItemId(Item) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
getItemId() - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
getItemIdByUrlFragment(String) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
getItemIds() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
getItemIds(int, int) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
getItemProperty(Object) - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
getItemPropertyIds() - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
getItems() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
getItemUrlFragment(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
getKeys(String, int, int, String, String) - Method in interface info.magnolia.cache.browser.rest.client.CacheService
 
getKeys(String, int, int, String, String) - Method in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
getPassword() - Method in class info.magnolia.cache.browser.app.event.InitializeContainerAfterSuccessfulLoginEvent
 
getRestUrl() - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnectorDefinition
 
getSortableContainerPropertyIds() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
getSuccessMessageKey() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
getSuccessMessageKey() - Method in class info.magnolia.cache.browser.app.action.DeleteCacheEntryAction
 
getSuccessMessageKey() - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 
getTranslator() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
getUiContext() - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
getUsername() - Method in class info.magnolia.cache.browser.app.event.InitializeContainerAfterSuccessfulLoginEvent
 
getWhitelistedKeyClasses() - Method in class info.magnolia.cache.browser.CacheBrowserAppModule
 

H

hashCode() - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 

I

indexOfId(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
info.magnolia.cache.browser - package info.magnolia.cache.browser
 
info.magnolia.cache.browser.app - package info.magnolia.cache.browser.app
 
info.magnolia.cache.browser.app.action - package info.magnolia.cache.browser.app.action
 
info.magnolia.cache.browser.app.event - package info.magnolia.cache.browser.app.event
 
info.magnolia.cache.browser.app.rule - package info.magnolia.cache.browser.app.rule
 
info.magnolia.cache.browser.rest - package info.magnolia.cache.browser.rest
 
info.magnolia.cache.browser.rest.client - package info.magnolia.cache.browser.rest.client
 
info.magnolia.cache.browser.rest.endpoint - package info.magnolia.cache.browser.rest.endpoint
 
info.magnolia.cache.browser.rest.filter - package info.magnolia.cache.browser.rest.filter
 
info.magnolia.cache.browser.setup - package info.magnolia.cache.browser.setup
 
initialize(String, String) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
initializeContainer() - Method in class info.magnolia.cache.browser.app.CacheBrowserListPresenter
 
InitializeContainerAfterSuccessfulLoginEvent - Class in info.magnolia.cache.browser.app.event
Initializes CacheBrowserContainer after successful rest login.
InitializeContainerAfterSuccessfulLoginEvent(String, String) - Constructor for class info.magnolia.cache.browser.app.event.InitializeContainerAfterSuccessfulLoginEvent
 
InitializeContainerAfterSuccessfulLoginEvent.Handler - Interface in info.magnolia.cache.browser.app.event
Handler.
isAvailableForItem(Object) - Method in class info.magnolia.cache.browser.app.rule.IsCacheKeyRule
 
isAvailableForItem(Object) - Method in class info.magnolia.cache.browser.app.rule.IsRootRule
 
IsCacheKeyRule - Class in info.magnolia.cache.browser.app.rule
Rule that checks whether an itemId is instance of CacheKey.
IsCacheKeyRule() - Constructor for class info.magnolia.cache.browser.app.rule.IsCacheKeyRule
 
isFirstId(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
isLastId(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
IsRootRule - Class in info.magnolia.cache.browser.app.rule
Root that checks whether an item is root or not.
IsRootRule() - Constructor for class info.magnolia.cache.browser.app.rule.IsRootRule
 
isValid() - Method in class info.magnolia.cache.browser.app.CacheFormDialogPresenter
 
itemToString(Item) - Method in class info.magnolia.cache.browser.app.action.AbstractMultiItemAction
 
itemToString(Item) - Method in class info.magnolia.cache.browser.app.action.DeleteCacheEntryAction
 
itemToString(Item) - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 

L

lastItemId() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
loadClass(String) - Method in class info.magnolia.cache.browser.rest.endpoint.WhitelistAwareClassLoader
 
locationChanged(Location) - Method in class info.magnolia.cache.browser.app.BrowserCacheApp
 
LoginDialogAction - Class in info.magnolia.cache.browser.app.action
Action that delegates to EditorCallback when submitted dialog is valid.
LoginDialogAction(LoginDialogActionDefinition, EditorValidator, EditorCallback) - Constructor for class info.magnolia.cache.browser.app.action.LoginDialogAction
 
LoginDialogActionDefinition - Class in info.magnolia.cache.browser.app.action
Definition for LoginDialogAction.
LoginDialogActionDefinition() - Constructor for class info.magnolia.cache.browser.app.action.LoginDialogActionDefinition
 

N

nextItemId(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 

O

onLogin(InitializeContainerAfterSuccessfulLoginEvent) - Method in interface info.magnolia.cache.browser.app.event.InitializeContainerAfterSuccessfulLoginEvent.Handler
 
onRefresh() - Method in interface info.magnolia.cache.browser.app.event.RefreshContainerEvent.Handler
 

P

ping() - Method in interface info.magnolia.cache.browser.rest.client.CacheService
 
ping() - Method in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
prevItemId(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
PROPERTY_CACHE_NAME - Static variable in class info.magnolia.cache.browser.app.CacheKeyItem
 
PROPERTY_CONTENT_TYPE - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
PROPERTY_ERROR_MESSAGE - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
PROPERTY_EXTENSION - Static variable in class info.magnolia.cache.browser.app.CacheKeyItem
 
PROPERTY_LOCATION - Static variable in class info.magnolia.cache.browser.app.CacheKeyItem
 
PROPERTY_ORIGINAL_URL - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
PROPERTY_PLAIN_CONTENT - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
PROPERTY_SIZE - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 
PROPERTY_UNSUPPORTED_CACHED_ENTRY_TYPE - Static variable in class info.magnolia.cache.browser.rest.endpoint.CacheEndpoint
 

R

refresh() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
RefreshCacheContainerAction - Class in info.magnolia.cache.browser.app.action
Action that reloads CacheBrowserContainer content.
RefreshCacheContainerAction(RefreshCacheContainerActionDefinition, EventBus) - Constructor for class info.magnolia.cache.browser.app.action.RefreshCacheContainerAction
 
RefreshCacheContainerActionDefinition - Class in info.magnolia.cache.browser.app.action
RefreshCacheContainerActionDefinition() - Constructor for class info.magnolia.cache.browser.app.action.RefreshCacheContainerActionDefinition
 
RefreshContainerEvent - Class in info.magnolia.cache.browser.app.event
Refreshes CacheBrowserContainer after location change.
RefreshContainerEvent() - Constructor for class info.magnolia.cache.browser.app.event.RefreshContainerEvent
 
RefreshContainerEvent.Handler - Interface in info.magnolia.cache.browser.app.event
Handler.
removeAllItems() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
removeItem(Object) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
removeItemProperty(Object) - Method in class info.magnolia.cache.browser.app.CacheKeyItem
 
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
removeListener(Container.ItemSetChangeListener) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 

S

setCacheName(String) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnectorDefinition
 
setContainer(CacheBrowserContainer) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnector
 
setRestUrl(String) - Method in class info.magnolia.cache.browser.app.CacheBrowserContentConnectorDefinition
 
setWhitelistedKeyClasses(List<String>) - Method in class info.magnolia.cache.browser.CacheBrowserAppModule
 
size() - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
sort(Object[], boolean[]) - Method in class info.magnolia.cache.browser.app.CacheBrowserContainer
 
stop() - Method in class info.magnolia.cache.browser.app.BrowserCacheApp
 

W

WhitelistAwareClassLoader - Class in info.magnolia.cache.browser.rest.endpoint
Responsible to load classes which are whitelisted in the given whitelisted classes.
WhitelistAwareClassLoader(ClassLoader, Collection<String>) - Constructor for class info.magnolia.cache.browser.rest.endpoint.WhitelistAwareClassLoader
 

Z

zipAndDownloadFile(Map<String, byte[]>) - Method in class info.magnolia.cache.browser.app.action.DownloadCacheContentAction
 
A B C D E F G H I L N O P R S W Z 
Skip navigation links

Copyright © 2019 Magnolia International Ltd.. All rights reserved.