ubc.cs.JLog.Applet
Interface iJLogApplBaseServices
- All Superinterfaces:
- iPrologFileServices
- All Known Implementing Classes:
- gJLogApplet, gJLogAppletBase, gJLogApplication, gJLogApplicationBase, gJLogBase, JLog
public interface iJLogApplBaseServices
- extends iPrologFileServices
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()