|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.profiles.business.views.ViewFilter
public class ViewFilter
ViewFilter
Constructor Summary | |
---|---|
ViewFilter()
Constructor |
Method Summary | |
---|---|
String |
getDescription()
Returns the view's description |
String |
getKey()
Gets the view key |
String |
getUrlAttributes()
Build url attributes |
void |
init()
Initialize each component of the object |
void |
setDescription(String strDescription)
Sets the view's description |
boolean |
setFilter(javax.servlet.http.HttpServletRequest request)
Set the value of the ViewFilter |
void |
setKey(String strKey)
Sets the view key |
void |
setUrlAttributes(fr.paris.lutece.util.url.UrlItem url)
Build url attributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewFilter()
Method Detail |
---|
public void init()
public String getKey()
public void setKey(String strKey)
strKey
- The Keypublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The view's descriptionpublic boolean setFilter(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
public void setUrlAttributes(fr.paris.lutece.util.url.UrlItem url)
url
- the urlpublic String getUrlAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |