|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.http.DefaultHtmlPageWriter
| Constructor Summary | |
DefaultHtmlPageWriter()
|
|
| Method Summary | |
static java.lang.String |
writeApplicationDisabledPage(boolean errorOnDisabledCheck)
Writes the default application disabled page to a String a returns it. |
static java.lang.String |
writeApplicationDisabledPage(java.lang.String appDisabledMessage,
boolean errorOnDisabledCheck)
Writes the default application disabled page to a String a returns it. |
static java.lang.String |
writeInitializationErrorPage()
Writes the application initialization error page to a String a returns it. |
static java.lang.String |
writeUserAgreementPage(java.lang.String agreementId,
java.lang.String agreementText,
java.lang.String path,
java.lang.String params)
Writes the user agreement form page to a String a returns it. |
static java.lang.String |
writeUserAgreementPage(User user,
java.lang.String agreementId,
java.lang.String agreementText,
java.lang.String path,
java.lang.String params)
Deprecated. |
static java.lang.String |
writeUserOrganizationPage(User user,
java.lang.String byOrgParam,
java.lang.String path,
java.lang.String params)
Deprecated. |
static java.lang.String |
writeUserOrganizationPage(WebADEUserPermissions user,
java.lang.String byOrgParam,
java.lang.String path,
java.lang.String params,
Organization defaultOrg)
Writes the user default organization form page to a String a returns it. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultHtmlPageWriter()
| Method Detail |
public static final java.lang.String writeInitializationErrorPage()
public static final java.lang.String writeApplicationDisabledPage(boolean errorOnDisabledCheck)
errorOnDisabledCheck - A flag indicating whether an error occured while checking the
application's disabled flag.
public static final java.lang.String writeApplicationDisabledPage(java.lang.String appDisabledMessage,
boolean errorOnDisabledCheck)
appDisabledMessage - The message to display to the user if the application has been disabled.errorOnDisabledCheck - A flag indicating whether an error occured while checking the
application's disabled flag.
public static final java.lang.String writeUserOrganizationPage(User user,
java.lang.String byOrgParam,
java.lang.String path,
java.lang.String params)
throws java.io.UnsupportedEncodingException
user - The user to select an organization for.byOrgParam - The org param that indicates what set of organizations to
allow the user to select from.path - The path of the interrupted request.params - The request params of the interrupted request.
java.io.UnsupportedEncodingException
public static final java.lang.String writeUserOrganizationPage(WebADEUserPermissions user,
java.lang.String byOrgParam,
java.lang.String path,
java.lang.String params,
Organization defaultOrg)
throws java.io.UnsupportedEncodingException
user - The user to select an organization for.byOrgParam - The org param that indicates what set of organizations to
allow the user to select from.path - The path of the interrupted request.params - The request params of the interrupted request.defaultOrg - The user's default organization in the WebADE datastore, or
null if none is set.
java.io.UnsupportedEncodingException
public static final java.lang.String writeUserAgreementPage(User user,
java.lang.String agreementId,
java.lang.String agreementText,
java.lang.String path,
java.lang.String params)
user - The user to select an organization for.agreementId - The target agreement id.agreementText - The target agreement text.path - The path of the interrupted request.params - The request params of the interrupted request.
public static final java.lang.String writeUserAgreementPage(java.lang.String agreementId,
java.lang.String agreementText,
java.lang.String path,
java.lang.String params)
agreementId - The target agreement id.agreementText - The target agreement text.path - The path of the interrupted request.params - The request params of the interrupted request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||