org.jboss.seam.wicket
Class SeamMetaData

java.lang.Object
  extended by org.jboss.seam.wicket.SeamMetaData

public class SeamMetaData
extends Object

Public storage for the metadata key used by the Seam integration to store conversation ids in wicket page metadata.

Author:
cpopetz

Field Summary
static org.apache.wicket.MetaDataKey<String> CID
          This is the key we will use to to store the conversation metadata in the wicket page.
 
Constructor Summary
SeamMetaData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CID

public static final org.apache.wicket.MetaDataKey<String> CID
This is the key we will use to to store the conversation metadata in the wicket page.

Constructor Detail

SeamMetaData

public SeamMetaData()


Copyright © 2011 Seam Framework. All Rights Reserved.