|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.protocol.server.impl.AbstractProvider
org.apache.abdera.protocol.server.impl.AbstractWorkspaceProvider
org.wso2.carbon.registry.app.RegistryProvider
public class RegistryProvider
An implementation of a workspace provider. This is registered as a servlet param when registering the abdera servlet.
Field Summary | |
---|---|
static java.lang.String |
BASE_CONTEXT
The base context of the registry in the world of APP. |
Fields inherited from class org.apache.abdera.protocol.server.impl.AbstractWorkspaceProvider |
---|
targetBuilder, targetResolver, workspaces |
Fields inherited from class org.apache.abdera.protocol.server.impl.AbstractProvider |
---|
abdera, filters, properties, requestProcessors |
Constructor Summary | |
---|---|
RegistryProvider(org.apache.abdera.Abdera abdera)
Constructor accepting an abdera instance. |
Method Summary | |
---|---|
org.apache.abdera.protocol.server.CollectionAdapter |
getCollectionAdapter(org.apache.abdera.protocol.server.RequestContext request)
Method to obtain the collection adapter. |
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractWorkspaceProvider |
---|
addWorkspace, getTargetBuilder, getTargetResolver, getWorkspaceManager, getWorkspaces, setTargetBuilder, setTargetResolver |
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractProvider |
---|
addFilter, addRequestProcessors, createErrorResponse, getAbdera, getFilters, getProperty, getPropertyNames, getRequestProcessors, getServiceElement, getSubjectResolver, init, process, processExtensionRequest, resolveSubject, resolveTarget, setFilters, setRequestProcessors, transactionCompensate, transactionEnd, transactionStart, urlFor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BASE_CONTEXT
Constructor Detail |
---|
public RegistryProvider(org.apache.abdera.Abdera abdera) throws java.lang.Exception
abdera
- the abdera instance.
java.lang.Exception
- if an exception occurs.Method Detail |
---|
public org.apache.abdera.protocol.server.CollectionAdapter getCollectionAdapter(org.apache.abdera.protocol.server.RequestContext request)
request
- the request context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |