|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.protocol.server.impl.SimpleTarget
public class SimpleTarget
Field Summary | |
---|---|
protected RequestContext |
context
|
protected TargetType |
type
|
Constructor Summary | |
---|---|
SimpleTarget(TargetType type,
RequestContext context)
|
Method Summary | ||
---|---|---|
boolean |
equals(Object obj)
|
|
String |
getIdentity()
Return the identity of this target. |
|
|
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 |
|
RequestContext |
getRequestContext()
|
|
TargetType |
getType()
Return the resolved Target Type |
|
int |
hashCode()
|
|
Iterator<String> |
iterator()
|
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final TargetType type
protected final RequestContext context
Constructor Detail |
---|
public SimpleTarget(TargetType type, RequestContext context)
Method Detail |
---|
public String getIdentity()
Target
getIdentity
in interface Target
public String getParameter(String name)
Target
getParameter
in interface Target
public String[] getParameterNames()
Target
getParameterNames
in interface Target
public Iterator<String> iterator()
iterator
in interface Iterable<String>
public TargetType getType()
Target
getType
in interface Target
public RequestContext getRequestContext()
public String toString()
toString
in class Object
public <T> T getMatcher()
Target
getMatcher
in interface Target
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |