org.apache.myfaces.extensions.cdi.jsf.api.request
Interface RequestTypeResolver
- All Known Implementing Classes:
- AbstractRequestTypeResolver
public interface RequestTypeResolver
Pluggable (internal) helper for resolving the type of the current request.
For JSF 1.2 it allows to call the functionality
e.g. of a component lib for detecting the type of the current request.
For JSF 2+ it delegates the detection to JSF itself.
- Author:
- Gerhard Petracek
isPartialRequest
boolean isPartialRequest()
isPostRequest
boolean isPostRequest()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.