All Packages  Class Hierarchy  This Package  Previous  Next  Index	Java Books

Class com.openly.SLinkS.PrivateImpl

java.lang.Object   |   +----com.openly.SLinkS.PrivateImpl

public class PrivateImpl
extends java.lang.Object
implements com.openly.SLinkS.Private

Constructor Index

 o PrivateImpl()

Method Index

 o privateMethod(Resolver, String)
This method will be called when a private element is called.

Constructors

 o PrivateImpl
 public PrivateImpl()

Methods

 o privateMethod
 public java.lang.String privateMethod(com.openly.SLinkS.Resolver aResolver,                                       java.lang.String data)
This method will be called when a private element is called. The String returned by this method will replace the element in the template

Parameters:
aResolver - All bibliographic information can be accessed through the resolver object.
data - The content of the data attribute is passed in this String

All Packages  Class Hierarchy  This Package  Previous  Next  Index	Java Books