You just use the <%@ attribute name="myAttr" deferredValue="true" %> directive in the tag file and the JSP container does the rest.
您只需在标记文件中使用 <%@attributename="myAttr"deferredValue="true" %>指令,其余的由JSP容器处理。
The JSP container will see <%@ and will then look for a valid JSP directive name, such as "include" or "page."
JSP容器将识别 <%@,并将随后查找有效的 JSP指令名,如“include”或“page”。
It also demonstrates the use of the variable-resolver directive for DelegatingVariableResolver and an el expression to apply the ManageCustomer managed bean instance provided by the container.
还演示了将变量解析器指令用于DelegatingVariableResolver和el表达式,以使用容器提供的managecustomer托管bean。
Note: You can avoid this type of error, and have the directive processed if and only if the appropriate module is loaded, by using the <IfModule> directive container.
注意:您可以避免这种类型的错误,通过使用<IfModule >指令容器,获得指令处理并且有相应的模块加载,。
Note: You can avoid this type of error, and have the directive processed if and only if the appropriate module is loaded, by using the <IfModule> directive container.
注意:您可以避免这种类型的错误,通过使用<IfModule >指令容器,获得指令处理并且有相应的模块加载,。
应用推荐