Nuxeo Enterprise Platform 5.1

org.nuxeo.theme.negotiation
Class AbstractNegotiator

java.lang.Object
  extended by org.nuxeo.theme.negotiation.AbstractNegotiator
All Implemented Interfaces:
Negotiator
Direct Known Subclasses:
JSFNegotiator

public abstract class AbstractNegotiator
extends Object
implements Negotiator


Constructor Summary
protected AbstractNegotiator(String strategy, Object context)
           
 
Method Summary
 String getSpec()
           
 String negotiate(String object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNegotiator

protected AbstractNegotiator(String strategy,
                             Object context)
Method Detail

getSpec

public final String getSpec()
                     throws NegotiationException
Specified by:
getSpec in interface Negotiator
Throws:
NegotiationException

negotiate

public final String negotiate(String object)
                       throws NegotiationException
Specified by:
negotiate in interface Negotiator
Throws:
NegotiationException

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.