|
||||||||||
| 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 Targetpublic String getParameter(String name)
Target
getParameter in interface Targetpublic String[] getParameterNames()
Target
getParameterNames in interface Targetpublic Iterator<String> iterator()
iterator in interface Iterable<String>public TargetType getType()
Target
getType in interface Targetpublic RequestContext getRequestContext()
public String toString()
toString in class Objectpublic <T> T getMatcher()
Target
getMatcher in interface Targetpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||