PAJES 3.0.21

org.pajes.html.tree
Class TreeStyleSheet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pajes.servlet.PajeServlet
              extended by org.pajes.servlet.StaticPajeServlet
                  extended by org.pajes.html.tree.TreeStyleSheet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TreeStyleSheet
extends StaticPajeServlet

Handles the return of the default style sheet used to format the tree.

See Also:
Serialized Form

Constructor Summary
TreeStyleSheet()
          Creates a new TreeScript.
 
Method Summary
protected  byte[] getContent(javax.servlet.http.HttpServletRequest request)
          Retrieves the default style sheet used to format the tree.
 
Methods inherited from class org.pajes.servlet.StaticPajeServlet
doGet, getContentType, getExpirationDate, getFilename, getLastModified, setHeaders
 
Methods inherited from class org.pajes.servlet.PajeServlet
createPaje, createPaje, createPaje, doPost, getAbsoluteHREF, getBaseHREF, getMaxFileUploadSize, getPajeFactory, getResource, getUploadedFile, getUploadedFileNames, handleException, init, log, log, service, setInputFieldsFromRequestAttributes, setInputFieldsFromRequestParameters, setMaxFileUploadSize, setPajeFactory
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeStyleSheet

public TreeStyleSheet()
Creates a new TreeScript.

Method Detail

getContent

protected byte[] getContent(javax.servlet.http.HttpServletRequest request)
                     throws java.io.IOException
Retrieves the default style sheet used to format the tree.

Specified by:
getContent in class StaticPajeServlet
Parameters:
request - the request object.
Returns:
the byte array of the content this servlet will return.
Throws:
java.io.IOException - if an I/O error occurs.

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.