ubc.cs.JLog.Applet
Interface iJLogApplBaseServices

All Superinterfaces:
iPrologFileServices
All Known Implementing Classes:
gJLogApplet, gJLogAppletBase, gJLogApplication, gJLogApplicationBase, gJLogBase, JLog

public interface iJLogApplBaseServices
extends iPrologFileServices


Method Summary
 java.lang.String convertStringLinebreaks(java.lang.String param)
           
 java.awt.Image getImage(java.lang.String name)
           
 java.io.InputStream getInputStreamFromFilename(java.lang.String name)
           
 java.lang.String getParameter(java.lang.String name)
           
 jPrologServices getPrologServices()
           
 java.lang.String getRequiredCreditInfo()
           
 java.lang.String getSource()
           
 java.lang.String getTextFromInputStream(java.io.InputStream in_strm)
           
 java.net.URL getURLFromFilename(java.lang.String name)
           
 
Methods inherited from interface ubc.cs.JLog.Foundation.iPrologFileServices
getResourceInputStreamFromFilename, getResourceURLFromFilename
 

Method Detail

getRequiredCreditInfo

java.lang.String getRequiredCreditInfo()

getURLFromFilename

java.net.URL getURLFromFilename(java.lang.String name)
                                throws java.net.MalformedURLException,
                                       java.io.IOException
Specified by:
getURLFromFilename in interface iPrologFileServices
Throws:
java.net.MalformedURLException
java.io.IOException

getInputStreamFromFilename

java.io.InputStream getInputStreamFromFilename(java.lang.String name)
                                               throws java.net.MalformedURLException,
                                                      java.io.IOException
Specified by:
getInputStreamFromFilename in interface iPrologFileServices
Throws:
java.net.MalformedURLException
java.io.IOException

getTextFromInputStream

java.lang.String getTextFromInputStream(java.io.InputStream in_strm)
                                        throws java.io.IOException
Specified by:
getTextFromInputStream in interface iPrologFileServices
Throws:
java.io.IOException

getParameter

java.lang.String getParameter(java.lang.String name)

getSource

java.lang.String getSource()
                           throws java.io.IOException
Throws:
java.io.IOException

convertStringLinebreaks

java.lang.String convertStringLinebreaks(java.lang.String param)

getImage

java.awt.Image getImage(java.lang.String name)

getPrologServices

jPrologServices getPrologServices()