Package org.smallmind.wicket.model
Class FormattedResourceModel
- java.lang.Object
-
- org.apache.wicket.model.AbstractReadOnlyModel
-
- org.smallmind.wicket.model.FormattedResourceModel
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel,org.apache.wicket.util.io.IClusterable
public class FormattedResourceModel extends org.apache.wicket.model.AbstractReadOnlyModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormattedResourceModel(org.apache.wicket.Component component, String key, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObject()StringtoString()
-
-
-
Method Detail
-
getObject
public Object getObject()
- Specified by:
getObjectin interfaceorg.apache.wicket.model.IModel- Specified by:
getObjectin classorg.apache.wicket.model.AbstractReadOnlyModel
-
toString
public String toString()
- Overrides:
toStringin classorg.apache.wicket.model.AbstractReadOnlyModel
-
-