org.apache.struts.config
クラス ActionConfigMatcher.Mapping

java.lang.Object
  拡張org.apache.struts.config.ActionConfigMatcher.Mapping
すべての実装インタフェース:
java.io.Serializable
含まれているクラス:
ActionConfigMatcher

private class ActionConfigMatcher.Mapping
extends java.lang.Object
implements java.io.Serializable

Stores a compiled wildcard pattern and the ActionConfig it came from.


フィールドの概要
private  ActionConfig config
          The original ActionConfig.
private  int[] pattern
          The compiled pattern.
 
コンストラクタの概要
ActionConfigMatcher.Mapping(int[] pattern, ActionConfig config)
          Contructs a read-only Mapping instance.
 
メソッドの概要
 ActionConfig getActionConfig()
          Gets the ActionConfig that contains the pattern.
 int[] getPattern()
          Gets the compiled wildcard pattern.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

pattern

private int[] pattern
The compiled pattern.


config

private ActionConfig config
The original ActionConfig.

コンストラクタの詳細

ActionConfigMatcher.Mapping

public ActionConfigMatcher.Mapping(int[] pattern,
                                   ActionConfig config)
Contructs a read-only Mapping instance.

パラメータ:
pattern - The compiled pattern
config - The original ActionConfig
メソッドの詳細

getPattern

public int[] getPattern()
Gets the compiled wildcard pattern.

戻り値:
The compiled pattern

getActionConfig

public ActionConfig getActionConfig()
Gets the ActionConfig that contains the pattern.

戻り値:
The associated ActionConfig


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation