Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig22 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigProtectedViewsType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createProtectedViews()
Creates a new
protected-views element |
FacesConfigProtectedViewsType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateProtectedViews()
If not already created, a new
protected-views element will be created and returned. |
FacesConfigProtectedViewsType<T> |
FacesConfigProtectedViewsType.removeAllUrlPattern()
Removes the
url-pattern element |
FacesConfigProtectedViewsType<T> |
FacesConfigProtectedViewsType.urlPattern(String... values)
Creates for all String objects representing
url-pattern elements,
a new url-pattern element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigProtectedViewsType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllProtectedViews()
Returns all
protected-views elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.