org.apache.myfaces.trinidadinternal.agent
Interface AgentFactory
- All Known Implementing Classes:
- AgentFactoryImpl
public interface AgentFactory
Factory to create Agent. Allows implementations to plug in their own agent
detection, without having to override RequestContext.
//@todo: Right now this not public API, but will be when adf faces cofiguration is sorted out
Method Summary |
org.apache.myfaces.trinidad.context.Agent |
createAgent(javax.faces.context.FacesContext facesContext)
|
createAgent
org.apache.myfaces.trinidad.context.Agent createAgent(javax.faces.context.FacesContext facesContext)
- Parameters:
facesContext
-
- Returns:
- Agent for the current request/context
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.