rewrite-config-prettyfaces 2.0.12.Final
A B C D E F G H I J L M N O P Q R S T U V W 

A

ActionExecutor - Class in com.ocpsoft.pretty.faces.beans
 
ActionExecutor() - Constructor for class com.ocpsoft.pretty.faces.beans.ActionExecutor
 
addAction(UrlAction) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
addFromConfig(PrettyConfig) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfigBuilder
 
addMapping(UrlMapping) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfigBuilder
 
addParameter(PathParameter) - Method in class com.ocpsoft.pretty.faces.url.Segment
Add a new parameter to this Segment's internal list.
addParameters(List<T>) - Method in class com.ocpsoft.pretty.faces.url.QueryString
Add query parameters from the given list of RequestParameter objects.
addParameters(Map<String, String[]>) - Method in class com.ocpsoft.pretty.faces.url.QueryString
Add parameters from the given map of name=value pairs.
addParameters(String) - Method in class com.ocpsoft.pretty.faces.url.QueryString
Add parameters from the given URL.
addPathValidator(PathValidator) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
addQueryParam(QueryParameter) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
addRewriteRule(RewriteRule) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfigBuilder
 
addServlet(ServletDefinition) - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXml
 
addServletMapping(ServletMapping) - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXml
 
afterInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
afterInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
afterOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
afterPhase(PhaseEvent) - Method in class com.ocpsoft.pretty.faces.event.MultiPageMessagesSupport
 
afterPhase(PhaseEvent) - Method in class com.ocpsoft.pretty.faces.event.PrettyPhaseListener
 
AnnotationConfigurationProvider - Class in com.ocpsoft.pretty.faces.config.spi
 
AnnotationConfigurationProvider() - Constructor for class com.ocpsoft.pretty.faces.config.spi.AnnotationConfigurationProvider
 
Assert - Class in com.ocpsoft.pretty.faces.util
 
Assert() - Constructor for class com.ocpsoft.pretty.faces.util.Assert
 

B

beforeInboundLifecycle(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
beforeInboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
beforeOutboundRewrite(HttpServletRewrite) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
beforePhase(PhaseEvent) - Method in class com.ocpsoft.pretty.faces.event.MultiPageMessagesSupport
 
beforePhase(PhaseEvent) - Method in class com.ocpsoft.pretty.faces.event.PrettyPhaseListener
 
build(PrettyConfigBuilder) - Method in class com.ocpsoft.pretty.faces.config.annotation.PrettyAnnotationHandler
This methods adds all mappings found to the supplied PrettyConfigBuilder.
build() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfigBuilder
 
build(Map<String, String[]>) - Static method in class com.ocpsoft.pretty.faces.url.QueryString
Build a query string from the given map of name=value pairs.
build(List<T>) - Static method in class com.ocpsoft.pretty.faces.url.QueryString
Build a query string from the given list of RequestParameter objects.
build(String) - Static method in class com.ocpsoft.pretty.faces.url.QueryString
Build a query string from the given URL.
build(String) - Static method in class com.ocpsoft.pretty.faces.url.URL
 
build(List<String>, Metadata) - Static method in class com.ocpsoft.pretty.faces.url.URL
 
build(UrlMapping, Map<String, String[]>) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
build(UrlMapping, boolean, Map<String, String[]>) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
Build a Pretty URL for the given UrlMapping and parameters.
build(UrlMapping, Object...) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
build(UrlMapping, boolean, Object...) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
Build a Pretty URL for the given UrlMapping and parameters.
build(UrlMapping, RequestParameter...) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
build(UrlMapping, boolean, RequestParameter...) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
Build a Pretty URL for the given UrlMapping and parameters.
build(UrlMapping, List<UIParameter>) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
build(UrlMapping, boolean, List<UIParameter>) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
Build a Pretty URL for the given Mapping ID and parameters.
buildDynaViewId(String) - Method in class com.ocpsoft.pretty.faces.config.dynaview.DynaviewEngine
Given the string value of the Faces Servlet mapping, return a string that is guaranteed to match when a servlet forward is issued.
buildQueryString(UrlMapping) - Method in class com.ocpsoft.pretty.faces.beans.ExtractedValuesURLBuilder
 
buildURL(UrlMapping) - Method in class com.ocpsoft.pretty.faces.beans.ExtractedValuesURLBuilder
For all required values of the given PrettyUrlMapping, extract values from their mapped backing beans and create a URL based on the url-pattern.
buildURLFromSegments(List<String>) - Method in class com.ocpsoft.pretty.faces.url.Metadata
 

C

calculateDynaviewId(FacesContext, UrlMapping) - Method in class com.ocpsoft.pretty.faces.config.dynaview.DynaviewEngine
 
canonicalize(String) - Method in class com.ocpsoft.pretty.faces.util.URLDuplicatePathCanonicalizer
Canonicalize a given URL, replacing relative path structures with the condensed path.
Case - Enum in com.ocpsoft.pretty.faces.config.rewrite
Enumeration describing different methods of case transformation.
CaseConverter - Class in com.ocpsoft.pretty.faces.config.convert
 
CaseConverter() - Constructor for class com.ocpsoft.pretty.faces.config.convert.CaseConverter
 
CaseProcessor - Class in com.ocpsoft.pretty.faces.rewrite.processor
 
CaseProcessor() - Constructor for class com.ocpsoft.pretty.faces.rewrite.processor.CaseProcessor
 
ClassLoaderConfigurationProvider - Class in com.ocpsoft.pretty.faces.config.spi
 
ClassLoaderConfigurationProvider() - Constructor for class com.ocpsoft.pretty.faces.config.spi.ClassLoaderConfigurationProvider
 
ClassLoaderUtil - Class in com.ocpsoft.pretty.faces.util
 
ClassLoaderUtil() - Constructor for class com.ocpsoft.pretty.faces.util.ClassLoaderUtil
 
CLASSPATH_CONFIG_ENABLED - Static variable in class com.ocpsoft.pretty.faces.config.spi.ClassLoaderConfigurationProvider
 
coerceToType(FacesContext, String, Object) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
com.ocpsoft.pretty - package com.ocpsoft.pretty
 
com.ocpsoft.pretty.faces.annotation - package com.ocpsoft.pretty.faces.annotation
 
com.ocpsoft.pretty.faces.application - package com.ocpsoft.pretty.faces.application
 
com.ocpsoft.pretty.faces.beans - package com.ocpsoft.pretty.faces.beans
 
com.ocpsoft.pretty.faces.component - package com.ocpsoft.pretty.faces.component
 
com.ocpsoft.pretty.faces.component.renderer - package com.ocpsoft.pretty.faces.component.renderer
 
com.ocpsoft.pretty.faces.component.tag - package com.ocpsoft.pretty.faces.component.tag
 
com.ocpsoft.pretty.faces.config - package com.ocpsoft.pretty.faces.config
 
com.ocpsoft.pretty.faces.config.annotation - package com.ocpsoft.pretty.faces.config.annotation
 
com.ocpsoft.pretty.faces.config.convert - package com.ocpsoft.pretty.faces.config.convert
 
com.ocpsoft.pretty.faces.config.dynaview - package com.ocpsoft.pretty.faces.config.dynaview
 
com.ocpsoft.pretty.faces.config.mapping - package com.ocpsoft.pretty.faces.config.mapping
 
com.ocpsoft.pretty.faces.config.reload - package com.ocpsoft.pretty.faces.config.reload
 
com.ocpsoft.pretty.faces.config.rewrite - package com.ocpsoft.pretty.faces.config.rewrite
 
com.ocpsoft.pretty.faces.config.servlet - package com.ocpsoft.pretty.faces.config.servlet
 
com.ocpsoft.pretty.faces.config.spi - package com.ocpsoft.pretty.faces.config.spi
 
com.ocpsoft.pretty.faces.el - package com.ocpsoft.pretty.faces.el
 
com.ocpsoft.pretty.faces.el.processor - package com.ocpsoft.pretty.faces.el.processor
 
com.ocpsoft.pretty.faces.event - package com.ocpsoft.pretty.faces.event
 
com.ocpsoft.pretty.faces.rewrite - package com.ocpsoft.pretty.faces.rewrite
 
com.ocpsoft.pretty.faces.rewrite.processor - package com.ocpsoft.pretty.faces.rewrite.processor
 
com.ocpsoft.pretty.faces.servlet - package com.ocpsoft.pretty.faces.servlet
 
com.ocpsoft.pretty.faces.spi - package com.ocpsoft.pretty.faces.spi
 
com.ocpsoft.pretty.faces.url - package com.ocpsoft.pretty.faces.url
 
com.ocpsoft.pretty.faces.util - package com.ocpsoft.pretty.faces.util
 
com.ocpsoft.pretty.faces2.application - package com.ocpsoft.pretty.faces2.application
 
com.ocpsoft.pretty.faces2.component - package com.ocpsoft.pretty.faces2.component
 
com.ocpsoft.pretty.faces2.config.reload - package com.ocpsoft.pretty.faces2.config.reload
 
COMPONENT_TYPE - Static variable in class com.ocpsoft.pretty.faces.component.Link
 
COMPONENT_TYPE - Static variable in class com.ocpsoft.pretty.faces.component.UrlBuffer
 
computeDynaViewId(FacesContext) - Method in class com.ocpsoft.pretty.faces.config.dynaview.DynaviewEngine
Calculate the Faces ViewId to which this request URI resolves.
CONFIG_BASE_PACKAGES - Static variable in class com.ocpsoft.pretty.faces.config.spi.AnnotationConfigurationProvider
 
CONFIG_KEY - Static variable in class com.ocpsoft.pretty.PrettyContext
 
CONFIG_REQUEST_KEY - Static variable in class com.ocpsoft.pretty.faces.config.PrettyConfig
 
CONFIG_SCAN_LIB_DIR - Static variable in class com.ocpsoft.pretty.faces.config.spi.AnnotationConfigurationProvider
 
ConfigurationPostProcessor - Interface in com.ocpsoft.pretty.faces.spi
Defines the interface to be used in performing post-config-parse step processing.
ConfigurationProvider - Interface in com.ocpsoft.pretty.faces.spi
 
configure() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfigurator
 
ConstantExpression - Class in com.ocpsoft.pretty.faces.el
Implementation of PrettyExpression used when the EL expression is known in advance.
ConstantExpression(String) - Constructor for class com.ocpsoft.pretty.faces.el.ConstantExpression
Creates a new ConstantExpression.
containsEL(String) - Static method in class com.ocpsoft.pretty.faces.el.Expressions
Return true if the value contains an EL expression.
contextDestroyed(ServletContextEvent) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyConfigContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyConfigContextListener
 
ContextParamsPostProcessor - Class in com.ocpsoft.pretty.faces.config.spi
Set various flags from the ServletContext into the configuration.
ContextParamsPostProcessor() - Constructor for class com.ocpsoft.pretty.faces.config.spi.ContextParamsPostProcessor
 
ContextSpecifiedConfigurationProvider - Class in com.ocpsoft.pretty.faces.config.spi
Loads configuration files specified in web.xml init parameter PrettyContext.CONFIG_KEY
ContextSpecifiedConfigurationProvider() - Constructor for class com.ocpsoft.pretty.faces.config.spi.ContextSpecifiedConfigurationProvider
 
convert(Class, Object) - Method in class com.ocpsoft.pretty.faces.config.convert.CaseConverter
 
convert(Class, Object) - Method in class com.ocpsoft.pretty.faces.config.convert.PhaseIdConverter
 
convert(Class, Object) - Method in class com.ocpsoft.pretty.faces.config.convert.RedirectConverter
 
convert(Class, Object) - Method in class com.ocpsoft.pretty.faces.config.convert.TrailingSlashConverter
 
copy() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
copy() - Method in class com.ocpsoft.pretty.faces.url.Metadata
Return a copy of this Metadata
countSlashes(String) - Static method in class com.ocpsoft.pretty.faces.util.StringUtils
 
createValueExpression(FacesContext, String) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
CustomClassProcessor - Class in com.ocpsoft.pretty.faces.rewrite.processor
 
CustomClassProcessor() - Constructor for class com.ocpsoft.pretty.faces.rewrite.processor.CustomClassProcessor
 

D

decode() - Method in class com.ocpsoft.pretty.faces.url.URL
Return a decoded form of this URL.
decode(String) - Method in class com.ocpsoft.pretty.faces.util.HTTPDecoder
 
decode(String[]) - Method in class com.ocpsoft.pretty.faces.util.HTTPDecoder
 
DEFAULT_PRETTY_FACES_CONFIG - Static variable in class com.ocpsoft.pretty.faces.config.spi.DefaultXMLConfigurationProvider
 
DefaultDevelopmentModeDetector - Class in com.ocpsoft.pretty.faces.config.reload
Implementation of DevelopmentModeDetector that reads the servlet context parameter com.ocpsoft.pretty.DEVELOPMENT.
DefaultDevelopmentModeDetector() - Constructor for class com.ocpsoft.pretty.faces.config.reload.DefaultDevelopmentModeDetector
 
DefaultXMLConfigurationProvider - Class in com.ocpsoft.pretty.faces.config.spi
 
DefaultXMLConfigurationProvider() - Constructor for class com.ocpsoft.pretty.faces.config.spi.DefaultXMLConfigurationProvider
 
DevelopmentModeDetector - Interface in com.ocpsoft.pretty.faces.spi
This SPI is used by PrettyFaces to detect whether it should run in development mode.
DigesterPrettyConfigParser - Class in com.ocpsoft.pretty.faces.config
Digester-based implementation of PrettyConfigParser.
DigesterPrettyConfigParser() - Constructor for class com.ocpsoft.pretty.faces.config.DigesterPrettyConfigParser
 
DYNAVIEW - Static variable in class com.ocpsoft.pretty.faces.config.dynaview.DynaviewEngine
 
DynaviewEngine - Class in com.ocpsoft.pretty.faces.config.dynaview
 
DynaviewEngine() - Constructor for class com.ocpsoft.pretty.faces.config.dynaview.DynaviewEngine
 

E

EL_REGEX - Static variable in class com.ocpsoft.pretty.faces.el.Expressions
 
elPattern - Static variable in class com.ocpsoft.pretty.faces.el.Expressions
The pattern to match a String EL expression.
elPattern - Static variable in class com.ocpsoft.pretty.faces.util.FacesElUtils
The pattern to match any EL expression in a String.
EmptyEntityResolver - Class in com.ocpsoft.pretty.faces.util
Empty EntityResolver to disable downloading of external entities.
EmptyEntityResolver() - Constructor for class com.ocpsoft.pretty.faces.util.EmptyEntityResolver
 
encode() - Method in class com.ocpsoft.pretty.faces.url.URL
Return an encoded form of this URL.
encodeBegin(FacesContext, UIComponent) - Method in class com.ocpsoft.pretty.faces.component.renderer.LinkRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.ocpsoft.pretty.faces.component.renderer.UrlBufferRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.ocpsoft.pretty.faces.component.renderer.LinkRenderer
 
encodeRedirectUrl(String) - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedResponse
 
encodeRedirectURL(String) - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedResponse
 
encodeUrl(String) - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedResponse
 
encodeURL(String) - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedResponse
 
equals(Object) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
equals(Object) - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
equals(Object) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
equals(Object) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
equals(Object) - Method in class com.ocpsoft.pretty.faces.el.ConstantExpression
 
equals(Object) - Method in class com.ocpsoft.pretty.faces.el.LazyExpression
 
equals(URLAction.PhaseId, PhaseId) - Static method in class com.ocpsoft.pretty.faces.util.PhaseIdComparator
 
evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.prettyfaces.InboundRewriteRuleAdaptor
 
evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.prettyfaces.OutboundRewriteRuleAdaptor
 
evaluate(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.prettyfaces.UrlMappingRuleAdaptor
 
executeActions(FacesContext, PhaseId, UrlMapping) - Method in class com.ocpsoft.pretty.faces.beans.ActionExecutor
 
expressionIsPlainText() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
ExpressionProcessorRunner - Class in com.ocpsoft.pretty.faces.el
 
ExpressionProcessorRunner() - Constructor for class com.ocpsoft.pretty.faces.el.ExpressionProcessorRunner
 
Expressions - Class in com.ocpsoft.pretty.faces.el
 
Expressions() - Constructor for class com.ocpsoft.pretty.faces.el.Expressions
 
ExtractedValuesURLBuilder - Class in com.ocpsoft.pretty.faces.beans
 
ExtractedValuesURLBuilder() - Constructor for class com.ocpsoft.pretty.faces.beans.ExtractedValuesURLBuilder
 
extractParameters(UIComponent) - Method in class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
Extract any UIParameter objects from a given component.

F

FacesElUtils - Class in com.ocpsoft.pretty.faces.util
 
FacesElUtils() - Constructor for class com.ocpsoft.pretty.faces.util.FacesElUtils
 
FacesFactory - Class in com.ocpsoft.pretty.faces.util
 
FacesFactory() - Constructor for class com.ocpsoft.pretty.faces.util.FacesFactory
 
FacesMessagesUtils - Class in com.ocpsoft.pretty.faces.util
 
FacesMessagesUtils() - Constructor for class com.ocpsoft.pretty.faces.util.FacesMessagesUtils
 
FacesNavigationURLCanonicalizer - Class in com.ocpsoft.pretty.faces.util
This class holds different JSF utility methods.
FacesNavigationURLCanonicalizer() - Constructor for class com.ocpsoft.pretty.faces.util.FacesNavigationURLCanonicalizer
 
FacesStateUtils - Class in com.ocpsoft.pretty.faces.util
 
FacesStateUtils() - Constructor for class com.ocpsoft.pretty.faces.util.FacesStateUtils
 
findBeanName(Class<?>) - Method in class com.ocpsoft.pretty.faces.el.LazyBeanNameFinder
Find the bean name of the supplied class.

G

getAccesskey() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getAction() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
getActions() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
getActionURL(FacesContext, String) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesActionUrlProvider
 
getAdditionalParameters(ServletRequest, ServletResponse) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRequestParameterProvider
 
getAnchor() - Method in class com.ocpsoft.pretty.faces.component.Link
 
getAnchor() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getApplication() - Static method in class com.ocpsoft.pretty.faces.util.FacesFactory
 
getBeanClass() - Method in class com.ocpsoft.pretty.faces.el.LazyExpression
The class this lazy expression refers to.
getCharset() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getComponent() - Method in class com.ocpsoft.pretty.faces.el.LazyExpression
The component of the bean the expression refers to.
getComponentType() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getComponentType() - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
getConfig() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfigurator
 
getConfig() - Method in class com.ocpsoft.pretty.PrettyContext
Get the pretty-config.xml configurations as loaded by PrettyConfigurator (This can be dynamically manipulated at runtime in order to change or add any mappings.
getConfiguration(ServletContext) - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteConfigurationProvider
 
getContextPath() - Method in class com.ocpsoft.pretty.PrettyContext
 
getCoords() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getCurrentInstance() - Static method in class com.ocpsoft.pretty.PrettyContext
Get the current PrettyFaces context object, or construct a new one if it does not yet exist for this request.
getCurrentInstance(FacesContext) - Static method in class com.ocpsoft.pretty.PrettyContext
Get the current PrettyFaces context object, or construct a new one if it does not yet exist for this request.
getCurrentInstance(HttpServletRequest) - Static method in class com.ocpsoft.pretty.PrettyContext
Get the current PrettyContext, or construct a new one if it does not yet exist for this request.
getCurrentLoader(Object) - Static method in class com.ocpsoft.pretty.faces.util.ClassLoaderUtil
 
getCurrentMapping() - Method in class com.ocpsoft.pretty.PrettyContext
Get the UrlMapping representing the current request.
getCurrentViewId() - Method in class com.ocpsoft.pretty.PrettyContext
Return the current viewId to which the current request will be forwarded to JSF.
getDecodedSegments() - Method in class com.ocpsoft.pretty.faces.url.URL
Get a list of all decoded segments (separated by '/') in this URL.
getDir() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getDynaviewId() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Get the current DynaView ID.
getDynaViewId() - Method in class com.ocpsoft.pretty.PrettyContext
 
getELExpression() - Method in class com.ocpsoft.pretty.faces.el.ConstantExpression
 
getELExpression() - Method in class com.ocpsoft.pretty.faces.el.LazyExpression
 
getELExpression() - Method in interface com.ocpsoft.pretty.faces.el.PrettyExpression
Returns the string representation of the expression.
getEncodedSegments() - Method in class com.ocpsoft.pretty.faces.url.URL
Get a list of all encoded segments (separated by '/') in this URL.
getEncoding() - Method in class com.ocpsoft.pretty.faces.url.Metadata
 
getEncoding() - Method in class com.ocpsoft.pretty.faces.url.URL
Get the character encoding of this URL (default UTF-8)
getExpectedType(FacesContext, String) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
getExpression() - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
getFacesMapping() - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXmlParser
 
getFamily() - Method in class com.ocpsoft.pretty.faces.component.Link
 
getFamily() - Method in class com.ocpsoft.pretty.faces.component.UrlBuffer
 
getFamily() - Method in class com.ocpsoft.pretty.faces.util.NullComponent
 
getGlobalRewriteRules() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Return the currently configured List of RewriteRule as an unmodifiable collection.
getHreflang() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getId() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
Get this mapping's ID (not prefixed with "pretty:")
getId() - Method in class org.ocpsoft.rewrite.prettyfaces.InboundRewriteRuleAdaptor
 
getId() - Method in class org.ocpsoft.rewrite.prettyfaces.OutboundRewriteRuleAdaptor
 
getId() - Method in class org.ocpsoft.rewrite.prettyfaces.UrlMappingRuleAdaptor
 
getIndex() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
getInstance() - Static method in class com.ocpsoft.pretty.faces.application.PrettyRedirector
 
getLang() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getMappedURL(Object...) - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
URL encoding/decoding is not a concern of this method.
getMappingById(String) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Get the UrlMapping corresponding with the given mapping id.
getMappingForUrl(URL) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Search through all currently configured UrlMapping objects for the first one that matches the given URL.
getMappingId() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getMappingId() - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
getMappingId() - Method in class com.ocpsoft.pretty.faces2.component.LocationBehavior
 
getMappings() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Get the currently configured list of UrlMapping as an unmodifiable List
getMatch() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getMatcher(String) - Method in class com.ocpsoft.pretty.faces.url.Segment
Get a Matcher populated with this Segment's regular expression.
getMetadata() - Method in class com.ocpsoft.pretty.faces.url.URL
Get the Metadata object for this URL
getName() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
getName() - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
getNavigationCase(FacesContext, String, String) - Method in class com.ocpsoft.pretty.faces2.application.PrettyNavigationHandler
 
getNavigationCases() - Method in class com.ocpsoft.pretty.faces2.application.PrettyNavigationHandler
 
getOnblur() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnclick() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOndblclick() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnError() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
getOnError() - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
getOnfocus() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnkeydown() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnkeypress() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnkeyup() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnmousedown() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnmousemove() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnmouseout() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnmouseover() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getOnmouseup() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getParameter(String) - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedRequest
 
getParameter(String) - Method in class com.ocpsoft.pretty.faces.url.QueryString
Get the first value of given parameter name.
getParameter(int) - Method in class com.ocpsoft.pretty.faces.url.Segment
Get the PathParameter at the given index.
getParameterCount() - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
Get the number of URL parameters that this parser expects to find in any given input string
getParameterMap() - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedRequest
 
getParameterMap() - Method in class com.ocpsoft.pretty.faces.url.QueryString
Get the name, values[] map representing this query string.
getParameterNames() - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedRequest
 
getParameterNames() - Method in class com.ocpsoft.pretty.faces.url.QueryString
Get the list of parameter names currently stored in this query string..
getParameters() - Method in class com.ocpsoft.pretty.faces.url.Segment
Get an ordered list of the current PathParameters contained within this Segment.
getParameterValues(String) - Method in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedRequest
 
getParameterValues(String) - Method in class com.ocpsoft.pretty.faces.url.QueryString
Get the array of values for a given parameter name.
getParentId() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
getPathParameters() - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
Return the list of parameters specified by this pattern.
getPathValidators() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
getPattern() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
getPattern() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getPattern() - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
 
getPatternParser() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
Get this patterns pattern parser instance.
getPhaseId() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
getPhaseId() - Method in class com.ocpsoft.pretty.faces.event.MultiPageMessagesSupport
 
getPhaseId() - Method in class com.ocpsoft.pretty.faces.event.PrettyPhaseListener
 
getPosition() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
getPriority() - Method in class com.ocpsoft.pretty.faces.config.reload.DefaultDevelopmentModeDetector
 
getPriority() - Method in interface com.ocpsoft.pretty.faces.spi.DevelopmentModeDetector
Detectors with a higher priority value will run after detectors with a lower priority value.
getPriority() - Method in class com.ocpsoft.pretty.faces2.config.reload.JSF2DevelopmentModeDetector
 
getProcessor() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getQueryParams() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
getRedirect() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getRegex() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
getRegex() - Method in class com.ocpsoft.pretty.faces.el.processor.Injected
 
getRegex() - Method in class com.ocpsoft.pretty.faces.el.processor.Named
 
getRegex() - Method in class com.ocpsoft.pretty.faces.el.processor.NamedInjected
 
getRegex() - Method in interface com.ocpsoft.pretty.faces.el.processor.PathParameterProcessor
 
getRegex() - Method in class com.ocpsoft.pretty.faces.el.processor.PlainText
 
getRegex() - Method in class com.ocpsoft.pretty.faces.el.processor.RegexOverride
 
getRegex() - Method in class com.ocpsoft.pretty.faces.url.Segment
Get the parameterized (grouped) regular expression representing this Segment
getRel() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getRelative() - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
getRendererType() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getRendererType() - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
getRequestQueryString() - Method in class com.ocpsoft.pretty.PrettyContext
Return the QueryString representing the query-string with which this request was populated.
getRequestURL() - Method in class com.ocpsoft.pretty.PrettyContext
Return the URL representing the path with which this request was populated.
getRev() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getScript(ClientBehaviorContext) - Method in class com.ocpsoft.pretty.faces2.component.LocationBehavior
 
getSegments() - Method in class com.ocpsoft.pretty.faces.url.URL
Return all segments (separated by '/') in this URL
getServletClass() - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletDefinition
 
getServletMappings() - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXml
 
getServletName() - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletDefinition
 
getServletName() - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletMapping
 
getServlets() - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXml
 
getShape() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getStatus() - Method in enum com.ocpsoft.pretty.faces.config.rewrite.Redirect
 
getStyle() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getStyleClass() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getSubstitute() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getTabindex() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getTarget() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getTemplate() - Method in class com.ocpsoft.pretty.faces.url.Segment
Get the template representing this Segment
getTemplateMatcher(String) - Static method in class com.ocpsoft.pretty.faces.url.Segment
Can be used to discover String representations of template parameters encoded via Segment.parameterize(int)
getTitle() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getToCase() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getTrailingSlash() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getType() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
getUrl() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
getUrl() - Method in class com.ocpsoft.pretty.faces2.component.LocationBehavior
 
getUrlPattern() - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletMapping
 
getValidatorExpression() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
getValidatorExpression() - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
getValidatorIdList() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
getValidatorIdList() - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
getValidatorIds() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
getValidatorIds() - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
getValidatorsForPathParam(PathParameter) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
Return a list of validators that belong to the given parameter.
getValue() - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
getValue(FacesContext, String) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
getVar() - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
getViewId() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 

H

handleNavigation(FacesContext, String, String) - Method in class com.ocpsoft.pretty.faces2.application.PrettyNavigationHandler
 
hashCode() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
hashCode() - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
hashCode() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
hashCode() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
hashCode() - Method in class com.ocpsoft.pretty.faces.el.ConstantExpression
 
hashCode() - Method in class com.ocpsoft.pretty.faces.el.LazyExpression
 
hasLeadingSlash() - Method in class com.ocpsoft.pretty.faces.url.Metadata
 
hasLeadingSlash() - Method in class com.ocpsoft.pretty.faces.url.URL
Return true if this URL begins with '/'
hasLeadingSlash(String) - Static method in class com.ocpsoft.pretty.faces.util.StringUtils
 
hasParent() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
hasTrailingSlash() - Method in class com.ocpsoft.pretty.faces.url.Metadata
 
hasTrailingSlash() - Method in class com.ocpsoft.pretty.faces.url.URL
Return true if this URL ends with '/'
hasTrailingSlash(String) - Static method in class com.ocpsoft.pretty.faces.util.StringUtils
 
hasValidators() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
hasValidators() - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
HIERARCHY_ENABLED_PARAM - Static variable in class com.ocpsoft.pretty.faces.config.spi.ParentingPostProcessor
 
HTTPDecoder - Class in com.ocpsoft.pretty.faces.util
Utility class for HTML form encoding.
HTTPDecoder() - Constructor for class com.ocpsoft.pretty.faces.util.HTTPDecoder
 

I

InboundRewriteRuleAdaptor - Class in org.ocpsoft.rewrite.prettyfaces
 
InboundRewriteRuleAdaptor(RewriteRule) - Constructor for class org.ocpsoft.rewrite.prettyfaces.InboundRewriteRuleAdaptor
 
Injected - Class in com.ocpsoft.pretty.faces.el.processor
 
Injected() - Constructor for class com.ocpsoft.pretty.faces.el.processor.Injected
 
injectParameters(FacesContext) - Method in class com.ocpsoft.pretty.faces.beans.ParameterInjector
 
invokeMethod(FacesContext, String) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
invokeMethod(FacesContext, String, Class<?>[], Object[]) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
isBlank(String) - Static method in class com.ocpsoft.pretty.faces.util.StringUtils
 
isDevelopmentMode(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.reload.DefaultDevelopmentModeDetector
 
isDevelopmentMode(ServletContext) - Method in interface com.ocpsoft.pretty.faces.spi.DevelopmentModeDetector
This method must return true if it wants PrettyFaces to run in development mode.
isDevelopmentMode(ServletContext) - Method in class com.ocpsoft.pretty.faces2.config.reload.JSF2DevelopmentModeDetector
 
isDynaView() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
Return whether or not this Mapping requires DynaView capabilities
isDynaviewProcessed() - Method in class com.ocpsoft.pretty.PrettyContext
Return true if the current request has already processed the DynaView life-cycle.
isEL(String) - Static method in class com.ocpsoft.pretty.faces.el.Expressions
Return true if the value is an EL expression.
isEl(String) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
isElPattern() - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
 
isEmpty() - Method in class com.ocpsoft.pretty.faces.url.QueryString
Return true if this query string currently contains no parameters.
isFacesPresent() - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXmlParser
 
isInbound() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
isInheritable() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
isInNavigation() - Method in class com.ocpsoft.pretty.PrettyContext
Return whether or not this faces application is in the Navigation State
isInstantiated(ServletRequest) - Static method in class com.ocpsoft.pretty.PrettyContext
Return true if there is an instantiated PrettyContext contained in the current given request object.
isMappingEnabled(Rewrite) - Static method in class org.ocpsoft.rewrite.prettyfaces.PFUtil
 
isMappingId(String) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Discover if the given id is a UrlMapping id specified in the current configuration.
isNamed() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
isNotBlank(String) - Static method in class com.ocpsoft.pretty.faces.util.StringUtils
 
isOnPostback() - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
isOnPostback() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
isOutbound() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
isOutbound() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
isPostback(FacesContext) - Static method in class com.ocpsoft.pretty.faces.util.FacesStateUtils
Determine if the current request/FacesContext is in PostBack state
isPrettyRequest() - Method in class com.ocpsoft.pretty.PrettyContext
Determine if this request URL is mapped by PrettyFaces
isRewritingEnabled(Rewrite) - Static method in class org.ocpsoft.rewrite.prettyfaces.PFUtil
 
isURLMapped(URL) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Discover if the given URL is mapped by any UrlMapping specified in the current configuration.
isUseEncodeUrlForRedirects() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
 
isViewMapped(String) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Discover if the given ViewId is mapped by any UrlMapping specified in the current configuration.

J

JSF2DevelopmentModeDetector - Class in com.ocpsoft.pretty.faces2.config.reload
Implementation of DevelopmentModeDetector that checks for the JSF project stage the application runs in.
JSF2DevelopmentModeDetector() - Constructor for class com.ocpsoft.pretty.faces2.config.reload.JSF2DevelopmentModeDetector
 

L

LazyBeanNameFinder - Class in com.ocpsoft.pretty.faces.el
Class implementing lazy resolving of bean names.
LazyBeanNameFinder(ServletContext) - Constructor for class com.ocpsoft.pretty.faces.el.LazyBeanNameFinder
Creates a new LazyBeanNameFinder.
LazyExpression - Class in com.ocpsoft.pretty.faces.el
An implementation of PrettyExpression used when the name of the bean should be resolved lazily.
LazyExpression(LazyBeanNameFinder, Class<?>, String) - Constructor for class com.ocpsoft.pretty.faces.el.LazyExpression
Creates a new LazyExpression
Link - Class in com.ocpsoft.pretty.faces.component
 
Link() - Constructor for class com.ocpsoft.pretty.faces.component.Link
 
LinkRenderer - Class in com.ocpsoft.pretty.faces.component.renderer
 
LinkRenderer() - Constructor for class com.ocpsoft.pretty.faces.component.renderer.LinkRenderer
 
LinkTag - Class in com.ocpsoft.pretty.faces.component.tag
 
LinkTag() - Constructor for class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
loadConfiguration(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.spi.AnnotationConfigurationProvider
 
loadConfiguration(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.spi.ClassLoaderConfigurationProvider
 
loadConfiguration(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.spi.ContextSpecifiedConfigurationProvider
 
loadConfiguration(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.spi.DefaultXMLConfigurationProvider
 
loadConfiguration(ServletContext) - Method in interface com.ocpsoft.pretty.faces.spi.ConfigurationProvider
Return a PrettyConfig object that will be appended to the current PrettyFaces configuration.
LocationBehavior - Class in com.ocpsoft.pretty.faces2.component
Simple JSF2 client behavior that changes the current URL by setting window.location.href.
LocationBehavior() - Constructor for class com.ocpsoft.pretty.faces2.component.LocationBehavior
 

M

matches(URL) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
Test this mapping against a given URL.
matches(String) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
Return true if the match field contains a regex that matches some or all of the given URL, false if no match is found.
matches(URL) - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
Return true if this parser matches the given URL, otherwise, return false.
matches(String) - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
Deprecated.
Metadata - Class in com.ocpsoft.pretty.faces.url
 
Metadata() - Constructor for class com.ocpsoft.pretty.faces.url.Metadata
 
MultiPageMessagesSupport - Class in com.ocpsoft.pretty.faces.event
 
MultiPageMessagesSupport() - Constructor for class com.ocpsoft.pretty.faces.event.MultiPageMessagesSupport
 

N

Named - Class in com.ocpsoft.pretty.faces.el.processor
 
Named() - Constructor for class com.ocpsoft.pretty.faces.el.processor.Named
 
NamedInjected - Class in com.ocpsoft.pretty.faces.el.processor
 
NamedInjected() - Constructor for class com.ocpsoft.pretty.faces.el.processor.NamedInjected
 
newDetachedInstance(HttpServletRequest) - Static method in class com.ocpsoft.pretty.PrettyContext
Package private -- only PrettyFilter should be calling this method -- it does not overwrite existing contexts in Request object
normalizeRequestURI(FacesContext, String) - Static method in class com.ocpsoft.pretty.faces.util.FacesNavigationURLCanonicalizer
This method reads all required values from the FacesContext and then delegates the call to FacesNavigationURLCanonicalizer.normalizeRequestURI(String, String, String).
normalizeRequestURI(String, String, String) - Static method in class com.ocpsoft.pretty.faces.util.FacesNavigationURLCanonicalizer
Prune the url-pattern from the viewId if prefix mapped FacesServlet, otherwise return the original URI.
notNull(Object, String) - Static method in class com.ocpsoft.pretty.faces.util.Assert
 
NullComponent - Class in com.ocpsoft.pretty.faces.util
This component exists only to provide Path and Query Validators with a component for which they should not throw NullPointerExceptions
NullComponent() - Constructor for class com.ocpsoft.pretty.faces.util.NullComponent
 
numParameters() - Method in class com.ocpsoft.pretty.faces.url.Segment
Return the number of PathParameters contained within this Segment.
numSegments() - Method in class com.ocpsoft.pretty.faces.url.URL
Get the number of segments (separated by '/') in this URL

O

onPostback() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
org.ocpsoft.rewrite.prettyfaces - package org.ocpsoft.rewrite.prettyfaces
 
OutboundRewriteRuleAdaptor - Class in org.ocpsoft.rewrite.prettyfaces
 
OutboundRewriteRuleAdaptor(RewriteRule) - Constructor for class org.ocpsoft.rewrite.prettyfaces.OutboundRewriteRuleAdaptor
 

P

ParameterInjector - Class in com.ocpsoft.pretty.faces.beans
 
ParameterInjector() - Constructor for class com.ocpsoft.pretty.faces.beans.ParameterInjector
 
parameterize(int) - Static method in class com.ocpsoft.pretty.faces.url.Segment
Return a String representation of a parameter index value that can be re-discovered via Segment.getTemplateMatcher(String)
ParameterValidator - Class in com.ocpsoft.pretty.faces.beans
 
ParameterValidator() - Constructor for class com.ocpsoft.pretty.faces.beans.ParameterValidator
 
ParentingPostProcessor - Class in com.ocpsoft.pretty.faces.config.spi
 
ParentingPostProcessor() - Constructor for class com.ocpsoft.pretty.faces.config.spi.ParentingPostProcessor
 
parse(PrettyConfigBuilder, InputStream) - Method in class com.ocpsoft.pretty.faces.config.DigesterPrettyConfigParser
 
parse(PrettyConfigBuilder, InputStream) - Method in interface com.ocpsoft.pretty.faces.config.PrettyConfigParser
Parses the input stream and feeds configuration elements to the builder.
parse(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXmlParser
 
parse(URL) - Method in class com.ocpsoft.pretty.faces.url.URLPatternParser
Builds a list of PathParameters for this UrlPattern, extracted from the provided URL (assuming a match is found).
PathParameter - Class in com.ocpsoft.pretty.faces.config.mapping
 
PathParameter() - Constructor for class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
PathParameter(String, String, PrettyExpression) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
PathParameter(String, String) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
PathParameterProcessor - Interface in com.ocpsoft.pretty.faces.el.processor
 
PathValidator - Class in com.ocpsoft.pretty.faces.config.mapping
 
PathValidator() - Constructor for class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
PathValidator(int, String, String) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
pattern - Static variable in class com.ocpsoft.pretty.faces.el.processor.Injected
 
pattern - Static variable in class com.ocpsoft.pretty.faces.el.processor.Named
 
pattern - Static variable in class com.ocpsoft.pretty.faces.el.processor.NamedInjected
 
pattern - Static variable in class com.ocpsoft.pretty.faces.el.processor.RegexOverride
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.prettyfaces.InboundRewriteRuleAdaptor
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.prettyfaces.OutboundRewriteRuleAdaptor
 
perform(Rewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.prettyfaces.UrlMappingRuleAdaptor
 
performNavigation(String) - Method in class com.ocpsoft.pretty.faces2.application.PrettyNavigationHandler
 
PFUtil - Class in org.ocpsoft.rewrite.prettyfaces
 
PFUtil() - Constructor for class org.ocpsoft.rewrite.prettyfaces.PFUtil
 
PhaseIdComparator - Class in com.ocpsoft.pretty.faces.util
 
PhaseIdComparator() - Constructor for class com.ocpsoft.pretty.faces.util.PhaseIdComparator
 
PhaseIdConverter - Class in com.ocpsoft.pretty.faces.config.convert
 
PhaseIdConverter() - Constructor for class com.ocpsoft.pretty.faces.config.convert.PhaseIdConverter
 
PlainText - Class in com.ocpsoft.pretty.faces.el.processor
 
PlainText() - Constructor for class com.ocpsoft.pretty.faces.el.processor.PlainText
 
preProcessors - Static variable in class com.ocpsoft.pretty.faces.el.ExpressionProcessorRunner
 
PRETTY_CONFIG_RESOURCE - Static variable in class com.ocpsoft.pretty.faces.config.spi.ClassLoaderConfigurationProvider
 
PRETTY_PREFIX - Static variable in class com.ocpsoft.pretty.PrettyContext
 
PrettyAnnotationHandler - Class in com.ocpsoft.pretty.faces.config.annotation
 
PrettyAnnotationHandler(LazyBeanNameFinder) - Constructor for class com.ocpsoft.pretty.faces.config.annotation.PrettyAnnotationHandler
Constructor
PrettyConfig - Class in com.ocpsoft.pretty.faces.config
 
PrettyConfig() - Constructor for class com.ocpsoft.pretty.faces.config.PrettyConfig
Creates an empty PrettyConfig object
PrettyConfigBuilder - Class in com.ocpsoft.pretty.faces.config
Pretty Faces configuration builder.
PrettyConfigBuilder() - Constructor for class com.ocpsoft.pretty.faces.config.PrettyConfigBuilder
 
PrettyConfigContextListener - Class in org.ocpsoft.rewrite.prettyfaces
 
PrettyConfigContextListener() - Constructor for class org.ocpsoft.rewrite.prettyfaces.PrettyConfigContextListener
 
PrettyConfigParser - Interface in com.ocpsoft.pretty.faces.config
Parses Pretty Faces configuraion from an input stream.
PrettyConfigReloader - Class in com.ocpsoft.pretty.faces.config.reload
This class reloads the PrettyFaces configuration if PrettyFaces runs in development mode.
PrettyConfigReloader() - Constructor for class com.ocpsoft.pretty.faces.config.reload.PrettyConfigReloader
 
PrettyConfigurator - Class in com.ocpsoft.pretty.faces.config
 
PrettyConfigurator(ServletContext) - Constructor for class com.ocpsoft.pretty.faces.config.PrettyConfigurator
 
PrettyContext - Class in com.ocpsoft.pretty
 
PrettyContext(HttpServletRequest) - Constructor for class com.ocpsoft.pretty.PrettyContext
Must create instance through the initialize() method
PrettyException - Exception in com.ocpsoft.pretty
 
PrettyException() - Constructor for exception com.ocpsoft.pretty.PrettyException
 
PrettyException(String, Throwable) - Constructor for exception com.ocpsoft.pretty.PrettyException
 
PrettyException(String) - Constructor for exception com.ocpsoft.pretty.PrettyException
 
PrettyException(Throwable) - Constructor for exception com.ocpsoft.pretty.PrettyException
 
PrettyExpression - Interface in com.ocpsoft.pretty.faces.el
Interface representing a single EL method or value binding expression.
PrettyFacesActionUrlProvider - Class in org.ocpsoft.rewrite.prettyfaces
 
PrettyFacesActionUrlProvider() - Constructor for class org.ocpsoft.rewrite.prettyfaces.PrettyFacesActionUrlProvider
 
PrettyFacesRequestParameterProvider - Class in org.ocpsoft.rewrite.prettyfaces
 
PrettyFacesRequestParameterProvider() - Constructor for class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRequestParameterProvider
 
PrettyFacesRewriteConfigurationProvider - Class in org.ocpsoft.rewrite.prettyfaces
 
PrettyFacesRewriteConfigurationProvider() - Constructor for class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteConfigurationProvider
 
PrettyFacesRewriteLifecycleListener - Class in org.ocpsoft.rewrite.prettyfaces
Propagates events from RewriteLifecycleListener to CDI Event bus.
PrettyFacesRewriteLifecycleListener() - Constructor for class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
PrettyFacesWrappedRequest - Class in com.ocpsoft.pretty.faces.servlet
 
PrettyFacesWrappedRequest(HttpServletRequest, Map<String, String[]>) - Constructor for class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedRequest
Create a new request wrapper that will merge additional parameters into the request object without prematurely reading parameters from the original request.
PrettyFacesWrappedResponse - Class in com.ocpsoft.pretty.faces.servlet
 
PrettyFacesWrappedResponse(String, HttpServletRequest, HttpServletResponse, PrettyConfig) - Constructor for class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedResponse
 
PrettyNavigationHandler - Class in com.ocpsoft.pretty.faces2.application
 
PrettyNavigationHandler(ConfigurableNavigationHandler) - Constructor for class com.ocpsoft.pretty.faces2.application.PrettyNavigationHandler
 
PrettyPhaseListener - Class in com.ocpsoft.pretty.faces.event
 
PrettyPhaseListener() - Constructor for class com.ocpsoft.pretty.faces.event.PrettyPhaseListener
 
PrettyRedirector - Class in com.ocpsoft.pretty.faces.application
 
PrettyRedirector() - Constructor for class com.ocpsoft.pretty.faces.application.PrettyRedirector
 
PrettyTagBase - Class in com.ocpsoft.pretty.faces.component
 
PrettyTagBase() - Constructor for class com.ocpsoft.pretty.faces.component.PrettyTagBase
 
PrettyURLBuilder - Class in com.ocpsoft.pretty.faces.util
A utility class for building Pretty URLs.
PrettyURLBuilder() - Constructor for class com.ocpsoft.pretty.faces.util.PrettyURLBuilder
 
priority() - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyConfigContextListener
 
priority() - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesActionUrlProvider
 
priority() - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRequestParameterProvider
 
priority() - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteConfigurationProvider
 
priority() - Method in class org.ocpsoft.rewrite.prettyfaces.PrettyFacesRewriteLifecycleListener
 
process(String) - Static method in class com.ocpsoft.pretty.faces.el.ExpressionProcessorRunner
 
process(PathParameter) - Method in class com.ocpsoft.pretty.faces.el.processor.Injected
 
process(PathParameter) - Method in class com.ocpsoft.pretty.faces.el.processor.Named
 
process(PathParameter) - Method in class com.ocpsoft.pretty.faces.el.processor.NamedInjected
 
process(PathParameter) - Method in interface com.ocpsoft.pretty.faces.el.processor.PathParameterProcessor
This method must call PathParameter#setExpressionIsEL(boolean) if the parameter's expression is EL discovered by this processor.
process(PathParameter) - Method in class com.ocpsoft.pretty.faces.el.processor.PlainText
 
process(PathParameter) - Method in class com.ocpsoft.pretty.faces.el.processor.RegexOverride
 
processClassMappingAnnotations(Class<?>) - Method in class com.ocpsoft.pretty.faces.config.annotation.PrettyAnnotationHandler
Checks for PrettyFaces mapping annotations on a single class
processConfiguration(ServletContext, PrettyConfig) - Method in class com.ocpsoft.pretty.faces.config.spi.ContextParamsPostProcessor
 
processConfiguration(ServletContext, PrettyConfig) - Method in class com.ocpsoft.pretty.faces.config.spi.ParentingPostProcessor
 
processConfiguration(ServletContext, PrettyConfig) - Method in class com.ocpsoft.pretty.faces.config.spi.ValidatingPostProcessor
 
processConfiguration(ServletContext, PrettyConfig) - Method in interface com.ocpsoft.pretty.faces.spi.ConfigurationPostProcessor
Process the given PrettyConfig, returning the modified configuration.
processDynaView(PrettyContext, FacesContext) - Method in class com.ocpsoft.pretty.faces.config.dynaview.DynaviewEngine
Handle DynaView processing.
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.CaseProcessor
 
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.CustomClassProcessor
 
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in interface com.ocpsoft.pretty.faces.rewrite.Processor
Process an inbound URL Rewrite request.
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.RegexProcessor
 
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.TrailingSlashProcessor
 
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.UrlProcessor
 
processInbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.RewriteEngine
Rewrite the given URL using the provided RewriteRule object as a set of rules.
Processor - Interface in com.ocpsoft.pretty.faces.rewrite
Perform a rewrite operation on a given URL, utilizing any necessary information from the given RewriteRule configuration object from which the processor was invoked.
processors - Static variable in class com.ocpsoft.pretty.faces.el.ExpressionProcessorRunner
 
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.CaseProcessor
 
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.CustomClassProcessor
 
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in interface com.ocpsoft.pretty.faces.rewrite.Processor
Process an outbound URL Rewrite request.
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.RegexProcessor
 
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.TrailingSlashProcessor
 
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.processor.UrlProcessor
 
processOutbound(HttpServletRequest, HttpServletResponse, RewriteRule, String) - Method in class com.ocpsoft.pretty.faces.rewrite.RewriteEngine
Rewrite the given URL using the provided RewriteRule object.

Q

QueryParameter - Class in com.ocpsoft.pretty.faces.config.mapping
 
QueryParameter() - Constructor for class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
QueryParameter(String, String) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
QueryParameter(String, String, PrettyExpression) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
QueryString - Class in com.ocpsoft.pretty.faces.url
 
QueryString() - Constructor for class com.ocpsoft.pretty.faces.url.QueryString
 

R

redirect(FacesContext, String) - Method in class com.ocpsoft.pretty.faces.application.PrettyRedirector
 
Redirect - Enum in com.ocpsoft.pretty.faces.config.rewrite
Enumeration describing different methods of Inbound Redirecting
RedirectConverter - Class in com.ocpsoft.pretty.faces.config.convert
 
RedirectConverter() - Constructor for class com.ocpsoft.pretty.faces.config.convert.RedirectConverter
 
REGEX - Static variable in class com.ocpsoft.pretty.faces.el.processor.RegexOverride
 
RegexOverride - Class in com.ocpsoft.pretty.faces.el.processor
 
RegexOverride() - Constructor for class com.ocpsoft.pretty.faces.el.processor.RegexOverride
 
RegexProcessor - Class in com.ocpsoft.pretty.faces.rewrite.processor
 
RegexProcessor() - Constructor for class com.ocpsoft.pretty.faces.rewrite.processor.RegexProcessor
 
release() - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
release() - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
reloadIfNecessary(ServletContext) - Method in class com.ocpsoft.pretty.faces.config.reload.PrettyConfigReloader
 
removeParameter(String) - Method in class com.ocpsoft.pretty.faces.url.QueryString
 
RENDERER_TYPE - Static variable in class com.ocpsoft.pretty.faces.component.renderer.LinkRenderer
 
RENDERER_TYPE - Static variable in class com.ocpsoft.pretty.faces.component.renderer.UrlBufferRenderer
 
RENDERER_TYPE - Static variable in class com.ocpsoft.pretty.faces.component.UrlBuffer
 
RequestParameter - Class in com.ocpsoft.pretty.faces.config.mapping
 
RequestParameter() - Constructor for class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
RequestParameter(String, String) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
RequestParameter(String, String, PrettyExpression) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
resolveEntity(String, String) - Method in class com.ocpsoft.pretty.faces.util.EmptyEntityResolver
 
restoreMessages(FacesContext, Map<String, Object>) - Method in class com.ocpsoft.pretty.faces.util.FacesMessagesUtils
 
REWRITE_MAPPING_ID_KEY - Static variable in class com.ocpsoft.pretty.faces.servlet.PrettyFacesWrappedResponse
 
REWRITE_MAPPING_ID_KEY - Static variable in class org.ocpsoft.rewrite.prettyfaces.UrlMappingRuleAdaptor
 
RewriteEngine - Class in com.ocpsoft.pretty.faces.rewrite
Process URL rewrites based on configuration
RewriteEngine() - Constructor for class com.ocpsoft.pretty.faces.rewrite.RewriteEngine
 
RewriteRule - Class in com.ocpsoft.pretty.faces.config.rewrite
 
RewriteRule() - Constructor for class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 

S

saveMessages(FacesContext, Map<String, Object>) - Method in class com.ocpsoft.pretty.faces.util.FacesMessagesUtils
 
Segment - Class in com.ocpsoft.pretty.faces.url
 
Segment() - Constructor for class com.ocpsoft.pretty.faces.url.Segment
 
send404(FacesContext) - Method in class com.ocpsoft.pretty.faces.application.PrettyRedirector
 
sendError(int) - Method in class com.ocpsoft.pretty.PrettyContext
Sends an error response to the client using the specified HTTP status code.
sendError(int, String) - Method in class com.ocpsoft.pretty.PrettyContext
Sends an error response to the client using the specified HTTP status code.
sendError(int, String, HttpServletResponse) - Method in class com.ocpsoft.pretty.PrettyContext
Sends an error response to the client using the specified HTTP status code.
ServletDefinition - Class in com.ocpsoft.pretty.faces.config.servlet
 
ServletDefinition() - Constructor for class com.ocpsoft.pretty.faces.config.servlet.ServletDefinition
 
ServletMapping - Class in com.ocpsoft.pretty.faces.config.servlet
 
ServletMapping() - Constructor for class com.ocpsoft.pretty.faces.config.servlet.ServletMapping
 
setAccesskey(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setAction(PrettyExpression) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
setAction(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
Extra setter method creating a ConstantExpression.
setActions(List<UrlAction>) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setAnchor(String) - Method in class com.ocpsoft.pretty.faces.component.Link
 
setAnchor(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setAttributeProperites(UIComponent, String, String) - Method in class com.ocpsoft.pretty.faces.component.PrettyTagBase
 
setCharset(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setCoords(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setCurrentContext(HttpServletRequest, PrettyContext) - Static method in class com.ocpsoft.pretty.PrettyContext
Package private -- only PrettyFilter or this class should be calling this method -- it overwrites existing contexts in Request object
setDir(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setDynaviewId(String) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Set the current DynaView ID.
setDynaviewProcessed(boolean) - Method in class com.ocpsoft.pretty.PrettyContext
 
setEncoding(String) - Method in class com.ocpsoft.pretty.faces.url.Metadata
 
setEncoding(String) - Method in class com.ocpsoft.pretty.faces.url.URL
Set the character encoding of this URL (default UTF-8)
setExpression(PrettyExpression) - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
setExpression(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
Extra setter method creating a ConstantExpression.
setExpressionIsPlainText(boolean) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
setGlobalRewriteRules(List<RewriteRule>) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Set the current list of RewriteRule objects.
setHreflang(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setId(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
Set this mapping's ID (not prefixed with "pretty:")
setInbound(boolean) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setIndex(int) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
setInheritable(boolean) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
setInNavigation(boolean) - Method in class com.ocpsoft.pretty.PrettyContext
Set whether or not to treat this request as if it is in the Navigation State
setLang(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setLeadingSlash(boolean) - Method in class com.ocpsoft.pretty.faces.url.Metadata
 
setMappingId(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setMappingId(String) - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
setMappingId(String) - Method in class com.ocpsoft.pretty.faces2.component.LocationBehavior
 
setMappings(List<UrlMapping>) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
Set the currently configured list of UrlMapping
setMatch(String) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setMetadata(Metadata) - Method in class com.ocpsoft.pretty.faces.url.URL
Set the Metadata object for this URL
setName(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
setOnblur(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnclick(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOndblclick(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnError(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
setOnError(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
setOnfocus(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnkeydown(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnkeypress(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnkeyup(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnmousedown(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnmousemove(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnmouseout(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnmouseover(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnmouseup(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setOnPostback(boolean) - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
setOnPostback(boolean) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
setOnPostback(boolean) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setOutbound(boolean) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setOutbound(boolean) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setParentId(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setPathValidators(List<PathValidator>) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setPattern(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setPhaseId(URLAction.PhaseId) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
setPosition(int) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
setProcessor(String) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setProperties(UIComponent) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setProperties(UIComponent) - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
setQueryParams(List<QueryParameter>) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
setRedirect(Redirect) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setRegex(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
setRegex(String) - Method in class com.ocpsoft.pretty.faces.url.Segment
 
setRel(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setRelative(String) - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
setRev(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setRewriteOccurred(Rewrite) - Static method in class org.ocpsoft.rewrite.prettyfaces.PFUtil
 
setServletClass(String) - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletDefinition
 
setServletName(String) - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletDefinition
 
setServletName(String) - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletMapping
 
setShape(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setStyle(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setStyleClass(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setSubstitute(String) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setTabindex(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setTarget(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setTemplate(String) - Method in class com.ocpsoft.pretty.faces.url.Segment
 
setTitle(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setToCase(Case) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setTrailingSlash(TrailingSlash) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setTrailingSlash(boolean) - Method in class com.ocpsoft.pretty.faces.url.Metadata
 
setType(String) - Method in class com.ocpsoft.pretty.faces.component.tag.LinkTag
 
setUrl(String) - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
setUrl(String) - Method in class com.ocpsoft.pretty.faces2.component.LocationBehavior
 
setUrlPattern(String) - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletMapping
 
setUseEncodeUrlForRedirects(boolean) - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
 
setValidator(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
Extra setter method creating a ConstantExpression.
setValidator(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
Extra setter method creating a ConstantExpression for the validatorExpression.
setValidatorExpression(PrettyExpression) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
setValidatorExpression(PrettyExpression) - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
setValidatorIds(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
setValidatorIds(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.QueryParameter
 
setValue(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
setValue(FacesContext, String, Object) - Method in class com.ocpsoft.pretty.faces.util.FacesElUtils
 
setVar(String) - Method in class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
setViewId(String) - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
shouldProcessDynaview() - Method in class com.ocpsoft.pretty.PrettyContext
 
splitBySlash(String) - Static method in class com.ocpsoft.pretty.faces.util.StringUtils
 
StringUtils - Class in com.ocpsoft.pretty.faces.util
Helper class providing similar functions like the StringUtils class of Apache Commons.
StringUtils() - Constructor for class com.ocpsoft.pretty.faces.util.StringUtils
 
stripContextPath(String) - Method in class com.ocpsoft.pretty.PrettyContext
If the given URL is prefixed with this request's context-path, return the URI without the context path.

T

token - Static variable in class com.ocpsoft.pretty.faces.util.FacesMessagesUtils
 
toQueryString() - Method in class com.ocpsoft.pretty.faces.url.QueryString
Convert the current parameters to a valid query string, including the leading '?' character.
toString() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathParameter
 
toString() - Method in class com.ocpsoft.pretty.faces.config.mapping.PathValidator
 
toString() - Method in class com.ocpsoft.pretty.faces.config.mapping.RequestParameter
 
toString() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlAction
 
toString() - Method in class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
toString() - Method in class com.ocpsoft.pretty.faces.config.PrettyConfig
 
toString() - Method in class com.ocpsoft.pretty.faces.config.rewrite.RewriteRule
 
toString() - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletDefinition
 
toString() - Method in class com.ocpsoft.pretty.faces.config.servlet.ServletMapping
 
toString() - Method in class com.ocpsoft.pretty.faces.config.servlet.WebXml
 
toString() - Method in class com.ocpsoft.pretty.faces.el.ConstantExpression
 
toString() - Method in class com.ocpsoft.pretty.faces.el.LazyExpression
 
toString() - Method in class com.ocpsoft.pretty.faces.url.QueryString
 
toString() - Method in class com.ocpsoft.pretty.faces.url.Segment
 
toString() - Method in class com.ocpsoft.pretty.faces.url.URL
Return a String representation of this URL
toString() - Method in class org.ocpsoft.rewrite.prettyfaces.InboundRewriteRuleAdaptor
 
toString() - Method in class org.ocpsoft.rewrite.prettyfaces.UrlMappingRuleAdaptor
 
toURL() - Method in class com.ocpsoft.pretty.faces.url.URL
Return a String representation of this URL
TrailingSlash - Enum in com.ocpsoft.pretty.faces.config.rewrite
Enumeration describing methods of URL trailing slash canonicalization.
TrailingSlashConverter - Class in com.ocpsoft.pretty.faces.config.convert
 
TrailingSlashConverter() - Constructor for class com.ocpsoft.pretty.faces.config.convert.TrailingSlashConverter
 
TrailingSlashProcessor - Class in com.ocpsoft.pretty.faces.rewrite.processor
 
TrailingSlashProcessor() - Constructor for class com.ocpsoft.pretty.faces.rewrite.processor.TrailingSlashProcessor
 

U

URL - Class in com.ocpsoft.pretty.faces.url
 
URL(String) - Constructor for class com.ocpsoft.pretty.faces.url.URL
Create a URL object for the given url String.
URL(List<String>, Metadata) - Constructor for class com.ocpsoft.pretty.faces.url.URL
Create a URL object for the given url segments (separated by '/' from the original url string), using the given metadata object to represent the encoding and leading/trailing slash information about this URL.
URLAction - Annotation Type in com.ocpsoft.pretty.faces.annotation
Specifies an action method to be called after URL parameters have been parsed and assigned into beans.
UrlAction - Class in com.ocpsoft.pretty.faces.config.mapping
 
UrlAction() - Constructor for class com.ocpsoft.pretty.faces.config.mapping.UrlAction
Create a new UrlAction with empty values
UrlAction(String) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.UrlAction
Creates a new UrlAction and creates a ConstantExpression for the supplied EL method binding
UrlAction(PrettyExpression) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.UrlAction
Creates a new UrlAction and initialize it with the supplied PrettyExpression
UrlAction(String, URLAction.PhaseId) - Constructor for class com.ocpsoft.pretty.faces.config.mapping.UrlAction
Creates a new UrlAction and creates a ConstantExpression for the supplied EL method binding
URLAction.PhaseId - Enum in com.ocpsoft.pretty.faces.annotation
For use with URLAction.phaseId()
URLActions - Annotation Type in com.ocpsoft.pretty.faces.annotation
Container annotation for multiple URLAction annotations placed on a single action method.
URLBeanName - Annotation Type in com.ocpsoft.pretty.faces.annotation
Annotation specifying the name that can be used to access instances of this bean in EL expressions.
UrlBuffer - Class in com.ocpsoft.pretty.faces.component
 
UrlBuffer() - Constructor for class com.ocpsoft.pretty.faces.component.UrlBuffer
 
UrlBufferRenderer - Class in com.ocpsoft.pretty.faces.component.renderer
 
UrlBufferRenderer() - Constructor for class com.ocpsoft.pretty.faces.component.renderer.UrlBufferRenderer
 
UrlBufferTag - Class in com.ocpsoft.pretty.faces.component.tag
 
UrlBufferTag() - Constructor for class com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
 
URLDuplicatePathCanonicalizer - Class in com.ocpsoft.pretty.faces.util
 
URLDuplicatePathCanonicalizer() - Constructor for class com.ocpsoft.pretty.faces.util.URLDuplicatePathCanonicalizer
 
URLMapping - Annotation Type in com.ocpsoft.pretty.faces.annotation
Annotation representing a single PrettyFaces mapping that maps URLs to Faces Views.
UrlMapping - Class in com.ocpsoft.pretty.faces.config.mapping
 
UrlMapping() - Constructor for class com.ocpsoft.pretty.faces.config.mapping.UrlMapping
 
UrlMappingRuleAdaptor - Class in org.ocpsoft.rewrite.prettyfaces
 
UrlMappingRuleAdaptor(UrlMapping) - Constructor for class org.ocpsoft.rewrite.prettyfaces.UrlMappingRuleAdaptor
 
URLMappings - Annotation Type in com.ocpsoft.pretty.faces.annotation
Container annotation for multiple URLMapping annotations placed on a single class.
URLPatternParser - Class in com.ocpsoft.pretty.faces.url
 
URLPatternParser(String) - Constructor for class com.ocpsoft.pretty.faces.url.URLPatternParser
Set the pattern for which this parser will match.
UrlProcessor - Class in com.ocpsoft.pretty.faces.rewrite.processor
A processor that replaces the current URL with the URL specified in RewriteRule.getURL(), and provides Regex Backreferences into the match expression if provided.
UrlProcessor() - Constructor for class com.ocpsoft.pretty.faces.rewrite.processor.UrlProcessor
 
URLQueryParameter - Annotation Type in com.ocpsoft.pretty.faces.annotation
Defines a managed query parameter of the form http://site.com/url?key=somevalue, where if the parameter exists, the value will be injected into the annotated field.
URLValidator - Annotation Type in com.ocpsoft.pretty.faces.annotation
Annotation representing a validation rule attached to an individual path parameter or a query parameter.
USE_ENCODE_URL_FOR_REDIRECTS - Static variable in class com.ocpsoft.pretty.faces.config.spi.ContextParamsPostProcessor
 

V

validateParameters(FacesContext) - Method in class com.ocpsoft.pretty.faces.beans.ParameterValidator
 
ValidatingPostProcessor - Class in com.ocpsoft.pretty.faces.config.spi
Ensure that the configuration is properly constructed and compiles.
ValidatingPostProcessor() - Constructor for class com.ocpsoft.pretty.faces.config.spi.ValidatingPostProcessor
 
VALIDATION_ENABLED_PARAM - Static variable in class com.ocpsoft.pretty.faces.config.spi.ValidatingPostProcessor
 
valueOf(String) - Static method in enum com.ocpsoft.pretty.faces.annotation.URLAction.PhaseId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocpsoft.pretty.faces.config.rewrite.Case
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocpsoft.pretty.faces.config.rewrite.Redirect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocpsoft.pretty.faces.config.rewrite.TrailingSlash
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ocpsoft.pretty.faces.annotation.URLAction.PhaseId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocpsoft.pretty.faces.config.rewrite.Case
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocpsoft.pretty.faces.config.rewrite.Redirect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocpsoft.pretty.faces.config.rewrite.TrailingSlash
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Class<?>) - Method in class com.ocpsoft.pretty.faces.config.annotation.PrettyAnnotationHandler
This method scans the supplied class for PrettyFaces annotations.

W

WebXml - Class in com.ocpsoft.pretty.faces.config.servlet
 
WebXml() - Constructor for class com.ocpsoft.pretty.faces.config.servlet.WebXml
 
WebXmlParser - Class in com.ocpsoft.pretty.faces.config.servlet
This class is used to detect the mapping of the FacesServlet.
WebXmlParser() - Constructor for class com.ocpsoft.pretty.faces.config.servlet.WebXmlParser
 
A B C D E F G H I J L M N O P Q R S T U V W 
rewrite-config-prettyfaces 2.0.12.Final

Copyright © 2014 OCPsoft. All Rights Reserved.