Uses of Class
org.apache.sling.servlets.post.ModificationType

Packages that use ModificationType
org.apache.sling.servlets.post   
 

Uses of ModificationType in org.apache.sling.servlets.post
 

Methods in org.apache.sling.servlets.post that return ModificationType
 ModificationType Modification.getType()
           
static ModificationType ModificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModificationType[] ModificationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.sling.servlets.post with parameters of type ModificationType
protected static Modification Modification.onChange(ModificationType type, String source)
           
protected static Modification Modification.onChange(ModificationType type, String source, String dest)
           
 

Constructors in org.apache.sling.servlets.post with parameters of type ModificationType
Modification(ModificationType type, String source, String destination)
           
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.