Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 11-Feb-2008 12:27 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 17 lines
BeanLocator is the core RSF interface which "locates" a bean in its immediate container (given a single path component):
{{{
public interface BeanLocator {
public Object locateBean(String path);
}
}}}
Any bean found implementing BeanLocator (or indeed java.util.Map) will be navigable via RSF [EL] to the next path component by means of the locateBean (or get()) method, in addition to support for Java beans style paths mapping to properties via introspection (and of course [Peas]).
Other pages relevant to BeanLocator are [OLI] for a tour of RSF's One Line Interfaces, and [OTP] for the use of BeanLocator in the wider context of RSF's ORM idiom.
----
%%(color: #666666; font-family: sans-serif; font-size:80%)You can post comments and questions on this page using the following blog. Please set your name using [UserPreferences] before posting.%%
[{INSERT WeblogPlugin}]
[{INSERT WeblogEntryPlugin}]
Version Date Modified Size Author Changes ... Change note
11-Feb-2008 12:27 0.929 kB UnknownAuthor
« This page (revision-) was last changed on 11-Feb-2008 12:27 by UnknownAuthor