All Packages Class Hierarchy This Package Previous Next Index
Class com.sdi.wap.demo.site.DemoSite
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----com.sdi.wap.SiteImpl
|
+----com.sdi.wap.demo.site.DemoSite
- public class DemoSite
- extends SiteImpl
- implements Site
Define static names for each page in the system.
-
Account
- Dynamic (servlet based) pages
-
accountParameterName
- The name of a reserved session attribute the the site's Login
State sets with an instance of the currently logged in Account.
-
contextName
- This site's context/zone name
-
dateFmt
-
-
defaultPage
-
-
documentRoot
- This site's document root directory
-
EditAddress
-
-
Home
- Static (web server based) pages
-
instance
-
-
Login
-
-
loginPage
-
-
Logout
-
-
moneyFmt
-
-
monthFmt
-
-
Refuse
-
-
refusePage
-
-
Register
-
-
RegisteredRole
- Roles
-
servletName
- The name of this servlet
-
timeFmt
-
-
DemoSite()
-
-
getBaseDirectory()
- Get the base directory of the html server.
-
getContextName()
- Get the context name
-
getDefaultPage()
- Get the default Page, the page that should be displayed if the servlet
receives an invalid request with no do= parameter.
-
getLoginPage()
- Get the login page; the page that guides the user through the login process.
-
getRefusePage()
- Get the refuse Page, the page that should be displayed if the user
requests a resource for which permission should be denied.
-
getServletName()
- Get the servlet name
-
htmlLeft(View)
-
-
htmlPage(View, String)
- Emit the argument string to the browser enclosed in htmlPageOpen()
and htmlPageClose() output.
-
htmlPageClose(View)
- Return this site's convention for closing a web page
typically "