public class ExternalPageLayoutFacadeClient extends AbstractExternalPageLayoutFacadeClient
This class provides common methods that this and other utility classes to the ExternalPageLayout facade can use.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
copyright
|
CHANGE_VERB_ACTION_ADD, CHANGE_VERB_ACTION_CHANGE, CHANGE_VERB_ACTION_CREATE, CHANGE_VERB_ACTION_DELETE, CHANGE_VERB_ACTION_UPDATE
Constructor and Description |
---|
ExternalPageLayoutFacadeClient()
Creates an instance of the client to communicate with the PageLayout facade.
|
ExternalPageLayoutFacadeClient(BusinessContextType businessContext,
javax.security.auth.callback.CallbackHandler callbackHandler)
Creates an instance of the client to communicate with the ExternalPageLayout facade.
|
changeLayout, changePage, getLayout, getPage, getPageDesign, getWidgetDefinition, processLayout, processPage
getLayout, getLayout, getPage, getPage, getPageDesign, getPageDesign, getWidgetDefinition, getWidgetDefinition
createActionExpression, createChangeVerb, createGetVerb, createGetVerb, createProcessVerb, createSyncVerb
public static final java.lang.String COPYRIGHT
public ExternalPageLayoutFacadeClient()
public ExternalPageLayoutFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
businessContext
- The default business context to associate with the messages
when making requests.callbackHandler
- Used for authentication purposes so the controller can give
the authentication information to the transport when required.