Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-dev] api for getting the WebContent folder name

Hi, 

Take a look at the NewJSPFileWizardPage.getWebContentPath() method. This
is in plugin org.eclipse.jst.jsp.ui, package
org.eclipse.jst.jsp.ui.internal.wizard. 
You should not use this method directly (if possible at all), but just
get the idea how the webContent folder is retrieved. 

Greetings
Kaloyan

-----Original Message-----
From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx]
On Behalf Of TG.
Sent: Wednesday, July 26, 2006 12:55 PM
To: wtp-dev@xxxxxxxxxxx
Subject: [wtp-dev] api for getting the WebContent folder name

Hi,

      What is the standard way to get the name of Content Directory
(the WebContent folder) of a Dynamic Web Project ?

 - TG.

-- 
www.googlipse.com
An Eclipse plugin for Google Web Toolkit (GWT)
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top