|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.clients.homepage.WindchillHome
public class WindchillHome
WindchillHome contains those methods needed to dynamically generate the main Windchill page.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
static void |
getPage(HTTPRequest req,
HTTPResponse resp)
Construct the main Windchill page. |
static void |
getPageName(Properties prop,
Locale locale,
OutputStream os)
This method is invoked when dynamically generating the main Windchill page. |
static void |
insertHomeLocation(Properties prop,
Locale locale,
OutputStream os)
This method's function is to get and write out the URL of the Home page. |
static void |
insertLocalSearchLocation(Properties prop,
Locale locale,
OutputStream os)
This method is invoked dynamically when generating the main Windchill page. |
static void |
insertPageLocation(Properties prop,
Locale locale,
OutputStream os)
This method is invoked when dynamically generating the main Windchill page. |
static void |
insertSALocation(Properties prop,
Locale locale,
OutputStream os)
This method is invoked when dynamically generating the main Windchill page. |
static void |
insertWorkflowLocation(Properties prop,
Locale locale,
OutputStream os)
This method is invoked when dynamically generating the main Windchill page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void getPage(HTTPRequest req,
HTTPResponse resp)
throws WTException
req - The HTTPRequest.resp - The HTTPResponse object. This object holds the OutputStream to write to.
WTException - Thrown if an IO error occurs.
public static void insertHomeLocation(Properties prop,
Locale locale,
OutputStream os)
throws WTException
prop - Properties used by this method. This parameter is not checked as it is expected to be null.locale - The prefered Locale of the client. Since this method only writes out a URL, this parameter is not checked.os - The OutputStream to write the URL to.
WTException - Thrown if the URL cannot be obtained.
public static void insertSALocation(Properties prop,
Locale locale,
OutputStream os)
throws WTException
prop - Properties used by this method. This parameter is not checked as it is expected to be null.locale - The prefered Locale of the client. Since this method only writes out a URL, this parameter is not checked.os - The OutputStream to write the URL to.
WTException - Thrown if the URL cannot be obtained.
public static void insertWorkflowLocation(Properties prop,
Locale locale,
OutputStream os)
throws WTException
prop - Properties used by this method. This parameter is not checked as it is expected to be null.locale - The prefered Locale of the client. Since this method only writes out a URL, this parameter is not checked.os - The OutputStream to write the URL to.
WTException - Thrown if the URL cannot be obtained.
public static void insertLocalSearchLocation(Properties prop,
Locale locale,
OutputStream os)
throws WTException
prop - Properties used by this method.locale - The prefered Locale of the client. Since this method only
writes out a URL, this parameter is not checked.os - The OutputStream to write the URL to.
WTException - Thrown if the URL cannot be obtained.
public static void insertPageLocation(Properties prop,
Locale locale,
OutputStream os)
throws WTException
prop - Properties used by this method. This parameter contains the page to for which to make the URL.locale - The prefered Locale of the client. Since this method only writes out a URL, this parameter is not checked.os - The OutputStream to write the URL to.
WTException - Thrown if the server codebase property cannot be obtained.
public static void getPageName(Properties prop,
Locale locale,
OutputStream os)
throws WTException
prop - Properties used by this method. This parameter contains the name to append to the value of wt.server.id.locale - The prefered Locale of the client. Since this method only writes out a non-visible, this parameter is not checked.os - The OutputStream to write the page name to.
WTException - Thrown if the wt.server.id property cannot be obtained.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||