JSPservletPkg
Class PageBoxAPI
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
- Author:
- Alexis Grandemange
Field Summary |
(package private) JSPloader |
loader
Relevant JSPloader. |
(package private) java.lang.String |
pathInfo
Path to the current servlet. |
Constructor Summary |
PageBoxAPI(java.lang.ClassLoader cl,
JSPservletPkg.HttpServletRequest request)
Constructor. |
Method Summary |
java.lang.String |
getID()
Returns the unique identifier of the PageBox. |
void |
log(java.lang.String msg)
Logs a message. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
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,
JSPservletPkg.HttpServletRequest request)
- Constructor.
Uses the class loader to identify the archive and
the request to identify the servlet.
- Parameters:
cl
- ClassLoader.request
- HTTP request.
getID
public java.lang.String getID()
- Returns the unique identifier of the PageBox.
log
public void log(java.lang.String msg)
- Logs a message.
- Parameters:
msg
- message to log.