WebSphere Extended Deployment, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

HttpPartitionExpression

HTTP 区画化機能 API に関連付けられている基本構成ブロックは他にもあります。 一致表現や分類公式の部分などの要求表現を表す HttpPartitionExpression です。
	public interface HttpPartitionExpression {
	    /**
	     * Get the expression string.
	     */
	    public String getMatchExpression();
	
	    /**
	     * Get the classify formula.
	     */
	    public String getClassifyFormula();
	}
HttpPartitionManager は、次の HttpPartitionManager メソッドで HttpPartitionExpression を割り振るときに使用します。
47	    /**
48	     * Create an HttpPartitionExpression.
49	     */ 
50	    public HttpPartitionExpression createHttpPartitionExpression
(String expression, String formula);



Related concepts
HTTP プログラミング・インターフェース

Reference topic    

Terms of Use | Feedback Last updated: Mar 20, 2006 12:35:11 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/WPF51/rwpfHttpPartitionExpression.html

© Copyright IBM 2005, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)