|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.model.internal.reference.DefaultStringAttachmentReferenceResolver
@Component public class DefaultStringAttachmentReferenceResolver
Specialized version of EntityReferenceResolver which can be considered a helper
component to resolve AttachmentReference objects from their string representation. This implementation uses
fixed default values when parts of the Reference are missing in the string representation. Default values are
retrieved from the ModelConfiguration class.
| Constructor Summary | |
|---|---|
DefaultStringAttachmentReferenceResolver()
|
|
| Method Summary | |
|---|---|
AttachmentReference |
resolve(java.lang.String attachmentReferenceRepresentation,
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 DefaultStringAttachmentReferenceResolver()
| Method Detail |
|---|
public AttachmentReference resolve(java.lang.String attachmentReferenceRepresentation,
java.lang.Object... parameters)
resolve in interface AttachmentReferenceResolver<java.lang.String>attachmentReferenceRepresentation - the representation of an attachment reference (eg as a String)parameters - optional parameters. Their meaning depends on the resolver implementation
AttachmentReferenceResolver.resolve(T, java.lang.Object...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||