set the default factory for this implementation. It is illegal for any principal other than the JSP Engine runtime to call this method. @param deflt The default factory implementation
(JspFactory deflt)
| 57 | */ |
| 58 | |
| 59 | public static void setDefaultFactory(JspFactory deflt) { |
| 60 | JspFactory.deflt = deflt; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Returns the default factory for this implementation. |
no outgoing calls