public class UserObject extends DefaultObject
Constructor and Description |
---|
UserObject() |
Modifier and Type | Method and Description |
---|---|
Object |
doGet()
Get the index view of the User object.
|
Object |
doPut(String name)
This method is not implemented but demonstrates how PUT requests can be used
|
Object |
doRemove(String name)
This method is not implemented but demonstrates how DELETE requests can be used
|
String |
getDisplayName()
Getter the variable displayName.
|
protected void |
initialize(Object... args)
Initialize the object.
|
disptachAdapter, isAdapter
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
public UserObject()
protected void initialize(Object... args)
initialize
in class AbstractResource<ResourceTypeImpl>
public String getDisplayName()
public Object doGet()
skin/views/User
so that it can be
easily extended by a derived module. See extensibility sample.public Object doRemove(String name)
Copyright © 2016 Nuxeo SA. All rights reserved.