PAJES 3.0.21

org.pajes.html
Class InputDateStyleSheet

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.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 3.0.21

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