B C F G I M P R S T U V

B

buyCurrentCar() - Method in class carstore.CarStore
 

C

CarBean - Class in carstore
This bean encapsulates a car model, including pricing and package choices.
CarBean() - Constructor for class carstore.CarBean
 
CarBean(String) - Constructor for class carstore.CarBean
 
CarCustomizer - Class in carstore
A helper class that customizes a CarBean for a set of options in a package.
CarCustomizer() - Constructor for class carstore.CarCustomizer
 
CarCustomizer(String) - Constructor for class carstore.CarCustomizer
 
carstore - package carstore
CarStore is a moderately complex demonstration of JavaServer Faces technology.
CarStore - Class in carstore
This is the main bean for the application.
CarStore() - Constructor for class carstore.CarStore
 
chooseLocaleFromLink(ActionEvent) - Method in class carstore.CarStore
 
chooseLocaleFromMap(ActionEvent) - Method in class carstore.CarStore
 
choosePackage(ActionEvent) - Method in class carstore.CarStore
 
choosePackage(String) - Method in class carstore.CarStore
 
CONVERSION_ERROR_MESSAGE_ID - Static variable in class carstore.CreditCardConverter
The message identifier of the Message to be created if the conversion fails.
CONVERTER_ERROR_MESSAGE_ID - Static variable in class carstore.CarBean
The message identifier of the Message to be created if the conversion fails.
createValidator() - Method in class carstore.FormatValidatorTag
 
CreditCardConverter - Class in carstore
CreditCardConverter Class accepts a Credit Card Number of type String and strips blanks and "-" if any from it.
CreditCardConverter() - Constructor for class carstore.CreditCardConverter
 
CustomerBean - Class in carstore
 
CustomerBean() - Constructor for class carstore.CustomerBean
 
customizeCar(CarBean) - Method in class carstore.CarCustomizer
 

F

FirstNameChanged - Class in carstore
 
FirstNameChanged() - Constructor for class carstore.FirstNameChanged
 
FORMAT_INVALID_MESSAGE_ID - Static variable in class carstore.FormatValidator
The message identifier of the Message to be created if the validation fails.
formatPatterns - Variable in class carstore.FormatValidatorTag
 
FormatValidator - Class in carstore
FormatValidator is a Validator that checks the validity of String representation of the value of the associated component against a list of specified patterns.
FormatValidator() - Constructor for class carstore.FormatValidator
 
FormatValidatorTag - Class in carstore
FormatValidatorTag is the tag handler class for FormatValidator tag, format_validator.
FormatValidatorTag() - Constructor for class carstore.FormatValidatorTag
 

G

getApplication() - Static method in class carstore.MessageFactory
 
getAsObject(FacesContext, UIComponent, String) - Method in class carstore.CreditCardConverter
Parses the credit card number and strips any whitespace or "-" characters from it.
getAsString(FacesContext, UIComponent, Object) - Method in class carstore.CreditCardConverter
Formats the value by inserting space after every four characters for better readability if they don't already exist.
getAttributes() - Method in class carstore.CarBean
 
getButtonStyle() - Method in class carstore.CarCustomizer
 
getCity() - Method in class carstore.CustomerBean
 
getComponents() - Method in class carstore.CarBean
 
getCurrentLoader(Object) - Static method in class carstore.MessageFactory
 
getCurrentModel() - Method in class carstore.CarStore
 
getCurrentPrice() - Method in class carstore.CarBean
 
getCurrentTitle() - Method in class carstore.CustomerBean
 
getCustomizers() - Method in class carstore.CarStore
 
getFirstName() - Method in class carstore.CustomerBean
 
getFormatPatterns() - Method in class carstore.FormatValidator
 
getFormatPatterns() - Method in class carstore.FormatValidatorTag
 
getLastName() - Method in class carstore.CustomerBean
 
getMailingAddress() - Method in class carstore.CustomerBean
 
getMessage(String, Object...) - Static method in class carstore.MessageFactory
This version of getMessage() is used by Sun's JSF implementation for localizing implementation specific messages
getMessage(Locale, String, Object...) - Static method in class carstore.MessageFactory
 
getMessage(FacesContext, String) - Static method in class carstore.MessageFactory
 
getMessage(FacesContext, String, Object...) - Static method in class carstore.MessageFactory
 
getMiddleInitial() - Method in class carstore.CustomerBean
 
getModels() - Method in class carstore.CarStore
 
getMonth() - Method in class carstore.CustomerBean
 
getPhaseId() - Method in class carstore.FirstNameChanged
 
getState() - Method in class carstore.CustomerBean
 
getTitleOptions() - Method in class carstore.CustomerBean
 
getYear() - Method in class carstore.CustomerBean
 
getZip() - Method in class carstore.CustomerBean
 

I

isFormatValid(String, String) - Method in class carstore.FormatValidator
Returns true if the value matches one of the valid patterns.
isTransient() - Method in class carstore.FormatValidator
 

M

MessageFactory - Class in carstore
supported filters: package and protection.

P

parseFormatPatterns() - Method in class carstore.FormatValidator
Parses the formatPatterns into validPatterns ArrayList.
parseStringIntoArrayList(String, Converter) - Method in class carstore.CarBean
Tokenizes the passed in String which is a comma separated string of option values that serve as keys into the main resources file.
processValueChange(ValueChangeEvent) - Method in class carstore.FirstNameChanged
 

R

restoreState(FacesContext, Object) - Method in class carstore.FormatValidator
 

S

saveState(FacesContext) - Method in class carstore.FormatValidator
 
setButtonStyle(String) - Method in class carstore.CarCustomizer
 
setCity(String) - Method in class carstore.CustomerBean
 
setCurrentTitle(String) - Method in class carstore.CustomerBean
 
setFirstName(String) - Method in class carstore.CustomerBean
 
setFormatPatterns(ValueExpression) - Method in class carstore.FormatValidator
Set the format patterns that the validator support..
setFormatPatterns(ValueExpression) - Method in class carstore.FormatValidatorTag
 
setLastName(String) - Method in class carstore.CustomerBean
 
setMailingAddress(String) - Method in class carstore.CustomerBean
 
setMiddleInitial(String) - Method in class carstore.CustomerBean
 
setMonth(String) - Method in class carstore.CustomerBean
 
setState(String) - Method in class carstore.CustomerBean
 
setTitleOptions(Collection<SelectItem>) - Method in class carstore.CustomerBean
 
setTransient(boolean) - Method in class carstore.FormatValidator
 
setYear(String) - Method in class carstore.CustomerBean
 
setZip(String) - Method in class carstore.CustomerBean
 
storeFrontJalopyPressed() - Method in class carstore.CarStore
 
storeFrontLuxuryPressed() - Method in class carstore.CarStore
 
storeFrontRoadsterPressed() - Method in class carstore.CarStore
 
storeFrontSUVPressed() - Method in class carstore.CarStore
 
substituteParams(Locale, String, Object...) - Static method in class carstore.MessageFactory
 

T

titleOptions - Variable in class carstore.CustomerBean
 

U

updatePricing() - Method in class carstore.CarBean
 

V

validate(FacesContext, UIComponent, Object) - Method in class carstore.FormatValidator
 

B C F G I M P R S T U V

Copyright ? 2004 Sun Microsystems, Inc. All Rights Reserved.