| java.lang.Object biz.hammurapi.web.util.PrefixContext
PrefixContext | public class PrefixContext implements Context(Code) | | Helper class. Adds prefix to the key and delegates to the chained context.
It is useful for populating multiple objects from a single HTML form. In this case
different object fields are prefixed with different prefixes.
author: Pavel Vlasov |
PrefixContext | public PrefixContext(Context master, String prefix)(Code) | | |
|
|