org.jboss.weld.wicket
Class WeldMetaData

java.lang.Object
  extended by org.jboss.weld.wicket.WeldMetaData

public class WeldMetaData
extends java.lang.Object

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

Author:
cpopetz

Field Summary
static org.apache.wicket.MetaDataKey<java.lang.String> CID
          This is the key we will use to to store the conversation metadata in the wicket page.
 
Constructor Summary
WeldMetaData()
           
 
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<java.lang.String> CID
This is the key we will use to to store the conversation metadata in the wicket page.

Constructor Detail

WeldMetaData

public WeldMetaData()


Copyright © 2008-2009 Seam Framework. All Rights Reserved.