-
Administrator
JSP Tutorials
jsp request object in this jps tutorial let us learn about request object, the methods available in request object with syntax and explanation on each in detail - methods of request object: getcookies(), getheader(string name), getheadernames(), getattribute(string name), getattributenames(), getmethod(), getparameter(string name), getparameternames(), getparametervalues(string name), getquerystring(), getrequesturi(), getservletpath(), setattribute(string,object), removeattribute(string).
jsp implicit and session objects in this jps tutorial let us learn how to program using jsp. In this section we are going to see about jsp expressions and implicit objects of jsp in detail. jsp expressions, implicit objects, request, response, session, out, pagecontext, application, config, page, jsp session object, methods of session object, getattribute(string name), getattributenames, isnew().
jsp action tags in this section let us see about action tag which is another type of tag, forward action tag and usebean action tag used in java server pages with syntax, usage, example and explanation in detail.
jsp session object methods as a continuation of our previous section in this section let us see in detail with syntax, usage, example and explanation of some more of session object given below namely: getcreationtime - getlastaccessedtime, getid, invalidate(), getmaxinactiveinterval, setmaxinactiveinterval(), removeattribute(string name), setattribute(string, object)
jsp response object in our earlier section we saw about the list of implicit objects available in jsp and about each of the methods of request object in detail. Let us see in this section about response object, the methods available in response object with syntax and explanation on each in detail. - methods of response object, setcontenttype(), addcookie(cookie cookie), containsheader(string name), setheader(string name, string value), sendredirect(string), senderror(int status_code).
-
Administrator
Re: JSP Tutorials
jsp architecture jsp is a high ended technology that helps developers to insert java code in html pages by the usage of special jsp tags which we saw in our earlier section in detail. Let us see about the architecture of jsp in this section in brief.
jsp session object methods as a continuation of our previous section in this section let us see in detail with syntax, usage, example and explanation of some more of session object given below namely: getcreationtime, getlastaccessedtime, getid, invalidate(), getmaxinactiveinterval, setmaxinactiveinterval(), removeattribute(string name) and setattribute(string, object).
jsp application object methods in our earlier sections we saw about the list of implicit objects available in jsp and about each of the methods of request object, response object, session object, out object in detail. Let us see in this section about application object, the methods available in application object with syntax and explanation on each in detail.
jsp out object methods in our earlier sections we saw about the list of implicit objects available in jsp and about each of the methods of request object, response object and session object in detail. Let us see in this section about out object, the methods available in out object with syntax and explanation on each in detail.
-
Junior Member
Re: JSP Tutorials
How are JSP pages compiled manually?
-
Junior Member
Re: JSP Tutorials
can you tell me how to configure tomcat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules