|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
org.overlord.sramp.server.atom.workspaces.AbstractWorkspace
public abstract class AbstractWorkspace
Base class for all workspaces.
| Field Summary |
|---|
| Fields inherited from class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace |
|---|
any, collection, title |
| Constructor Summary | |
|---|---|
AbstractWorkspace(String hrefBase,
String title)
Constructor. |
|
| Method Summary | |
|---|---|
protected org.jboss.resteasy.plugins.providers.atom.app.AppCollection |
addCollection(String path,
String title,
String accept)
Adds a single collection to the workspace and returns it. |
protected org.jboss.resteasy.plugins.providers.atom.Category |
addTypeCategory(org.jboss.resteasy.plugins.providers.atom.app.AppCollection collection,
ArtifactTypeEnum type)
Adds a single category to the given collection. |
protected abstract void |
configureWorkspace()
Configures this workspace. |
protected String |
url(String path)
Creates a full URL from a path fragment. |
| Methods inherited from class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace |
|---|
getAny, getCollection, getTitle, setTitle |
| Methods inherited from class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes |
|---|
getBase, getLang, getOtherAttributes, getSpace, setBase, setLang, setSpace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractWorkspace(String hrefBase,
String title)
hrefBase - title - | Method Detail |
|---|
protected String url(String path)
path -
protected org.jboss.resteasy.plugins.providers.atom.app.AppCollection addCollection(String path,
String title,
String accept)
path - title - accept -
protected org.jboss.resteasy.plugins.providers.atom.Category addTypeCategory(org.jboss.resteasy.plugins.providers.atom.app.AppCollection collection,
ArtifactTypeEnum type)
collection - type - protected abstract void configureWorkspace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||