public abstract class AbstractWorkspace
extends org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
| Constructor and Description |
|---|
AbstractWorkspace(String hrefBase,
String title)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getCollection, getTitle, setTitleprotected 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()
Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.