public class Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml()
Gets the html.
|
int |
getIdContext()
Gets the id context.
|
Map<String,List<String>> |
getMapParameters()
Gets the map parameters.
|
int |
getNbParams()
Gets the nb params.
|
int |
getPriority()
Gets the priority.
|
boolean |
isActive()
Checks if is active.
|
boolean |
isInvoked(javax.servlet.http.HttpServletRequest request)
Check if this context is invoked.
|
boolean |
isStrict()
Checks if is strict.
|
void |
setActive(boolean bActive)
Sets the active.
|
void |
setHtml(String strHtml)
Sets the html.
|
void |
setIdContext(int nIdContext)
Sets the id context.
|
void |
setMapParameters(Map<String,List<String>> mapParameters)
Sets the map parameters.
|
void |
setNbParams(int nNbParams)
Sets the nb params.
|
void |
setPriority(int nPriority)
Sets the priority.
|
void |
setStrict(boolean bStrict)
Sets the strict.
|
public void setIdContext(int nIdContext)
nIdContext - the _nIdContext to setpublic int getIdContext()
public void setHtml(String strHtml)
strHtml - the _strHtml to setpublic String getHtml()
public void setNbParams(int nNbParams)
nNbParams - the _nNbParams to setpublic int getNbParams()
public void setPriority(int nPriority)
nPriority - the _nPriority to setpublic int getPriority()
public void setStrict(boolean bStrict)
bStrict - the _bStrict to setpublic boolean isStrict()
public void setActive(boolean bActive)
bActive - the _bActive to setpublic boolean isActive()
public void setMapParameters(Map<String,List<String>> mapParameters)
mapParameters - the mapParameters to setpublic Map<String,List<String>> getMapParameters()
public boolean isInvoked(javax.servlet.http.HttpServletRequest request)
request - the HTTP requestCopyright © 2016 City of Paris. All rights reserved.