|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.webwork.dispatcher.mapper.ActionMapping
com.opensymphony.webwork.dispatcher.mapper.ActionMappingEx
public class ActionMappingEx
An extension of ActionMapping including arguments like :-
ActionMapper's implementation could used it to generate
url through ActionMapper.getUriFromActionMapping(ActionMapping).
| Constructor Summary | |
|---|---|
ActionMappingEx(String name,
String namespace,
String method,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult,
boolean escapeAmp,
HttpServletRequest request,
HttpServletResponse response)
|
|
| Method Summary | |
|---|---|
HttpServletRequest |
getRequest()
Get HttpServletRequest. |
HttpServletResponse |
getResponse()
Get HttpServletResponse. |
String |
getScheme()
Get request scheme. |
boolean |
isEncodeResult()
Do we need to encode result? |
boolean |
isEscapeAmp()
Do we need to escape the ampersand? |
boolean |
isIncludeContext()
Do we need to include context? |
| Methods inherited from class com.opensymphony.webwork.dispatcher.mapper.ActionMapping |
|---|
getMethod, getName, getNamespace, getParams, getResult, setMethod, setName, setNamespace, setParams, setResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionMappingEx(String name,
String namespace,
String method,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult,
boolean escapeAmp,
HttpServletRequest request,
HttpServletResponse response)
| Method Detail |
|---|
public String getScheme()
public boolean isIncludeContext()
public boolean isEncodeResult()
public HttpServletRequest getRequest()
HttpServletRequest.
public HttpServletResponse getResponse()
HttpServletResponse.
public boolean isEscapeAmp()
|
WebWork Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||