org.zeroexchange.web.navigation.target.link
Interface TargetLinkFactory

All Known Implementing Classes:
DefaultTargetLinkFactory

public interface TargetLinkFactory

Factory produces links according the targets.

Author:
black

Method Summary
 org.apache.wicket.markup.html.link.Link getLink(String componentId, Target target)
          Returns link component for the specified target.
 

Method Detail

getLink

org.apache.wicket.markup.html.link.Link getLink(String componentId,
                                                Target target)
                                                throws BusinessLogicException
Returns link component for the specified target.

Throws:
BusinessLogicException


Copyright © 2013. All Rights Reserved.