WebSite Class

Servlet used to serve up files and images for a website. HTML pages are assembled on-the-fly using an HTML template and content files. Keywords in the content files and template are substituted at runtime. Assembled files are cached by clients using last modified dates.

Constructors

WebSite( javaxt.io.Directory web, String servletPath )
WebSite( javaxt.io.Directory web )

Public Methods

getWebDirectory( ) returns javaxt.io.Directory
getFileManager( ) returns FileManager
setCompanyName( String companyName ) returns void
setCompanyName( String companyName, String companyAcronym ) returns void
setAuthor( String author ) returns void
processRequest( HttpServletRequest request, HttpServletResponse response ) returns void