org.wicketopia.context
Class Context

java.lang.Object
  extended by org.wicketopia.context.Context
All Implemented Interfaces:
Serializable

public class Context
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String ALL
           
static ContextPredicate ALL_CONTEXTS
           
static String CREATE
           
static String LIST
           
static String UPDATE
           
static String VIEW
           
 
Constructor Summary
Context(String name)
           
 
Method Summary
<T> T
getAttribute(org.apache.wicket.MetaDataKey<T> key)
           
 String getName()
           
<T> void
setAttribute(org.apache.wicket.MetaDataKey<T> key, T value)
           
static ContextPredicate whereContextNameIn(String... contextNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final String ALL
See Also:
Constant Field Values

CREATE

public static final String CREATE
See Also:
Constant Field Values

UPDATE

public static final String UPDATE
See Also:
Constant Field Values

VIEW

public static final String VIEW
See Also:
Constant Field Values

LIST

public static final String LIST
See Also:
Constant Field Values

ALL_CONTEXTS

public static final ContextPredicate ALL_CONTEXTS
Constructor Detail

Context

public Context(String name)
Method Detail

whereContextNameIn

public static ContextPredicate whereContextNameIn(String... contextNames)

getName

public String getName()

getAttribute

public <T> T getAttribute(org.apache.wicket.MetaDataKey<T> key)

setAttribute

public <T> void setAttribute(org.apache.wicket.MetaDataKey<T> key,
                             T value)


Copyright © 2010-2013. All Rights Reserved.