|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.html.SecurePackageResourceGuard.SearchPattern
public static class SecurePackageResourceGuard.SearchPattern
| Constructor Summary | |
|---|---|
SecurePackageResourceGuard.SearchPattern(String pattern)
Construct. |
|
| Method Summary | |
|---|---|
String |
getPattern()
Gets pattern. |
Pattern |
getRegex()
Gets regex. |
boolean |
isActive()
Gets active. |
boolean |
isInclude()
Gets include. |
boolean |
matches(String path)
|
void |
setActive(boolean active)
Sets active. |
void |
setInclude(boolean include)
Sets include. |
void |
setPattern(String pattern)
Sets pattern. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurePackageResourceGuard.SearchPattern(String pattern)
pattern - | Method Detail |
|---|
public String getPattern()
public Pattern getRegex()
public void setPattern(String pattern)
pattern - patternpublic boolean matches(String path)
path -
public boolean isInclude()
public void setInclude(boolean include)
include - includepublic boolean isActive()
public void setActive(boolean active)
active - activepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||