|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupExtractor
Perform processing of the uri and extracts group & resource related informations: name of the group, resource type and whether the result should produce minimized version.
| Method Summary | |
|---|---|
String |
encodeGroupUrl(String groupName,
ResourceType resourceType,
boolean minimize)
This method is a opposite of the other 3 methods. |
String |
getGroupName(javax.servlet.http.HttpServletRequest request)
Retrieves a set of group names from supplied uri. |
ResourceType |
getResourceType(javax.servlet.http.HttpServletRequest request)
|
boolean |
isMinimized(javax.servlet.http.HttpServletRequest request)
|
| Method Detail |
|---|
String getGroupName(javax.servlet.http.HttpServletRequest request)
request - to check.
ResourceType getResourceType(javax.servlet.http.HttpServletRequest request)
request - to check.
boolean isMinimized(javax.servlet.http.HttpServletRequest request)
request - HttpServletRequest object.
String encodeGroupUrl(String groupName,
ResourceType resourceType,
boolean minimize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||