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 java.lang.Object
implements Negotiator


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

Method Detail

getTemplateEngineName

public abstract java.lang.String getTemplateEngineName()

getSpec

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

negotiate

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.