GateIn WSRP Admin GUI 2.3.1.Final
A B C D E F G H I J L M N O P R S U V W 

A

activateConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
addRegistrationProperty() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
afterPhase(PhaseEvent) - Method in class org.gatein.wsrp.admin.ui.RedirectToErrorIfWSRPUnavailablePhaseListener
 

B

BeanContext - Class in org.gatein.wsrp.admin.ui
Provides a context that UI beans can query to retrieve information from the environment in which they run.
BeanContext() - Constructor for class org.gatein.wsrp.admin.ui.BeanContext
 
beanContext - Variable in class org.gatein.wsrp.admin.ui.WSRPManagedBean
The BeanContext associated with this bean
beforePhase(PhaseEvent) - Method in class org.gatein.wsrp.admin.ui.RedirectToErrorIfWSRPUnavailablePhaseListener
 

C

cancel() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Default action: returns to outcome specified by WSRPManagedBean.setCancelOutcome(String)
checkAndReturnValueIfValid(String, String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
checkAndReturnValueIfValid(String, String, WSRPManagedBean.PropertyValidator) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Asks the specified PropertyValidator to check the validity of the specified value, using the specified target for error messages
checkForDuplicates() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
checkForDuplicates() - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Determines whether this PropertyValidator checks for duplicated values.
checkForInvalidCharacters(String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
Checks whether the specified value contains '.' or '/'.
checkForInvalidCharacters(String) - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Performs a quick check that the specified value doesn't contain any invalid characters to be able to fail fast before performing a full regex validation.
checkObject(Object, Class<T>, String) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Checks whether the specified object is an instance of the specified expected class or throws an IllegalArgumentException with the specified error message.
compareTo(ConsumerBean.SelectablePortletHandle) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
configureConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
Displays the configuration for the currently selected consumer
confirmEraseRegistration() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
confirmPropDeletion(String) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
ConsumerBean - Class in org.gatein.wsrp.admin.ui
Handles consumer configuration details.
ConsumerBean() - Constructor for class org.gatein.wsrp.admin.ui.ConsumerBean
 
ConsumerBean.ExportInfoDisplay - Class in org.gatein.wsrp.admin.ui
 
ConsumerBean.ExportInfoDisplay(ExportInfo, Locale, ConsumerStructureProvider) - Constructor for class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
ConsumerBean.ExportInfoDisplay(ConsumerBean, long) - Constructor for class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
ConsumerBean.FailedPortletsDisplay - Class in org.gatein.wsrp.admin.ui
 
ConsumerBean.FailedPortletsDisplay(QName, List<String>) - Constructor for class org.gatein.wsrp.admin.ui.ConsumerBean.FailedPortletsDisplay
 
ConsumerBean.SelectablePortletHandle - Class in org.gatein.wsrp.admin.ui
 
ConsumerBean.SelectablePortletHandle(String, ConsumerStructureProvider, String) - Constructor for class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
ConsumerManagerBean - Class in org.gatein.wsrp.admin.ui
Manages consumers via a ConsumerRegistry instance.
ConsumerManagerBean() - Constructor for class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
createConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
createErrorMessage(String, Object...) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
createErrorMessageFrom(Exception) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
createErrorMessageFrom(String, Exception) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Creates a localized error message targeting the specified object in the context and using the specified error information.
createInfoMessage(String, String) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
createInfoMessage(String) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
createLocalizedMessage(String, String, Object, Object...) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Adds a localized message using the appropriate severity to the identified target in the context.
createMessage(String, String, Object, Object...) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Creates the specified message targeting the specified UI element with the specified severity (semantically left open) with the specified additional parameters.
createMessage(String, String, Object, Object...) - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
createTargetedErrorMessage(String, String, Object...) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 

D

deleteExport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
deleteRegistrationProperty() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
destroyConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
DUPLICATE - Static variable in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 

E

eraseLocalRegistration() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
exportPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
exportPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 

F

findBean(String, Class<T>) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Finds and retrieves the bean associated with the specified name if it is an instance of the specified type.
findBean(String, Class<T>) - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 

G

getAsObject(FacesContext, UIComponent, String) - Method in class org.gatein.wsrp.admin.ui.LocalizedStringConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.gatein.wsrp.admin.ui.StatusConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.gatein.wsrp.admin.ui.LocalizedStringConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.gatein.wsrp.admin.ui.StatusConverter
 
getAvailableRegistrationPolicies() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getAvailableValidators() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getCache() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getConfiguration() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getConfigurationService() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getConsumers() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
getCurrentExport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getDisplay() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
getDuplicateErrorMessage(String, String, String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Retrieves the localized error message to display when the specified value is a duplicate of an already existing one.
getErrorCode() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.FailedPortletsDisplay
 
getErrorKey() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
getErrorKey() - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Retrieves the key associated to the error message in the localization resource bundle.
getErrorSeverity() - Method in class org.gatein.wsrp.admin.ui.BeanContext
Lets subclasses specify the object denoting the error severity
getErrorSeverity() - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getExistingExports() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getExpectedRegistrationProperties() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getExpirationTime() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
getExport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
getExportedPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
getExportTime() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
getFailedPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
getFailedPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.FailedPortletsDisplay
 
getFromFlash(String, Class<T>) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
getFromFlash(String, Class<T>) - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getFromSession(String, Class<T>) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Retrieves the session object associated with the specified name and the expected type.
getHandle() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
getId() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getInfoSeverity() - Method in class org.gatein.wsrp.admin.ui.BeanContext
Lets subclasses specify the object denoting the information severity
getInfoSeverity() - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getLocale() - Method in class org.gatein.wsrp.admin.ui.BeanContext
Retrieves the current locale for the UI.
getLocale() - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getLocalizedMessage(String, Locale, Object...) - Static method in class org.gatein.wsrp.admin.ui.BeanContext
 
getLocalizedMessage(String, Locale, String, Object...) - Static method in class org.gatein.wsrp.admin.ui.BeanContext
 
getManager() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getMessageFromBundle(String, Object...) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
getNavigationCase(FacesContext, String, String) - Method in class org.gatein.wsrp.admin.ui.RedirectOnNoConsumerNavigationHandler
 
getNavigationCases() - Method in class org.gatein.wsrp.admin.ui.RedirectOnNoConsumerNavigationHandler
 
getObjectTypeName() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getObjectTypeName() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
getObjectTypeName() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getObjectTypeName() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Retrieves the name of the type of objects this bean deals with.
getPage() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
getPages() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
getParameter(String) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Retrieves the value of the parameter which name is given from the request.
getParameter(String) - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getParameter(String, FacesContext) - Static method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getPhaseId() - Method in class org.gatein.wsrp.admin.ui.RedirectToErrorIfWSRPUnavailablePhaseListener
 
getPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getProducerInfo() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getRegistrationPolicyClassName() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getRegistrationProperties() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getRegistrationProperties() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getRegistry() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getRegistry() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
getRequestLocale() - Static method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getResourceName() - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
getSelectedConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
getSelectedId() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
getSelectItemsFrom(List<String>) - Static method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
getServerAddress() - Method in class org.gatein.wsrp.admin.ui.BeanContext
Retrieves the IP address of the server on which the UI is running.
getServerAddress() - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getSessionMap() - Method in class org.gatein.wsrp.admin.ui.BeanContext
Retrieves the session map where "session" is a concept left up to implementations (for JSF, the session corresponds quite logically to the HTTP session)
getSessionMap() - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getSessionMap(FacesContext) - Static method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
getSupportedPropertyTypes() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getTimeout() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
getTypeOfValidatedValues() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
getTypeOfValidatedValues() - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Retrieves the name of the type of objects this PropertyValidator can validate.
getV1WSDL() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getV2WSDL() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getValidationErrorHandler(String, String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
getValidationErrorHandler(String, String) - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Retrieves the ParameterValidation.ValidationErrorHandler associated with this PropertyValidator.
getValidationPattern() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
getValidationPattern() - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Retrieves the regular expression this PropertyValidator uses to validate values.
getValidator() - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
getValidatorClassName() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
getVersion() - Method in class org.gatein.wsrp.admin.ui.WSRPVersionBean
 
getWindow() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
getWindows() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
getWsdl() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 

H

handleNavigation(FacesContext, String, String) - Method in class org.gatein.wsrp.admin.ui.RedirectOnNoConsumerNavigationHandler
 

I

importPortlets(long) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
importPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
init() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
internalValidationErrorHandling(String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.MessageValidationHandler
 
INVALID_NAME - Static variable in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
INVALID_PATH - Static variable in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
isActive() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isAlreadyExisting(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isAlreadyExisting(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
isAlreadyExisting(String) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
isAlreadyExisting(String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
isAlreadyExisting(String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Checks whether the specified value (understood as an identifier for entities this bean manages) is already known to this bean and therefore would consist of a duplicated value.
isAlreadyExisting(String) - Method in interface org.gatein.wsrp.admin.ui.WSRPManagedBean.PropertyValidator
Determines whether the specified property value already exists.
isAvailableExportInfosEmpty() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isConsumersEmpty() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
isDefaultRegistrationPolicy() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
isDisplayExpectedNeeded() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isExpectedRegistrationPropertiesExisting() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isExportsAvailable() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isHasFailedPortlets() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
isImportExportSupported() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isLocalInfoPresent() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isModified() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
Whether the configuration has been modified since it was last saved.
isOldAndNewDifferent(Object, Object) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Determines whether the specified old and new values are different after being normalized.
isPortletsAvailable() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isReadyForExport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isReadyForImport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.ExportInfoDisplay
 
isReadyForImport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
isRefreshNeeded() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistered() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistrationChecked() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistrationCheckNeeded() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistrationLocallyModified() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistrationPropertiesEmpty() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
isRegistrationPropertiesExisting() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistrationRequired() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isRegistrationRequired() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
isRegistrationRequiredForFullDescription() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
isRegistrationValid() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isSelected() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
isStrictMode() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
isWssAvailable() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
isWssEnabled() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 

J

JSFBeanContext - Class in org.gatein.wsrp.admin.ui
Provides a JSF-backed BeanContext implementation.
JSFBeanContext() - Constructor for class org.gatein.wsrp.admin.ui.JSFBeanContext
 

L

listConsumers() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
LocalizedStringConverter - Class in org.gatein.wsrp.admin.ui
Converts a LocalizedString into a JSF-displayable object and back.
LocalizedStringConverter() - Constructor for class org.gatein.wsrp.admin.ui.LocalizedStringConverter
 
log - Static variable in class org.gatein.wsrp.admin.ui.BeanContext
 
log - Variable in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 

M

modifyRegistration() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 

N

normalizeStringIfNeeded(Object) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
Normalizes String by considering empty String as null as JSF would give either and trim non-null Strings.

O

org.gatein.wsrp.admin.ui - package org.gatein.wsrp.admin.ui
 
outputLocalizedMessage(String, String, Object, String, Object...) - Static method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 
outputMessage(String, String, Object, Object...) - Static method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 

P

policyChangeListener(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
ProducerBean - Class in org.gatein.wsrp.admin.ui
 
ProducerBean() - Constructor for class org.gatein.wsrp.admin.ui.ProducerBean
 
putInFlash(String, Object) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Puts the given value in a flash scope that survives across a single request to be retrieved later via the specified name.
putInFlash(String, Object) - Method in class org.gatein.wsrp.admin.ui.JSFBeanContext
 

R

RedirectOnNoConsumerNavigationHandler - Class in org.gatein.wsrp.admin.ui
Handles JSF navigation making sure that we always have a valid state to display, in particular, re-displays the consumers list if we're asking to display a consumer's configuration without a proper consumer to be found.
RedirectOnNoConsumerNavigationHandler(NavigationHandler) - Constructor for class org.gatein.wsrp.admin.ui.RedirectOnNoConsumerNavigationHandler
 
RedirectToErrorIfWSRPUnavailablePhaseListener - Class in org.gatein.wsrp.admin.ui
Displays the error page if the WSRP service is not available.
RedirectToErrorIfWSRPUnavailablePhaseListener() - Constructor for class org.gatein.wsrp.admin.ui.RedirectToErrorIfWSRPUnavailablePhaseListener
 
refreshConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
refreshConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
registerConsumer() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
reload() - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
Reloads consumers from persistent storage.
reloadConfiguration() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
removeFromSession(String, String...) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Removes the object identified by the specified name(s) from the session.
replaceInSession(String, T) - Method in class org.gatein.wsrp.admin.ui.BeanContext
Replaces the session object identified by the given name by the specified new one.
requireRegistrationForFullDescListener(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
requireRegistrationListener(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 

S

save() - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
select(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
SELECTABLE_TO_HANDLE - Static variable in class org.gatein.wsrp.admin.ui.ConsumerBean
 
selectConsumer(ActionEvent) - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
selectCurrentPage(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
selectCurrentWindow(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
selectExport(ActionEvent) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
selectExport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setBeanContext(BeanContext) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
setCache(Integer) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setCancelOutcome(String) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
setConfigurationService(ProducerConfigurationService) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
setConsumer(WSRPConsumer) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setId(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setManager(ConsumerManagerBean) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setPage(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
setRegistrationPolicyClassName(String) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
setRegistrationRequired(boolean) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
setRegistrationRequiredForFullDescription(boolean) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
setRegistry(ConsumerRegistry) - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
setResourceName(String) - Method in class org.gatein.wsrp.admin.ui.BeanContext
 
setSelected(boolean) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
setSelectedId(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerManagerBean
 
setStrictMode(boolean) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
setTimeout(Integer) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setValidator(WSRPManagedBean.PropertyValidator) - Method in class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
setValidatorClassName(String) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
setWindow(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean.SelectablePortletHandle
 
setWsdl(String) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
setWssEnabled(boolean) - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 
STATUS - Static variable in class org.gatein.wsrp.admin.ui.BeanContext
 
StatusConverter - Class in org.gatein.wsrp.admin.ui
Convert the status key to a localized message.
StatusConverter() - Constructor for class org.gatein.wsrp.admin.ui.StatusConverter
 
strictModeListener(ValueChangeEvent) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 

U

update() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 

V

validate(FacesContext, UIComponent, Object) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
validateLabelOrHint(FacesContext, UIComponent, Object) - Method in class org.gatein.wsrp.admin.ui.ProducerBean
 
viewExport() - Method in class org.gatein.wsrp.admin.ui.ConsumerBean
 

W

WSRPManagedBean - Class in org.gatein.wsrp.admin.ui
Provides base behavior for WSRP admin UI beans.
WSRPManagedBean() - Constructor for class org.gatein.wsrp.admin.ui.WSRPManagedBean
 
WSRPManagedBean.DefaultPropertyValidator - Class in org.gatein.wsrp.admin.ui
 
WSRPManagedBean.DefaultPropertyValidator() - Constructor for class org.gatein.wsrp.admin.ui.WSRPManagedBean.DefaultPropertyValidator
 
WSRPManagedBean.MessageValidationHandler - Class in org.gatein.wsrp.admin.ui
 
WSRPManagedBean.MessageValidationHandler(String, String, String, String) - Constructor for class org.gatein.wsrp.admin.ui.WSRPManagedBean.MessageValidationHandler
 
WSRPManagedBean.MessageValidationHandler(String, String, String, String, String) - Constructor for class org.gatein.wsrp.admin.ui.WSRPManagedBean.MessageValidationHandler
 
WSRPManagedBean.PropertyValidator - Interface in org.gatein.wsrp.admin.ui
Provides an API to validate input properties.
WSRPVersionBean - Class in org.gatein.wsrp.admin.ui
Allows the display of the current version of the WSRP component.
WSRPVersionBean() - Constructor for class org.gatein.wsrp.admin.ui.WSRPVersionBean
 
A B C D E F G H I J L M N O P R S U V W 
GateIn WSRP Admin GUI 2.3.1.Final

Copyright © 2006-2014 GateIn. All Rights Reserved.