|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WikiComponent
Represents the definition of a wiki component implementation. A java component can extend this interface if it needs to be bound to a document, in order to be unregistered and registered again when the document is modified, and unregistered when the document is deleted.
| Method Summary | |
|---|---|
DocumentReference |
getAuthorReference()
Get the reference to the author of the document this component instance is bound to. |
DocumentReference |
getDocumentReference()
Get the reference of the document this component instance is bound to. |
String |
getRoleHint()
|
Type |
getRoleType()
|
WikiComponentScope |
getScope()
|
| Method Detail |
|---|
DocumentReference getDocumentReference()
DocumentReference getAuthorReference()
Type getRoleType()
String getRoleHint()
WikiComponentScope getScope()
WikiComponentScope of the component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||