info.magnolia.context
Interface AttributeStrategy
- All Known Implementing Classes:
- MapAttributeStrategy, RequestAttributeStrategy
public interface AttributeStrategy
Contract for attribute storage and management.
- Version:
- $Id: $
- Author:
- had
setAttribute
void setAttribute(String name,
Object value,
int scope)
getAttribute
Object getAttribute(String name,
int scope)
getAttributes
Map<String,Object> getAttributes(int scope)
removeAttribute
void removeAttribute(String name,
int scope)
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.