Uses of Class
org.xwiki.model.reference.AttachmentReference

Packages that use AttachmentReference
org.xwiki.model.internal.reference   
org.xwiki.model.internal.scripting   
org.xwiki.model.reference   
 

Uses of AttachmentReference in org.xwiki.model.internal.reference
 

Methods in org.xwiki.model.internal.reference that return AttachmentReference
 AttachmentReference DefaultStringAttachmentReferenceResolver.resolve(java.lang.String attachmentReferenceRepresentation, java.lang.Object... parameters)
          
 AttachmentReference ExplicitStringAttachmentReferenceResolver.resolve(java.lang.String attachmentReferenceRepresentation, java.lang.Object... parameters)
          
 

Uses of AttachmentReference in org.xwiki.model.internal.scripting
 

Methods in org.xwiki.model.internal.scripting that return AttachmentReference
 AttachmentReference ModelScriptService.createAttachmentReference(DocumentReference documentReference, java.lang.String fileName)
          Creates an AttachmentReference from a file name and a reference to the document holding that file.
 AttachmentReference ModelScriptService.resolveAttachment(java.lang.String stringRepresentation)
           
 AttachmentReference ModelScriptService.resolveAttachment(java.lang.String stringRepresentation, java.lang.String hint, java.lang.Object... parameters)
           
 

Uses of AttachmentReference in org.xwiki.model.reference
 

Methods in org.xwiki.model.reference that return AttachmentReference
 AttachmentReference AttachmentReferenceResolver.resolve(T attachmentReferenceRepresentation, java.lang.Object... parameters)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.