Uses of Class
org.silverpeas.file.SilverpeasFile

Packages that use SilverpeasFile
org.silverpeas.file   
org.silverpeas.servlets   
 

Uses of SilverpeasFile in org.silverpeas.file
 

Fields in org.silverpeas.file declared as SilverpeasFile
static SilverpeasFile SilverpeasFile.NO_FILE
          A SilverpeasFile representing a non existent file.
 

Methods in org.silverpeas.file that return SilverpeasFile
 SilverpeasFile SilverpeasFile.copyInto(String directoryPath)
          Copies this file into the specified directory.
static SilverpeasFile SilverpeasFileProvider.getFile(SilverpeasFileDescriptor descriptor)
           
static SilverpeasFile SilverpeasFileProvider.getFile(String absolutePath)
           
 SilverpeasFile SilverpeasFileProvider.getSilverpeasFile(SilverpeasFileDescriptor descriptor)
          Gets a SilverpeasFile instance matching the description provided by the specified file descriptor.
 SilverpeasFile SilverpeasFileProvider.getSilverpeasFile(String absolutePath)
          Gets a SilverpeasFile instance for the file located at the specified absolute path.
 SilverpeasFile SilverpeasFile.moveInto(String directoryPath)
          Moves this file into the specified directory.
static SilverpeasFile SilverpeasFileProvider.newFile(SilverpeasFileDescriptor descriptor)
           
static SilverpeasFile SilverpeasFileProvider.newFile(String absolutePath)
           
 SilverpeasFile SilverpeasFileProvider.newSilverpeasFile(SilverpeasFileDescriptor descriptor)
          Gets a new SilverpeasFile instance for the file described by the specified file descriptor.
 SilverpeasFile SilverpeasFileProvider.newSilverpeasFile(String absolutePath)
          Gets a new SilverpeasFile instance for the file located at the specified absolute path.
 SilverpeasFile FileExistenceCheckingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
protected static SilverpeasFile SilverpeasFileProvider.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Triggers the chain of post-processors against the specified file and according to the specified processing context.
 SilverpeasFile AttachmentUrlLinkProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 SilverpeasFile SilverpeasFileProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Processes the specified SilverpeasFile and returns the new one.
 SilverpeasFile ImageResizingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 

Methods in org.silverpeas.file with parameters of type SilverpeasFile
 SilverpeasFile FileExistenceCheckingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
protected static SilverpeasFile SilverpeasFileProvider.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Triggers the chain of post-processors against the specified file and according to the specified processing context.
 SilverpeasFile AttachmentUrlLinkProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 SilverpeasFile SilverpeasFileProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Processes the specified SilverpeasFile and returns the new one.
 SilverpeasFile ImageResizingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 

Uses of SilverpeasFile in org.silverpeas.servlets
 

Methods in org.silverpeas.servlets that return SilverpeasFile
protected  SilverpeasFile RestOnlineFileServer.getWantedAttachment(RestRequest restRequest)
          Deprecated.  
protected  SilverpeasFile RestOnlineFileServer.getWantedFile(RestRequest restRequest)
          Deprecated.  
protected  SilverpeasFile RestOnlineFileServer.getWantedVersionnedDocument(RestRequest restRequest)
          Deprecated.  
 

Methods in org.silverpeas.servlets with parameters of type SilverpeasFile
protected  void AbstractFileSender.sendFile(javax.servlet.http.HttpServletResponse response, SilverpeasFile file)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.