| Author |
ServletActionContext.getServletContext().getContextPath()
|
Meenatchi Sundar
Greenhorn
Joined: Jan 31, 2011
Posts: 12
|
|
Hi,
im new to servlets,jsp and struts framework.my Doubt is that in our project they are using the line ServletActionContext.getServletContext().getContextPath().What does it mean?Can anyone clear my doubts?
|
 |
lokesh pattajoshi
Ranch Hand
Joined: Jul 29, 2009
Posts: 130
|
|
Hi,
ServletActionContext.getServletContext() returns ServletContext object so using the return object getContextPath() method has been called which will return the context path of your application.
Regards,
Lokesh
|
 |
 |
|
|
subject: ServletActionContext.getServletContext().getContextPath()
|
|
|