Package net.sf.basedb.core
Class ExtendedPropertyLinker
- java.lang.Object
-
- net.sf.basedb.core.ExtendedPropertyLinker
-
public class ExtendedPropertyLinker extends Object
Used to create links from extended property values. If a regular expression has been specified the value to link must match that regular expression. The url should contain the marker{value}
which will be replaced with the value to link.- Version:
- 2.0
- Author:
- nicklas
- Last modified
- $Date: 2008-09-11 22:11:02 +0200 (to, 11 sep 2008) $
-
-
Constructor Summary
Constructors Constructor Description ExtendedPropertyLinker(String regexp, String url)
-