A JSP page ultimately becomes a java file (then a class). The spec dictates the java file must somehow implement JspPage. The JSP engine has the job to create a class which implements JspPage. But you may also choose to have your JSP page inherit from another class for some reason as long as the resulting class implements JspPage. (Or whatever the spec says, I don't have it open right now)

-Tim

Josh G wrote:

I know I can use the <[EMAIL PROTECTED] extends="" %> to set the base class of a jsp page, but is there a similar thing for interfaces?

I'm just rambling at the moment, trying to think up an easily implementable security scheme for our system.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to