org.apache.tapestry.services.impl
Class ServiceEncoderContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.services.impl.ServiceEncoderContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class ServiceEncoderContribution
extends org.apache.hivemind.impl.BaseLocatable

A contribution to the tapestry.url.ServiceEncoders configuration point, identifying some number of ServiceEncoders, as well as the ordering of those encoders.

Author:
Howard M. Lewis Ship

Constructor Summary
ServiceEncoderContribution()
           
 
Method Summary
 String getAfter()
           
 String getBefore()
           
 ServiceEncoder getEncoder()
           
 String getId()
           
 void setAfter(String after)
           
 void setBefore(String before)
           
 void setEncoder(ServiceEncoder encoder)
           
 void setId(String id)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceEncoderContribution

public ServiceEncoderContribution()
Method Detail

getAfter

public String getAfter()

setAfter

public void setAfter(String after)

getBefore

public String getBefore()

setBefore

public void setBefore(String before)

getEncoder

public ServiceEncoder getEncoder()

setEncoder

public void setEncoder(ServiceEncoder encoder)

getId

public String getId()

setId

public void setId(String id)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.