Apache Abdera API

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


Apache Abdera API

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