org.apache.tapestry.services.impl
Class ServiceEncoderContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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 ServiceEncoder
s, as well as the ordering of those
encoders.
- Author:
- Howard M. Lewis Ship
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 |
ServiceEncoderContribution
public ServiceEncoderContribution()
getAfter
public java.lang.String getAfter()
setAfter
public void setAfter(java.lang.String after)
getBefore
public java.lang.String getBefore()
setBefore
public void setBefore(java.lang.String before)
getEncoder
public ServiceEncoder getEncoder()
setEncoder
public void setEncoder(ServiceEncoder encoder)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)