|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.agent.AgentUtil
public class AgentUtil
agent util class
| Constructor Summary | |
|---|---|
AgentUtil()
|
|
| Method Summary | |
|---|---|
static TrinidadAgent |
getAgent(javax.faces.context.FacesContext context)
Get agent for the current faces context |
static TrinidadAgent |
getUnknownAgent()
Get a default agent, that defines no characteristics. |
static TrinidadAgent |
mergeCapabilities(TrinidadAgent agent,
java.util.Map<java.lang.Object,java.lang.Object> capabilities)
Merge capabilities provided with the Agent capabilities |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentUtil()
| Method Detail |
|---|
public static TrinidadAgent getUnknownAgent()
public static TrinidadAgent getAgent(javax.faces.context.FacesContext context)
context -
public static TrinidadAgent mergeCapabilities(TrinidadAgent agent,
java.util.Map<java.lang.Object,java.lang.Object> capabilities)
agent - Agent to merge the capabilities withcapabilities - List (array of {name, value}) capabilities that should be merged
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||