PAJES 2.3.9

org.pajes.html
Class InputDateStyleSheet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.pajes.servlet.PajeServlet
              extended byorg.pajes.servlet.StaticPajeServlet
                  extended byorg.pajes.html.InputDateStyleSheet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class InputDateStyleSheet
extends StaticPajeServlet

This class returns the default style sheet for the InputDate pop-up calendar.

See Also:
Serialized Form

Constructor Summary
InputDateStyleSheet()
          Creates a new style sheet for the InputDate pop-up calendar.
 
Method Summary
protected  byte[] getContent(javax.servlet.http.HttpServletRequest request)
          Retrieves a requested style sheet to display the calendar.
 
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

InputDateStyleSheet

public InputDateStyleSheet()
Creates a new style sheet for the InputDate pop-up calendar.

Method Detail

getContent

protected byte[] getContent(javax.servlet.http.HttpServletRequest request)
                     throws java.io.IOException
Retrieves a requested style sheet to display the calendar.

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 2.3.9

Copyright © 2002-2003 Viridian Pty Limited. All Rights Reserved.