|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicSpi public interface SimpleLinkFactory
A factory that produces a list of SimpleLink objects.
| Method Summary | |
|---|---|
List<SimpleLink> |
getLinks(com.atlassian.crowd.embedded.api.User user,
Map<String,Object> params)
Generates a list of SimpleLink objects. |
void |
init(SimpleLinkFactoryModuleDescriptor descriptor)
Initialization method for the factory. |
| Method Detail |
|---|
void init(SimpleLinkFactoryModuleDescriptor descriptor)
descriptor - The descriptor responsible for defining this factory.
@Nonnull
List<SimpleLink> getLinks(com.atlassian.crowd.embedded.api.User user,
Map<String,Object> params)
SimpleLink objects.
user - The user this list is being generated for.
SimpleLink objects tailored for the user.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||