org.jboss.seam.ui
@Name(value="org.jboss.seam.ui.renderStampStore")
@Scope(value=SESSION)
@Install(precedence=0,
value=false)
@AutoCreate
@BypassInterceptors
public class RenderStampStore
extends Object
implements Serializable
| Constructor and Description |
|---|
RenderStampStore() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxSize() |
String |
getStamp(String viewSigniture) |
static RenderStampStore |
instance() |
void |
removeStamp(String viewSigniture) |
void |
setMaxSize(int maxSize) |
String |
storeStamp(String stamp)
Stores a stamp in the store, and returns the key it is stored under.
|
public String storeStamp(String stamp)
public void removeStamp(String viewSigniture)
public static RenderStampStore instance()
public int getMaxSize()
public void setMaxSize(int maxSize)
Copyright © 2015 Seam Framework. All Rights Reserved.