Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.negotiation
Class AbstractNegotiator

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

public abstract class AbstractNegotiator
extends Object
implements Negotiator


Method Summary
 String getSpec()
           
abstract  String getTemplateEngineName()
           
 String negotiate(String object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTemplateEngineName

public abstract String getTemplateEngineName()

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.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.