Operation |
Details |
private checkIdentifier( String identifier, String format):String |
Sequential |
public doGet( HttpServletRequest request, HttpServletResponse response):void |
Sequential Notes: | Http get method for unAPI interface. | |
public doPost( HttpServletRequest request, HttpServletResponse response):void |
Sequential Notes: | Http post method for unAPI interface. | |
private resetValues():void |
Sequential |
public unapi():byte |
Sequential Tags: | throws=RuntimeException
| |
public unapi( String identifier, boolean show):byte |
Sequential Notes: | {@inheritDoc} if unapi interface is called with no identifier, the identifier is set to escidoc as default, showing escidoc formats to fetch only when not the default identifier is set, the identifier is displayed in the formats xml. | |
public unapi( String identifier, String format):byte |
Sequential Tags: | throws=IdentifierNotRecognisedException,SourceNotAvailableException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
| |