org.zeroexchange.web.navigation.target.link
Class DefaultTargetLinkFactory
java.lang.Object
org.zeroexchange.common.AbstractBeansRegistry<T>
org.zeroexchange.common.TypedBeansRegistry<P>
org.zeroexchange.common.processors.AbstractDataProcessorsRegistry<TargetLinkProvider<Target>>
org.zeroexchange.web.navigation.target.link.DefaultTargetLinkFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, BeansRegistry<TargetLinkProvider<Target>>, TargetLinkFactory
public class DefaultTargetLinkFactory
- extends AbstractDataProcessorsRegistry<TargetLinkProvider<Target>>
- implements TargetLinkFactory
The default implementation of TargetLinkFactory.
- Author:
- black
Method Summary |
protected Class<?> |
getBeanClass()
|
org.apache.wicket.markup.html.link.Link<?> |
getLink(String componentId,
Target target)
Returns link component for the specified target. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTargetLinkFactory
public DefaultTargetLinkFactory()
getLink
public org.apache.wicket.markup.html.link.Link<?> getLink(String componentId,
Target target)
throws BusinessLogicException
- Returns link component for the specified target.
- Specified by:
getLink
in interface TargetLinkFactory
- Throws:
BusinessLogicException
getBeanClass
protected Class<?> getBeanClass()
- Specified by:
getBeanClass
in class TypedBeansRegistry<TargetLinkProvider<Target>>
Copyright © 2013. All Rights Reserved.