Fixing scribble errors
svn: r12479
This commit is contained in:
parent
2cea4696f5
commit
1bb01c05cd
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
@title[#:tag "lang/web.ss"]{Stateless Web Interaction}
|
@title[#:tag "lang/web.ss"]{Stateless Web Interaction}
|
||||||
|
|
||||||
|
@section{Low Level}
|
||||||
|
|
||||||
@(require (for-label web-server/lang/abort-resume))
|
@(require (for-label web-server/lang/abort-resume))
|
||||||
@defmodule[web-server/lang/abort-resume]{
|
@defmodule[web-server/lang/abort-resume]{
|
||||||
|
|
||||||
|
@ -13,6 +15,8 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@section{High Level}
|
||||||
|
|
||||||
@(require (for-label web-server/lang/web))
|
@(require (for-label web-server/lang/web))
|
||||||
@defmodule[web-server/lang/web]{
|
@defmodule[web-server/lang/web]{
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
@(require "web-server.ss")
|
@(require "web-server.ss")
|
||||||
|
|
||||||
@title[#:tag "stateless-servlets"]{Stateless Servlets}
|
@title[#:tag "stateless-servlets"]{Stateless Servlets}
|
||||||
@defmodulelang[web-server]
|
|
||||||
|
|
||||||
@(require (for-label "dummy-stateless-servlet.ss")) @; to give a binding context
|
@(require (for-label "dummy-stateless-servlet.ss")) @; to give a binding context
|
||||||
@declare-exporting[#:use-sources (web-server/scribblings/dummy-stateless-servlet)]
|
@declare-exporting[#:use-sources (web-server/scribblings/dummy-stateless-servlet)]
|
||||||
|
@ -30,6 +29,8 @@ The @schememodname[web-server] language automatically provides the @schememodnam
|
||||||
@; ------------------------------------------------------------
|
@; ------------------------------------------------------------
|
||||||
@section[#:tag "considerations"]{Usage Considerations}
|
@section[#:tag "considerations"]{Usage Considerations}
|
||||||
|
|
||||||
|
@defmodulelang[web-server]
|
||||||
|
|
||||||
A servlet has the following process performed on it automatically:
|
A servlet has the following process performed on it automatically:
|
||||||
@itemize[
|
@itemize[
|
||||||
@item{All uses of @scheme[letrec] are removed and replaced with equivalent uses of
|
@item{All uses of @scheme[letrec] are removed and replaced with equivalent uses of
|
||||||
|
|
Loading…
Reference in New Issue
Block a user