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

Method Summary
 boolean isPartialRequest()
           
 boolean isPostRequest()
           
 

Method Detail

isPartialRequest

boolean isPartialRequest()

isPostRequest

boolean isPostRequest()


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