com.bea.netuix.laf.genes
Interface MutationContext


public interface MutationContext

MutationContext provides context information for mutators.

See Also
Mutator
This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getBaseContentType()
          Returns the Media type (MIME type) of the current response.
 String getCharset()
          Returns the character set encoding of the current response.
 javax.servlet.ServletContext getServletContext()
          Returns the currrent servlet context.
 javax.servlet.http.HttpServletRequest getServletRequest()
          Returns the currrent request.
 

Method Detail

getServletRequest

javax.servlet.http.HttpServletRequest getServletRequest()
Returns the currrent request.


getServletContext

javax.servlet.ServletContext getServletContext()
Returns the currrent servlet context.


getBaseContentType

String getBaseContentType()
Returns the Media type (MIME type) of the current response.


getCharset

String getCharset()
Returns the character set encoding of the current response.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.