java.lang.Object
JSPservletPkg.PageBoxAPI
- public class PageBoxAPI
- extends java.lang.Object
PageBox API implementation.
Copyright (c) 2000-2001
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- Version:
- 1, 0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loader
JSPloader loader
- Relevant JSPloader.
pathInfo
java.lang.String pathInfo
- Path to the current servlet.
PageBoxAPI
public PageBoxAPI(java.lang.ClassLoader cl,
javax.servlet.http.HttpServletRequest request)
- Constructor.
Uses the class loader to identify the archive and
the request to identify the servlet.
getID
public java.lang.String getID()
- Returns the unique identifier of the PageBox.
log
public void log(java.lang.String msg)
- Logs a message.