org.apache.commons.workflow.util
Class WorkflowUtils

java.lang.Object
  extended by org.apache.commons.workflow.util.WorkflowUtils

public class WorkflowUtils
extends Object

General purpose static utility methods for the Workflow engine.

Version:
$Revision: 155475 $ $Date: 2005-02-26 13:31:11 +0000 (Sat, 26 Feb 2005) $
Author:
Craig R. McClanahan

Constructor Summary
WorkflowUtils()
           
 
Method Summary
static String parseCharacterEncoding(String contentType)
          Parse the character encoding from the specified content type header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowUtils

public WorkflowUtils()
Method Detail

parseCharacterEncoding

public static String parseCharacterEncoding(String contentType)
Parse the character encoding from the specified content type header. If the content type is null, or there is no explicit character encoding, null is returned.

Parameters:
contentType - a content type header


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.