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