Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G H M N O P R S T

A

ApplicationContext - interface org.springframework.context.ApplicationContext.
Central interface to provide configuration for an application.
ApplicationContextAware - interface org.springframework.context.ApplicationContextAware.
Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextException - exception org.springframework.context.ApplicationContextException.
Exception thrown during application context initialization.
ApplicationContextException(String) - Constructor for class org.springframework.context.ApplicationContextException
Constructs an ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for class org.springframework.context.ApplicationContextException
Constructs an ApplicationContextException with the specified detail message and the given root cause.
ApplicationEvent - class org.springframework.context.ApplicationEvent.
Class to be extended by all application events.
ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
Create a new ApplicationEvent.
ApplicationEventPublisher - interface org.springframework.context.ApplicationEventPublisher.
Interface that encapsulates event publication functionality.
ApplicationEventPublisherAware - interface org.springframework.context.ApplicationEventPublisherAware.
Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
ApplicationListener - interface org.springframework.context.ApplicationListener.
Interface to be implemented by application event listeners.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.

C

ConfigurableApplicationContext - interface org.springframework.context.ConfigurableApplicationContext.
SPI interface to be implemented by most if not all application contexts.
close() - Method in interface org.springframework.context.ConfigurableApplicationContext
Close this application context, releasing all resources and locks that the implementation might hold.

G

getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
Return the array of arguments to be used to resolve this message.
getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the internal bean factory of this application context.
getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
Return the codes to be used to resolve this message, in the order that they should get tried.
getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
Return the default message to be used to resolve this message.
getDisplayName() - Method in interface org.springframework.context.ApplicationContext
Return a friendly name for this context.
getMessage(String, Object[], String, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(MessageSourceResolvable, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message using all the attributes contained within the MessageSourceResolvable argument that was passed in.
getParent() - Method in interface org.springframework.context.ApplicationContext
Return the parent context, or null if there is no parent, and this is the root of the context hierarchy.
getParentMessageSource() - Method in interface org.springframework.context.HierarchicalMessageSource
Return the parent of this MessageSource, or null if none.
getStartupDate() - Method in interface org.springframework.context.ApplicationContext
Return the timestamp when this context was first loaded.
getTimestamp() - Method in class org.springframework.context.ApplicationEvent
Return the system time in milliseconds when the event happened.

H

HierarchicalMessageSource - interface org.springframework.context.HierarchicalMessageSource.
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.

M

MessageSource - interface org.springframework.context.MessageSource.
Interface to be implemented by objects that can resolve messages.
MessageSourceAware - interface org.springframework.context.MessageSourceAware.
Interface to be implemented by any object that wishes to be notified of the MessageSource (typically the ApplicationContext) that it runs in.
MessageSourceResolvable - interface org.springframework.context.MessageSourceResolvable.
Interface for objects that are suitable for message resolution in a MessageSource.

N

NoSuchMessageException - exception org.springframework.context.NoSuchMessageException.
Exception thrown when a message can't be resolved.
NoSuchMessageException(String, Locale) - Constructor for class org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String) - Constructor for class org.springframework.context.NoSuchMessageException
Create a new exception.

O

onApplicationEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationListener
Handle an application event.
org.springframework.context - package org.springframework.context
 

P

publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationContext
Notify all listeners registered with this application of an application event.
publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationEventPublisher
Notify all listeners registered with this application of an application event.

R

ResourceLoaderAware - interface org.springframework.context.ResourceLoaderAware.
Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
Load or refresh the persistent representation of the configuration, which might an XML file, properties file, or relational database schema.

S

setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
Set the ApplicationContext that this object runs in.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
Set the ApplicationEventPublisher that this object runs in.
setMessageSource(MessageSource) - Method in interface org.springframework.context.MessageSourceAware
Set the MessageSource that this object runs in.
setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
Set the parent of this application context.
setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
Set the parent that will be used to try to resolve messages that this object can't resolve.
setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
Set the ResourceLoader that this object runs in.

T

timestamp - Variable in class org.springframework.context.ApplicationEvent
System time when the event happened

A C G H M N O P R S T