|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jguard.permissions.URLParameter
public class URLParameter
represents an url key and her associated value.
| Constructor Summary | |
|---|---|
protected |
URLParameter()
constructor. |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
override the java.lang.Object 's clone method. |
boolean |
equals(java.lang.Object obj)
override Object equals method. |
protected java.lang.String |
getKey()
|
protected java.lang.String |
getPermissionName()
|
protected static java.util.Set |
getURLParameters(java.net.URI uri)
from an URI and a Permission associated |
protected java.lang.String[] |
getValue()
|
protected java.lang.String |
getValuesAsString()
concat the array String in a single string with a ";" separator. |
int |
hashCode()
override java.lang.Object's hashCode method. |
protected void |
setKey(java.lang.String string)
|
protected void |
setPermissionName(java.lang.String string)
|
protected void |
setValue(java.lang.String[] string)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected URLParameter()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionprotected java.lang.String getKey()
protected java.lang.String[] getValue()
protected java.lang.String getValuesAsString()
protected void setKey(java.lang.String string)
string - protected void setValue(java.lang.String[] string)
string - public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectprotected java.lang.String getPermissionName()
protected void setPermissionName(java.lang.String string)
string - protected static java.util.Set getURLParameters(java.net.URI uri)
uri - permission -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||