Package ontopoly.models
Class HelpLinkResourceModel
- java.lang.Object
-
- org.apache.wicket.model.AbstractReadOnlyModel<String>
-
- ontopoly.models.HelpLinkResourceModel
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IClusterable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<String>
public class HelpLinkResourceModel extends org.apache.wicket.model.AbstractReadOnlyModel<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HelpLinkResourceModel(String resourceKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getObject()
-
-
-
Constructor Detail
-
HelpLinkResourceModel
public HelpLinkResourceModel(String resourceKey)
-
-