A B C D E F G I J L M N O P Q R S T U V W X Z

A

AbstractFacesConfigTestCase - Class in org.jboss.jsfunit.analysis
 
AbstractFacesConfigTestCase(Set<String>) - Constructor for class org.jboss.jsfunit.analysis.AbstractFacesConfigTestCase
 
AbstractFacesConfigTestCase(String) - Constructor for class org.jboss.jsfunit.analysis.AbstractFacesConfigTestCase
 
AbstractTldTestCase - Class in org.jboss.jsfunit.analysis
 
AbstractTldTestCase(Set<String>) - Constructor for class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
AbstractTldTestCase(String) - Constructor for class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
AbstractViewTestCase - Class in org.jboss.jsfunit.analysis
 
AbstractViewTestCase(Set<String>, Set<String>, Set<String>) - Constructor for class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
AbstractViewTestCase(Set<String>, Set<String>, String) - Constructor for class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
AbstractViewTestCase(Set<String>, String, String) - Constructor for class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
AbstractViewTestCase(String, String, String) - Constructor for class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
addClasses(FileSet) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Sets the fileset that should be added to the WEB-INF/classes directory of the created archive
addCookie(String, String) - Method in class org.jboss.jsfunit.framework.WebClientSpec
Add a cookie that will be sent with every request.
addCookiesToHeader() - Method in class org.jboss.jsfunit.framework.WebClientSpec
 
addExtraA4JParams(PostMethodWebRequest, Map) - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
addExtraUserParams(PostMethodWebRequest, Map<String, String>) - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
addFilter(WebXml) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
addJSFUnitFilter(JSFUnitWarTask.JSFUnitFilter) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Adds a JSFFilter.
addLib(FileSet) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Sets the fileset that should be added to the WEB-INF/lib directory of the created archive
addListener(RequestListener) - Method in class org.jboss.jsfunit.framework.JSFUnitWebConnection
Add a RequestListener to be notified whenever an HTTP request is made to the server.
addMessage(String, FacesMessage) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
addTestRunner(JSFUnitWarTask.JSFUnitTestRunnerFilter) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
 
afterPhase(PhaseEvent) - Method in class org.jboss.jsfunit.framework.JSFTimerPhaseListener
 
afterRequest(WebResponse) - Method in interface org.jboss.jsfunit.framework.RequestListener
This is called after the request is over.
afterRequest(WebResponse) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
 
Ajax4jsfClient - Class in org.jboss.jsfunit.richfaces
This class creates Ajax4jsf HTTP requests for Ajax4jsf components.
Ajax4jsfClient(JSFClientSession) - Constructor for class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
ajaxResponse - Variable in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
ajaxSubmit(String) - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
Do the AJAX submit logic associated with this component.
ajaxSubmit(String, Map<String, String>) - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
Do the AJAX submit logic associated with this component.
ALT_RESPONSE - Static variable in class org.jboss.jsfunit.framework.JSFUnitFilter
 
archive(File, File) - Static method in class org.jboss.jsfunit.ant.Utils
Imploded an already exploded archive

B

BasicAuthenticationStrategy - Class in org.jboss.jsfunit.framework
Performs JEE container-managed BASIC authentication using only a user name and password.
BasicAuthenticationStrategy(String, String) - Constructor for class org.jboss.jsfunit.framework.BasicAuthenticationStrategy
Create a new BasicAuthenticationStrategy.
beforePhase(PhaseEvent) - Method in class org.jboss.jsfunit.framework.JSFTimerPhaseListener
 
beforeRequest(WebRequestSettings) - Method in interface org.jboss.jsfunit.framework.RequestListener
This is called before HtmlUnit makes a request to the server.
beforeRequest(WebRequestSettings) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
 
buildRequest(String) - Method in class org.jboss.jsfunit.facade.WebRequestFactory
Return a PostMethodWebRequest built from the component's parent form.
buildRequest(String, String) - Method in class org.jboss.jsfunit.facade.WebRequestFactory
Return a PostMethodWebRequest built from the component's parent form.
buildRequest(WebForm) - Method in class org.jboss.jsfunit.facade.WebRequestFactory
Return a PostMethodWebRequest built from a WebForm object.

C

check(String, String, Class, ClientIDs) - Static method in exception org.jboss.jsfunit.facade.ComponentTypeException
Check to see if the componentID references a JSF component of the given type.
ClassUtils - Class in org.jboss.jsfunit.analysis.util
 
ClassUtils() - Constructor for class org.jboss.jsfunit.analysis.util.ClassUtils
 
clearSession(HttpSession) - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
 
click(String) - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Click a JSF component.
clickCommandLink(String) - Method in class org.jboss.jsfunit.facade.JSFClientSession
Finds the named command link and uses the link to submit its form.
clickDataTableScroller(String, int) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Click a value on a DataTableScroller.
clickDataTableScroller(String, int) - Method in class org.jboss.jsfunit.richfaces.RichFacesClient
Click a value on a DataTableScroller.
clickDataTableScroller(String, ScrollerControl) - Method in class org.jboss.jsfunit.richfaces.RichFacesClient
Click an arrow (control) on a DataTableScroller.
clickLink(String) - Method in class org.jboss.jsfunit.facade.JSFClientSession
Finds the named link and clicks it.
clickPanelMenuItem(String) - Method in class org.jboss.jsfunit.richfaces.RichFacesClient
Click a rich:panelMenuItem inside a rich:panelMenu.
clickSubmitComponent(HtmlPage) - Method in class org.jboss.jsfunit.framework.FormAuthenticationStrategy
 
clickTab(String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Click a tab on a TabPanel.
clickTab(String, String) - Method in class org.jboss.jsfunit.richfaces.RichFacesClient
Click a tab on a TabPanel.
client - Variable in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
ClientIDs - Class in org.jboss.jsfunit.facade
This immutable helper class gathers all the client IDs from the current component tree.
ClientIDs - Class in org.jboss.jsfunit.jsfsession
This immutable helper class gathers all the client IDs from the current component tree.
ComponentIDNotFoundException - Exception in org.jboss.jsfunit.facade
Exception indicates that a component ID could not be found on the current page (client side) or component tree (server side).
ComponentIDNotFoundException(String) - Constructor for exception org.jboss.jsfunit.facade.ComponentIDNotFoundException
 
ComponentIDNotFoundException - Exception in org.jboss.jsfunit.jsfsession
Exception indicates that a component ID could not be found on the current page (client side) or component tree (server side).
ComponentIDNotFoundException(String) - Constructor for exception org.jboss.jsfunit.jsfsession.ComponentIDNotFoundException
 
ComponentTypeException - Exception in org.jboss.jsfunit.facade
This class provides an exception for methods that expect a componentID to map to a particular JSF component type.
configByPath - Variable in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
convertToDomLevel2(Document) - Static method in class org.jboss.jsfunit.facade.DOMUtil
Converts a DOM level 1 document into a DOM level 2 document.
copy(File, File) - Static method in class org.jboss.jsfunit.ant.Utils
Copy a file or directory from one location to another

D

DebugUtil - Class in org.jboss.jsfunit.framework
For now, this just contains a couple of simple utility methods to dump the client IDs in the component tree.
destroy() - Method in class org.jboss.jsfunit.framework.JSFUnitFilter
 
dispatch(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
dispatch(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Unsupported method.
doAjaxRequest(PostMethodWebRequest, Map) - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
docToHTMLString(Document) - Static method in class org.jboss.jsfunit.facade.DOMUtil
Convert a Document to a String and then strip its XML declaration and replace it with an HTML declaration.
docToString(Document) - Static method in class org.jboss.jsfunit.facade.DOMUtil
Convert a Document to a String.
documentsByPath - Variable in class org.jboss.jsfunit.analysis.AbstractFacesConfigTestCase
 
documentsByPath - Variable in class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.jsfunit.framework.JSFUnitFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.jsfunit.framework.JSFUnitServletRedirector
 
doInitialRequest(WebClientSpec) - Method in class org.jboss.jsfunit.framework.BasicAuthenticationStrategy
Perform the initial request and provide Basic authentication credentials when challenged.
doInitialRequest(WebClientSpec) - Method in class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Perform the initial request and provide FORM authentication credentials when challenged.
doInitialRequest(WebClientSpec) - Method in interface org.jboss.jsfunit.framework.InitialRequestStrategy
Do the initial request.
doInitialRequest(WebClientSpec) - Method in class org.jboss.jsfunit.framework.SimpleInitialRequestStrategy
Do the initial request.
doInitialRequest() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Perform the initial request to the server.
DOMUtil - Class in org.jboss.jsfunit.facade
This class contains various methods for searching and manipulating a DOM.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.jsfunit.framework.JSFUnitServletRedirector
 
doWebRequest(WebRequest) - Method in class org.jboss.jsfunit.facade.JSFClientSession
The method submits the WebRequest to the server using the WebConversation of this JSFClientSession instance.
dragAndDrop(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Drag a component with rich:dragSupport to a component with rich:dropSupport.
dragAndDrop(String, String) - Method in class org.jboss.jsfunit.richfaces.RichFacesClient
Drag a component with rich:dragSupport to a component with rich:dropSupport.
dumpAllIDs() - Method in class org.jboss.jsfunit.jsfsession.ClientIDs
 
dumpComponentTree(FacesContext) - Static method in class org.jboss.jsfunit.framework.DebugUtil
Dump the component tree to standard out starting with the view root.
dumpComponentTree(UIComponent, FacesContext, String) - Static method in class org.jboss.jsfunit.framework.DebugUtil
Dump the component tree to standard out starting with the given component.
DuplicateClientIDException - Exception in org.jboss.jsfunit.facade
Exception indicates that a reference was made to a JSF component with a client ID suffix that matched more than one component on a page (client side) or in a component tree (server side).
DuplicateClientIDException(String, List<String>) - Constructor for exception org.jboss.jsfunit.facade.DuplicateClientIDException
Create a new DuplicateClientIDException.
DuplicateClientIDException - Exception in org.jboss.jsfunit.jsfsession
Exception indicates that a reference was made to a JSF component with a client ID suffix that matched more than one component on a page (client side) or in a component tree (server side).
DuplicateClientIDException(String, List<String>) - Constructor for exception org.jboss.jsfunit.jsfsession.DuplicateClientIDException
Create a new DuplicateClientIDException.
DuplicateClientIDException(List, String) - Constructor for exception org.jboss.jsfunit.jsfsession.DuplicateClientIDException
Create a new DuplicateClientIDException.

E

encodeActionURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeActionURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Return the url unchanged.
encodeNamespace(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeNamespace(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
encodeResourceURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeResourceURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Return the url unchanged.
Environment - Class in org.jboss.jsfunit.framework
Contains methods to determine the test environment.
execute() - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
 
explode(File, Set<String>, String) - Static method in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
explodeArchive(ZipFile, File) - Static method in class org.jboss.jsfunit.ant.Utils
Creates an exploded war from a war archive

F

FaceletsErrorPageException - Exception in org.jboss.jsfunit.facade
This exception is thrown if the JSFClientSession encounters a Facelets error page.
FacesContextBridge - Class in org.jboss.jsfunit.framework
This class pulls the FacesContext from the previous request and associates it with the JSFUnit thread.
filterClass - Variable in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
findClientID(String) - Method in class org.jboss.jsfunit.facade.ClientIDs
Given a client ID or client ID suffix, find the fully-qualified client ID.
findClientID(String) - Method in class org.jboss.jsfunit.jsfsession.ClientIDs
Given a client ID or client ID suffix, find the fully-qualified client ID.
findComponent(String) - Method in class org.jboss.jsfunit.facade.ClientIDs
Given a client ID suffix, find the matching UIComponent.
findComponent(String) - Method in class org.jboss.jsfunit.facade.JSFServerSession
Find a component in the JSF component tree.
findComponent(String) - Method in class org.jboss.jsfunit.jsfsession.ClientIDs
Given a client ID suffix, find the matching UIComponent.
findComponent(String) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Find a component in the JSF component tree.
findElementWithAttribValue(String, String, Element) - Static method in class org.jboss.jsfunit.facade.DOMUtil
Search the Element and its children for the first element that has the attribute name/value pair.
findElementWithID(String, Document) - Static method in class org.jboss.jsfunit.facade.DOMUtil
Search the DOM for the first element that has an id attribute equal to the given value.
FormAuthenticationStrategy - Class in org.jboss.jsfunit.framework
Performs FORM authentication for JEE container-managed security.
FormAuthenticationStrategy(String, String) - Constructor for class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Create a new FormAuthenticationStrategy.
FormNotFoundException - Exception in org.jboss.jsfunit.facade
Exception indicates that a form could not be found containing a given component.
FormNotFoundException(String) - Constructor for exception org.jboss.jsfunit.facade.FormNotFoundException
 

G

getActionListeners() - Method in class org.jboss.jsfunit.analysis.ViewParser
 
getActions() - Method in class org.jboss.jsfunit.analysis.ViewParser
 
getAjaxResponse() - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
This method returns the last Ajax response.
getApplication() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getApplicationMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getApplicationMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: The write-through capabilities of this Map are disabled for JSFUnit tests.
getArchiveName(ZipFile) - Static method in class org.jboss.jsfunit.ant.Utils
The getName() method for a ZipFile returns the full file path and not the name of the actual file.
getAsString(InputStream, String) - Method in class org.jboss.jsfunit.analysis.util.ResourceUtils
 
getAttribute(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getAttribute(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getAttributeNames() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getAttributeNames() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getAuthType() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getAuthType() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getAuthType() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getBrowserVersion() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Get the BrowserVersion to be used by the WebClient.
getCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getClientIDs() - Method in class org.jboss.jsfunit.facade.JSFClientSession
Get the ClientIDs helper class which provides useful information and lookups for the components in the server-side component tree.
getClientIDs() - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
 
getClientIdsWithMessages() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getComponentValue(String) - Method in class org.jboss.jsfunit.facade.JSFServerSession
Find a component in the JSF component tree and return its value.
getComponentValue(String) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Find a component in the JSF component tree and return its value.
getConstraintsList(Class[]) - Method in class org.jboss.jsfunit.analysis.util.ClassUtils
 
getContentLength() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getContentPage() - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Get the latest content page returned from the server.
getContentType() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getContentType() - Method in class org.jboss.jsfunit.richfaces.Ajax4jsfClient
 
getContext() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getContext() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getContextPath() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getCookies() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getCookies() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Get an unmodifiable Map of all the cookies to be sent with each request.
getCreationTime() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getCurrentInstance() - Static method in class org.jboss.jsfunit.framework.FacesContextBridge
Get the FacesContext from the previous request.
getCurrentViewID() - Method in class org.jboss.jsfunit.facade.JSFServerSession
Return the current view ID from the component tree.
getCurrentViewID() - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Return the current view ID from the component tree.
getDateHeader(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getDocument(String) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
 
getDocumentBuilder() - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
 
getELContext() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getElement(HtmlPage, String) - Method in class org.jboss.jsfunit.framework.FormAuthenticationStrategy
 
getElement(String) - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Get a DOM Element on the current page that has the given JSF componentID.
getExternalContext() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContextFactory
 
getFacesContext() - Method in class org.jboss.jsfunit.facade.JSFServerSession
Get the FacesContext object used in the last request.
getFacesContext() - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Get the FacesContext object used in the last request.
getFacesMessages() - Method in class org.jboss.jsfunit.facade.JSFServerSession
Return all the FacesMessages generated with the last JSF request.
getFacesMessages(String) - Method in class org.jboss.jsfunit.facade.JSFServerSession
Return all the FacesMessages generated for a component in the last JSF request.
getFacesMessages() - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Return all the FacesMessages generated with the last JSF request.
getFacesMessages(String) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Return all the FacesMessages generated for a component in the last JSF request.
getForm(String) - Method in class org.jboss.jsfunit.facade.JSFClientSession
Package-private method to get the WebForm that contains the given component.
getHeader(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getHeaderNames() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getHeaders(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getId() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getInitialPage() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Return the initialPage passed into the constructor.
getInitParameter(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getInitParameter(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getInitParameterMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getInitParameterMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getInputStream(String) - Method in interface org.jboss.jsfunit.analysis.StreamProvider
 
getInputStream() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getIntHeader(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getJSFClientSession() - Method in class org.jboss.jsfunit.jsfsession.JSFSession
Get the JSFClientSession instance used to access client-side JSF artifacts send requests to the server.
getJSFMajorVersion() - Static method in class org.jboss.jsfunit.framework.Environment
Until JSF 2.0 is released, this will always return 1.
getJSFMinorVersion() - Static method in class org.jboss.jsfunit.framework.Environment
Returns the JSF minor version.
getJSFServerSession() - Method in class org.jboss.jsfunit.jsfsession.JSFSession
Get the JSFServerSession instance used to access server-side JSF artifacts.
getLastAccessedTime() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getLocalAddr() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getLocale() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getLocales() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getLocalName() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getLocalPort() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getManagedBeanValue(String) - Method in class org.jboss.jsfunit.facade.JSFServerSession
Evaluate an EL ValueExpression and return the value.
getManagedBeanValue(String) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Evaluate an EL ValueExpression and return the value.
getMaximumSeverity() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getMaxInactiveInterval() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getMessages(String) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getMessages() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getMethod() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getPageAsText() - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Get the content page as a text String.
getParameter(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getParameterMap() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getParameterNames() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getParameterValues(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getPathInfo() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getPathTranslated() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getPhaseId() - Method in class org.jboss.jsfunit.framework.JSFTimerPhaseListener
 
getPhaseTime(PhaseId) - Method in class org.jboss.jsfunit.framework.JSFTimer
Returns the amount of time spent during a JSF phase.
getProtocol() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getProxyHost() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Get the Proxy Host used by the WebClient.
getProxyPort() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Get the Proxy Port used by the WebClient.
getQueryString() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getReader() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRealPath(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRemoteAddr() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRemoteHost() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRemotePort() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRemoteUser() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRemoteUser() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRemoteUser() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRenderKit() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getRenderResponse() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getRequest() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequest() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: This method could yield unexpected results.
getRequestCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestContentType() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestContextPath() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestContextPath() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestCookieMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestCookieMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestDispatcher(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRequestedSessionId() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRequestHeaderMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestHeaderMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestHeaderValuesMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestHeaderValuesMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestLocale() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestLocale() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestLocales() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestLocales() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestParameterMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestParameterMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestParameterNames() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestParameterNames() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestParameterValuesMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestParameterValuesMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestPathInfo() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestPathInfo() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestServletPath() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestServletPath() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestURI() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRequestURL() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getResource(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResource(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getResourceAsStream(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResourceAsStream(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getResourcePaths(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResourcePaths(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getResponse() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponse() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: This method could yield unexpected results.
getResponse(WebRequestSettings) - Method in class org.jboss.jsfunit.framework.JSFUnitWebConnection
Called by HtmlUnit whenever a request is made to the server.
getResponseCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseComplete() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getResponseContentType() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseStream() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getResponseWriter() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getScheme() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getServerName() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getServerPort() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getServletContext() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getServletPath() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getSession(boolean) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
Return a JSFUnitHttpSession.
getSession(boolean) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getSession() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getSession(boolean) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getSessionContext() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 
getSessionFromThreadLocal() - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
 
getSessionMap() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getSessionMap() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: The write-through capabilities of this Map are disabled for JSFUnit tests.
getState() - Method in class org.jboss.jsfunit.framework.JSFUnitWebConnection
Return the HttpState.
getTimer() - Static method in class org.jboss.jsfunit.framework.JSFTimer
Get a reference to the JSFTimer.
getTotalTime() - Method in class org.jboss.jsfunit.framework.JSFTimer
Returns the total time spent in the JSF lifecycle.
getUpdatedDOM() - Method in class org.jboss.jsfunit.facade.JSFClientSession
Get the current state of the DOM including any changes made through the setParameter() method.
getUserPrincipal() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getUserPrincipal() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getUserPrincipal() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getValue(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 
getValueNames() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 
getViewRoot() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getWARURL() - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
Get the base URL for this web app.
getWebClient() - Method in class org.jboss.jsfunit.framework.JSFUnitWebConnection
Return the WebClient
getWebClient() - Method in class org.jboss.jsfunit.framework.WebClientSpec
Get the WebClient instances used for the JSFSession.
getWebClient() - Method in class org.jboss.jsfunit.jsfsession.JSFSession
Get the WebClient instance used to control client side requests.
getWebConversation() - Method in class org.jboss.jsfunit.facade.JSFClientSession
Get the HttpUnit WebConversation used by this instance.
getWebResponse() - Method in class org.jboss.jsfunit.facade.JSFClientSession
Get the HttpUnit WebResponse object from the latest request.
getXml(String, StreamProvider) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
 

I

init(FilterConfig) - Method in class org.jboss.jsfunit.framework.JSFUnitFilter
 
InitialRequestStrategy - Interface in org.jboss.jsfunit.framework
Implementations of this interface allow for different ways to make the initial request that starts a JSF session.
invalidate() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Instead of invalidating the session, clear all attributes except those used by JSFUnit.
isAncestor(String, String) - Method in class org.jboss.jsfunit.facade.ClientIDs
Determines if a component with a given clientID has an ancestor with a given ancestorClientID.
isAncestor(String, String) - Method in class org.jboss.jsfunit.jsfsession.ClientIDs
Determines if a component with a given clientID has an ancestor with a given ancestorClientID.
isAssignableFrom(Class[], Class) - Method in class org.jboss.jsfunit.analysis.util.ClassUtils
 
isFaceletsErrorPage(JSFClientSession) - Static method in exception org.jboss.jsfunit.facade.FaceletsErrorPageException
Static utility method to determine if the current page is a Facelets error page.
isJSFUnitWebConversation(WebConversation) - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
Determine if the WebConversation was created with this factory.
isNew() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
isRequestedSessionIdFromCookie() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isSecure() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isUserInRole(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
isUserInRole(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: This method could yield unexpected results.
isUserInRole(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
Warning: This method could yield unexpected results.

J

JavascriptTimeoutException - Exception in org.jboss.jsfunit.jsfsession
This exception indicates that there was a timeout waiting for a background thread to complete.
JSF_UNIT_CONVERSATION_FLAG - Static variable in class org.jboss.jsfunit.framework.WebConversationFactory
 
JSFAJAX - Class in org.jboss.jsfunit.richfaces
This class contains static methods similar to those in the RichFaces JSFAJAX javascript library.
JSFClientSession - Class in org.jboss.jsfunit.facade
The JSFClientSession provides a simplified API that wraps HttpUnit.
JSFClientSession(String) - Constructor for class org.jboss.jsfunit.facade.JSFClientSession
Creates a new client interface for testing the JSF application.
JSFClientSession(WebConversation, String) - Constructor for class org.jboss.jsfunit.facade.JSFClientSession
Creates a new client interface for testing a JSF application using a customized WebConversation.
JSFClientSession - Class in org.jboss.jsfunit.jsfsession
 
JSFClientSessionPackagePrivateTest - Class in org.jboss.jsfunit.facade
This class tests the package-private methods of the JSFClientSession.
JSFClientSessionPackagePrivateTest() - Constructor for class org.jboss.jsfunit.facade.JSFClientSessionPackagePrivateTest
 
JSFServerSession - Class in org.jboss.jsfunit.facade
The JSFServerSession provides a simplified API that wraps parts of the JSF API for things that you would commonly do in testing.
JSFServerSession(JSFClientSession) - Constructor for class org.jboss.jsfunit.facade.JSFServerSession
Create a new JSFServerSession.
JSFServerSession - Class in org.jboss.jsfunit.jsfsession
The JSFServerSession provides a simplified API that wraps parts of the JSF API for things that you would commonly do in testing.
JSFSession - Class in org.jboss.jsfunit.jsfsession
This class starts and manages the JSF Session on both the client and server side.
JSFSession(String) - Constructor for class org.jboss.jsfunit.jsfsession.JSFSession
Creates a new session for testing the JSF application.
JSFSession(WebClientSpec) - Constructor for class org.jboss.jsfunit.jsfsession.JSFSession
Creates a new session for testing the JSF application.
JSFTimer - Class in org.jboss.jsfunit.framework
The JSFTimer collects performance data during a JSF request.
JSFTimerPhaseListener - Class in org.jboss.jsfunit.framework
This PhaseListener provides time stamps for each phase of the JSF lifecycle.
JSFTimerPhaseListener() - Constructor for class org.jboss.jsfunit.framework.JSFTimerPhaseListener
 
JSFUnitDelegatingExternalContext - Class in org.jboss.jsfunit.context
This ExternalContext will delegate everything to the real ExternalContext except for the getSession() method.
JSFUnitEntityResolver - Class in org.jboss.jsfunit.analysis
 
JSFUnitEntityResolver() - Constructor for class org.jboss.jsfunit.analysis.JSFUnitEntityResolver
 
JSFUnitExternalContext - Class in org.jboss.jsfunit.context
The JSFUnitExternalContext is created at the end of the JSF lifecycle.
JSFUnitExternalContext(ExternalContext) - Constructor for class org.jboss.jsfunit.context.JSFUnitExternalContext
 
JSFUnitFacesContext - Class in org.jboss.jsfunit.context
This class is a wrapper for the "real" FacesContext.
JSFUnitFacesContext(FacesContext) - Constructor for class org.jboss.jsfunit.context.JSFUnitFacesContext
 
JSFUnitFacesContextFactory - Class in org.jboss.jsfunit.context
When a JSFUnit request is active, this FacesContextFactory will provide a wrapper for the "real" FacesContext.
JSFUnitFacesContextFactory(FacesContextFactory) - Constructor for class org.jboss.jsfunit.context.JSFUnitFacesContextFactory
 
JSFUnitFilter - Class in org.jboss.jsfunit.framework
The JSFUnitFilter is used to set up JSFUnit tests during a client invocation of JUnit.
JSFUnitFilter() - Constructor for class org.jboss.jsfunit.framework.JSFUnitFilter
 
JSFUnitHttpServletRequest - Class in org.jboss.jsfunit.context
This class takes the same approach as the JSFUnitExternalContext in that it caches everything possible from the HttpServletRequest so that it will be available to the JSFUnit test.
JSFUnitHttpServletRequest(JSFUnitExternalContext, HttpServletRequest) - Constructor for class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
JSFUnitHttpSession - Class in org.jboss.jsfunit.context
This HttpSession delegates everything to the real HttpSession except for the invalidate method.
JSFUnitServletRedirector - Class in org.jboss.jsfunit.framework
The JSFUnitServletRedirector does JSFUnit cleanup at the end of each redirector request.
JSFUnitServletRedirector() - Constructor for class org.jboss.jsfunit.framework.JSFUnitServletRedirector
 
JSFUnitWarTask - Class in org.jboss.jsfunit.ant
 
JSFUnitWarTask() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask
 
JSFUnitWarTask.Filter - Class in org.jboss.jsfunit.ant
 
JSFUnitWarTask.Filter() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
JSFUnitWarTask.JSFUnitFilter - Class in org.jboss.jsfunit.ant
 
JSFUnitWarTask.JSFUnitFilter() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask.JSFUnitFilter
 
JSFUnitWarTask.JSFUnitTestRunnerFilter - Class in org.jboss.jsfunit.ant
 
JSFUnitWarTask.JSFUnitTestRunnerFilter() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask.JSFUnitTestRunnerFilter
 
JSFUnitWebConnection - Class in org.jboss.jsfunit.framework
The JSFUnitWebConnection wraps the HtmlUnit WebConnection.
JSFUnitWebConnection(WebConnection) - Constructor for class org.jboss.jsfunit.framework.JSFUnitWebConnection
Create a new JSFUnitWebConnection

L

loadClass(String, String) - Method in class org.jboss.jsfunit.analysis.util.ClassUtils
 
loadClass(String) - Static method in class org.jboss.jsfunit.framework.Environment
Load a class using the context class loader.
log(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
log(String, Throwable) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
log(String, Throwable) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
log(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 

M