org.apache.commons.workflow.util
Class WorkflowUtils

java.lang.Object
  extended byorg.apache.commons.workflow.util.WorkflowUtils

public class WorkflowUtils
extends java.lang.Object

General purpose static utility methods for the Workflow engine.

Version:
$Revision: 1.3 $ $Date: 2004/02/28 03:35:55 $

Constructor Summary
WorkflowUtils()
           
 
Method Summary
static java.lang.String parseCharacterEncoding(java.lang.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 java.lang.String parseCharacterEncoding(java.lang.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-2005 The Apache Software Foundation. All Rights Reserved.