class: CitationStyleHandlerBean

public class: CitationStyleHandlerBean
Author: Galina Stancheva (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 146 $ $LastChangedDate: 2007-07-17 12:1; Complexity: 1
Dates: Created: 16.07.2009 15:12:32; Modified: 16.07.2009 15:12:32;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7E9C8B5F-B1AB-489b-8027-29F41C72696E}
EJB implementation of interface {@link CitationStyleHandler}. It will use an external package. It can be considered as a wrapper of the external package.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: CitationStyleHandler

See also: ProcessCitationStyles, CitationStyleHandler

Appears in: citationmanager

Connections
 
Custom Properties
 
CitationStyleHandlerBean Attributes
Attribute Details
package ProcessCitationStyles
  citStylesMan
Initial: new ProcessCitationStyles()
private static Logger
  logger
Initial: Logger.getLogger(CitationStyleHandlerBean.class)
Notes: Logger for this class.
 
CitationStyleHandlerBean Methods
Operation Details
public
explainStyles():String
Sequential
Tags: throws=CitationStyleManagerException
Notes: {@inheritDoc}
public
getMimeType(
   String cs,
   String ouf):String
Sequential
Tags: throws=CitationStyleManagerException
Notes: {@inheritDoc}
public
getOutput(
   String citationStyle,
   String outputFormat,
   String itemList):byte
Sequential
Tags: throws=JRException,CitationStyleManagerException,IOException
Notes: {@inheritDoc}
public
getOutputFormats(
   String cs):String
Sequential
Tags: throws=CitationStyleManagerException
Notes: {@inheritDoc}
public
getStyles():String
Sequential
Tags: throws=CitationStyleManagerException
Notes: {@inheritDoc}
public
isCitationStyle(
   String citationStyle):boolean
Sequential
Tags: throws=CitationStyleManagerException
Notes: {@inheritDoc}
 
CitationStyleHandlerBean Tagged Values
Tag Value Notes
annotations @Stateless@Remote@RemoteBinding(jndiBinding = CitationStyleHandler.SERVICE_NAME)@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)