|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PublicationContext
Interface for eval action.
| Method Summary | |
|---|---|
String |
getArgument(String name)
|
String |
getArgument(String name,
String defaultValue)
Get |
Map<String,String> |
getArguments()
the map of the arguments in the context |
String |
getContentType()
return the actual return content tye for the page |
List<String> |
getMandatoryArguments()
|
javax.servlet.http.HttpServletRequest |
getRequest()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
WikittyProxy |
getWikittyProxy()
the current wikitty proxy |
WikittyService |
getWikittyService()
the current wikitty service |
String |
makeUrl(String url)
add context to the url and parameter if necessary |
void |
setContentType(String contentType)
Set the content type for the return page |
String |
toString()
|
| Method Detail |
|---|
javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpServletResponse getResponse()
WikittyProxy getWikittyProxy()
String makeUrl(String url)
url -
WikittyService getWikittyService()
List<String> getMandatoryArguments()
String getArgument(String name)
String getArgument(String name,
String defaultValue)
name - defaultValue -
String getContentType()
void setContentType(String contentType)
contentType - String toString()
toString in class ObjectMap<String,String> getArguments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||