org.springframework.extensions.surf.types
Interface PageType

All Superinterfaces:
ModelObject, Serializable
All Known Implementing Classes:
PageTypeImpl

public interface PageType
extends ModelObject

Interface for a PageType object type

Author:
muzquiano

Field Summary
static String PAGETYPE_LOGIN
           
static String PAGETYPE_LOGOUT
           
static String TYPE_ID
           
 
Fields inherited from interface org.springframework.extensions.surf.ModelObject
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID
 
Method Summary
 
Methods inherited from interface org.springframework.extensions.surf.ModelObject
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModelVersion, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, getTypeId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXML
 

Field Detail

TYPE_ID

static final String TYPE_ID
See Also:
Constant Field Values

PAGETYPE_LOGIN

static final String PAGETYPE_LOGIN
See Also:
Constant Field Values

PAGETYPE_LOGOUT

static final String PAGETYPE_LOGOUT
See Also:
Constant Field Values


Copyright © 2009 SpringSource, Inc. All Rights Reserved.