Uses of Class
org.apache.sling.api.request.SlingRequestEvent.EventType

Packages that use SlingRequestEvent.EventType
org.apache.sling.api.request   
 

Uses of SlingRequestEvent.EventType in org.apache.sling.api.request
 

Methods in org.apache.sling.api.request that return SlingRequestEvent.EventType
 SlingRequestEvent.EventType SlingRequestEvent.getType()
          get the type of the event, eg.
static SlingRequestEvent.EventType SlingRequestEvent.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SlingRequestEvent.EventType[] SlingRequestEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.sling.api.request with parameters of type SlingRequestEvent.EventType
SlingRequestEvent(javax.servlet.ServletContext sc, javax.servlet.ServletRequest request, SlingRequestEvent.EventType type)
           
 



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