| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.PropertyEditorSupport | +--org.springframework.core.io.ResourceEditor | +--org.springframework.context.support.ContextResourceEditor
ApplicationContext-aware PropertyEditor for Resource descriptors.
Delegates to the ApplicationContext's getResource method for resolving resource locations to Resource descriptors. Resource loading behavior is specific to the context implementation.
Fields inherited from class org.springframework.core.io.ResourceEditor |
CLASSPATH_URL_PREFIX, PLACEHOLDER_PREFIX, PLACEHOLDER_SUFFIX |
Constructor Summary | |
ContextResourceEditor(ApplicationContext applicationContext) Create a new ContextResourceEditor for the given context. |
Method Summary | |
void | setAsText(String text) |
Methods inherited from class java.beans.PropertyEditorSupport |
firePropertyChange, isPaintable, supportsCustomEditor, getCustomEditor, addPropertyChangeListener, removePropertyChangeListener, getValue, setValue, getAsText, getJavaInitializationString, getTags, paintValue |
Methods inherited from class java.lang.Object |
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals, toString |
Constructor Detail |
public ContextResourceEditor(ApplicationContext applicationContext)
Method Detail |
public void setAsText(String text)
throws java.lang.IllegalArgumentException
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |