org.xwiki.component.descriptor
Interface ComponentRole<T>

Type Parameters:
T - the type of the component role
All Known Subinterfaces:
ComponentDependency<T>, ComponentDescriptor<T>
All Known Implementing Classes:
DefaultComponentDependency, DefaultComponentDescriptor, DefaultComponentRole

public interface ComponentRole<T>

Identify a unique component.

Version:
$Id$

Method Summary
 Class<T> getRole()
           
 String getRoleHint()
           
 

Method Detail

getRole

Class<T> getRole()
Returns:
the class of the component role

getRoleHint

String getRoleHint()
Returns:
the hint of the component role


Copyright © 2004-2011 XWiki. All Rights Reserved.