|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.domain.RefererFilter
public class RefererFilter
Represents a blog category.
| Constructor Summary | |
|---|---|
RefererFilter()
|
|
RefererFilter(java.lang.String expression)
Creates a new category with the specified properties. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object o)
Determines whether the specified object is equal to this one. |
java.util.regex.Pattern |
getCompiledExpression()
Gets the compiled version of the expression. |
java.lang.String |
getExpression()
Gets the expression. |
long |
getId()
|
int |
hashCode()
Gets the hashcode of this object. |
void |
setExpression(java.lang.String expression)
Sets the expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RefererFilter()
public RefererFilter(java.lang.String expression)
expression - the filter expression| Method Detail |
|---|
public long getId()
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression - the expression as a Stringpublic java.util.regex.Pattern getCompiledExpression()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to compare against
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the Object to be compared.
java.lang.ClassCastException - if the specified object's type prevents it
from being compared to this Object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||