|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.model.internal.reference.ExplicitReferenceDocumentReferenceResolver
@Component @Named(value="explicit/reference") @Singleton public class ExplicitReferenceDocumentReferenceResolver
Specialized version of EntityReferenceResolver which can be considered a helper
component to resolve DocumentReference objects from their string representation. The behavior is the one
defined in ExplicitStringEntityReferenceResolver.
| Constructor Summary | |
|---|---|
ExplicitReferenceDocumentReferenceResolver()
|
|
| Method Summary | |
|---|---|
DocumentReference |
resolve(EntityReference documentReferenceRepresentation,
java.lang.Object... parameters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExplicitReferenceDocumentReferenceResolver()
| Method Detail |
|---|
public DocumentReference resolve(EntityReference documentReferenceRepresentation,
java.lang.Object... parameters)
resolve in interface DocumentReferenceResolver<EntityReference>documentReferenceRepresentation - the representation of a document reference (eg as a String)parameters - optional parameters. Their meaning depends on the resolver implementation
DocumentReferenceResolver.resolve(T, java.lang.Object...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||