JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.priint.pubserver.plugin.annotation
Annotation Interface PubServerPlugin
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
PubServerPlugin
Declares a class as Publishing Server Plug-in.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
description
String
[]
tags
Element Details
description
String
description
Returns:
Description of this plug-in.
Default:
""
tags
String
[]
tags
Returns:
Customized tags for plugin. (i.e It is using for preview of Media Assets to store MIME types)
Default:
{}