|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--oracle.cabo.servlet.UIXServlet | +--oracle.cabo.servlet.BajaServlet
PageBrokerHandler
, Serialized FormConstructor Summary | |
BajaServlet()
Deprecated. Creates the servlet. |
Method Summary | |
protected BajaContext |
createBajaContext(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Deprecated. Creates the BajaContext. |
protected PageBrokerHandler |
createPageBrokerHandler(BajaContext context)
Deprecated. Creates the PageBrokerHandler that will be used to process the page. |
void |
destroy()
Deprecated. Called by the servlet container to indicate to a servlet that the servlet is being taken out of service. |
protected void |
doGet(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Deprecated. Receives an HTTP GET request from the protected service method and handles the request. |
void |
doPost(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Deprecated. Receives an HTTP POST request from the protected service method and handles the request. |
protected long |
getLastModified(javax.servlet.http.HttpServletRequest httpRequest)
Deprecated. Returns the time the HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT. |
PageBroker |
getPageBroker()
Deprecated. Returns the PageBroker attached to the servlet. |
void |
init(javax.servlet.ServletConfig config)
Deprecated. Called by the servlet container to indicate to a servlet that the servlet is being placed into service. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doOptions, doPut, doTrace, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BajaServlet()
Method Detail |
public PageBroker getPageBroker()
getPageBroker
in class UIXServlet
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
This implementation stores the ServletConfig
object it receives from the servlet container for alter use.
When overriding this form of the method, call
super.init(config)
.
init
in class UIXServlet
config
- the ServletConfig
object
that contains configutation information for this servletjavax.servlet.ServletException
- if an exception occurs that
interrupts the servlet's normal operationpublic void destroy()
destroy
in class UIXServlet
public void doPost(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) throws java.io.IOException, javax.servlet.ServletException
service
method and handles the request.
The HTTP POST method allows the client to send
data of unlimited length to the Web server once
and is useful when posting information such as
credit card numbers.doPost
in class UIXServlet
httpRequest
- an HttpServletRequest object that
contains the request the client has made
of the servlethttpResponse
- an HttpServletResponse object that
contains the response the servlet sends
to the objectjava.io.IOException
- if an input or output error is
detected when the servlet handles
the requestjavax.servlet.ServletException
- if the request for the POST
could not be handledprotected void doGet(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) throws java.io.IOException, javax.servlet.ServletException
service
method and handles the request.
The GET method allows a client to read information
from the Web server, passing a query string appended
to an URL to tell the server what information
to return.doGet
in class UIXServlet
httpRequest
- an HttpServletRequest object that
contains the request the client has made
of the servlethttpResponse
- an HttpServletResponse object that
contains the response the servlet sends
to the objectjava.io.IOException
- if an input or output error is
detected when the servlet handles the GET requestjavax.servlet.ServletException
- if the request for the GET
could not be handledprotected long getLastModified(javax.servlet.http.HttpServletRequest httpRequest)
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
If the time is unknown, this method returns a negative
number.
Servlet engines that support HTTP GET requests
should override getLastModified
to
provide an accurate object modification time. This
makes browser and proxy caches work more effectively,
reducing the load on server and network resources.
getLastModified
in class UIXServlet
httpRequest
- the HttpServletRequest
object that is sent to the servletlong
integer specifying
the time the HttpServletRequest
object was last modified, in milliseconds
since midnight, January 1, 1970 GMT, or
-1 if the time is not knownprotected BajaContext createBajaContext(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
createBajaContext
in class UIXServlet
BaseBajaContext
protected PageBrokerHandler createPageBrokerHandler(BajaContext context)
createPageBrokerHandler
in class UIXServlet
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |