Uses of Class
org.silverpeas.file.SilverpeasFileProcessor.ProcessingContext

Packages that use SilverpeasFileProcessor.ProcessingContext
org.silverpeas.file   
 

Uses of SilverpeasFileProcessor.ProcessingContext in org.silverpeas.file
 

Methods in org.silverpeas.file that return SilverpeasFileProcessor.ProcessingContext
static SilverpeasFileProcessor.ProcessingContext SilverpeasFileProcessor.ProcessingContext.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SilverpeasFileProcessor.ProcessingContext[] SilverpeasFileProcessor.ProcessingContext.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.silverpeas.file with parameters of type SilverpeasFileProcessor.ProcessingContext
 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)
           
 String FileExistenceCheckingProcessor.processBefore(String path, SilverpeasFileProcessor.ProcessingContext context)
           
 String AttachmentUrlLinkProcessor.processBefore(String attachmentLink, SilverpeasFileProcessor.ProcessingContext context)
           
 String SilverpeasFileProcessor.processBefore(String path, SilverpeasFileProcessor.ProcessingContext context)
          Processes the specified path and returns the new path of the SilverpeasFile to get.
 String ImageResizingProcessor.processBefore(String path, SilverpeasFileProcessor.ProcessingContext context)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.