jsp – JSP processing instructions
A module that allows you to embed JSP content as processing instructions.
- class ll.xist.ns.jsp.scriptlet[source]
Bases:
ll.xist.xsc.ProcInstWill be published as
<% content %>.
- class ll.xist.ns.jsp.expression[source]
Bases:
ll.xist.xsc.ProcInstWill be published as
<%= content %>.
- class ll.xist.ns.jsp.declaration[source]
Bases:
ll.xist.xsc.ProcInstWill be published as
<%! content %>.
- class ll.xist.ns.jsp.block[source]
Bases:
ll.xist.xsc.ElementThis 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.
- ll.xist.ns.jsp.fromul4(template, variables='variables', indent=0)[source]
Return the UL4 template
templateas JSP source code.variablesis the variable name of the map object containing the top level variables.indentis the initial indentation of the source code.The code produced requires the UL4 Java package.