public class Rewrite<T extends Rewrite<T>> extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
Boolean | 
redirect()
If this is true then a redirect will be done instead of a rewrite 
 | 
T | 
redirect(Boolean value)
If this is true then a redirect will be done instead of a rewrite 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
String | 
target()
The expression that defines the target. 
 | 
T | 
target(String value)
The expression that defines the target. 
 | 
public Rewrite(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean redirect()
public T redirect(Boolean value)
public String target()
Copyright © 2019 JBoss by Red Hat. All rights reserved.