|
||||||||||
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
org.wso2.carbon.registry.app.targets.ResourceTarget
public class ResourceTarget
This is a target for a registry resource
Field Summary |
---|
Fields inherited from class org.apache.abdera.protocol.server.impl.SimpleTarget |
---|
context, type |
Constructor Summary | |
---|---|
ResourceTarget(org.apache.abdera.protocol.server.TargetType type,
org.apache.abdera.protocol.server.RequestContext context,
Resource resource)
Creates a resource target. |
Method Summary | |
---|---|
Resource |
getResource()
Method to obtain a resource. |
Methods inherited from class org.apache.abdera.protocol.server.impl.SimpleTarget |
---|
equals, getIdentity, getMatcher, getParameter, getParameterNames, getRequestContext, getType, hashCode, iterator, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceTarget(org.apache.abdera.protocol.server.TargetType type, org.apache.abdera.protocol.server.RequestContext context, Resource resource)
type
- the target type.context
- the request context.resource
- the resource.Method Detail |
---|
public Resource getResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |