jsp
– JSP processing instructions¶
A module that allows you to embed JSP content as processing instructions.
-
class
ll.xist.ns.jsp.
directive
[source]¶ Bases:
ll.xist.xsc.Element
-
publish
(publisher)[source]¶ Generate unicode strings for the node.
publisher
must be an instance ofll.xist.xsc.Publisher
.The encoding and xhtml specification are taken from the
publisher
.
-
-
class
ll.xist.ns.jsp.
scriptlet
[source]¶ Bases:
ll.xist.xsc.ProcInst
Will be published as
<% content %>
.-
publish
(publisher)[source]¶ Generate unicode strings for the node.
publisher
must be an instance ofll.xist.xsc.Publisher
.The encoding and xhtml specification are taken from the
publisher
.
-
-
class
ll.xist.ns.jsp.
expression
[source]¶ Bases:
ll.xist.xsc.ProcInst
Will be published as
<%= content %>
.-
publish
(publisher)[source]¶ Generate unicode strings for the node.
publisher
must be an instance ofll.xist.xsc.Publisher
.The encoding and xhtml specification are taken from the
publisher
.
-
-
class
ll.xist.ns.jsp.
declaration
[source]¶ Bases:
ll.xist.xsc.ProcInst
Will be published as
<%! content %>
.-
publish
(publisher)[source]¶ Generate unicode strings for the node.
publisher
must be an instance ofll.xist.xsc.Publisher
.The encoding and xhtml specification are taken from the
publisher
.
-
-
class
ll.xist.ns.jsp.
If
[source]¶ Bases:
ll.xist.ns.jsp.scriptlet
-
class
ll.xist.ns.jsp.
Else
[source]¶ Bases:
ll.xist.ns.jsp.scriptlet
-
class
ll.xist.ns.jsp.
ElIf
[source]¶ Bases:
ll.xist.ns.jsp.scriptlet
-
class
ll.xist.ns.jsp.
End
[source]¶ Bases:
ll.xist.ns.jsp.scriptlet
-
class
ll.xist.ns.jsp.
block
[source]¶ Bases:
ll.xist.xsc.Element
This element embeds its content in
{}
brackets. Note that the content itself will not be turned into a scriptlet automatically but will be used as-is.
-
class
ll.xist.ns.jsp.
directive_include
[source]¶ Bases:
ll.xist.ns.jsp.directive
-
class
Attrs
[source]¶ Bases:
ll.xist.xsc.Attrs
-
class
file
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
-
class
-
class
ll.xist.ns.jsp.
directive_taglib
[source]¶ Bases:
ll.xist.ns.jsp.directive
-
class
Attrs
[source]¶ Bases:
ll.xist.xsc.Attrs
-
class
uri
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
prefix
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
-
class
-
class
ll.xist.ns.jsp.
directive_page
[source]¶ Bases:
ll.xist.ns.jsp.directive
-
class
Attrs
[source]¶ Bases:
ll.xist.xsc.Attrs
-
class
language
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
extends
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
import_
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
session
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
buffer
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
autoFlush
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
isThreadSafe
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
info
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
errorPage
[source]¶ Bases:
ll.xist.xsc.URLAttr
-
class
contentType
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
isErrorPage
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
pageEncoding
[source]¶ Bases:
ll.xist.xsc.TextAttr
-
class
-
publish
(publisher)[source]¶ Generate unicode strings for the node.
publisher
must be an instance ofll.xist.xsc.Publisher
.The encoding and xhtml specification are taken from the
publisher
.
-
class
-
ll.xist.ns.jsp.
fromul4
(template, variables='variables', indent=0)[source]¶ Return the UL4 template
template
as JSP source code.variables
is the variable name of the map object containing the top level variables.indent
is the initial indentation of the source code.The code produced requires the UL4 Java package.