org.wicketopia.context
Class Context
java.lang.Object
org.wicketopia.context.Context
- All Implemented Interfaces:
- Serializable
public class Context
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Context
public Context(String name)
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.