All Packages Class Hierarchy This Package Previous Next Index Java Books
Interface com.openly.SLinkS.Private
- public abstract interface Private

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

privateMethod public abstract 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