Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: SetContentType [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractSetContentType
         org.apache.struts.chain.commands.servlet.SetContentType

All Implemented Interfaces:
    ActionCommand

Check to see if the content type is set, and if so, set it for this response.

Method from org.apache.struts.chain.commands.servlet.SetContentType Summary:
setContentType
Methods from org.apache.struts.chain.commands.AbstractSetContentType:
execute,   setContentType
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.SetContentType Detail:
 protected  void setContentType(ActionContext context,
    String contentType)