com.atlassian.plugin.module
Interface PrefixModuleFactory

All Superinterfaces:
ModuleFactory
All Known Implementing Classes:
ClassPrefixModuleFactory

public interface PrefixModuleFactory
extends ModuleFactory

A module factory that is matched when its prefix is matched, and therefore, relies an a delegating module factory that determines the prefix somehow.

Since:
2.5.0
See Also:
PrefixDelegatingModuleFactory}

Field Summary
 
Fields inherited from interface com.atlassian.plugin.module.ModuleFactory
LEGACY_MODULE_FACTORY
 
Method Summary
 java.lang.String getPrefix()
           
 
Methods inherited from interface com.atlassian.plugin.module.ModuleFactory
createModule
 

Method Detail

getPrefix

java.lang.String getPrefix()
Returns:
the prefix the module factory expects to be matched to


Copyright © 2010 Atlassian. All Rights Reserved.