@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface BasicContainer
| Modifier and Type | Required Element and Description |
|---|---|
String |
id
The identifier of the template.
|
Class<? extends ResourceHandler> |
memberHandler
The
ResourceHandler class that will handle the member resources
of the container. |
| Modifier and Type | Optional Element and Description |
|---|---|
Attachment[] |
attachments
The attachments of the template.
|
String |
description
A description of the purpose of the template.
|
String |
memberPath
If defined, the path prefix to be used when publishing member resources.
|
String |
name
The human-based name of the template.
|
public abstract String id
public abstract Class<? extends ResourceHandler> memberHandler
ResourceHandler class that will handle the member resources
of the container.public abstract String name
public abstract String description
public abstract Attachment[] attachments
public abstract String memberPath
Copyright (C) 2014-2016, Center for Open Middleware