org.apache.abdera.protocol.server
Interface Target

All Superinterfaces:
Iterable<String>

public interface Target
extends Iterable<String>

Identifies the target of the request.


Method Summary
 String getIdentity()
          Return the identity of this target.
<T> T
getMatcher()
          Return the object that matches with the uri
 String getParameter(String name)
          Return the named target parameter
 String[] getParameterNames()
          Return a listing of all parameter names
 TargetType getType()
          Return the resolved Target Type
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getType

TargetType getType()
Return the resolved Target Type


getIdentity

String getIdentity()
Return the identity of this target. Usually this will just be the request URI


getParameter

String getParameter(String name)
Return the named target parameter


getParameterNames

String[] getParameterNames()
Return a listing of all parameter names


getMatcher

<T> T getMatcher()
Return the object that matches with the uri

Returns:


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