Uses of Enum
org.apache.sling.api.request.SlingRequestEvent.EventType
Packages that use SlingRequestEvent.EventType
-
Uses of SlingRequestEvent.EventType in org.apache.sling.api.request
Methods in org.apache.sling.api.request that return SlingRequestEvent.EventTypeModifier and TypeMethodDescriptionSlingRequestEvent.getType()get the type of the event, eg.static SlingRequestEvent.EventTypeReturns 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 are declared.Constructors in org.apache.sling.api.request with parameters of type SlingRequestEvent.EventTypeModifierConstructorDescriptionSlingRequestEvent(javax.servlet.ServletContext sc, javax.servlet.ServletRequest request, SlingRequestEvent.EventType type) -
Uses of SlingRequestEvent.EventType in org.apache.sling.engine.impl.helper
Methods in org.apache.sling.engine.impl.helper with parameters of type SlingRequestEvent.EventTypeModifier and TypeMethodDescriptionvoidRequestListenerManager.sendEvent(javax.servlet.http.HttpServletRequest request, SlingRequestEvent.EventType type)