|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.deadbolt.model.URLMapping
This class is a value object containing the information about a URL pattern
to Room mapping. A Collection of these objects is used to find
the proper Room to handle a request.
| Constructor Summary | |
URLMapping()
|
|
| Method Summary | |
Room |
getRoom()
|
java.lang.String |
getUrlPattern()
|
void |
setRoom(Room room)
|
void |
setUrlPattern(java.lang.String urlPattern)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public URLMapping()
| Method Detail |
public Room getRoom()
public void setRoom(Room room)
room - The room to set.public java.lang.String getUrlPattern()
public void setUrlPattern(java.lang.String urlPattern)
urlPattern - The urlPattern to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||