com.atlassian.sal.core.message
Class NoopHelpPathResolver

java.lang.Object
  extended by com.atlassian.sal.core.message.NoopHelpPathResolver
All Implemented Interfaces:
HelpPathResolver

public class NoopHelpPathResolver
extends Object
implements HelpPathResolver

Default noop implementation of HelpPathResolver. This will return null in all cases.

Since:
2.4

Constructor Summary
NoopHelpPathResolver()
           
 
Method Summary
 HelpPath getHelpPath(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopHelpPathResolver

public NoopHelpPathResolver()
Method Detail

getHelpPath

public HelpPath getHelpPath(String key)
Specified by:
getHelpPath in interface HelpPathResolver


Copyright © 2011 Atlassian. All Rights Reserved.