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

A

AbstractInterfaceTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF element that needs to extend a certain class.
AbstractInterfaceTestCase(String, String, String) - Constructor for class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
Create a new AbstractClassExtensionTestCase.
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
 
accept(File, String) - Method in class org.jboss.jsfunit.analysis.util.FileUtils.FileExtensionFilter
 
accept(File) - Method in class org.jboss.jsfunit.analysis.util.FileUtils.FolderFilter
 
ActionListenerTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF action listener.
ActionListenerTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.ActionListenerTestCase
Create a new ActionListenerTestCase.
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
 
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
 
addResponseCookie(String, String, Map<String, Object>) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
addResponseCookie(String, String, Map<String, Object>) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
addResponseHeader(String, String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
addResponseHeader(String, String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
addTestRunner(JSFUnitWarTask.JSFUnitTestRunnerFilter) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Add the ServletTestRunner filter to web.xml.
afterPhase(PhaseEvent) - Method in class org.jboss.jsfunit.framework.JSFTimerPhaseListener
 
afterRequest(WebResponse) - Method in class org.jboss.jsfunit.framework.FaceletsErrorPageDetector
 
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.HtmlUnitSnooper
 
afterRequest(WebResponse) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
 
afterRequest(WebResponse) - Method in class org.jboss.jsfunit.seam.SeamRequestListener
 
AllJSFUnitTests - Class in org.jboss.jsfunit.init
This class is a test suite that contains all the JSFUnit tests found in the WAR.
AllJSFUnitTests() - Constructor for class org.jboss.jsfunit.init.AllJSFUnitTests
 
APP_SCOPE_KEY - Static variable in class org.jboss.jsfunit.init.JSFUnitSCI
Key used by xhtml markup to access all tests from application scope.
ApplicationFactoryTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF application factory.
ApplicationFactoryTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.ApplicationFactoryTestCase
Create a new ApplicationFactoryTestCase.
ApplicationTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF application config node.
ApplicationTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.ApplicationTestSuite
Create a new ApplicationTestSuite.
archive(File, File) - Static method in class org.jboss.jsfunit.ant.Utils
Imploded an already exploded archive
authenticate(HttpServletResponse) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
This method not supported.

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(WebRequest) - Method in class org.jboss.jsfunit.framework.FaceletsErrorPageDetector
 
beforeRequest(WebRequest) - Method in interface org.jboss.jsfunit.framework.RequestListener
This is called before HtmlUnit makes a request to the server.
beforeRequest(WebRequest) - Method in class org.jboss.jsfunit.jsfsession.HtmlUnitSnooper
 
beforeRequest(WebRequest) - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
 
beforeRequest(WebRequest) - Method in class org.jboss.jsfunit.seam.SeamRequestListener
 

C

classClass - Variable in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
class of the classClass
className - Variable in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
name of the className
ClassUtils - Class in org.jboss.jsfunit.analysis.util
 
ClassUtils() - Constructor for class org.jboss.jsfunit.analysis.util.ClassUtils
 
cleanUpOldFacesContext() - Static method in class org.jboss.jsfunit.context.JSFUnitFacesContext
This static method will attempt to clean up any FacesContext that is associated with the current thread.
clear() - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
clearSession(HttpSession) - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
Clear the HttpSession for use by the WebClientSpec and JSFSession.
click(String) - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Click a JSF component.
clickInputNumberSpinnerDown(String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Click the down arrow on an InputNumberSpinner.
clickInputNumberSpinnerUp(String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Click the up arrow on an InputNumberSpinner.
clickSubmitComponent(HtmlPage) - Method in class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Click the component needed to submit the form.
clickTab(String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Click a tab on a TabPanel.
clickTreeNodeHandle(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Click this handle icon for a node in a RichTree in order to toggle the open/closed state.
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.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
Create a new instance of ComponentIDNotFoundException.
componentNode - Variable in class org.jboss.jsfunit.analysis.ComponentTestCase
the DOM-node from the config file
ComponentTestCase - Class in org.jboss.jsfunit.analysis
A ComponentTestCase.
ComponentTestCase(String, Node, String) - Constructor for class org.jboss.jsfunit.analysis.ComponentTestCase
Create a new ConverterTestCase.
configByPath - Variable in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
configFilePath - Variable in class org.jboss.jsfunit.analysis.ComponentTestCase
the pat of the config file for error reporting
configFilePath - Variable in class org.jboss.jsfunit.analysis.ConverterTestCase
the pat of the config file for error reporting
configFilePath - Variable in class org.jboss.jsfunit.analysis.LifecycleTestCase
path to the config file
configFilePath - Variable in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
path to the config file
configFilePath - Variable in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
path to the config file
configFilePath - Variable in class org.jboss.jsfunit.analysis.NavigationCaseTestCase
path to the config file
configFilePath - Variable in class org.jboss.jsfunit.analysis.NavigationRuleTestCase
path to the config file
configFilePath - Variable in class org.jboss.jsfunit.analysis.RendererTestCase
the pat of the config file for error reporting
configFilePath - Variable in class org.jboss.jsfunit.analysis.RenderKitTestCase
path to the config file
configFilePath - Variable in class org.jboss.jsfunit.analysis.ValidatorTestCase
the pat of the config file for error reporting
configFilePathList - Variable in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
List of all passed config Files
ConfigFilesTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for the config files of a JSF-application.
ConfigFilesTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.ConfigFilesTestSuite
Create a new ConfigFilesTestSuite.
ConfigFileTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF application config file.
ConfigFileTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.ConfigFileTestSuite
Create a new ConfigFileTestSuite.
ConfigUtils - Class in org.jboss.jsfunit.analysis.util
Collect methods that deal with JSF configuration.
ConfigUtils() - Constructor for class org.jboss.jsfunit.analysis.util.ConfigUtils
 
ConfigUtils.ConfigItemType - Enum in org.jboss.jsfunit.analysis.util
Enumeration to specify the type of a configuration item.
containsKey(Object) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
containsValue(Object) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
ConversationScope - Class in org.jboss.jsfunit.seam
This class manages Seam conversation scope objects that are cached in the HttpSession.
ConversationScopeVariableResolver - Class in org.jboss.jsfunit.seam
VariableResolver for Seam conversation scope objects that JSFUnit stashes in the HttpSession.
ConversationScopeVariableResolver(VariableResolver) - Constructor for class org.jboss.jsfunit.seam.ConversationScopeVariableResolver
Create a new instance of ConversationScopeVariableResolver.
converterNode - Variable in class org.jboss.jsfunit.analysis.ConverterTestCase
the DOM-node from the config file
ConverterTestCase - Class in org.jboss.jsfunit.analysis
A ConverterTestCase.
ConverterTestCase(String, Node, String) - Constructor for class org.jboss.jsfunit.analysis.ConverterTestCase
Create a new ConverterTestCase.
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.
defaultRenderkitId - Variable in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Id of the defaultRenderkit
DefaultRenderkitTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF default renderkit configuration.
DefaultRenderkitTestCase(String, List<String>) - Constructor for class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Create a new ActionListenerTestCase.
DefaultRenderkitTestCase(String, List<String>, ConfigUtils) - Constructor for class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Create a new ActionListenerTestCase.
DefaultStreamProvider - Class in org.jboss.jsfunit.analysis
 
DefaultStreamProvider() - Constructor for class org.jboss.jsfunit.analysis.DefaultStreamProvider
 
deploy(VFSDeploymentUnit, JBossWebMetaData) - Method in class org.jboss.jsfunit.microdeployer.JSFUnitDeployer
 
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.
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
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.jsfunit.microdeployer.XSLFacadeServlet
 
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.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.jsfunit.framework.JSFUnitServletRedirector
 
dragAndDrop(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Drag a component with rich:dragSupport to a component with rich:dropSupport.
dumpAllIDs() - Method in class org.jboss.jsfunit.jsfsession.ClientIDs
Debugging method that dumps all Client IDs to standard out.
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.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

ELBundle - Class in org.jboss.jsfunit.analysis.el
An EL-expression bundled with information about its physical location.
ELBundle(String, File, String, int) - Constructor for class org.jboss.jsfunit.analysis.el.ELBundle
 
ELExpressionIterator - Class in org.jboss.jsfunit.analysis.el
 
ELExpressionIterator(File, Collection<Pattern>) - Constructor for class org.jboss.jsfunit.analysis.el.ELExpressionIterator
 
ELIterFactory - Class in org.jboss.jsfunit.analysis.el
 
ELIterFactory() - Constructor for class org.jboss.jsfunit.analysis.el.ELIterFactory
 
ElResolverTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF EL resolver.
ElResolverTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.ElResolverTestCase
Create a new ElResolverTestCase.
ELTestCase - Class in org.jboss.jsfunit.analysis.el
 
ELTestCase(ELBundle, Map<String, Class<?>>) - Constructor for class org.jboss.jsfunit.analysis.el.ELTestCase
 
ELTestSuiteBuilder - Class in org.jboss.jsfunit.analysis.el
 
ELTestSuiteBuilder() - Constructor for class org.jboss.jsfunit.analysis.el.ELTestSuiteBuilder
 
EMPTY_ITER - Static variable in class org.jboss.jsfunit.analysis.el.ELIterFactory
 
enabled() - Static method in class org.jboss.jsfunit.jsfsession.HtmlUnitSnooper
Check to see if HtmlUnit snooping is enabled.
encodeActionURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeActionURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Return the url unchanged.
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
encodeNamespace(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeNamespace(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
encodePartialActionURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodePartialActionURL(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
encodeRedirectURL(String, Map<String, List<String>>) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
encodeRedirectURL(String, Map<String, List<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.
entrySet() - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
Environment - Class in org.jboss.jsfunit.framework
Contains methods to determine the test environment.
execute() - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Execute the ant task.
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
extractExtension(String) - Static method in class org.jboss.jsfunit.analysis.util.FileUtils
Extract the file-extension
extractRenderkitIdsDefined(Document, String) - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Extract a list of renderkits defined in the config file.

F

FaceletsErrorPageDetector - Class in org.jboss.jsfunit.framework
This class checks every response to see if it was the Facelets Error page.
FaceletsErrorPageDetector() - Constructor for class org.jboss.jsfunit.framework.FaceletsErrorPageDetector
 
FaceletsErrorPageException - Exception in org.jboss.jsfunit.framework
This exception is thrown if the JSFSession 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.
FacesContextFactoryTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF facesContext factory.
FacesContextFactoryTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.FacesContextFactoryTestCase
Create a new FacesContextFactoryTestCase.
FactoryTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF factory config node.
FactoryTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.FactoryTestSuite
Create a new FactoryTestSuite.
FileUtils - Class in org.jboss.jsfunit.analysis.util
Utility class for file handling.
FileUtils() - Constructor for class org.jboss.jsfunit.analysis.util.FileUtils
 
FileUtils.FileExtensionFilter - Class in org.jboss.jsfunit.analysis.util
A FilenameFilter implementation that accepts all files that have an extension from a list passed into this filter.
FileUtils.FileExtensionFilter() - Constructor for class org.jboss.jsfunit.analysis.util.FileUtils.FileExtensionFilter
 
FileUtils.FileExtensionFilter(List<String>) - Constructor for class org.jboss.jsfunit.analysis.util.FileUtils.FileExtensionFilter
 
FileUtils.FolderFilter - Class in org.jboss.jsfunit.analysis.util
A FileFilter that accepts all folders.
FileUtils.FolderFilter() - Constructor for class org.jboss.jsfunit.analysis.util.FileUtils.FolderFilter
 
filterClass - Variable in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
Filters - Class in org.jboss.jsfunit.analysis.el
Convenience class for some common filters.
Filters() - Constructor for class org.jboss.jsfunit.analysis.el.Filters
 
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.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.
findFiles(String, List<String>) - Static method in class org.jboss.jsfunit.analysis.util.FileUtils
Find all files in the passed in directory.
findFiles(File, List<String>) - Static method in class org.jboss.jsfunit.analysis.util.FileUtils
Find all files in the passed in directory.
findFilesRecursive(String, List<String>) - Static method in class org.jboss.jsfunit.analysis.util.FileUtils
Find all files in the passed in directory and all sub-directories.
findFilesRecursive(File, List<String>) - Static method in class org.jboss.jsfunit.analysis.util.FileUtils
Find all files in the passed in directory and all sub-directories.
FormAuthenticationStrategy - Class in org.jboss.jsfunit.framework
Performs FORM authentication for JEE container-managed security.
FormAuthenticationStrategy(String, String, String) - Constructor for class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Create a new FormAuthenticationStrategy for JEE container-managed security.
FormAuthenticationStrategy(String, String, String, String, String) - Constructor for class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Create a new FormAuthenticationStrategy for non-JEE logins.

G

get(Object) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
getActionListeners() - Method in class org.jboss.jsfunit.analysis.ViewParser
 
getActions() - Method in class org.jboss.jsfunit.analysis.ViewParser
 
getAllowedExtensions() - Method in class org.jboss.jsfunit.analysis.util.FileUtils.FileExtensionFilter
 
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
 
getAsyncContext() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getAttr() - Method in class org.jboss.jsfunit.analysis.el.ELBundle
 
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
 
getAttributes() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
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
 
getBeanMap(List<File>) - Static method in class org.jboss.jsfunit.analysis.el.ELTestSuiteBuilder
 
getBeanMap(File) - Static method in class org.jboss.jsfunit.analysis.el.ELTestSuiteBuilder
 
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
 
getClassPathResourcesAsStreams(String) - Static method in class org.jboss.jsfunit.analysis.util.ResourceUtils
Search resources within the classpath that match the given name, create input streams from the found resources and return them as a list.
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
Return the class to be extended, this munst be implemented by the specific TestCase.
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ActionListenerTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ApplicationFactoryTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ComponentTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ConverterTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ElResolverTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.FacesContextFactoryTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.LifecycleFactoryTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.NavigationHandlerTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.PhaseListenerTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.PropertyResolverTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.RendererTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.RenderKitFactoryTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.RenderKitTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.StateManagerTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ValidatorTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.VariableResolverTestCase
 
getClassToExtend() - Method in class org.jboss.jsfunit.analysis.ViewHandlerTestCase
 
getClientIDs() - Method in class org.jboss.jsfunit.jsfsession.JSFServerSession
Get the immutable ClientIDs object.
getClientIdsWithMessages() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getCommonPropertyType(ELContext, Object) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
getComponentValue(String) - Method in class org.jboss.jsfunit.jsfsession.ClientIDs
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.
getConfigFileDoms() - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Get the configFileDoms.
getConfigFilePaths() - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Get the configFilePaths.
getConfigUtils() - Method in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Get the configUtils.
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
 
getContext() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getContext() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getContextName() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getContextName() - 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.
getCurrentPhaseId() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
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
 
getDispatcherType() - 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
 
getDomDocument(String, StreamProvider) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
Setup the DOM parser for the file specified.
getDomDocument(InputStream, String) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
Setup the DOM parser for the file specified.
getELContext() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getElement(HtmlPage, String) - Method in class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Find an element by its name attribute.
getElement(String) - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Get a DOM Element on the current page that has the given JSF componentID.
getELResolver() - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELContext
 
getExceptionHandler() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getExpression() - Method in class org.jboss.jsfunit.analysis.el.ELBundle
 
getExpressionFilter() - Method in class org.jboss.jsfunit.analysis.el.SkipExpressionSpec
 
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.jsfsession.JSFServerSession
Get the FacesContext object used in the last 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.
getFeatureDescriptors(ELContext, Object) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
getFile() - Method in class org.jboss.jsfunit.analysis.el.ELBundle
 
getFileFilter() - Method in class org.jboss.jsfunit.analysis.el.SkipExpressionSpec
 
getFlash() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getFlash() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getFunctionMapper() - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELContext
 
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 class org.jboss.jsfunit.analysis.DefaultStreamProvider
 
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
 
getIterable(File, IOFileFilter, Collection<SkipExpressionSpec>) - Static method in class org.jboss.jsfunit.analysis.el.ELIterFactory
Uses a default dirFilter which skips hidden and CVS directories.
getIterable(File, IOFileFilter, IOFileFilter, Collection<SkipExpressionSpec>) - Static method in class org.jboss.jsfunit.analysis.el.ELIterFactory
 
getIterator(File, IOFileFilter, Collection<SkipExpressionSpec>) - Static method in class org.jboss.jsfunit.analysis.el.ELIterFactory
Uses a default dirFilter which skips hidden and CVS directories.
getIterator(File, IOFileFilter, IOFileFilter, Collection<SkipExpressionSpec>) - Static method in class org.jboss.jsfunit.analysis.el.ELIterFactory
 
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
Return 2 for JSF 2.0 and above.
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.jsfsession.JSFServerSession
Evaluate an EL ValueExpression and return the value.
getMap() - Static method in class org.jboss.jsfunit.analysis.el.ImplicitObjects
Returns a map that is safe for modification.
getMaximumSeverity() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getMaxInactiveInterval() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
getMessageList() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getMessageList(String) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
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
 
getMimeType(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getMimeType(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getName() - Method in class org.jboss.jsfunit.analysis.el.ELBundle
Convenience method that returns a uniquely identifying name for the expression.
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
 
getPart(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
This method not supported yet.
getPartialViewContext() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getParts() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
This method not supported yet.
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.JSFUnitDelegatingExternalContext
 
getRealPath(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRealPath(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
getRedirectorRequestParams() - Static method in class org.jboss.jsfunit.framework.WebClientSpec
Get an immutable Map of all request params sent to the ServletRedirector or ServletTestRunner.
getRedirectorRequestParams() - Method in class org.jboss.jsfunit.jsfsession.JSFSession
Get an immutable Map of all request params sent to the ServletRedirector or ServletTestRunner.
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
 
getRenderKitClassName() - Method in class org.jboss.jsfunit.analysis.RenderKitTestCase
Extract and return the render kit class name, if configured.
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: Calling this method from a JSFUnit test could yield unexpected results.
getRequestCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestContentLength() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestContentLength() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestContentType() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestContentType() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
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
 
getRequestScheme() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestScheme() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestServerName() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestServerName() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getRequestServerPort() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getRequestServerPort() - 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: Calling this method from a JSFUnit test could yield unexpected results.
getResponse(WebRequest) - Method in class org.jboss.jsfunit.framework.JSFUnitWebConnection
Called by HtmlUnit whenever a request is made to the server.
getResponseBufferSize() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseBufferSize() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
getResponseCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseCharacterEncoding() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
getResponseComplete() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
getResponseContentType() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseContentType() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
getResponseOutputStream() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseOutputStream() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
getResponseOutputWriter() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
getResponseOutputWriter() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
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.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
Get the shared HttpSession from the ThreadLocal variable.
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.
getStartIndex() - Method in class org.jboss.jsfunit.analysis.el.ELBundle
 
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.ApplicationTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.ConfigFilesTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.ConfigFileTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.FactoryTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.LifecycleTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.NavigationRuleTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.RenderKitTestSuite
Accessor for the streamProvider attribute
getStreamProvider() - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Accessor for the streamProvider attribute
getSuite(String, Node, List<String>) - Method in class org.jboss.jsfunit.analysis.ApplicationTestSuite
Create the TestSuite for a application config node.
getSuite(List<String>) - Method in class org.jboss.jsfunit.analysis.ConfigFilesTestSuite
Create the TestSuite for a list of config files.
getSuite(String, List<String>) - Method in class org.jboss.jsfunit.analysis.ConfigFileTestSuite
Create the TestSuite for a single config file.
getSuite(String, Node, List<String>) - Method in class org.jboss.jsfunit.analysis.FactoryTestSuite
Create the TestSuite for a factory config node.
getSuite(String, Node) - Method in class org.jboss.jsfunit.analysis.LifecycleTestSuite
Create the TestSuite for a lifecycle config node.
getSuite(String, String, Node) - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestSuite
Create the TestSuite for a managed bean.
getSuite(String, Node) - Method in class org.jboss.jsfunit.analysis.NavigationRuleTestSuite
Create the TestSuite for a navigation rule.
getSuite(String, Node) - Method in class org.jboss.jsfunit.analysis.RenderKitTestSuite
Create the TestSuite for a renderKit config node.
getTests() - Method in class org.jboss.jsfunit.init.JSFUnitSCI
Get an ordered list of all the JSFUnit tests in the WAR.
getTestSuite(File, IOFileFilter, Collection<SkipExpressionSpec>, Map<String, Class<?>>) - Static method in class org.jboss.jsfunit.analysis.el.ELTestSuiteBuilder
 
getTestSuite(File, IOFileFilter, IOFileFilter, Collection<SkipExpressionSpec>, Map<String, Class<?>>) - Static method in class org.jboss.jsfunit.analysis.el.ELTestSuiteBuilder
 
getTestSuite(Iterable<ELBundle>, Map<String, Class<?>>) - Static method in class org.jboss.jsfunit.analysis.el.ELTestSuiteBuilder
 
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.
getTreeHandle(String, String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Get the HtmlElement of the tree handle for a node in a RichTree.
getTreeNodeByText(String, String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Get the HtmlElement of the tree node that contains the given text.
getType(ELContext, Object, Object) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
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(ELContext, Object, Object) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
getValue(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 
getValueNames() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 
getVariableMapper() - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELContext
 
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.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.
getXml(String, StreamProvider) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
 

H

hasNext() - Method in class org.jboss.jsfunit.analysis.el.ELExpressionIterator
 
hasNext() - Method in class org.jboss.jsfunit.analysis.el.MultiFileELExpressionIterator
 
HtmlUnitSnooper - Class in org.jboss.jsfunit.jsfsession
RequestListener outputs before and after each request made by HtmlUnit.
HtmlUnitSnooper() - Constructor for class org.jboss.jsfunit.jsfsession.HtmlUnitSnooper
 

I

IGNORE_HIDDEN_AND_CVS_FILTER - Static variable in class org.jboss.jsfunit.analysis.el.Filters
 
ImplicitObjects - Class in org.jboss.jsfunit.analysis.el
 
ImplicitObjects() - Constructor for class org.jboss.jsfunit.analysis.el.ImplicitObjects
 
init(FilterConfig) - Method in class org.jboss.jsfunit.framework.JSFUnitFilter
 
init(ServletConfig) - Method in class org.jboss.jsfunit.microdeployer.XSLFacadeServlet
 
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.
invalidateSeamSession(HttpServletRequest) - Static method in class org.jboss.jsfunit.seam.SeamUtil
Invalidate the session the Seam way.
invalidateSession() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
Invalidate the session.
invalidateSession() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
is12Compatible() - Static method in class org.jboss.jsfunit.framework.Environment
Determine if the running JSF version is compatible with the JSF 1.2 specification.
is20Compatible() - Static method in class org.jboss.jsfunit.framework.Environment
Determine if the running JSF version is compatible with the JSF 2.0 specification.
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
 
isAsyncStarted() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isAsyncSupported() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isConfigured(ConfigUtils.ConfigItemType, String, boolean) - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Verify whether a config item is configured in one of the config files that exist in the setup.
isConfiguredConfigItemType(ConfigUtils.ConfigItemType, String, Document, String) - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Verify whether a config item is configured in one of the config files that exist in the setup.
isEmpty() - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
isFaceletsErrorPage(WebResponse) - Static method in exception org.jboss.jsfunit.framework.FaceletsErrorPageException
Static utility method to determine if the current page is a Facelets error page.
isJSFRequestDone() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
isNew() - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
isPostback() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
isProcessingEvents() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
isProjectStage(ProjectStage) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
isReadOnly(ELContext, Object, Object) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
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
 
isResponseCommitted() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
isResponseCommitted() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
isSeamInitialized() - Static method in class org.jboss.jsfunit.seam.SeamUtil
Return true if the Seam framework is present and initialized.
isSeamPresent() - Static method in class org.jboss.jsfunit.seam.SeamUtil
Determines if Seam is present in this web application.
isSecure() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
isTreeHandleExpanded(String, String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Find out if a tree handle is expanded.
isUserInRole(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
isUserInRole(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
isUserInRole(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
Warning: This method could yield unexpected results.
isValidationFailed() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 

J

JSF_UNIT_CONVERSATION_FLAG - Static variable in class org.jboss.jsfunit.framework.WebConversationFactory
 
JSFClientSession - Class in org.jboss.jsfunit.jsfsession
This class provides a wrapper for HtmlUnit that imitates browser interaction with a JSF application.
jsfElement - Variable in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
name of the jsfElement
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.
JSFUnitDeployer - Class in org.jboss.jsfunit.microdeployer
The JSFUnitDeployer automatically adds the needed servlets and servlet filters to a WAR.
JSFUnitDeployer() - Constructor for class org.jboss.jsfunit.microdeployer.JSFUnitDeployer
Create a new deployer.
JSFUnitELContext - Class in org.jboss.jsfunit.analysis.el
 
JSFUnitELContext(Map<String, Class<?>>, ExpressionFactory) - Constructor for class org.jboss.jsfunit.analysis.el.JSFUnitELContext
 
JSFUnitELResolver - Class in org.jboss.jsfunit.analysis.el
 
JSFUnitELResolver() - Constructor for class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
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.
JSFUnitSCI - Class in org.jboss.jsfunit.init
This SCI class gathers all the JSFUnit tests in the WAR and makes them available to the JSFUnit console.
JSFUnitSCI() - Constructor for class org.jboss.jsfunit.init.JSFUnitSCI
 
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
 
JSFUnitVariableMapper - Class in org.jboss.jsfunit.analysis.el
 
JSFUnitVariableMapper(Map<String, Class<?>>, ExpressionFactory) - Constructor for class org.jboss.jsfunit.analysis.el.JSFUnitVariableMapper
 
JSFUnitWarTask - Class in org.jboss.jsfunit.ant
This class provides for an Ant task that will "JSFUnify" a WAR.
JSFUnitWarTask() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask
 
JSFUnitWarTask.Filter - Class in org.jboss.jsfunit.ant
This class represents a filter declaration and mapping that will be added to web.xml.
JSFUnitWarTask.Filter() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
JSFUnitWarTask.JSFUnitFilter - Class in org.jboss.jsfunit.ant
This class represents the JSFUnitFilter that will be added to web.xml.
JSFUnitWarTask.JSFUnitFilter() - Constructor for class org.jboss.jsfunit.ant.JSFUnitWarTask.JSFUnitFilter
 
JSFUnitWarTask.JSFUnitTestRunnerFilter - Class in org.jboss.jsfunit.ant
This class represents the ServletTestFilter that may be added to web.xml.
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
JSP_FILTER - Static variable in class org.jboss.jsfunit.analysis.el.Filters
 
JSPX_FILTER - Static variable in class org.jboss.jsfunit.analysis.el.Filters
 

K

keySet() - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 

L

LifecycleFactoryTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF lifecycle factory.
LifecycleFactoryTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.LifecycleFactoryTestCase
Create a new LifecycleFactoryTestCase.
lifecycleNode - Variable in class org.jboss.jsfunit.analysis.LifecycleTestCase
DOM node of the lifecycle to test
LifecycleTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF lifecycle node.
LifecycleTestCase(String, String, Node) - Constructor for class org.jboss.jsfunit.analysis.LifecycleTestCase
Create a new LifecycleTestCase.
LifecycleTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF lifecycle config node.
LifecycleTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.LifecycleTestSuite
Create a new FactoryTestSuite.
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
 
login(String, String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
This method not supported.
logout() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
This method not supported.

M

makeWARURL(HttpServletRequest) - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
Returns the complete WAR URL including everything excluding the query params.
managedBeanClass - Variable in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
class of the managed bean
managedBeanClass - Variable in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
class of the managed bean
managedBeanClassName - Variable in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
class name of the managed bean
managedBeanClassName - Variable in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
class name of the managed bean
managedBeanName - Variable in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
name of the managed bean
managedBeanName - Variable in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
name of the managed bean
managedBeanNode - Variable in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
DOM node of the managed bean to test
ManagedBeanTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF managed bean.
ManagedBeanTestCase(String, String, String, Node) - Constructor for class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Create a new ManagedBeanTestCase.
ManagedBeanTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF managed bean.
ManagedBeanTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.ManagedBeanTestSuite
Create a new ManagedBeanTestSuite.
managedPropertyName - Variable in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
name of the managed bean property
managedPropertyNode - Variable in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
DOM node of the managed property to test
ManagedPropertyTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF managed property.
ManagedPropertyTestCase(String, String, String, String, String, Node) - Constructor for class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
Create a new ManagedPropertyTestCase.
mapping - Variable in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
MultiFileELExpressionIterator - Class in org.jboss.jsfunit.analysis.el
 
MultiFileELExpressionIterator(Iterator<File>, Collection<Pattern>, Map<IOFileFilter, Pattern>) - Constructor for class org.jboss.jsfunit.analysis.el.MultiFileELExpressionIterator
 

N

name - Variable in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
navigationCaseNode - Variable in class org.jboss.jsfunit.analysis.NavigationCaseTestCase
DOM node of the navigation case to test
NavigationCaseTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF navigation case.
NavigationCaseTestCase(String, String, Node) - Constructor for class org.jboss.jsfunit.analysis.NavigationCaseTestCase
Create a new NavigationCaseTestCase.
NavigationHandlerTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF action listener.
NavigationHandlerTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.NavigationHandlerTestCase
Create a new NavigationHandlerTestCase.
navigationRuleNode - Variable in class org.jboss.jsfunit.analysis.NavigationRuleTestCase
DOM node of the navigation rule to test
NavigationRuleTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF navigation rule.
NavigationRuleTestCase(String, String, Node) - Constructor for class org.jboss.jsfunit.analysis.NavigationRuleTestCase
Create a new NavigationRuleTestCase.
NavigationRuleTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF navigation rule.
NavigationRuleTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.NavigationRuleTestSuite
Create a new NavigationRuleTestSuite.
next() - Method in class org.jboss.jsfunit.analysis.el.ELExpressionIterator
 
next() - Method in class org.jboss.jsfunit.analysis.el.MultiFileELExpressionIterator
 
NoNewEntryMap - Class in org.jboss.jsfunit.context
This Map copies all the entries of the wrapped Map into a new Map and disallows new entries while JSFServerSession.getManagedBeanValue() is running.
NoNewEntryMap.NewEntryNotAllowedException - Exception in org.jboss.jsfunit.context
 

O

onStartup(Set<Class<?>>, ServletContext) - Method in class org.jboss.jsfunit.init.JSFUnitSCI
 
org.jboss.jsfunit.analysis - package org.jboss.jsfunit.analysis
Provides generic JUnit tests for detecting bugs via static analysis.
org.jboss.jsfunit.analysis.el - package org.jboss.jsfunit.analysis.el
 
org.jboss.jsfunit.analysis.util - package org.jboss.jsfunit.analysis.util
Provides utility classes for static analysis package.
org.jboss.jsfunit.ant - package org.jboss.jsfunit.ant
Ant task to create a JSFUnit WAR from another WAR.
org.jboss.jsfunit.context - package org.jboss.jsfunit.context
Provides the JSFUnit FacesContext and ExternalContext.
org.jboss.jsfunit.framework - package org.jboss.jsfunit.framework
Framework that ties together JSFUnit, JSF, Cactus, and HTMLUnit.
org.jboss.jsfunit.init - package org.jboss.jsfunit.init
Gathers all JSFUnit tests and makes them available to the JSFUnit Console.
org.jboss.jsfunit.jsfsession - package org.jboss.jsfunit.jsfsession
Provides a JSFClientSession and JSFServerSession for JUnit tests.
org.jboss.jsfunit.microdeployer - package org.jboss.jsfunit.microdeployer
Automatically adds JSFUnit to a WAR or EAR on JBoss AS5.
org.jboss.jsfunit.richclient - package org.jboss.jsfunit.richclient
Provides a JSFUnit client for RichFaces and Ajax4jsf components.
org.jboss.jsfunit.seam - package org.jboss.jsfunit.seam
Internal classes used for Seam support.

P

parse(Node, String) - Method in class org.jboss.jsfunit.analysis.ViewParser
 
parser - Variable in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
ParserUtils - Class in org.jboss.jsfunit.analysis.util
 
ParserUtils() - Constructor for class org.jboss.jsfunit.analysis.util.ParserUtils
 
PhaseListenerTestCase - Class in org.jboss.jsfunit.analysis
A PhaseListenerTestCase.
PhaseListenerTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.PhaseListenerTestCase
Create a new PhaseListenerTestCase.
PropertyResolverTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF property resolver.
PropertyResolverTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.PropertyResolverTestCase
Create a new ElResolverTestCase.
put(Object, Object) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
This method does not allow new values to be placed into the Map.
putAll(Map) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
putValue(String, Object) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 

Q

query(Node, String, String) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
 
querySingle(Node, String, String) - Static method in class org.jboss.jsfunit.analysis.util.ParserUtils
 

R

redirect(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
redirect(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Unsupported method.
REDIRECTOR_REQUEST_PARAMS_KEY - Static variable in class org.jboss.jsfunit.framework.JSFUnitFilter
 
release() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
This is called when the JSF lifecycle is over.
remove() - Method in class org.jboss.jsfunit.analysis.el.ELExpressionIterator
 
remove() - Method in class org.jboss.jsfunit.analysis.el.MultiFileELExpressionIterator
 
remove(Object) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
removeAttribute(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
removeAttribute(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
removeCookie(String) - Method in class org.jboss.jsfunit.framework.WebClientSpec
Remove a cookie sent with every request.
removeListener(RequestListener) - Method in class org.jboss.jsfunit.framework.JSFUnitWebConnection
Remove a RequestListener.
removeThreadLocals() - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
Clean up the ThreadLocal variables set in setThreadLocals.
removeValue(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
Deprecated. 
rendererNode - Variable in class org.jboss.jsfunit.analysis.RendererTestCase
the DOM-node from the config file
RendererTestCase - Class in org.jboss.jsfunit.analysis
A RendererTestCase.
RendererTestCase(String, Node, String) - Constructor for class org.jboss.jsfunit.analysis.RendererTestCase
Create a new RendererTestCase.
RenderKitFactoryTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF renderKit factory.
RenderKitFactoryTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.RenderKitFactoryTestCase
Create a new RenderKitFactoryTestCase.
renderKitNode - Variable in class org.jboss.jsfunit.analysis.RenderKitTestCase
DOM node of the renderKit to test
RenderKitTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF renderKit node.
RenderKitTestCase(String, String, Node) - Constructor for class org.jboss.jsfunit.analysis.RenderKitTestCase
Create a new RenderKitTestCase.
RenderKitTestSuite - Class in org.jboss.jsfunit.analysis
A TestSuite for a single JSF renderKit config node.
RenderKitTestSuite(String) - Constructor for class org.jboss.jsfunit.analysis.RenderKitTestSuite
Create a new FactoryTestSuite.
renderResponse() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
REQUEST_KEY - Static variable in class org.jboss.jsfunit.framework.JSFTimer
 
RequestListener - Interface in org.jboss.jsfunit.framework
Implementor listens for Http requests from the client side.
resolveEntity(String, String) - Method in class org.jboss.jsfunit.analysis.JSFUnitEntityResolver
 
resolveVariable(String) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitVariableMapper
We aren't evaluating anything, so we don't need the actual object the variable refers to, we just need that object's class.
resolveVariable(FacesContext, String) - Method in class org.jboss.jsfunit.seam.ConversationScopeVariableResolver
See javadoc for VariableResolver.
ResourceUtils - Class in org.jboss.jsfunit.analysis.util
Collect methods that deal with resources.
ResourceUtils() - Constructor for class org.jboss.jsfunit.analysis.util.ResourceUtils
 
responseComplete() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
responseFlushBuffer() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
responseFlushBuffer() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
responseReset() - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
responseReset() - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
responseSendError(int, String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
responseSendError(int, String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
RichFacesClient - Class in org.jboss.jsfunit.richclient
This class provides helper methods for RichFaces controls.
RichFacesClient(JSFClientSession) - Constructor for class org.jboss.jsfunit.richclient.RichFacesClient
 
runTest() - Method in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.ComponentTestCase
 
runTest() - Method in class org.jboss.jsfunit.analysis.ConverterTestCase
 
runTest() - Method in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.el.ELTestCase
 
runTest() - Method in class org.jboss.jsfunit.analysis.LifecycleTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.NavigationCaseTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.NavigationRuleTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.RendererTestCase
 
runTest() - Method in class org.jboss.jsfunit.analysis.RenderKitTestCase
Call the individual test methods.
runTest() - Method in class org.jboss.jsfunit.analysis.ValidatorTestCase
 

S

SEAM_CONVERSATION_EL_IDENTIFIER - Static variable in class org.jboss.jsfunit.seam.ConversationScopeVariableResolver
 
SeamRequestListener - Class in org.jboss.jsfunit.seam
This listener prepares the Seam environment to be compatible with JSFUnit.
SeamRequestListener() - Constructor for class org.jboss.jsfunit.seam.SeamRequestListener
 
SeamUtil - Class in org.jboss.jsfunit.seam
This class contains some useful methods for working with the Seam framework.
servletClass - Variable in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
servletName - Variable in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
SESSION_KEY - Static variable in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
SESSION_KEY - Static variable in class org.jboss.jsfunit.framework.WebClientSpec
 
setAllowedExtensions(List<String>) - Method in class org.jboss.jsfunit.analysis.util.FileUtils.FileExtensionFilter
 
setAttribute(String, Object) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
setAttribute(String, Object) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
setAutoAddJars(Boolean) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Sets whether or not to automatically add needed jars into the WEB-INF/lib directory of the crearted archive.
setCalendarValue(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set a parameter value on a RichCalendar component.
setCharacterEncoding(String) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
This method is a no-op.
setClassName(String) - Method in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
Accessor for the class name.
setClasspathURLs(Collection<String>) - Method in class org.jboss.jsfunit.microdeployer.JSFUnitDeployer
A collection of URL strings to add to the classpath of the WAR.
setComboBox(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set a parameter value on a RichComboBox component.
setConfigFileDoms(Map<String, Document>) - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Set the configFileDoms.
setConfigFilePaths(List<String>) - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Set the configFilePaths.
setConfigUtils(ConfigUtils) - Method in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Set the configUtils.
setContainer(String) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Set the container Id for the target WAR.
setCurrentPhaseId(PhaseId) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
setDataFilterSlider(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set a parameter value on a DataFilterSlider.
setDestfile(File) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Sets the destination for the newly created archive with JSFUnit specifics
setELRunning(boolean) - Method in class org.jboss.jsfunit.context.NoNewEntryMap
JSFServerSession.getManagedBeanValue() calls this to disable creation of a new managed bean during EL resolution.
setExceptionHandler(ExceptionHandler) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
setInitialRequestStrategy(InitialRequestStrategy) - Method in class org.jboss.jsfunit.framework.WebClientSpec
Set the strategy to be used when making the initial request to the server.
setInplaceInput(String, String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set the value of a RichInplaceInput component.
setInplaceInput(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set the value of a RichInplaceInput component.
setInputNumberSlider(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set the value of an InputNumberSlider.
setInputNumberSpinner(String, String) - Method in class org.jboss.jsfunit.richclient.RichFacesClient
Set the value of an InputNumberSpinner.
setInstanceToJSFUnitThread() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
This allows the FacesContextBridge to associate the JSFUnitFacesContext with the thread running the tests.
setMapping(String) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
setMaxInactiveInterval(int) - Method in class org.jboss.jsfunit.context.JSFUnitHttpSession
 
setName(String) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
setProcessingEvents(boolean) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
setRequest(Object) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setRequest(Object) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
setRequestCharacterEncoding(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setRequestCharacterEncoding(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
setResponse(Object) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponse(Object) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
setResponseBufferSize(int) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponseBufferSize(int) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
setResponseCharacterEncoding(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponseCharacterEncoding(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
setResponseContentLength(int) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponseContentLength(int) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
setResponseContentType(String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponseContentType(String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
Warning: Calling this method from a JSFUnit test could yield unexpected results.
setResponseHeader(String, String) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponseHeader(String, String) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
setResponseStatus(int) - Method in class org.jboss.jsfunit.context.JSFUnitDelegatingExternalContext
 
setResponseStatus(int) - Method in class org.jboss.jsfunit.context.JSFUnitExternalContext
 
setResponseStream(ResponseStream) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
setResponseWriter(ResponseWriter) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
setServletClass(String) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask.Filter
 
setSrcfile(File) - Method in class org.jboss.jsfunit.ant.JSFUnitWarTask
Sets the original archive that should have JSFUnit specifics added
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.ApplicationTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.ConfigFilesTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.ConfigFileTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.FactoryTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.LifecycleTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.NavigationRuleTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.RenderKitTestSuite
Accessor for the streamProvider attribute.
setStreamProvider(StreamProvider) - Method in class org.jboss.jsfunit.analysis.util.ConfigUtils
Accessor for the streamProvider attribute.
setThreadLocals(HttpServletRequest) - Static method in class org.jboss.jsfunit.framework.WebConversationFactory
Associates the HttpSession and WAR URL with ThreadLocals.
setValue(ELContext, Object, Object, Object) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitELResolver
 
setValue(HtmlPage, String, String) - Method in class org.jboss.jsfunit.framework.FormAuthenticationStrategy
Find an element by its name attribute and set its value.
setValue(String, String) - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Set the value attribute of a JSF component.
setVariable(String, ValueExpression) - Method in class org.jboss.jsfunit.analysis.el.JSFUnitVariableMapper
 
setViewRoot(UIViewRoot) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
setWarSuffixes(Collection<String>) - Method in class org.jboss.jsfunit.microdeployer.JSFUnitDeployer
Set the collection of suffixes that this deployer will use to choose which wars to "JSFUnify".
SimpleInitialRequestStrategy - Class in org.jboss.jsfunit.framework
This initial request strategy does a simple JSF request to the server.
SimpleInitialRequestStrategy() - Constructor for class org.jboss.jsfunit.framework.SimpleInitialRequestStrategy
 
size() - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
SkipExpressionSpec - Class in org.jboss.jsfunit.analysis.el
Sometimes you don't want a particular set of expressions to be checked.
SkipExpressionSpec(IOFileFilter, String) - Constructor for class org.jboss.jsfunit.analysis.el.SkipExpressionSpec
 
SNOOP_PROPERTY - Static variable in class org.jboss.jsfunit.jsfsession.HtmlUnitSnooper
 
startAsync() - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.jboss.jsfunit.context.JSFUnitHttpServletRequest
 
StateManagerTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF action listener.
StateManagerTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.StateManagerTestCase
Create a new StateManagerTestCase.
StreamProvider - Interface in org.jboss.jsfunit.analysis
 
suite() - Static method in class org.jboss.jsfunit.init.AllJSFUnitTests
 
suppressSeamComponentWarning() - Static method in class org.jboss.jsfunit.seam.SeamUtil
The Seam Component class puts out lots of warning messages when the Seam session is manipulated with JSFUnit.

T

testActionListeners() - Method in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
testActions() - Method in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 
testClassAttribute() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Assert that a bean configuration has a class attribute
testClassLoadable() - Method in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
Assert that the configured class can be loaded from the classpath
testClassLoadable() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Assert that the configured class can be loaded from the classpath
testComponentClassAttribute() - Method in class org.jboss.jsfunit.analysis.ComponentTestCase
Assert that a bean configuration has a class attribute
testComponentTypeAttribute() - Method in class org.jboss.jsfunit.analysis.ComponentTestCase
Assert that a bean configuration has a name attribute
testDuplicateProperties() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Assert that no duplicate properties are configured for this managed bean.
testEmptyPhaseListener() - Method in class org.jboss.jsfunit.analysis.LifecycleTestCase
Assert that all phase-listener children configure a class name
testExpression() - Method in class org.jboss.jsfunit.analysis.el.ELTestCase
 
testFromAction() - Method in class org.jboss.jsfunit.analysis.NavigationCaseTestCase
Assert that a from-action is either configured and is not of zero length or not configured.
testFromViewId() - Method in class org.jboss.jsfunit.analysis.NavigationRuleTestCase
...
testInheritance() - Method in class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
testInterface() - Method in class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase
Assert that the class implements the desired interface as per JSF specification.
testMapDuplicateKeys() - Method in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
Assert that the property does not define duplicate map-entries
testNameAttribute() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Assert that a bean configuration has a name attribute
testPropertyAccessors() - Method in class org.jboss.jsfunit.analysis.ManagedPropertyTestCase
Assert that a bean class has accessors for the property
testRedirectNoDuplicates() - Method in class org.jboss.jsfunit.analysis.NavigationCaseTestCase
Assert that either no redirect attribute or exactly one is configured.
testRenderkitDefined() - Method in class org.jboss.jsfunit.analysis.DefaultRenderkitTestCase
Assert that the configured default renderkit is defined
testScopeAttribute() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Assert that a bean configuration has a scope attribute
testSerializableInterface() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
Assert that the classes for beans with scope session or application implement the Serialized interface as per JSF specification.
testTagAttributeTypes() - Method in class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
testToViewId() - Method in class org.jboss.jsfunit.analysis.NavigationCaseTestCase
Assert that a to-view-id is configured and is not of zero length.
testUniqueTagAttributes() - Method in class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
testUniqueTagNames() - Method in class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
testValidScope() - Method in class org.jboss.jsfunit.analysis.ManagedBeanTestCase
 
tldsByPath - Variable in class org.jboss.jsfunit.analysis.AbstractTldTestCase
 
type(String, char) - Method in class org.jboss.jsfunit.jsfsession.JSFClientSession
Simulates typing a character while this JSF component has focus.

U

unzip(ZipFile, File) - Static method in class org.jboss.jsfunit.ant.Utils
Unzips a zipFile to the specified directory.
Utils - Class in org.jboss.jsfunit.ant
Utility Class to handle some file io operations that are extremely useful but for some odd reason not implemeneted in the jdk itself.
Utils() - Constructor for class org.jboss.jsfunit.ant.Utils
 

V

validationFailed() - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
validatorNode - Variable in class org.jboss.jsfunit.analysis.ValidatorTestCase
the DOM-node from the config file
ValidatorTestCase - Class in org.jboss.jsfunit.analysis
A ValidatorTestCase.
ValidatorTestCase(String, Node, String) - Constructor for class org.jboss.jsfunit.analysis.ValidatorTestCase
Create a new ConverterTestCase.
valueBound(HttpSessionBindingEvent) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
 
valueBound(HttpSessionBindingEvent) - Method in class org.jboss.jsfunit.framework.WebClientSpec
 
valueOf(String) - Static method in enum org.jboss.jsfunit.analysis.util.ConfigUtils.ConfigItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.jsfunit.analysis.util.ConfigUtils.ConfigItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.jsfunit.context.NoNewEntryMap
 
valueUnbound(HttpSessionBindingEvent) - Method in class org.jboss.jsfunit.context.JSFUnitFacesContext
Attempt to clean up the previous FacesContext.
valueUnbound(HttpSessionBindingEvent) - Method in class org.jboss.jsfunit.framework.WebClientSpec
 
VariableResolverTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF variable resolver.
VariableResolverTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.VariableResolverTestCase
Create a new ElResolverTestCase.
ViewConfigReconciler - Class in org.jboss.jsfunit.analysis
 
ViewHandlerTestCase - Class in org.jboss.jsfunit.analysis
A TestCase for a single JSF action listener.
ViewHandlerTestCase(String, String) - Constructor for class org.jboss.jsfunit.analysis.ViewHandlerTestCase
Create a new ViewHandlerTestCase.
ViewParser - Class in org.jboss.jsfunit.analysis
 
ViewParser() - Constructor for class org.jboss.jsfunit.analysis.ViewParser
 
viewsByPath - Variable in class org.jboss.jsfunit.analysis.AbstractViewTestCase
 

W

WAR_URL - Static variable in class org.jboss.jsfunit.framework.WebConversationFactory
 
WebClientSpec - Class in org.jboss.jsfunit.framework
The WebClientSpec allows configuration of the HtmlUnit WebClient and its interaction with JSFUnit.
WebClientSpec(String) - Constructor for class org.jboss.jsfunit.framework.WebClientSpec
Create a new WebClientSpec.
WebClientSpec(String, BrowserVersion) - Constructor for class org.jboss.jsfunit.framework.WebClientSpec
Create a new WebClientSpec.
WebClientSpec(String, BrowserVersion, String, int) - Constructor for class org.jboss.jsfunit.framework.WebClientSpec
Create a new WebClientSpec for use with a proxy server.
WebConversationFactory - Class in org.jboss.jsfunit.framework
The WebConversationFactory manages the environment needed to set up the WebClientSpec to be used with an HtmlUnit WebClient.

X

XHTML_FILTER - Static variable in class org.jboss.jsfunit.analysis.el.Filters
 
xsl - Variable in class org.jboss.jsfunit.microdeployer.XSLFacadeServlet
 
XSLFacadeServlet - Class in org.jboss.jsfunit.microdeployer
The sole purpose of this servlet is to serve up cactus-report.xsl.
XSLFacadeServlet() - Constructor for class org.jboss.jsfunit.microdeployer.XSLFacadeServlet
 

Z

zip(File, File) - Static method in class org.jboss.jsfunit.ant.Utils
Zips a directory
zip(File, File, Boolean) - Static method in class org.jboss.jsfunit.ant.Utils
Zips a directory.

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

Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.