org.apache.myfaces.trinidadinternal.agent.parse
Class CapabilitiesDocument

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocument

public class CapabilitiesDocument
extends java.lang.Object

implementation of Capabilities document only the capabilities provider needs to know about the document.


Method Summary
 java.lang.Object[][] getCapabilities(org.apache.myfaces.trinidad.context.Agent agent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCapabilities

public java.lang.Object[][] getCapabilities(org.apache.myfaces.trinidad.context.Agent agent)
Parameters:
agent -
Returns:
An array of Capabilities {name, value, name, value}. The array may have duplicates and is ordered in ascending order (priority)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.