|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractSetContentType
org.apache.struts.chain.commands.servlet.SetContentType
public class SetContentType
Check to see if the content type is set, and if so, set it for this response.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
SetContentType()
|
Method Summary | |
---|---|
protected void |
setContentType(ActionContext context,
java.lang.String contentType)
Request no cache flags are set. |
Methods inherited from class org.apache.struts.chain.commands.AbstractSetContentType |
---|
execute |
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetContentType()
Method Detail |
---|
protected void setContentType(ActionContext context, java.lang.String contentType)
AbstractSetContentType
Request no cache flags are set.
setContentType
in class AbstractSetContentType
context
- The Context
for this requestcontentType
- The content type for the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |